@charset "UTF-8";
/*
Theme Name: Stilling & Harrison Health Care Law
Author: Esquire Interactive
Author URI: https://esquireinteractive.com/
Description: A custom WordPress solution for Attorneys
Version: 1.0.0
Text Domain: shhcl
Template: wpesq3
*/
/***********************************
BASE STYLES
***********************************/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  color: #3c3c3c;
  background: #FFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 400 16px/23px "Open Sans", sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 40px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
}

h4 {
  font-size: 22px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 16px;
  line-height: 22px;
}

a {
  z-index: 1032;
  position: relative;
}

a:hover, a:focus, button:hover, button:focus {
  outline: 0;
  text-decoration: none;
}

p {
  margin: 0 0 25px;
}

ul {
  margin: 0;
  padding: 0;
}

section {
  padding: 50px 0;
}

h1, h2, h3, h4, h5, h6, p,
a, section, span, li, div {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea {
  width: 100% !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[type="text"]:hover, input[type="text"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: 0;
}

.coverbg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.mx-auto {
  margin: 0 auto;
}

.btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center:before, .align-center:after {
  content: none;
}

.align-center-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center-h:before, .align-center-h:after {
  content: none;
}

.align-center-v-b {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-center-v-b:before, .align-center-v-b:after {
  content: none;
}

.align-center-v {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center-v:before, .align-center-v:after {
  content: none;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-center:before, .justify-content-center:after {
  content: none;
}

.eq-height {
  display: -webkit-box;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eq-height:before, .eq-height:after {
  content: none;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

#content {
  overflow: hidden;
  min-height: 100%;
  position: relative;
}

#content.page-background {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/***********************************
HEADER STYLES
***********************************/
.header .navbar {
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
  width: 100%;
  z-index: 1030;
  position: fixed;
  border-radius: 0;
  background: transparent;
  min-height: inherit !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header .navbar .container, .header .navbar .container-fluid  {
  display: block;
  max-width:1600px;
}
.header .navbar .container-fluid {
    max-width: 100%;
}

.header .navbar .navbar-header {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .navbar .navbar-header .logo {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1;
  position: relative;
  padding: 0 0 25px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar .navbar-header .logo:before {
  top: 0;
  right: 0;
  z-index: -1;
  content: '';
  height: 100%;
  width: 9000px;
  position: absolute;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar .navbar-header .logo .navbar-brand {
  float: none;
  display: block;
  height: inherit;
  padding-top: 25px;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar .navbar-header .logo .navbar-brand img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar .navbar-header .nav {
  border-left: 2px solid #1F3863;
}

.header .navbar .navbar-header .nav li {
  float: none;
}

.header .navbar .navbar-header .nav li a {
  color: #1F3863;
  font-size: 15px;
  font-weight: 600;
  padding: 3px 10px;
  line-height: 15px;
  text-transform: uppercase;
}

.header .navbar .navbar-header .nav li.active a, .header .navbar .navbar-header .nav li:hover a, .header .navbar .navbar-header .nav li:focus a {
  /*color: #dc5207;
  background-color: transparent;*/
  background:#1F3863;
  color:#fff;
}

.header .navbar .navbar-collapse .quick-contact {
  float: right;
  font-size: 0;
  z-index: 1031;
  position: relative;
  margin-right: -15px;
}

.header .navbar .navbar-collapse .quick-contact li {
  padding: 0;
  float: left;
}

.header .navbar .navbar-collapse .quick-contact li.contact a {
  height: 25px;
  color: #FFF;
  display: block;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 20px;
  background: #637492;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}

.header .navbar .navbar-collapse .quick-contact li.contact a:hover, .header .navbar .navbar-collapse .quick-contact li.contact a:focus {
  background: #dc5207;
}

.header .navbar .navbar-collapse .quick-contact li.searchform {
  position: relative;
}

.header .navbar .navbar-collapse .quick-contact li.searchform button {
  border: 0;
  height: 25px;
  color: #FFF;
  font-size: 12px;
  padding: 6px 12px;
  background: #1F3863;
  z-index: 1;
  position: relative;
  pointer-events: none;
}

.header .navbar .navbar-collapse .quick-contact li.searchform button:hover, .header .navbar .navbar-collapse .quick-contact li.searchform button:focus {
  background: #dc5207;
}

.header .navbar .navbar-collapse .quick-contact li.searchform .search input[type="search"] {
  top: 0;
  right: 0;
  border: 0;
  left: auto;
  height: 25px;
  color: #FFF;
  font-size: 12px;
  padding: 0 10px;
  position: absolute;
  background: #1F3863;
}

.header .navbar .navbar-collapse .quick-contact li.searchform .search input[type="search"]::-webkit-input-placeholder {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
}

.header .navbar .navbar-collapse .quick-contact li.searchform .search input[type="search"]::-moz-placeholder {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
}

.header .navbar .navbar-collapse .quick-contact li.searchform .search input[type="search"]:-ms-input-placeholder {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
}

.header .navbar .navbar-collapse .quick-contact li.searchform .search input[type="search"]:-moz-placeholder {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
}

.header .navbar .navbar-collapse .quick-contact li.searchform .search.in input[type="search"] {
  width: 140px !important;
}

.header .navbar .navbar-collapse .quick-contact li.phone {
  float: none;
  display: block;
}

.header .navbar .navbar-collapse .quick-contact li.phone a {
  color: #1F3863;
  font-size: 22px;
  font-family: 'Georgia';
}

.header .navbar .navbar-collapse .quick-contact li.phone a:hover, .header .navbar .navbar-collapse .quick-contact li.phone a:focus {
  color: #dc5207;
}

.header .navbar.stop {
  z-index: 1030;
}

/*.header .navbar.stop .navbar-header .logo {
  padding: 0 0 15px 0;
}

.header .navbar.stop .navbar-header .logo:before {
  background: white;
}

.header .navbar.stop .navbar-header .logo .navbar-brand {
  padding-top: 15px;
  padding-bottom: 20px;
}*/

.header_gutter {
  height: 242px;
}

.social-media {
  font-size: 0;
  margin: 0 auto;
  text-align: center;
}

.social-media li {
  padding-left: 2px;
  padding-right: 2px;
}

.social-media li a {
  width: 20px;
  height: 20px;
  color: #FFF;
  font-size: 10px;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 1px solid #737277;
}

.social-media li a:before, .social-media li a:after {
  content: none;
}

.social-media li a.bg-fa-facebook:hover, .social-media li a.bg-fa-facebook:focus {
  background: #4267B2;
  border-color: #4267B2;
}

.social-media li a.bg-fa-facebook:hover i, .social-media li a.bg-fa-facebook:focus i {
  color: #FFF;
}

.social-media li a.bg-fa-twitter:hover, .social-media li a.bg-fa-twitter:focus {
  background: #099CE5;
  border-color: #099CE5;
}

.social-media li a.bg-fa-twitter:hover i, .social-media li a.bg-fa-twitter:focus i {
  color: #FFF;
}

.social-media li a.bg-fa-linkedin:hover, .social-media li a.bg-fa-linkedin:focus {
  background: #006394;
  border-color: #006394;
}

.social-media li a.bg-fa-linkedin:hover i, .social-media li a.bg-fa-linkedin:focus i {
  color: #FFF;
}

.social-media li a.bg-fa-youtube:hover, .social-media li a.bg-fa-youtube:focus {
  background: #F70000;
  border-color: #F70000;
}

.social-media li a.bg-fa-youtube:hover i, .social-media li a.bg-fa-youtube:focus i {
  color: #FFF;
}

.social-media li a.bg-fa-instagram:hover, .social-media li a.bg-fa-instagram:focus {
  background: #7B39AC;
  border-color: #7B39AC;
}

.social-media li a.bg-fa-instagram:hover i, .social-media li a.bg-fa-instagram:focus i {
  color: #FFF;
}

.social-media li a.bg-fa-google-plus:hover, .social-media li a.bg-fa-google-plus:focus {
  background: #D54C3F;
  border-color: #D54C3F;
}

.social-media li a.bg-fa-google-plus:hover i, .social-media li a.bg-fa-google-plus:focus i {
  color: #FFF;
}

/***********************************
HOME PAGE STYLES
***********************************/
.home-content {
  padding-top: 50px;
  position: relative;
  padding-bottom: 80px;
}

@media only screen and (min-width: 1600px) {
	.home-content {
	  padding-bottom: 180px;
	}	
}


.home-content .content .section-title {
  padding: 25px;
  background: rgba(15, 27, 48, 0.9);
}

.home-content .content .section-title .title {
  color: #FFF;
  line-height: 26px;
  padding:3px 0 3px 15px;
  border-left: 2px solid #F4F4F5;
  letter-spacing: 1.8px;
  font-size:20px;
}

.home-content .content .content-slider {
  margin-bottom: 0;
  padding: 20px 15px 25px 30px;
  background: rgba(255, 255, 255, 1);
  background:#dc5207;
  /*background:rgba(220, 82, 7,.9);*/
  background:rgba(99,116,146,.95)
}

.home-content .content .content-slider .title {
  margin: 0 0 10px;
  color: #dc5207;
  color: #fff;
  font-family: 'Helvetica';
  font-family: Georgia, Times, 'Times New Roman';
  /*text-transform: uppercase;*/
  font-size: 30px;
  line-height: 1.2;
  font-weight:400;
}

/*.home-content .content .content-slider .title::after {

    position: relative;
    width: 50%;
    height: 1px;
    display: block;
    background: #fff;
    content: '';
    top: 4px;

}*/

.home-content .content .content-slider p {
  color: #000;
  color: #fff;
  font-weight:600;
}

@media only screen and (max-width: 1280px) {
	.home-content .content .content-slider p {
	    line-height: 1.3;
	    margin-bottom: 10px;
		font-size:15px;
	}
}

.home-content .content .content-slider .note {
  font-size: 14px;
  font-weight: 600;
  color: #dc5207;
  font-style: italic;
}

.home-content .content .content-slider .slick-dots {
	bottom: 15px;
	text-align: right;
	float: right;
	position: relative;
}
.slider-more{
	color:#fff;
	position:absolute;
	bottom: 20px;
	left: 30px;
}

.home-content .content .content-slider .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 500px;
  background: #1F3863;
  background: #fff;
  border: 1px solid #1F3863;
  border: 1px solid #fff;
}

.home-content .content .content-slider .slick-dots li.slick-active {
  background: transparent;
}

.home-content .content .content-slider .slick-dots li button {
  display: none;
}

.poeple-dot {
  top: -30px;
  width: 100%;
  z-index: 1031;
  position: relative;
  height:30px;
}

.poeple-dot li {
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  list-style: none;
  position: absolute;
  border-radius: 500px;
  display: inline-block;
  border: 4px solid #dc5207;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.65), inset 0 0 1px 1px rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.65), inset 0 0 1px 1px rgba(0, 0, 0, 0.65);
}

.poeple-dot li:nth-child(2) {
  left: 30%;
}

.poeple-dot li:nth-child(3) {
  left: 60%;
}

.poeple-dot li:nth-child(4) {
  right: 0;
  left: auto;
}

/***********************************
PRACTICE STYLES
***********************************/
.left-sidebar {
  padding: 0 0 12px;
}

.left-sidebar.nzi {
  z-index: 1030;
  position: static;
}

.left-sidebar .eq-height {
  padding-left: 15px;
  padding-right: 15px;
}

.left-sidebar .left {
  background: rgba(15, 27, 48, 0.9);
}

.left-sidebar .right {
  background: rgba(255, 255, 255, 0.89);
}

.left-sidebar .section-title {
  padding: 15px 0;
}

.left-sidebar .section-title .title {
  color: #FFF;
  max-width: 250px;
  padding: 40px 25px;
  text-transform: uppercase;
  border-left: 1px solid #FFF;
  font-size:25px;
}

.left-sidebar .blockquote {
  margin: 0;
  border: 0;
  padding: 60px 80px;
}

.left-sidebar .blockquote p {
  margin: 0;
  color: #1a2942;
  font-size: 22px;
  line-height: 32px;
  position: relative;
}

.left-sidebar .blockquote p:before, .left-sidebar .blockquote p:after {
  font-size: 150px;
  position: absolute;
  line-height: 36px;
  font-family: 'Georg';
  color: rgba(26, 41, 66, 0.1);
}

.left-sidebar .blockquote p:before {
  top: 25px;
  left: -65px;
  content: '“';
}

.left-sidebar .blockquote p:after {
  right: -50px;
  bottom: 35px;
  content: '„';
}

.shhcl-content {
  padding-top: 0;
  padding-bottom: 40px;
}

.shhcl-content .eq-height {
  padding-left: 15px;
  padding-right: 15px;
}

.shhcl-content .left {
  background: rgba(15, 27, 48, 0.95);
}

.shhcl-content .right {
  background: rgba(255, 255, 255, 0.95);
}

.shhcl-content .content {
  padding: 30px 15px 30px 30px;
}

.shhcl-content .content .title, .content h1 {
  margin: 0 0 20px;
  font-weight: 400 !important;
  max-width: 770px;
  color: #dc5207;
  font-family: 'Helvetica';
  text-transform:uppercase;
}

.shhcl-content .content p {
  max-width: 870px;
  margin: 0 0 22px;
}

.shhcl-content .content h1, .shhcl-content .content h2, .shhcl-content .content h3, .shhcl-content .content h4, .shhcl-content .content h5, .shhcl-content .content h6 {
  margin: 0 0 5px;
  font-weight: 600;
}

.shhcl-content .sidebar {
  padding-top: 30px;
}

.shhcl-content .sidebar .widget {
  overflow: hidden;
  margin: 0 0 30px;
  
  border-left: 1px solid #FFF;
}

.shhcl-content .sidebar .widget .widget-title {
  color: #FFF;
  margin: 0 0 25px;
  padding-left: 13px;
}

.shhcl-content .sidebar .widget ul li {
  margin: 0 0 20px;
}

.shhcl-content .sidebar .widget ul li a {
	padding-left: 13px;
	color: #FFF;
	display:block;
    z-index: 1032;
    position: relative;
    margin-right: 0;
}

.shhcl-content .sidebar .widget ul li a:hover, .shhcl-content .sidebar .widget ul li a:focus {
  /*color: #dc5207;*/
	background:#fff;
	color:#1F3863 !important;
        border-radius: 0;
}

.shhcl-content .sidebar .nav-tabs {
  border: 0;
}

.shhcl-content .sidebar .nav-tabs li {
  float: none;
}

.shhcl-content .sidebar .nav-tabs li:last-child {
  margin: 0;
}

.shhcl-content .sidebar .nav-tabs li a {
  border: 0;
  display: block;
  position: relative;
  padding-bottom: 5px;
  color: #FFF !important;
  background: transparent;
}

.shhcl-content .sidebar .nav-tabs li a:before {
  left: 0;
  width: 0;
  bottom: 0;
  content: '';
  height: 100%;
  position: absolute;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.shhcl-content .sidebar .nav-tabs li.active a:before {
  width: 102px;
}

.shhcl-content .tab-content .tab-pane ul {
  list-style: none;
}

.shhcl-content .tab-content .tab-pane ul li {
  margin: 0 0 10px;
  padding-left: 15px;
  position: relative;
}

.shhcl-content .tab-content .tab-pane ul li:before {
  left: 0;
  content: "•";
  color: #dc5207;
  position: absolute;
}

.profile-info {
  margin: 40px 10px 30px;
  padding-left: 15px;
  border-left: 2px solid #1F3863;
}
.page-template-t_attorney .profile-info {
  margin: 40px 60px 30px;
}

.profile-info a {
  z-index: 1032;
  position: relative;
  display: inline-block;
}

.profile-info .name {
  color: #152439;
  text-transform: uppercase;
  font-family: 'Helvetica';
}

.profile-info .position {
  color: #152439;
  margin-bottom: 5px;
  font-family: 'Helvetica';
}

.profile-info ul {
  max-width: 240px;
}

.profile-info ul li a {
  color: #152439;
  z-index: 1032;
  position: relative;
}

.profile-info ul li a i {
  color: #dc5207;
  margin-right: 5px;
}
.profile-info ul li a i.fa-linkedin {
	color:#0e76a8;
}

.profile-info ul li a:hover, .profile-info ul li a:focus {
  color: #dc5207;
}

.profile-info ul li.pdf a {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.profile-info ul li:after {
  right: -5px;
  content: "•";
  color: #19263b;
  padding-left: 5px;
  position: relative;
}

.single-practice .shhcl-content .content .practice .profile-info ul li:before{
	content:'';
}

.profile-info ul li.nobullet:after {
  content: none;
}

.practice-area {
  padding-left: 30px;
  margin: 30px 60px 40px;
}

.practice-area .title {
  color: #1F3863;
  padding: 0 0 5px;
  margin: 0 0 10px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.practice-area .title:before {
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
}

.practice-area ul {
  list-style: none;
}

.practice-area ul li {
  margin: 0 0 5px;
  padding-left: 15px;
  position: relative;
}

@media only screen and (min-width: 768px) {
	.practice-area ul li {
		padding:0 15px;
		float:left;
		width:50%;
	}
}

.practice-area ul li:before {
  left: 0px;
  content: "•";
  color: #19263b;
  font-size: 20px;
  position: absolute;
}

.practice-area ul li a {
  color: #263144;
}

.practice-area ul li a:hover, .practice-area ul li a:focus {
  color: #dc5207;
}

/*.page-template-t_practice .shhcl-content .content .practice h1, .single-practice .shhcl-content .content .practice h1 {
  font-size: 22px;
  line-height: 26px;
  font-family: 'Helvetica';
}

.page-template-t_practice .shhcl-content .content .practice h2, .single-practice .shhcl-content .content .practice h2 {
  font-size: 18px;
  line-height: 20px;
  font-family: 'Helvetica';
}*/

.page-template-t_practice .shhcl-content .content .practice h3, .single-practice .shhcl-content .content .practice h3 {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Helvetica';
}

.page-template-t_practice .shhcl-content .content .practice ul, .single-practice .shhcl-content .content .practice ul {
  list-style: none;
  margin-bottom: 15px;
}

.page-template-t_practice .shhcl-content .content .practice ul li, .single-practice .shhcl-content .content .practice ul li {
  margin: 0 0 5px;
  padding-left: 15px;
  position: relative;
}

.page-template-t_practice .shhcl-content .content .practice ul li:before, .single-practice .shhcl-content .content .practice ul li:before {
  left: 0px;
  content: "•";
  color: #19263b;
  font-size: 20px;
  position: absolute;
}

.page-template-t_practice .shhcl-content .content .practice ul li a, .single-practice .shhcl-content .content .practice ul li a {
  color: #263144;
}

.page-template-t_practice .shhcl-content .content .practice ul li a:hover, .page-template-t_practice .shhcl-content .content .practice ul li a:focus, .single-practice .shhcl-content .content .practice ul li a:hover, .single-practice .shhcl-content .content .practice ul li a:focus {
  color: #dc5207;
}

.page-template-t_bluebox .shhcl-content .content .inner-content ul {
  list-style: none;
  margin-bottom: 15px;
}

.page-template-t_bluebox .shhcl-content .content .inner-content ul li {
  margin: 0 0 10px;
  padding-left: 15px;
  position: relative;
}

.page-template-t_bluebox .shhcl-content .content .inner-content ul li:before {
  left: 0;
  content: "•";
  color: #dc5207;
  position: absolute;
}

/***********************************
FOOTER STYLES
***********************************/
.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 5px 0;
  overflow: hidden;
  position: absolute;
  background: rgba(29, 40, 58, 0.66);
}

.footer .copyright p {
  margin: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
}

.footer .footer-right {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-menu {
  margin-right: 10px;
}

.footer .footer-menu li a {
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
}

.footer .footer-menu li a:hover, .footer .footer-menu li a:focus {
  color: #dc5207;
}

.footer .footer-menu li a:after {
  color: #FFF;
  right: -8px;
  content: '|';
  position: relative;
}

article.blog-post {
  margin: 0 0 40px;
}

article.blog-post .media img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

article.blog-post .media.pull-left {
  margin-right: 35px;
}

article.blog-post .content {
  padding: 15px;
  background: rgba(31, 56, 99, 0.89);
}

article.blog-post .content .title {
  color: #FFF;
  font-size: 17px;
  font-weight: 600;
  max-width: 330px;
  line-height: 25px;
  letter-spacing: 0;
}

article.blog-post .content .title:hover, article.blog-post .content .title:focus {
  color: #1F3863;
}

article.blog-post .content p {
  margin: 0 0 15px;
}

article.blog-post .content p a {
  color: #1F3863;
}

article.blog-post .content p a:hover, article.blog-post .content p a:focus {
  color: #dc5207;
}

article.blog-post .content ul {
  list-style: none;
  margin-left: 15px;
}

article.blog-post .content ul li {
  position: relative;
  padding-left: 15px;
  margin: 0 0 15px;
}

article.blog-post .content ul li:before {
  left: 0;
  content: "•";
  color: #1F3863;
  position: absolute;
}

article.blog-post .post-header .title {
  font-size: 32px;
  margin: 0 0 5px;
  color: #dc5207;
  line-height: 38px;
  letter-spacing: 0;
}

article.blog-post .post-header p {
  margin: 0 0 20px;
}

article.blog-post .post-header a {
  color: #1F3863;
}

article.blog-post .post-header a:hover, article.blog-post .post-header a:focus {
  color: #dc5207;
}

/***********************************
404 STYLES
***********************************/
.error404 .error-404 .content {
  padding: 40px 0;
  background: rgba(255, 255, 255, 0.89);
}

.error404 .error-404 .content .page-header {
  height: inherit;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.error404 .error-404 .content .page-header .hero {
  margin: 0;
  color: #000;
  font-size: 125px;
  font-weight: bold;
  line-height: normal !important;
}

.error404 .error-404 .content .page-content .searchform {
  margin: 0 auto;
  padding: 10px 0 50px;
}

.error404 .error-404 .content .page-content .searchform .screen-reader-text {
  display: none;
}

/*** Default Page content */
.default-page-content {
  padding-top: 40px;
}

.default-page-content .content {
  padding: 30px;
  background: rgba(255, 255, 255, 0.89);
}

.default-page-content .content h1, .default-page-content .content h2, .default-page-content .content h3, .default-page-content .content h4, .default-page-content .content h5, .default-page-content .content h6 {
  margin: 0 0 10px;
}

.default-page-content .content ul {
  list-style: none;
  margin-left: 15px;
  margin-bottom: 30px;
}

.default-page-content .content ul li {
  position: relative;
  padding-left: 15px;
  margin: 0 0 15px;
}

.default-page-content .content ul li:before {
  left: 0;
  content: "•";
  color: #1F3863;
  position: absolute;
}

.search-results .left-sidebar .blockquote, .search-no-results .left-sidebar .blockquote {
  border: 0;
  padding: 40px;
}

.search-results .left-sidebar .blockquote p, .search-no-results .left-sidebar .blockquote p {
  text-transform: uppercase;
}

.search-results .left-sidebar .blockquote p:before, .search-results .left-sidebar .blockquote p:after, .search-no-results .left-sidebar .blockquote p:before, .search-no-results .left-sidebar .blockquote p:after {
  content: none;
}

.search-no-results article.blog-post .title.separator {
  position: relative;
  padding-bottom: 15px;
}

.search-no-results article.blog-post .title.separator:after {
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 1px;
  margin: 0 auto;
  max-width: 260px;
  position: absolute;
  background: #dc5207;
}

.single-post .shhcl-content .content, .blog .shhcl-content .content, .archive .shhcl-content .content, .search-results .shhcl-content .content {
  padding-bottom: 0;
}

.single-post .shhcl-content .content .title, .blog .shhcl-content .content .title, .archive .shhcl-content .content .title, .search-results .shhcl-content .content .title {
  margin: 0 0 5px;
}

.single-post .shhcl-content .content .post-date, .blog .shhcl-content .content .post-date, .archive .shhcl-content .content .post-date, .search-results .shhcl-content .content .post-date {
  color: #3c3c3c;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}

.blog article.blog-post, .archive article.blog-post, .search-results article.blog-post {
  margin: 0 0 10px;
  overflow: hidden;
}

.blog article.blog-post a:hover, .blog article.blog-post a:focus, .archive article.blog-post a:hover, .archive article.blog-post a:focus, .search-results article.blog-post a:hover, .search-results article.blog-post a:focus {
  color: #1F3863;
}

.blog article.blog-post p, .archive article.blog-post p, .search-results article.blog-post p {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  max-width: 100%;
}

.blog article.blog-post .more, .archive article.blog-post .more, .search-results article.blog-post .more {
  color: #dc5207;
  font-size: 14px;
  font-weight: 600;
}

.blog article.blog-post .more:hover, .blog article.blog-post .more:focus, .archive article.blog-post .more:hover, .archive article.blog-post .more:focus, .search-results article.blog-post .more:hover, .search-results article.blog-post .more:focus {
  color: #1F3863;
}

.slider-controls {
  margin: 0 0 30px;
  text-align: center;
}

.slider-controls a {
  padding: 0 20px;
  color: #252e40;
  font-size: 16px;
}

.slider-controls a span {
  margin: 0 5px;
  color: #dc5207;
  font-weight: 600;
  font-family: 'Arial';
  vertical-align: middle;
}

.slider-controls a:hover, .slider-controls a:focus {
  color: #dc5207;
}

.attorneys {
  padding: 0px 0 10px;
}

.attorneys .attorney{
	margin-bottom:20px;
	border:1px solid #ccc;
	padding:0;
}

.page-template-t_attorney .attorneys .attorney {
  margin: 0 0 30px;
  border:none;
  padding:0 15px;
}

.attorneys .attorney .media {
  padding: 0;
  background: rgba(15, 27, 48, 0.9);
}

.attorneys .attorney .media a {
  /*padding: 12px;*/
  display: block;
}

.attorneys .attorney .media a img {
  width: 100%;
  height: auto;
}

.attorneys .attorney .media.align-center-v {
  height: auto;
}

.attorneys .attorney .profile-info {
  margin: 0;
  border: 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.89);
}

.attorneys .attorney .profile-info.align-center-v {
  height: auto;
}

.attorneys .attorney .profile-info .name {
  line-height: 24px;
  text-transform: capitalize;
  font-size:26px;
  font-weight:normal;
}

.attorneys .attorney .profile-info .name:hover, .attorneys .attorney .profile-info .name:focus {
  color: #dc5207;
  text-decoration: underline;
}

.attorneys .attorney .profile-info .position {
  font-size: 14px;
  line-height: 20px;
}

.attorneys .attorney .profile-info ul {
  margin-top: 10px;margin-bottom:0 !important;
}

.attorneys .attorney .profile-info ul li {
  margin: 0 0 3px !important;
  padding:0 5px !important;
}

.attorneys .attorney .profile-info ul li a {
  font-size: 14px;
  font-weight: 600;
}

/***********************************
BASIC WORDPRESS STYLES
***********************************/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/***********************************
BASIC TEMPLATE STYLES
***********************************/
.basic_container {
  padding: 40px 0 48px 0;
}

.basic_container .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  text-decoration: none !important;
}

.basic {
  max-width: 1008px;
  margin: 0 auto;
  padding: 35px 0;
}

.basic h2 {
  margin-bottom: 35px;
}

.basic ul {
  margin-left: 30px;
  list-style-type: disc;
}

.basic ul li {
  margin-bottom: 15px;
}

.basic p:last-child {
  margin-bottom: 25px;
}

/* left */
.basic_left img {
  max-width: 100%;
  display: block;
  float: left;
}

.basic_left p {
  display: block;
  padding: 0;
}

/* middle */
.middle_box {
  padding: 0 15px;
}

.basic_middle img {
  max-width: 100%;
  display: block;
  float: none;
  margin: 0 auto 50px auto;
  max-width: 1008px;
  max-width: 100%;
}

.basic_middle h2 {
  text-align: center;
}

.basic_middle p {
  margin-bottom: 0 !important;
  margin: 10px 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.basic_middle .btn {
  float: none;
  margin: 25px auto 0 auto;
}

.basic_single .btn {
  float: none;
  margin: 25px auto 0 auto;
}

/* right */
.basic_right img {
  max-width: 100%;
  display: block;
  float: right;
  margin: 0 auto;
}

.basic_right p {
  display: block;
  padding: 0;
}

.gcbase-home {
  width: 100%;
  background: #008cc6;
  background: -moz-linear-gradient(45deg, #008cc6 0%, #8ec652 100%);
  background: -webkit-linear-gradient(45deg, #008cc6 0%, #8ec652 100%);
  background: -o-linear-gradient(45deg, #008cc6 0%, #8ec652 100%);
  background: linear-gradient(45deg, #008cc6 0%, #8ec652 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cc6', endColorstr='#8ec652',GradientType=1 );
}

/***********************************
MEDIA QUERIES
***********************************/
@media only screen and (min-width: 1400px) {
  .page-template-t_home #content.page-background {
    background-position: 50% 20% !important;
  }
}

@media only screen and (max-width: 1400px) {
  /* Basic Template Styles */
  .basic h2 {
    margin-bottom: 20px;
  }
}

/* 1400 */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .attorneys .attorney {
    width: 50%;
  }
}

/* 1199 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  /* force ipad dropdown carats */
  .open .dropdown-menu > li,
  .open .dropdown-menu > li > a:hover {
    display: inline-block !important;
  }
}

/* iPad Portrait and Landscape */
/* iPad Portrait */
/* iPad Landscape */
@media only screen and (max-width: 991px) {
  /***********************************
	HOME PAGE STYLES
	***********************************/
  .home-content {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .poeple-dot li:nth-child(2) {
    left: 40%;
  }
  .left-sidebar .section-title .title {
    font-size: 22px;
    line-height: 30px;
    padding: 30px 15px;
  }
  .left-sidebar .sidebar .blockquote {
    padding: 40px 70px;
  }
  .profile-info {
    margin: 30px 25px;
  }
  .practice-area {
    margin: 40px 50px;
    padding-left: 0;
  }
  /* Basic Template Styles */
  .basic_left img, .basic_right img {
    float: none;
    margin: 0 auto 50px auto;
  }
  .basic .btn {
    clear: both !important;
    display: block !important;
  }
}

/* 991 */
@media only screen and (min-width: 768px) {
	.profile-info .center {margin-left:25px;}
  .page-template-t_home #content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-template-t_home #content #primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .single-post .header_gutter, .blog .header_gutter, .archive .header_gutter, .single-person .header_gutter, .search-results .header_gutter,
  .page-template-t_practice .header_gutter, .single-practice .header_gutter, .page-template-t_bluebox .header_gutter, .page-template-t_attorney-php .header_gutter {
    height: 90px !important;
  }
  .error404 .header_gutter, .search-no-results .header_gutter {
    height: 110px !important;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-t_home #content.page-background {
    background-image: unset !important;
  }
  .page-template-t_home .home-content {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .page-template-t_home .home-content .container-fluid.visible-xs-block {
    padding: 0 0 15px;
  }
  .home-content .col {
    width: 100%;
  }
  .home-content {
    padding-bottom: 30px;
  }
  .home-content .align-center-v-b {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-content .content .pr-0 {
    padding-right: 15px;
  }
  .home-content .content .pl-0 {
    padding-left: 15px;
  }
  .home-content .content .section-title {
    padding: 25px 15px; 
  }
  .home-content .content .slider-more {
    bottom: 20px;
  }
  .home-content .content .content-slider {
    padding: 20px 15px 40px 15px;
  }
}

@media only screen and (max-width: 767px) {
  /***********************************
	HEADER STYLES
	***********************************/
  .header .navbar {
      z-index: 1050;
    background: rgba(255, 255, 255, 0.9);
  }
  .home .header .navbar {
  	background: transparent;
  }
  .home .header .navbar.open {
  	background: rgba(255, 255, 255, 0.9);
  }
  .header .navbar .navbar-header .logo {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    padding: 0 10px 0 0;
  }
  .header .navbar .navbar-header .logo .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
    }
  .header .navbar .navbar-header .logo:before {
    background: transparent !important;
  }
  .home .header .navbar .navbar-header .logo:before {
    background: rgba(255, 255, 255, 0.9) !important;
  }
  .home .header .navbar.open .navbar-header .logo:before {
  	background: transparent !important;
  }
  .header .navbar .navbar-header .logo img {
    max-width: 120px;
  }
  .header .navbar .navbar-header .hamburger {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header .navbar .navbar-header .hamburger .navbar-toggle {
    border: 0;
    margin: 0;
    display: block;
    border-radius: 0;
    margin-right: 15px;
    background: #1F3863;
    padding: 12px 10px;
  }
  .header .navbar .navbar-header .hamburger .navbar-toggle .icon-bar {
    width: 18px;
    height: 2px;
    background: #FFF;
  }
  .header .navbar .navbar-header .hamburger .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
  }
  .header .navbar .navbar-header .hamburger .navbar-toggle.in .icon-bar {
    -webkit-transition: -webkit-transform 150ms linear;
    transition: -webkit-transform 150ms linear;
    -o-transition: transform 150ms linear;
    transition: transform 150ms linear;
    transition: transform 150ms linear, -webkit-transform 150ms linear;
  }
  .header .navbar .navbar-header .hamburger .navbar-toggle.in .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(3px) translateX(3px);
    -moz-transform: rotate(45deg) translateY(3px) translateX(3px);
    -ms-transform: rotate(45deg) translateY(3px) translateX(3px);
    -o-transform: rotate(45deg) translateY(3px) translateX(3px);
    transform: rotate(45deg) translateY(3px) translateX(3px);
  }
  .header .navbar .navbar-header .hamburger .navbar-toggle.in .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .header .navbar .navbar-header .hamburger .navbar-toggle.in .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-4px) translateX(4px);
    -moz-transform: rotate(-45deg) translateY(-4px) translateX(4px);
    -ms-transform: rotate(-45deg) translateY(-4px) translateX(4px);
    -o-transform: rotate(-45deg) translateY(-4px) translateX(4px);
    transform: rotate(-45deg) translateY(-4px) translateX(4px);
  }
  .header .navbar .navbar-collapse {
    border: 0;
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 0.9);
  }
  .header .navbar .navbar-collapse .quick-contact {
    margin-right: 0;
  }
  .header .navbar .navbar-collapse .nav {
    margin: 0;
    border-left: 2px solid #1F3863;
  }
  .header .navbar .navbar-collapse .nav li {
    float: none;
  }
  .header .navbar .navbar-collapse .nav li a {
    color: #1F3863;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 10px;
    line-height: 15px;
    text-transform: uppercase;
  }
  .header .navbar .navbar-collapse .nav li.active a, .header .navbar .navbar-collapse .nav li:hover a, .header .navbar .navbar-collapse .nav li:focus a {
    color: #dc5207;
    background-color: transparent;
  }
  .header .navbar.stop {
      z-index: 1050;
    background: white;
  }
  .home .header .navbar.stop {
    background: transparent;
  }
  .home .header .navbar.stop.open {
    background: white;
  }
  /*.header .navbar.stop .navbar-header .logo {
    padding: 0 10px 0 0;
  }
  .header .navbar.stop .navbar-header .logo .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .navbar.stop .navbar-header .logo .navbar-brand img {
    max-width: 110px;
  }*/
  .header_gutter {
    height: 112px;
  }
  /***********************************
	HOME STYLES
	***********************************/
  .home-content {
    padding-top: 190px;
    padding-bottom: 40px;
  }
  .poeple-dot li:nth-child(2) {
    left: 30%;
  }
  .poeple-dot li:nth-child(3) {
    left: 60%;
  }
  .left-sidebar {
    padding-top: 30px;
  }
  .left-sidebar .section-title .title {
    max-width: 100%;
    padding: 20px 25px;
  }
  .left-sidebar .blockquote {
    padding: 40px 65px;
  }
  .shhcl-content {
    padding-bottom: 30px;
  }
  .shhcl-content .content {
    padding: 20px 5px;
    padding-left: 20px;
  }
  .profile-info {
    margin: 20px 25px 0;
  }
  .practice-area {
    margin: 25px 40px 20px;
    padding-left: 0;
  }
  .search-results .shhcl-content .left, .search-no-results .shhcl-content .left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-no-results .shhcl-content .content {
    padding-top: 40px;
  }
  .content .attorneys{padding:0;margin:0 -15px;}
  .content .attorneys .attorney{margin-left:0;}
}

/* 767 */
@media only screen and (max-width: 730px) {
  .footer .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer .col {
    width: 100%;
    text-align: center;
  }
  .footer .copyright {
    text-align: center;
  }
  .footer .footer-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 680px) {
  /***********************************
	HEADER STYLES
	***********************************/
  .attorneys .attorney {
    width: 100%;
  }
  .attorneys .attorney .profile-info {
    width: 75%;
  }
  .attorneys .attorney .media {
    width: 25%;
  }
  /* Basic Template Styles */
  .basic {
    padding: 25px 0;
  }
  .basic ul {
    margin-left: 20px;
  }
  .basic_middle p {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .basic_left img, .basic_right img {
    margin: 0 auto 30px auto;
  }
}

/* 680 */
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
  section {
    padding: 30px 0;
  }
  .col {
    width: 100%;
  }
  .home-content {
    padding-top: 160px;
  }
  .home-content .col-md-offset-2.col-sm-offset-3.col-xs-offset-2.col-md-9.col-sm-9.col-xs-9 {
    margin-left: 0;
    width: 100%;
  }
  .poeple-dot li {
    left: 0;
  }
  .poeple-dot li:nth-child(2) {
    left: 30%;
  }
  .poeple-dot li:nth-child(3) {
    left: 60%;
  }
  .poeple-dot li:nth-child(4) {
    left: auto;
    right: 20px;
  }
  .page-template-t_home #content.page-background {
    background-position: 42% 50% !important;
  }
  .left-sidebar .blockquote {
    padding: 30px 45px;
  }
  .left-sidebar .blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
  .left-sidebar .blockquote p:after, .left-sidebar .blockquote p:before {
    font-size: 90px;
  }
  .left-sidebar .blockquote p:before {
    top: 10px;
    left: -40px;
  }
  .left-sidebar .blockquote p:after {
    right: -40px;
    bottom: 10px;
  }
}

/* 575 */
@media only screen and (max-width: 480px) {
  .attorneys .attorney .media {
    width: 33.33333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .attorneys .attorney .profile-info {
    width: 66.66666667%;
  }
}

@media only screen and (max-width: 360px) {
  .attorneys .attorney .profile-info .name {
    font-size: 18px;
    margin: 0 0 3px;
    line-height: 18px;
  }
  .attorneys .attorney .profile-info .position {
    font-size: 12px;
    line-height: 18px;
  }
  .attorneys .attorney .profile-info ul {
    margin-top: 5px;
  }
  .attorneys .attorney .profile-info ul li {
    margin: 0;
  }
  .attorneys .attorney .profile-info ul li a {
    font-size: 12px;
  }
}

.home .header .navbar .navbar-collapse .quick-contact li.phone a{color:#fff;}

#c-popup{
	position:absolute;
	min-height:210px;
	background:#fff;
	padding:25px;
	z-index:999;
	display:none;
	border:5px solid #1F3863;
}
#c-popup div{
	
}

.slick-active .title, .slick-active .item p{
  opacity:0;
  animation-delay:2s;
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}
.slick-slide .item p{
	opacity:0;
}
.slick-active .item p{
	animation-delay:2s;
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}

.attorneys.attorneys-inner .attorney .profile-info .name{font-size:22px;}
.attorneys-inner .attorney{background:#fff;}