@charset "UTF-8";

/*.att-qr-code {display: none}*/

body, html {
  font-family: "Montserrat", sans-serif;
  font-weight: 500 ;
  color: #444141;
  font-size: calc(0.8vw + 0.2vh + 4px);
  color1: #011C34;
  color2: #5E9B6F;
}

@media (min-width: 1800px) {
	body, html {
		font-size: 19px;
	}
}

@media (max-width: 767px) {
	body, html {
	font-size: 17px;
	}

	.pt-5 {padding-top: 5px !important;}
	.mt-4 {margin-top: 5px !important;}


	.practices .col-6 {
    width: 100% !important;
    margin-bottom: 50px;
	}

	.practices .col-6 h3 {
    font-size: 35px;
	}

	.practices .col-6 .custom-list-style {
    font-size: 15px;
	}
}
a, button {
  outline: none !important;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: calc(0.2vh + 5px) 0;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.row {
  min-width: 100%;
}

.text-right {
  text-align: right;
}

.container {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1920px;
  padding: 0 calc(3px + 3vw);
}

.overflow-hidden {
  overflow: hidden !important;
}

.text-widget a {
  text-decoration: none;
  color: #FF7900;
}

.text-bold {
  font-weight: bold !important;
}
body.fp-viewing-0 #bg {
  z-index: 1;
}

body {
  position: relative;
}

body.fp-viewing-1::after {
  content: "";
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/section-top-bg.png');
  background-repeat: no-repeat;
  z-index: -1;
}

body.fp-viewing-4::after {
  content: "";
  position: absolute;
  bottom: 5%;
  left: 30%;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/section-bottom-bg.png');
  background-repeat: no-repeat;
  z-index: -1;
}

body.fp-viewing-5 #bg {
  z-index: 1;
  height: 20vh !important;
  bottom: 0;
}

body .brand-logo img {
  max-width: none;
}

@media (max-width: 767px){
	body .brand-logo img {
    max-width: 60vw !important;
	}
	#bg {display: none}
}


.text-uppercase {
  text-transform: uppercase !important;
}

.text-center {
  text-align: center !important;
}

img.grayscale.disabled {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  /*opacity: 80%;
  -webkit-filter: grayscale(100%); */
}

button.homearrows {
    border: 0;
    background: transparent;
    position: fixed;
    bottom: 10px;
    text-align: center;
    width: 100%;
    height: inherit;
            -webkit-animation-duration: 5s;
            animation-duration: 5s; 
            -webkit-animation-fill-mode: both; 
            animation-fill-mode: both; 
         }
         
         @-webkit-keyframes bounce { 
            0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
            40% {-webkit-transform: translateY(-30px);} 
            60% {-webkit-transform: translateY(-15px);} 
         } 
         
         @keyframes bounce { 
            0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
            40% {transform: translateY(-30px);} 
            60% {transform: translateY(-15px);} 
         }
         
         .bounce { 
            -webkit-animation-name: bounce; 
            animation-name: bounce; 
         }

.input-block.default-style select.arrows-animation {
    bottom: 50px;
    bottom: 10vh;
}

button.homearrows img {
    width: 55px !important;
}

.arrows-animation {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 5px;
}

.arrows-animation path {
  /*stroke: #444141;*/
  fill: #FF7900;
  stroke-width: 0px;
  /*animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;*/
}
.arrows-animation path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */
}
.arrows-animation path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */
}
.arrows-animation path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(-200px);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
}
.text-left {
  text-align: left !important;
}

.h-100 {
  height: 100vh;
}

.self-align-start {
  align-self: start !important;
}

.typed-ticker {
  letter-spacing: 0.1rem;
  text-align: center;
  overflow: hidden;
  color: #FF7900;
}
.typed-ticker span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
.typed-ticker span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: #ccc;
  }
  49% {
    background-color: #ccc;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #ccc;
  }
}
#app {
  overflow: hidden;
}

.page-home #header-gradiant-bar {
  display: none;
}

.litigation-text {
  font-size: 7px;
  font-size: calc(0.2333333333vw + 0.2333333333vh + 8px);
}

.doc-header {
  position: relative;
  z-index: 999;
}
.doc-header .dh-wrap {
    position: relative;
    z-index: 10;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, .2) 67%, rgba(255, 255, 255, 0) 100%);*/
	/*background: linear-gradient(180deg, #444141 80%, #FF7900 80%, #FF7900 82%, rgba(255, 255, 255, 0) 82%);*/
	background:#444141;}


.inner-temp .doc-header {
    position: fixed;
    z-index: 999;
    width: 100%;
	/*background: #fff;*/
	background:#444141 
}

.page-home .doc-header .dh-inner .brand-logo a{
  background: none;
}

.page-home .doc-header.on-move .maintainer {
	/*background: linear-gradient(180deg, #444141 80%, #FF7900 80%, #FF7900 82%, rgba(255, 255, 255, 0) 82%);*/
	background: #444141;
}
.page-home .doc-header.on-move .dh-inner .main-menu > ul > li > a {
  color: #fff;
}
.page-home .doc-header.on-move .dh-inner .brand-logo img {
    width: 250px;
}
.page-home .doc-header.on-move .dh-inner .brand-logo a{
	top:15px;
}


.page-home .doc-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.doc-header .animated-gradiant-1 {
  display: none;
  transition: height 0.3s ease;
  height: calc(3px + 1vh);
}
.doc-header .dh-inner {
  position: relative;
  display: flex;
  padding: calc(14px + 1vh) 0 !important;
  align-items: start;
  transition: height 0.3s ease;
}
.doc-header .dh-inner .brand-logo {
  position: relative;
  flex: 0 0 18%;
  max-width: 18%;
}
.doc-header .dh-inner .brand-logo .play-name-audio {
  display: flex;
  display: none;
  position: absolute;
  left: 100%;
  padding: 5px 10px;
  border-radius: 200px;
  border: none;
  outline: none;
  font-size: 20px;
  font-size: calc(0.6666666667vw + 0.6666666667vh + 8px);
  color: #919298;
  background: none;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 10px;
}
.doc-header .dh-inner .brand-logo .play-name-audio .fas:before {
  content: "\f3c9";
}
.doc-header .dh-inner .brand-logo .play-name-audio span {
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  transition: all 0.2s ease;
  font-size: 12px;
  font-size: calc(0.4vw + 0.4vh + 8px);
  visibility: hidden;
  opacity: 0;
  width: 0;
  overflow: hidden;
  padding-left: 10px;
}
.doc-header .dh-inner .brand-logo .play-name-audio span img {
  width: 100%;
  height: auto;
}
.doc-header .dh-inner .brand-logo .play-name-audio.active {
  background: rgba(255, 255, 255, 0.8);
}
.doc-header .dh-inner .brand-logo .play-name-audio.active span {
  opacity: 1;
  visibility: visible;
  width: calc(4vw + 50px);
}
.doc-header .dh-inner .brand-logo .play-name-audio.active .fas:before {
  content: "\f6a8";
}
@media (max-width: 1020px) {
  .doc-header .dh-inner .brand-logo {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (max-width: 767px){
.doc-header .dh-inner .brand-logo {
    flex: 0 0 60%;
    max-width: 55%;
	}}
/*.doc-header .dh-inner .brand-logo a {
  display: inline-block;
}*/

.doc-header .dh-inner .brand-logo a {
    position: fixed;
    left: 20px;
    top: 15px;
}

.page-home .doc-header .dh-inner .brand-logo a {
    left: 0;
	top: 20px ;
}

.doc-header .dh-inner .main-menu {
  flex: 0 0 82%;
  max-width: 82%;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.page-home .doc-header .dh-inner .main-menu {
    margin-top: 0;
	margin-bottom: 13px;
}


@media (max-width: 1020px) {
  .doc-header .dh-inner .main-menu {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
@media (max-width: 767px){
.doc-header .dh-inner .main-menu {
    flex: 0 0 45%;
    max-width: 45%;
	}}

.doc-header .dh-inner .main-menu > ul {
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 1020px) {
  .doc-header .dh-inner .main-menu > ul {
    display: none;
  }
}
@media (max-height: 650px) {
  .doc-header .dh-inner .main-menu > ul {
    display: none !important;
  }
}
.doc-header .dh-inner .main-menu > ul > li {
  display: inline-block;
  margin: 0 calc(1.2vw + 5px);
  transition: height 0.3s ease;
}
.doc-header .dh-inner .main-menu > ul > li.pointer {
  position: relative;
}
.doc-header .dh-inner .main-menu > ul > li.pointer::after {
  content: "\f0d8";
  font-family: "Font Awesome 5 Pro";
  top: 100%;
  font-weight: bold;
	font-size: 40px;
    margin-top: -12px;
  /*font-size: 22px;
  font-size: calc(0.7333333333vw + 0.7333333333vh + 8px);
  margin-top: calc(0.6vh + 5px);*/
  color: #FF7900;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.fp-viewing-0 .page-home .doc-header .dh-inner .main-menu > ul > li.pointer::after {
  margin-top: calc(0.6vh + 2px);
}
.page-home .doc-header .dh-inner .main-menu > ul > li.pointer::after {
  margin-top: 1px;
}
.doc-header .dh-inner .main-menu > ul > li > a {
  transition: height 0.3s ease;
  text-transform: none;
  display: block;
  font-size: calc(0.4vw + 0.4vh + 8px);
  text-decoration: none;
  color: #fff;
}
.doc-header .dh-inner .main-menu .actions button, .doc-header .dh-inner .main-menu .actions a.btn {
  display: inline-block;
  padding: 5px calc(5px + 0.5vw);
  padding-right: 0;
  outline: none;
  text-decoration: none;
  border: none;
  color: #FF7900;
  font-size: calc(0.8666666667vw + 0.8666666667vh + 8px);
  background: none;
}
@media (max-width: 767px){
.doc-header .dh-inner .main-menu .actions button, .doc-header .dh-inner .main-menu .actions a.btn {
  font-size: 26px;
	}}


.doc-header .dh-inner .main-menu .actions button + button, .doc-header .dh-inner .main-menu .actions button + a.btn, .doc-header .dh-inner .main-menu .actions a.btn + button, .doc-header .dh-inner .main-menu .actions a.btn + a.btn {
  margin-left: 1vw;
}
.page-home .doc-header .dh-inner .main-menu .actions button i.text-bold.icon--search, .page-home .doc-header .dh-inner .main-menu .actions a.btn i.text-bold.icon--search {
  color: #FF7900;
}
.doc-header .mega-menu {
    position: absolute;
    top: 77px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 96%;
    background: #F4F4F4;
    box-shadow: 0 60px 50px 50px rgb(0 0 0 / 35%);
    visibility: hidden;
    overflow: hidden;
    transition: all 0.2s linear;
    z-index: 1002;
    border-top: #FF7900 5px solid;
}
@media (max-width: 1020px) {
  .doc-header .mega-menu {
    display: none !important;
  }
}
@media (max-height: 650px) {
  .doc-header .mega-menu {
    display: none !important;
  }
}
.doc-header .mega-menu#mega-services:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  background: url("../images/services-mega.svg") no-repeat right bottom;
  background-size: contain;
}
#mega-people, #mega-services {
  background-image: url("../images/logo_mark.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.doc-header .mega-menu#mega-people:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: linear-gradient(283.4deg, #FF7900 21.84%, #FF7900 29.92%, #FF7900 42.84%, #FF7900 50.11%, #FF7900 71.91%, #FF7900 80.79%);
  height: 10px;
}
.doc-header .mega-menu#mega-insights {
  /*background-image: url("../images/logo_mark.png");*/
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.doc-header .mega-menu#mega-insights .sidebar-navigation {
  padding-top: 0;
}
.doc-header .mega-menu#mega-insights .mega-inner {
  padding-top: 0;
}
.doc-header .mega-menu#mega-insights .mega-insights-section .page-links {
  padding: 0 calc(2vw + 15px);
}
/*@media (max-height: 700px) {
  .doc-header .mega-menu#mega-insights .mega-insights-section .page-links {
    display: none;
  }
}*/
.doc-header .mega-menu#mega-insights .mega-insights-section .insights-section-content {
  padding: 2vh calc(2vw + 15px);
}
.doc-header .mega-menu#mega-insights .mega-insights-section .article-in-list {
  margin-bottom: calc(1vh + 15px);
	border: none;
}
.doc-header .mega-menu#mega-insights .mega-insights-section {
  background: rgba(249, 249, 251, 0.7);
}
.doc-header .mega-menu#mega-insights .mega-insights-section.section-top {
	background: #444141;
}
.doc-header .mega-menu#mega-insights .mega-insights-section > header {
  padding: 2vh calc(2vw + 15px);
}
.doc-header .mega-menu#mega-insights .mega-insights-section > header h2,
.doc-header .mega-menu#mega-insights .mega-insights-section > header h3 {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 13px;
  font-size: calc(0.4333333333vw + 0.4333333333vh + 8px);
  text-transform: none;
  font-weight: 600;
  color: #444141;
}

.doc-header .mega-menu#mega-insights .mega-insights-section.section-top > header h2,
.doc-header .mega-menu#mega-insights .mega-insights-section.section-top > header h3 {
  color: #CBCBD0;
}


.doc-header .mega-menu#mega-insights .mega-insights-section > header h2 img, .doc-header .mega-menu#mega-insights .mega-insights-section > header h2 .fal, .doc-header .mega-menu#mega-insights .mega-insights-section > header h2 .fab, .doc-header .mega-menu#mega-insights .mega-insights-section > header h2 .fa, .doc-header .mega-menu#mega-insights .mega-insights-section > header h3 img, .doc-header .mega-menu#mega-insights .mega-insights-section > header h3 .fal, .doc-header .mega-menu#mega-insights .mega-insights-section > header h3 .fab, .doc-header .mega-menu#mega-insights .mega-insights-section > header h3 .fa {
  margin-right: 10px;
}
.doc-header .mega-menu#mega-insights .mega-insights-section > header .mega-header-filters {
  position: relative;
}
@media (max-width: 1199px) {
  .doc-header .mega-menu#mega-insights .mega-insights-section > header .mega-header-filters {
    margin-top: 20px;
  }
}
.doc-header .mega-menu#mega-insights .mega-insights-section > header .mega-header-filters .hf-inner {
  display: flex;
  align-items: center;
}
.doc-header .mega-menu#mega-insights .mega-insights-section > header .mega-header-filters .hf-inner .input-block {
  margin-left: 10px;
}
.doc-header .mega-menu#mega-insights .mega-insights-section > header .mega-header-filters .hf-inner strong {
  color: #828282;
  max-width: 100px;
  font-weight: 600;
  font-size: 11px;
  font-size: calc(0.3666666667vw + 0.3666666667vh + 8px);
  padding-right: 10px;
}


.doc-header .mega-menu#mega-insights .mega-insights-section .trending-person {
  position: relative;
  display: flex;
  color: #fff;
  font-size: 10px;
  font-size: calc(0.3333333333vw + 0.3333333333vh + 4px);
}
.doc-header .mega-menu#mega-insights .mega-insights-section .trending-person .article-excerpt {
  margin-bottom: 0;
}
.doc-header .mega-menu#mega-insights .mega-insights-section .trending-person .tp-details {
  padding-left: 15px;
}

.doc-header .mega-menu#mega-insights .mega-insights-section .trending-person .meta-info {
  color: #FF7900;
  font-size: 10px;
  font-size: calc(0.3333333333vw + 0.3333333333vh + 4px);
}
.doc-header .mega-menu#mega-insights .mega-insights-section .trending-person .meta-info .article-date {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  font-size: 10px;
  font-size: calc(0.3333333333vw + 0.3333333333vh + 4px);
}
.doc-header .mega-menu#mega-insights .mega-insights-section .trending-person .meta-info a {
  text-transform: uppercase;
}
.doc-header .mega-menu#mega-insights .mega-insights-section .trending-person a {
  color: inherit;
  text-decoration: none;
}
.doc-header .mega-menu#mega-insights .mega-insights-section .trending-person h4 {
  font-size: 14px;
  font-size: calc(0.4666666667vw + 0.4666666667vh + 7px);
  font-weight: 900;
  text-transform: none;
  color: #fff;
}
.doc-header .mega-menu#mega-insights .mega-insights-section .trending-person figure {
  flex: 0 0 80px;
  background: #C4C4C4;
  padding-top: 7px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  max-width: 80px;
}
.doc-header .mega-menu.enabled {
  min-height: calc(80vh + 2vw);
  visibility: visible;
}
.doc-header .mega-menu .mega-inner {
  min-height: calc(80vh + 2vw);
  position: relative;
  z-index: 50;
  padding: 3vh 0 2vh;
}
.mega-title {
  font-weight: 700;
  font-size: 26px;
  font-size: calc(0.8666666667vw + 0.8666666667vh + 11px);
  text-transform: uppercase;
  color: #FF7900;
  margin: 0 0 calc(0.5vh + 10px);

  font-family: "Montserrat", sans-serif;
}
.doc-header .mega-menu .custom-list-style {
  text-transform: capitalize;
}
.doc-header .mega-menu .mega-close {
  cursor: pointer;
  z-index: 99;
  padding: 10px 20px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  font-size: calc(0.6666666667vw + 0.6666666667vh + 8px);
  background: none;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 0;
  top: 0;
}

.custom-list-style {
  padding: 0;
  margin: 0;
  color: #444141;
  font-size: 11px;
  font-size: calc(0.3666666667vw + 0.3666666667vh + 8px);
  line-height: 1.6;
  font-weight: 500;
}
.custom-list-style li {
  display: block;
  position: relative;
}
.custom-list-style li a {
  color: inherit;
  text-decoration: none;
}
.custom-list-style li a:after {
  transition: all 0.3s ease;
  font-size: 12px;
  font-size: calc(0.4vw + 0.4vh + 8px);
  padding-left: 10px;
  opacity: 1;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #FF7900;
}
.custom-list-style li a:hover {
  color: #FF7900;
}
.custom-list-style li a:hover:after {
  padding-left: 0;
  opacity: 0;
}

.page-structure {
  position: relative;
  max-width: 1920px;
  margin: auto;
  min-height: calc(90vh - 74px);
}

.bio-body .doc-header .dh-wrap .container {
  height: 82px; /*135*/
  /*background: #F9F9FB;*/
}

.bio-body .doc-header .dh-wrap .container .dh-inner .main-menu ul li a, .inner-temp .doc-header .dh-wrap .container .dh-inner .main-menu ul li a {
  /*color: black;*/
	color:#FFF
}

.bio-body .page-structure{
  max-width: 100%;
}

.graphics-lt {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  max-width: 16%;
}
.graphics-rt {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.2;
  max-width: 15%;
}
.graphics-rb {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 44.5vw;
}

.doc-footer {
  background: #1F1E1E;
  color: #fff;
  padding: calc(2.5vh + 20px) 0;
  font-family: "Montserrat", sans-serif;
  font-size: 6px;
  font-size: calc(0.2vw + 0.2vh + 8px);
  font-weight: 300;
}
.home-section .doc-footer {
  height: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.doc-footer a {
  text-decoration: none;
  color: inherit;
}
.doc-footer .df-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1020px) {
  .doc-footer .df-inner {
    flex-direction: column;
    text-align: center;
  }
}
.doc-footer .footer-links {
  /*display: flex;
  flex-direction: column;
  justify-content: space-between;*/
      flex: 0 0 55%;
    max-width: 55%;
}
@media (max-width: 1020px) {
  .doc-footer .footer-links {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: calc(10px + 1vh);
  }
}
.doc-footer .footer-links > a, .doc-footer .footer-links > span {
  margin-right: calc(1vw + 10px);
  white-space: nowrap;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .doc-footer .footer-links > span{
    display: block;
  }
}
@media (min-width: 1199px) {
  .doc-footer .footer-links span {
    margin-left: calc(20px + 2vw);
  }
}
.doc-footer .footer-links .text-widget {
  margin-top: 2vh;
  font-size: 110%;
  text-transform: none;
}
.doc-footer .social-media {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.doc-footer .social-media .social-link {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}

.doc-footer .social-media strong {
  display: block;
}
@media (max-width: 1020px) {
  .doc-footer .social-media {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: calc(10px + 1vh);
  }
}
.doc-footer .credits {
  flex: 0 0 20%;
  max-width: 20%;
  align-self: center;
  text-align: right;
}
.doc-footer .credits {
  text-align: center;
}
.doc-footer .credits img{
  max-width: 220px;
  width: 100%;
}
@media (max-width: 1020px) {
  .doc-footer .credits {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.doc-footer .credits a {
  font-size: 10px;
  font-size: calc(0.3333333333vw + 0.3333333333vh + 8px);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.glossy-effect {
  position: relative;
  overflow: hidden;
}
.glossy-effect:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, white, transparent);
}
.glossy-effect:hover:after {
  transition: 0.8s;
  transition-delay: 0.3s;
  left: 100%;
}

.sidebar-navigation {
  position: relative;
  padding-top: calc(2vh + 10px);
}
.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}
.sidebar-navigation ul li {
  display: block;
  margin-bottom: calc(0.3vh + 5px);
}
.sidebar-navigation ul li.col {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .sidebar-navigation ul li.col {
    flex: 0 0 100%;
  }
}
.sidebar-navigation ul li a {
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-decoration: none;
}
.sidebar-navigation.style-horizontal {
  margin: 0 -10px;
}
.sidebar-navigation > ul {
  margin: 0;
  padding: 0;
}
.sidebar-navigation > ul > li > a {
  background: #444141;
  font-size: 8px;
  font-size: calc(0.2666666667vw + 0.2666666667vh + 8px);
  padding: calc(0.5vh + 8px) calc(0.5vw + 5px);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}

@media (max-width: 767px) {
.sidebar-navigation > ul > li > a {
    font-size: 15px;
	}
}

.sidebar-navigation > ul > li > a span {
  position: relative;
  z-index: 10;
}
.sidebar-navigation > ul > li > a:after {
  content: "";
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -200%;
  transition: all 0.3s linear;
  background: #FF7900;
}
.sidebar-navigation > ul > li > a:hover {
  margin-right: -10px;
}
.sidebar-navigation > ul > li > a.scrollspy-active:after, .sidebar-navigation > ul > li > a:hover:after {
  right: 0;
}
.sidebar-navigation > ul > li.active > a:after {
  right: 0;
}
.sidebar-navigation > ul > li.active > ul {
  display: block;
}
.sidebar-navigation > ul > li > ul {
  display: none;
}
.sidebar-navigation > ul > li > ul > li:first-child {
  margin-top: calc(0.3vh + 5px);
}
.sidebar-navigation > ul > li > ul > li > a {
  background: #BBBBBB;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  font-size: calc(0.3333333333vw + 0.3333333333vh + 8px);
  padding: calc(0.1vh + 2px) calc(0.5vw + 5px);
}
.sidebar-navigation > ul > li > ul > li > a.scrollspy-active, .sidebar-navigation > ul > li > ul > li > a.active {
  background: #444444;
}

.animated-gradiant-1 {
  background: #FF7900;
  background: linear-gradient(90deg, #FF7900 0%, #FF7900 50%, #FF7900 100%);
  background-size: 200% auto;
  width: 100%;
  animation: bgslide 1s infinite linear;
}
.animated-gradiant-1.noAnimation {
  animation: unset !important;
}

@keyframes bgslide {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -200%;
  }
}
.grid-3 {
  display: flex;
  flex-flow: wrap;
}
.grid-3 > * {
  max-width: 33.3333333334%;
  flex: 0 0 33.3333333334%;
}
@media (max-width: 1020px) {
  .grid-3 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .grid-3 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.no-border {
  border: none !important;
}

.page-sidebar .sidebar-widget > h3 {
  font-size: 13px;
  font-size: calc(0.4333333333vw + 0.4333333333vh + 8px);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: calc(3vh + 15px) !important;
}
.page-sidebar .sidebar-widget > h3.style-2 {
  margin-bottom: calc(1vh + 10px) !important;
}
.page-sidebar .sidebar-widget + .sidebar-widget {
  border-top: 1px solid #C4C4C4;
  padding-top: 35px;
}

.sidebar-widget {
  margin-bottom: calc(3vh + 20px);
}
.sidebar-widget h3 {
  color: inherit;
  margin-bottom: calc(2vh + 10px);
}
.gi-extras .sidebar-widget h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-size: calc(0.5666666667vw + 0.5666666667vh + 8px);
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar-widget.blocked-list ul li {
  display: block;
  margin-bottom: 5px;
}
.sidebar-widget ul:not(.columned-list-widget ul) {
  display: block;
  margin: 0;
  padding: 0;
}
.sidebar-widget ul:not(.columned-list-widget ul) li {
  display: inline-block;
  margin-bottom: calc(0.8vh + 5px);
}
.sidebar-widget ul:not(.columned-list-widget ul) li a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 7px;
  font-size: calc(0.2333333333vw + 0.2333333333vh + 8px);
  display: block;
  padding: calc(0.5vh + 5px) calc(0.8vw + 5px);
  color: #FF7900;
  border: 1px solid #FF7900;
  text-decoration: none;
  transition: background-color 0.2s linear;
}
.sidebar-widget ul:not(.columned-list-widget ul) li a:hover {
  background: #FF7900;
  color: #fff;
}
.sidebar-widget.columned-list-widget > ul li {
  display: block;
  margin-bottom: calc(1vh + 10px);
}
.sidebar-widget.columned-list-widget > ul li a {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 8.5px;
    font-size: calc(0.6vw + 0.05vh + 5px);
    color: #FF7900;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-right: 8px;
    padding-right: calc(0.7vw + 0.1vh + 5px);
    transition: all 0.2s ease-in;
}

@media (max-width: 767px) {
.sidebar-widget.columned-list-widget > ul li a {
    font-size: 13px;
  }
}

.sidebar-widget.columned-list-widget > ul li a:hover {
  padding-right: 15px;
}
.sidebar-widget.columned-list-widget > ul li a:after {
  font-weight: bold;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.sidebar-widget .text-widget {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-size: calc(0.3333333333vw + 0.3333333333vh + 8px);
  line-height: 1.6;
}
.sidebar-widget .text-widget a {
  color: #FF7900;
  text-decoration: none;
}
.gi-extras .sidebar-widget {
  padding-bottom: calc(3vh + 25px);
  margin-bottom: calc(3vh + 25px);
  border-bottom: 1px solid #C4C4C4;
}
.sidebar-widget .cloud-links {
  padding-top: calc(1vh + 10px);
}
.sidebar-widget .cloud-links a[data-weight="1"] {
  --size: 1;
  opacity: 0.2 !important;
  font-size: 12px !important;
}
.sidebar-widget .cloud-links a[data-weight="2"] {
  --size: 2;
  opacity: 0.25 !important;
  font-size: 14px !important;
}
.sidebar-widget .cloud-links a[data-weight="3"] {
  --size: 3;
  font-size: 16px !important;
}
.sidebar-widget .cloud-links a[data-weight="4"] {
  --size: 4;
}
.sidebar-widget .cloud-links a[data-weight="5"] {
  --size: 5;
}
.sidebar-widget .cloud-links a[data-weight="6"] {
  --size: 6;
}
.sidebar-widget .cloud-links a[data-weight="7"] {
  --size: 7;
}
.sidebar-widget .cloud-links a[data-weight="8"] {
  --size: 8;
}
.sidebar-widget .cloud-links a[data-weight="9"] {
  --size: 9;
}
.sidebar-widget .cloud-links a[data-weight="10"] {
  --size: 10;
}
.sidebar-widget .cloud-links a {
  text-decoration: none;
  --size: 4;
  color: inherit;
  opacity: calc(var(--size) * 10 / 100);
  font-size: calc(var(--size) * 0.15vw);
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  transition: all 0.2s ease-in;
  font-weight: 600;
}
.sidebar-widget .cloud-links a:hover {
  color: #FF7900;
  opacity: 1 !important;
}

.page-header {
  position: relative;
  background: #F4F4F4;
  padding: 110px 0 0 0; /*calc(1.5vh + 10px) 0;*/
  font-family: "Montserrat", sans-serif;
}
.page-header .ph-inner .header-label {
  font-size: 13px;
  font-size: calc(0.4333333333vw + 0.4333333333vh + 8px);
  font-weight: 600;
  text-transform: uppercase;
  color: #FF7900;
}
.page-header .ph-inner .header-label strong {
  color: #444141;
}
.page-header .ph-inner .header-filters .hf-inner {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-header .ph-inner .header-filters .hf-inner > strong, .page-header .ph-inner .header-filters .hf-inner > .input-block {
  flex: 1;
  margin: 0 10px;
}
.page-header .ph-inner .header-filters .hf-inner > strong:last-child, .page-header .ph-inner .header-filters .hf-inner > .input-block:last-child {
  margin-right: 0;
}
.page-header .ph-inner .header-filters .hf-inner > strong:first-child, .page-header .ph-inner .header-filters .hf-inner > .input-block:first-child {
  margin-left: 0;
}
@media (max-width: 650px) {
  .page-header .ph-inner .header-filters .hf-inner > strong, .page-header .ph-inner .header-filters .hf-inner > .input-block {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
}
.page-header .ph-inner .header-filters .hf-inner > strong {
  color: #444141;
  max-width: 110px;
  font-weight: 500;
}
.page-header .ph-inner .header-filters .hf-inner.style2 > strong {
  flex: 0 0 110px;
  max-width: 120px;
}
@media (max-width: 650px) {
  .page-header .ph-inner .header-filters .hf-inner.style2 > strong {
    flex: 0 0 100%;
  }
}
.page-header .ph-inner .header-filters .hf-inner.style2 .input-blocks {
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 650px) {
  .page-header .ph-inner .header-filters .hf-inner.style2 .input-blocks {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-header .ph-inner .header-filters .hf-inner.style2 .input-blocks .input-block {
  flex: 1;
  margin: 0 10px;
}
.page-header .ph-inner .header-filters .hf-inner.style2 .input-blocks .input-block:last-child {
  margin-right: 0;
}
.page-header .ph-inner .header-filters .hf-inner.style2 .input-blocks .input-block:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
	.header-filters { display: none}
}

/*@media (max-width: 650px) {
  .page-header .ph-inner .header-filters .hf-inner.style2 .input-blocks .input-block {
    flex: 0 0 100%;
    margin-bottom: 15px;
    margin: 0;
  }
}*/
@media (max-width: 1199px) {
  .page-header .ph-inner .header-label + .header-filters {
    margin-top: 30px;
  }
}

.articles-wrap-1 {
  padding: calc(5vh + 20px) 0;
}

.text-widget + .social-icons {
  margin-top: 30px;
}

.social-icons a {
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;

}


.social-icons a.fb-bg {
  background: #FF7900;/*#385a9b;*/
}
.social-icons a.twitter-bg {
  background: #FF7900;/*#598dca;*/
}
.social-icons a.linkedin-bg {
  background: #FF7900;/*0e76a8;*/
}
.social-icons a.pdf-bg {
  background: #FF7900;/*#b50000;*/
}
.social-icons a.email-bg {
  background: #FF7900;/*#DC493C;*/
}

.page-bg-head {
  min-height: calc(2vh + 2vw + 25px);
  background-size: cover;
  background-position: center center;
  padding: 110px 0 0 0; /* calc(1.5vh + 10px) 0;*/
  background-image: url() !important;
}

.practice-details {
  display: flex;
  flex-wrap: wrap;
}
.practice-details .sidebar-area {
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-top: calc(2vh + 15px);
}
@media (max-width: 1020px) {
  .practice-details .sidebar-area {
    display: none;
  }
}
.practice-details .pd-content {
  flex: 0 0 calc(80% - 200px);
  max-width: calc(80% - 200px);
  padding: calc(2vh + 30px) 30px;
}
@media (max-width: 1020px) {
  .practice-details .pd-content {
    flex: 0 0 calc(100% - 260px);
    max-width: calc(100% - 260px);
  }
}
@media (max-width: 767px) {
  .practice-details .pd-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: calc(2vh + 20px) 0px;
  }
}

.practice-details .related-attorneys {
  flex: 0 0 200px;
  max-width: 200px;
  border-left: 1px solid #C4C4C4;
  padding-top: calc(2vh + 30px);
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .practice-details .related-attorneys {
    border: none;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
    align-items: end;
  }
}
.practice-details .related-attorneys button.show-all {
  width: 120px;
  height: 120px;
  margin: auto;
  display: flex;
  margin: -15px auto 0;
  text-align: center;
  z-index: 0;
}
@media (max-width: 767px) {
  .practice-details .related-attorneys button.show-all {
    margin: 25px;
  }
}
.practice-details .related-attorneys .ra-block {
  transition: all 0.3s ease;
  position: relative;
  margin: -15px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .practice-details .related-attorneys .ra-block {
    margin: 25px;
  }
}
.practice-details .related-attorneys .ra-block:first-child {
  margin-top: 0 !important;
}
.practice-details .related-attorneys .ra-block > a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-indent: -99999999px;
  overflow: hidden;
}
.practice-details .related-attorneys .ra-block .chair-name {
  font-size: 7px;
  font-size: calc(0.2333333333vw + 0.2333333333vh + 8px);
  font-weight: bold;
  display: block;
  margin: 12px 0 30px;
  text-align: center;
}
.see-all-people {}
.attname {display: block}
.attrank {display: block}
.attphon {display: block}

@media (max-width: 767px) {
  .practice-details .related-attorneys .ra-block .chair-name {
    display: none !important;
  }
}
.practice-details .related-attorneys .ra-block figure {
  position: relative;
  width: 120px;
  margin: auto;
  display: block;
}
.practice-details .related-attorneys .ra-block figure .fig-wrap {
  background: #C2C2C2;
  padding-top: 10px;
  display: block;
  width: 120px;
  height: 120px;
  margin: auto;
  position: relative;
  overflow: hidden;
  z-index: 10;
  border-radius: 50%;
}
.practice-details .related-attorneys .ra-block figure .fig-wrap img {
  width: 100%;
  height: auto;
}
.practice-details .related-attorneys .ra-block figure .chair-label {
  position: absolute;
  bottom: -10px;
  right: -4px;
  background: linear-gradient(292.05deg, #FF7900 1.27%, #FF7900 10.32%, #FF7900 24.81%, #FF7900 32.95%, #FF7900 57.39%, #FF7900 67.35%);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  min-width: 80%;
  padding: 5px 20px 5px 10px;
  font-weight: 600;
  z-index: 15;
}
.practice-details .related-attorneys .ra-block figure .chair-label:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 15px solid #FF7900;
}
.practice-details .related-attorneys .ra-block .ra-hover {
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  font-weight: 400;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #E2E2E2;
  border-radius: 100px 50px 50px 100px;
  width: 230%;
  z-index: 0;
  padding-right: 80px;
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 35px;
  font-size: 15px;
  line-height: 1.4;
}
.practice-details .related-attorneys .ra-block .ra-hover a {
  text-decoration: none;
  color: inherit;
}
.practice-details .related-attorneys .ra-block .ra-hover span, .practice-details .related-attorneys .ra-block .ra-hover strong {
  text-transform: capitalize;
  display: block;
}
@media (min-width: 768px) {
  .practice-details .related-attorneys .ra-block:hover .ra-hover {
    right: 40%;
    opacity: 1;
    visibility: visible;
  }
}
.practice-details .related-attorneys .ra-block:nth-child(1) {
  z-index: 28;
}
.practice-details .related-attorneys .ra-block:nth-child(2) {
  z-index: 27;
}
.practice-details .related-attorneys .ra-block:nth-child(3) {
  z-index: 26;
}
.practice-details .related-attorneys .ra-block:nth-child(4) {
  z-index: 25;
}
.practice-details .related-attorneys .ra-block:nth-child(5) {
  z-index: 24;
}
.practice-details .related-attorneys .ra-block:nth-child(6) {
  z-index: 23;
}
.practice-details .related-attorneys .ra-block:nth-child(7) {
  z-index: 22;
}
.practice-details .related-attorneys .ra-block:nth-child(8) {
  z-index: 21;
}
.practice-details .related-attorneys .ra-block:nth-child(9) {
  z-index: 20;
}
.practice-details .related-attorneys .ra-block:nth-child(10) {
  z-index: 19;
}
.practice-details .related-attorneys .ra-block:nth-child(11) {
  z-index: 18;
}
.practice-details .related-attorneys .ra-block:nth-child(12) {
  z-index: 17;
}
.practice-details .related-attorneys .ra-block:nth-child(13) {
  z-index: 16;
}
.practice-details .related-attorneys .ra-block:nth-child(14) {
  z-index: 15;
}
.practice-details .related-attorneys .ra-block:nth-child(15) {
  z-index: 14;
}
.practice-details .related-attorneys .ra-block:nth-child(16) {
  z-index: 13;
}
.practice-details .related-attorneys .ra-block:nth-child(17) {
  z-index: 12;
}
.practice-details .related-attorneys .ra-block:nth-child(18) {
  z-index: 11;
}
.practice-details .related-attorneys .ra-block:nth-child(19) {
  z-index: 9;
}
.practice-details .related-attorneys .ra-block:nth-child(20) {
  z-index: 8;
}
.practice-details .related-attorneys .ra-block:nth-child(21) {
  z-index: 7;
}
.practice-details .related-attorneys .ra-block:nth-child(22) {
  z-index: 6;
}
.practice-details .related-attorneys .ra-block:nth-child(23) {
  z-index: 5;
}
.practice-details .related-attorneys .ra-block:nth-child(24) {
  z-index: 4;
}
.practice-details .related-attorneys .ra-block:nth-child(25) {
  z-index: 3;
}
.practice-details .related-attorneys .ra-block:nth-child(26) {
  z-index: 2;
}
.practice-details .related-attorneys .ra-block:nth-child(27) {
  z-index: 1;
}
.practice-details .related-attorneys .show-all {
  z-index: 0;
}
@media (min-width: 1040px) {
  .practice-details .related-attorneys:hover .ra-block, .practice-details .related-attorneys:hover button.show-all {
    margin-top: 20px;
  }
}

@media (max-width: 1020px) {
  .tabs-wrapper {
    padding-bottom: calc(2.5vh + 15px);
  }
}
.tabs-wrapper .tab-panel {
  display: none;
}
@media (max-width: 1020px) {
  .tabs-wrapper .tab-panel {
    display: block !important;
    margin-bottom: 5px;
  }
}
.tabs-wrapper .tab-panel .tab-trigger {
  text-transform: uppercase;
  background: #FF7900;
  color: #fff;
  padding: calc(1vh + 10px) calc(10px + 1vw);
  display: block;
  width: 100%;
  border: none;
  box-shadow: none;
  outline: none;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  font-size: calc(0.4666666667vw + 0.4666666667vh + 8px);
  position: relative;
}
.tabs-wrapper .tab-panel .tab-trigger:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 25px;
  font-size: calc(0.8333333333vw + 0.8333333333vh + 8px);
}
.tabs-wrapper .tab-panel .tab-trigger.active {
  pointer-events: none;
}
.tabs-wrapper .tab-panel .tab-trigger.active:after {
  content: "\f106";
}
@media (min-width: 1021px) {
  .tabs-wrapper .tab-panel .tab-trigger {
    display: none;
  }
}
@media (max-width: 1020px) {
  .tabs-wrapper .tab-panel .tab-panel-content {
    padding: calc(1vh + 15px) 0;
    display: none;
  }
}

.tab-link.active, .active > .tab-link {
  pointer-events: none;
}

ul.breadcrumb {
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #FF7900;
  text-transform: uppercase;
    font-size: calc(0.6vw + 0.2vh + 4px);
}

@media (max-width: 767px) {
ul.breadcrumb {
    font-size: 13px;
}
}

ul.breadcrumb li {
  display: inline-block;
}
ul.breadcrumb li h1 {
  font-size: inherit;
  color: #FF7900;
  display: inline-block;
}
ul.breadcrumb li + li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  color: #444141;
  font-weight: 400;
  padding: 0 10px;
}
ul.breadcrumb li a {
  text-decoration: none;
  color: #444141;
}




.ways-to-subscribe {
  align-items:baseline;
}

.email-subscription h6, .rss-subscription h6 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 5px;
  font-size: calc(0.1666666667vw + 0.1666666667vh + 8px);
  margin: 15px 0;
  color: #828282;
}

.email-subscription {
  position: relative;
}
.email-subscription form {
  position: relative;
}
.email-subscription form input {
  height: 50px;
  display: block;
  width: 100%;
  background: #F9F9FB;
  border: 1px solid #FF7900;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  padding: 0 140px 0 20px;
  font-size: 10px;
  font-size: calc(0.3333333333vw + 0.3333333333vh + 8px);
}
.email-subscription form input::placeholder {
  text-transform: capitalize;
}
.email-subscription form button {
  background: linear-gradient(292.05deg, #FF7900 1.27%, #FF7900 10.32%, #FF7900 24.81%, #FF7900 32.95%, #FF7900 57.39%, #FF7900 67.35%);
  border-radius: 4px;
  border: none;
  height: 36px;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.rss-subscription .btn-rss {
  display: block;
  border: none;
  box-shadow: none;
  outline: none;
  text-decoration: none;
  background: linear-gradient(283.4deg, #FF7900 21.84%, #FF7900 29.92%, #FF7900 42.84%, #FF7900 50.11%, #FF7900 71.91%, #FF7900 80.79%);
  border-radius: 4px;
  height: 50px;
  color: #fff;
  position: relative;
  font-size: 12px;
  font-size: calc(0.4vw + 0.4vh + 8px);
  padding: 0 15px 0 65px;
}
.rss-subscription .btn-rss .fa, .rss-subscription .btn-rss .fal, .rss-subscription .btn-rss .fas {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(292.05deg, #FF7900 1.27%, #FF7900 10.32%, #FF7900 24.81%, #FF7900 32.95%, #FF7900 57.39%, #FF7900 67.35%);
  border-radius: 4px;
  width: 50px;
}
.rss-subscription .btn-rss .fa:before, .rss-subscription .btn-rss .fal:before, .rss-subscription .btn-rss .fas:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: calc(0.8vw + 0.8vh + 8px);
}
.rss-subscription .btn-rss span {
  position: absolute;
  top: 50%;
  left: 65px;
  line-height: 1;
  transform: translate(0, -50%);
}

.border-bottom-0 {
  border-bottom: none !important;
}

.practice-details .pd-content h1, .practice-details .template-content h1, .template-page .pd-content h1, .template-page .template-content h1 {
  color: #FF7900;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 35px;
  font-size: calc(1.5vw + 1.5vh + 9px);
  font-family: "Montserrat", sans-serif;
}


@media (max-width: 767px) {
.practice-details .pd-content h1, .practice-details .template-content h1, .template-page .pd-content h1, .template-page .template-content h1 {
  font-size: 35px;
}
}


.practice-details .pd-content .text-widget, .practice-details .template-content .text-widget, .template-page .pd-content .text-widget, .template-page .template-content .text-widget {
  color: #444444;
  font-weight: 500;
}
.practice-details .pd-content .text-widget p:first-child, .practice-details .pd-content .text-widget h4, .practice-details .template-content .text-widget p:first-child, .practice-details .template-content .text-widget h4, .template-page .pd-content .text-widget p:first-child, .template-page .pd-content .text-widget h4, .template-page .template-content .text-widget p:first-child, .template-page .template-content .text-widget h4 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  color: #444141;
  font-size: 110%;
  margin-bottom: 30px;
}


@media (max-width: 767px) {
  .practice-details .pd-content .text-widget p:first-child, .practice-details .pd-content .text-widget h4, .practice-details .template-content .text-widget p:first-child, .practice-details .template-content .text-widget h4, .template-page .pd-content .text-widget p:first-child, .template-page .pd-content .text-widget h4, .template-page .template-content .text-widget p:first-child, .template-page .template-content .text-widget h4 {
  font-weight: 500 !important;
  font-size: 103%;
  margin-bottom: 20px;
}
}

h5.related-header {
    color: #FF7900;
}


.practice-details .sidebar-area .sidebar-navigation, .template-page .sidebar-area .sidebar-navigation {
  text-align: right;
}
.practice-details .sidebar-area .sidebar-list-widget, .template-page .sidebar-area .sidebar-list-widget {
  position: relative;
  padding: calc(1vw + 20px);
  padding-right: 0;
}
.practice-details .sidebar-area .sidebar-widget > h3, .template-page .sidebar-area .sidebar-widget > h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: calc(0.4vw + 0.4vh + 8px);
  font-weight: 600;
  margin-bottom: 20px;
}

.template-page {
  display: flex;
  flex-wrap: wrap;
}
.template-page .page-404 {
  width: 100%;
  padding-top: 18vh;
}
.template-page .page-404 h1, .template-page .page-404 h2 {
  margin-top: calc(4vh + 2vw);
  font-weight: 400;
  color: #000000;
}
.template-page .page-404 img {
  width: 450px;
  max-width: 80%;
}
.template-page .sidebar-area {
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-top: calc(2vh + 15px);
}
.template-page .sidebar-area .sidebar-navigation {
  text-align: right;
}
@media (max-width: 1000px) {
  .template-page .sidebar-area {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  .template-page .sidebar-area {
    display: none;
  }
}
.template-page .template-content {
  flex: 0 0 55%;
  max-width: 55%;
  padding: calc(2vh + 30px) 30px;
}
@media (max-width: 1000px) {
  .template-page .template-content {
    flex: 0 0 70% !important;
    max-width: 70% !important;
  }
}
@media (max-width: 767px) {
  .template-page .template-content {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.template-page .related-content {
  flex: 0 0 25%;
  max-width: 25%;
  padding-top: calc(6vh + 50px);
  padding-left: calc(2vw + 10px);
  border-left: 1px solid #C4C4C4;
}
.template-page .related-content > h3 {
  font-size: 15px;
  font-size: calc(0.5vw + 0.5vh + 8px);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: calc(5vh + 10px);
}
@media (max-width: 1000px) {
  .template-page .related-content {
    border-left: none;
    border-top: 1px solid #C4C4C4;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.template-page.no-right-sidebar .template-content {
  flex: 0 0 80%;
  max-width: 80%;
}
@media (max-width: 960px) {
  .template-page.no-right-sidebar .template-content {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

.job-block {
  margin-bottom: calc(5vh + 10px);
}
.job-block h3 {
  font-size: 12px;
  font-size: calc(0.4vw + 0.4vh + 8px);
  font-weight: 600;
  margin-bottom: 20px;
}
.job-block h3 span {
  color: #FF7900;
}

.people-filters-page-style {
  background-image: url("../images/logo_mark.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.people-filters-page-style .people-results-listing, .people-filters-page-style .page-title-style-2 {
  padding-top: 8vh;
}
#page-people-filters > div.row.mb-4 > div:nth-child(1) > strong,
.mega-menu .action-filters form strong, .people-filters-page-style .action-filters form strong {
  font-weight: 500;
  color: #828282;
  text-transform: uppercase;
  font-size: 15px;
  font-size: calc(0.5vw + 0.5vh + 8px);
}
.mega-menu .action-filters form button.reset-filters, .people-filters-page-style .action-filters form button.reset-filters {
  background: none;
  color: #AAAAAA;
  border: none;
  outline: none;
}

.mega-menu .action-filters form button.reset-filters:hover,
.people-filters-page-style .action-filters form button.reset-filters:hover {
  background: none;
  color: #333;
  border: none;
  outline: none;
}

.mega-menu .action-filters .input-block, .people-filters-page-style .action-filters .input-block {
  margin-bottom: 15px;
}

.people-results-listing {
  padding-top: 3vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .mega-menu .people-results-listing {
    padding-top: 10px;
  }
}
.people-results-listing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2vw;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  height: 120%;
}
.people-results-listing .people-listing {
  padding-bottom: 3vh;
  position: relative;
  padding-left: calc(5vw + 10px);
}
@media (max-width: 1199px) {
  .people-results-listing .people-listing {
    font-size: 10px;
    font-size: calc(0.3333333333vw + 0.3333333333vh + 8px);
  }
}
@media (max-width: 767px) {
  .people-results-listing .people-listing {
    font-size: 15px;
  }
}
.people-results-listing .people-listing .people-list-item {
  position: relative;
}
.people-results-listing .people-listing .people-list-item + .people-list-item {
  margin-top: 2vh;
}
@media (max-width: 1080px) {
  .people-results-listing .people-listing .people-list-item + .people-list-item {
    margin-top: 5px;
  }
}
.people-results-listing .people-listing .people-list-item a {
   color: inherit;
   transition: all 0.2s ease;
   text-overflow: ellipsis;
   display: block;
   white-space: nowrap;
   overflow: hidden;
}
.people-results-listing .people-listing .people-list-item a:hover {
  color: #FF7900 !important;
}
.people-results-listing .people-listing .people-list-item .attorney-title {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100px;
}
.people-results-listing .people-listing .people-list-item .attorney-title figure {
  margin: 0;
  position: relative;
  flex: 0 0 100px;
  max-width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  background: #C2C2C2;
}
@media (max-width: 1199px) {
  .people-results-listing .people-listing .people-list-item .attorney-title figure {
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
  }
}
.people-results-listing .people-listing .people-list-item .attorney-title figure .att-photo {
  background: #C2C2C2;
}
.people-results-listing .people-listing .people-list-item .attorney-title figure .att-photo, .people-results-listing .people-listing .people-list-item .attorney-title figure .att-placeholder {
  z-index: 20;
  position: absolute;
  left: 50%;
  width: 100%;
  height: auto;
  top: 0;
  transform: translate(-50%, 0);
}
.people-results-listing .people-listing .people-list-item .attorney-title figure .att-placeholder {
  z-index: 10;
}
.people-results-listing .people-listing .people-list-item .attorney-title > div {
  padding-left: 20px;
}
.people-results-listing .people-listing .people-list-item .attorney-title > div strong {
  display: block;
}
.people-results-listing .people-listing .people-list-item .attorney-title > div strong a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 1199px) {
  .people-results-listing .people-listing .people-list-item .attorney-title > div strong {
    font-size: 10px;
    font-size: calc(0.3333333333vw + 0.3333333333vh + 8px);
  }
}
@media (max-width: 1199px) {
  .people-results-listing .people-listing .people-list-item.row {
    position: relative;
    padding-left: 100px;
    min-height: 90px;
  }
  .people-results-listing .people-listing .people-list-item.row * {
    line-height: 1.2;
  }
  .people-results-listing .people-listing .people-list-item.row .attorney-title {
    min-height: 0 !important;
  }
  .people-results-listing .people-listing .people-list-item.row .attorney-title > div {
    padding-left: 0 !important;
  }
  .people-results-listing .people-listing .people-list-item.row .attorney-title figure {
    position: absolute;
    left: -100px;
    top: 0;
    height: 80px;
    width: 80px;
    max-width: 100%;
  }
  .people-results-listing .people-listing .people-list-item.row > div {
    flex: 0 0 100%;
  }
}

@media (max-width: 767px) {


  .people-results-listing .people-listing .people-list-item.row {
    min-height: 120px;
  }

  .people-results-listing .people-listing .people-list-item .attorney-title > div strong {
    font-size: 15px;
  }
  .people-results-listing .people-listing .people-list-item.row .attorney-title figure {
    height: 100px;
    width: 100px;
  }
}
.people-results-listing .people-nav {
  margin-bottom: 20px;
  padding: 5px 5px 5px 15px;
  border-radius: 2px;
  background: #fff;
  margin-left: auto;
  width: 250px;
  display: flex;
  align-items: center;
}
.people-results-listing .people-nav.disabled {
  display: none;
}
.people-results-listing .people-nav > span {
  font-size: 12px;
  font-weight: 400;
  flex: 0 0 calc(150px - 70px);
  color: #848484;
  white-space: nowrap;
}
.people-results-listing .people-nav .nav-buttons {
  width: 70px;
  display: flex;
  text-align: center;
}
.people-results-listing .people-nav .nav-buttons button {
  font-size: 20px;
  width: 50%;
  background: none;
  outline: none;
  padding: 5px;
  border: none;
}
.people-results-listing .people-nav .nav-buttons button.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.page-title-style-1 {
  font-weight: 700;
  font-size: 24px;
  font-size: calc(0.8vw + 0.8vh + 8px);
  color: #FF7900;
  margin: 0 0 2vh;
}

.page-title-style-2 {
  font-weight: 700;
  font-size: 26px;
  font-size: calc(0.8666666667vw + 0.8666666667vh + 8px);
  text-transform: uppercase;
  color: #FF7900;
  margin: 0 0 calc(0.5vh + 10px);
}

.page-section-heading {
  color: #FF7900;
  margin: 0 0 3vh;
  font-weight: 600;
  font-size: 23px;
  font-size: calc(0.7666666667vw + 0.7666666667vh + 8px);
}

.submit-btn {
  margin-top: 30px;
  background: #FF7900;
  color: #fff;
  font-size: 12px;
  font-size: calc(0.4vw + 0.4vh + 8px);
  text-transform: uppercase;
  padding: 8px 10px;
  display: block;
  border: none;
  width: 100%;
}

.location-page {
  position: relative;
}
.location-page .page-graphics {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 30%;
  z-index: 0;
}
@media (min-width: 992px) {
  .location-page .loc-sep {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.location-page .office-picture img {
  width: 100%;
}
.location-page .office-address {
  font-weight: 600;
}
.location-page .office-contacts {
  text-align: right;
  font-weight: 600;
}
@media (max-width: 575px) {
  .location-page .office-contacts {
    text-align: left;
  }
}
.location-page .office-contacts a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  min-width: 150px;
  text-align: left;
}
.location-page .map-wrapper {
  margin-bottom: 20px;
}
.location-page .map-wrapper iframe {
  width: 100%;
  height: 35vh;
  min-height: 200px;
}
.location-page .people-blocks {
  padding: 0;
  margin: 0 -8px;
}
.location-page .people-blocks .people-block {
  flex: 0 0 20%;
  max-width: 20%;
}
.location-page .people-blocks .people-block .att-photo {
  background: #C2C2C2;
}
@media (max-width: 1600px) {
  .location-page .people-blocks .people-block {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1400px) {
  .location-page .people-blocks .people-block {
    flex: 0 0 33.3333334%;
    max-width: 33.3333333334%;
  }
}
@media (max-width: 1200px) {
  .location-page .people-blocks .people-block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .location-page .people-blocks .people-block {
    flex: 0 0 33.33333334%;
    max-width: 33.3333334%;
  }
}
@media (max-width: 767px) {
  .location-page .people-blocks .people-block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 400px) {
  .location-page .people-blocks .people-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.location-page .location-page-content .page-section-heading {
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .location-page .location-page-content {
    padding-right: 30px;
  }
}
.location-page .locations-wrapper {
  padding-top: 8vh;
}
@media (min-width: 992px) {
  .location-page .locations-wrapper {
    padding-left: 30px;
  }
}

.hide-child {
  display: none;
}

#app.people-modal-active {
  overflow: hidden;
  height: 100vh;
}
#app.people-modal-active:after {
  z-index: 9999999;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.see-all-people {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999999;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  width: 90%;
  height: auto;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.1);
  padding: 25px;
  display: none;
}
.see-all-people .item-to-limit a{
  text-decoration: none;
  color: #444141;
  display: inline-block;
  padding: 2px 5px;
}
.see-all-people .chair-name {
  display: none;
}
.see-all-people.active {
  display: block;
}
.see-all-people .close-modal {
  background: #FF7900;
  color: #fff;
  font-size: 20px;
  font-size: calc(0.6666666667vw + 0.6666666667vh + 8px);
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 5px;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 1;
}
.see-all-people .related-attorneys {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}
.see-all-people .related-attorneys div.ra-block {
  flex: 0 0 25%;
  max-width: 25%;
  color: #444141;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 767px) {
  .see-all-people .related-attorneys div.ra-block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 470px) {
  .see-all-people .related-attorneys div.ra-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.see-all-people .related-attorneys div.ra-block .ra-hover strong{
  display: block;
}
.see-all-people .related-attorneys div.ra-block figure img{
  background: #C2C2C2;
  width: 100px;
  border-radius: 50%;
}
.see-all-people .related-attorneys div.ra-block a{
  color: inherit;
  text-decoration: none;
}
.see-all-people .related-attorneys div.ra-block .chair-label{
  display: block;
}
.see-all-people .related-attorneys div.ra-block figure {
  /*width: 100px;*/
  /*height: 100px;*/
  /*overflow: hidden;*/
  /*border-radius: 50%;*/
  /*background: #C2C2C2;*/
  padding-top: 4px;
}

.page-sidebar.sidebar-border-top {
  padding-top: 30px;
  border-top: 2px solid rgba(0, 0, 0, 0.3);
}

.show-few-people button.show-all {
  border: none;
  border-radius: 50%;
  background: #C2C2C2;
  align-content: center;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.show-few-people button.show-all span, .show-few-people button.show-all:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.show-few-people button.show-all:after {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  content: "Show All";
  font-size: 10px;
}
.show-few-people button.show-all:hover {
  background-color: #FF7900;
  color: #fff;
}
.show-few-people button.show-all:hover span {
  display: none;
}
.show-few-people button.show-all:hover:after {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  .responsive-sidebar-nav {
    display: none !important;
  }
}

.sidebar-heading {
  text-transform: uppercase;
  color: #444141;
  font-size: 10px;
  font-size: calc(0.3333333333vw + 0.3333333333vh + 8px);
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
}

.article-in-list footer, .responsive-picture .quick-icon-links {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
.article-in-list footer, .responsive-picture .quick-icon-links {
  display: flex; /* grid */
}
}

.article-in-list footer .share-it, .responsive-picture .quick-icon-links .share-it {
  vertical-align: middle;
  display: flex;
  padding: 5px 15px;
  border-radius: 50px;
  transition: width 0.2s ease;
}

@media (max-width: 767px) {
.responsive-picture .quick-icon-links .share-it {
  padding:0;
}
}



.article-in-list footer .share-it .fa, .article-in-list footer .share-it .fab, .article-in-list footer .share-it .fal, .responsive-picture .quick-icon-links .share-it .fa, .responsive-picture .quick-icon-links .share-it .fab, .responsive-picture .quick-icon-links .share-it .fal {
  margin: 0 !important;
}
.article-in-list footer .share-it.active, .responsive-picture .quick-icon-links .share-it.active {
  background: #E7E7E7;
  margin-left: 10px;
}
.article-in-list footer .share-it.active .trigger-social-options .fal, .responsive-picture .quick-icon-links .share-it.active .trigger-social-options .fal {
  color: #000 !important;
}
.article-in-list footer .share-it.active .social-icons, .responsive-picture .quick-icon-links .share-it.active .social-icons {
  width: 150px;
  height: auto;
  opacity: 1;
  margin-left: 10px;
}
.article-in-list footer .share-it .social-icons, .responsive-picture .quick-icon-links .share-it .social-icons {
  transition: width 0.2s ease;
  display: flex;
  align-items: center;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin-left: 0;
}
.article-in-list footer .share-it .social-icons a, .responsive-picture .quick-icon-links .share-it .social-icons a {
  font-weight: normal;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.article-in-list footer .share-it .social-icons a .fa, .article-in-list footer .share-it .social-icons a .fab, .article-in-list footer .share-it .social-icons a .fal, .responsive-picture .quick-icon-links .share-it .social-icons a .fa, .responsive-picture .quick-icon-links .share-it .social-icons a .fab, .responsive-picture .quick-icon-links .share-it .social-icons a .fal {
  margin: 0 !important;
  color: #fff;
  font-size: inherit;
}

.slick-carousel.loading {
  visibility: hidden;
  opacity: 0;
  height: 100px;
}

.text-widget > ul {
  margin: 0.5vh 0;
}
.text-widget > ul > li {
  margin-bottom: calc(0.5vh + 2px);
  list-style: none;
  position: relative;
}
.text-widget > ul > li::before {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: -2rem;
  color: #FF7900;
  font-weight: bold;
  top: 0;
  line-height: inherit;
}
.text-widget > ul > li ul li {
  list-style: circle;
}

@media (min-width: 768px) {
  .has-two-folds .details-section {
    transform: translate(100vh, -50vh);
  }
}

@media (min-width: 768px) {
  .snap-scroll.second-section section.overlay-section {
    margin-top: -100vh;
  }
}
.snap-scroll.second-section .details-section {
  transform: translate(0, 0) !important;
}

.bio-body .doc-footer {
  display: none;
}
@media (min-width: 768px) {
  .bio-body {
    overflow: hidden;
  }
}
.bio-body .details-section {
  transition: all 0.8s ease-in;
}
@media (min-width: 768px) {
  .bio-body .details-section {
    padding-top: 114px;
    height: 100vh;
    overflow-y: auto;
  }
}
.bio-body section.overlay-section {
  transition: all 0.8s ease-in;
  z-index: 990;
  background: #fff;
}
@media (min-width: 768px) {
  .bio-body section.overlay-section {
    height: 100vh;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .bio-body section.overlay-section > div {
    height: calc(100vh + 20px);
  }
}
.bio-body .doc-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.bio-body .responsive-picture {
  position: relative;
  width: 100%;
  max-width: 280px;
  display: none;
  margin-bottom: 40px;
}
.bio-content-inner .responsive-picture{
  padding-top: 50px;
}
.has-two-folds  .bio-content-inner .responsive-picture{
  display: none !important;
}

.bio-content-inner a {
	color: #444141;
}


@media (max-width: 767px) {
  .bio-body .responsive-picture {
    display: block;
	margin-bottom: 0;
  }
}
.bio-body .responsive-picture .social-icons {
  width: 160px !important;
}
.bio-body .responsive-picture .social-icons a {
  margin: 0 0 0 2px !important;
}
.bio-body .responsive-picture .picture-wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
.bio-body .responsive-picture .picture-wrap {
    width: 200px;
    height: 200px;
    background-color: #F0F0F4;
}
}


.bio-body .responsive-picture .quick-icon-links a {
  color: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  font-size: calc(1vw + 1vh + 8px);
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
}

@media (max-width: 767px) {
.bio-body .responsive-picture .quick-icon-links a {
  font-size: 23px;
}
}

.sidebar-navigation {
  transition: all 0.2s linear;
}
.sidebar-navigation.sticky {
  position: fixed !important;
}

.att-qr-code:before {
  font-size: 5px;
  font-size: calc(0.1666666667vw + 0.1666666667vh + 8px);
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  text-transform: uppercase;
  content: "My Mobile Bio";
  background: #fff;
}
.featured-intro .att-qr-code:before {
  bottom: 100%;
}
.bio-content .att-qr-code:before {
  top: 100%;
}

.page-bio {
  position: relative;
  font-weight: 500;
  line-height: 1.7;
  transition: all 0.3s ease-in;
}

@media (max-width: 767px) {
.page-bio {
  font-weight: 400;
  line-height: 1.3;
}
	span.result {

  line-height: 1;
	}
}

.page-bio .sidebar-navigation.fixed-style {
  position: fixed;
  top: calc(8vh + 50px);
  right: 0;
  width: 14vw;
  transition: all 0.7s ease-in;
}
.page-bio .sidebar-navigation.fixed-style.hidden {
  top: 100vh;
  transform: translate(100%, 0);
}
.page-bio h3, .page-bio h4, .page-bio h5 {
  text-transform: uppercase;
}
.page-bio .additional-details {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .page-bio .additional-details {
    display: none;
  }
}
.page-bio .additional-details button, .page-bio .additional-details a {
  background: none;
  padding: 0;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
.page-bio > section {
  position: relative;
}
.page-bio .related-services ul {
  font-size: 85%;
}
.page-bio h1, .page-bio h2, .page-bio h3:not(.article-in-list h3), .page-bio h4:not(.article-in-list h4), .page-bio h5:not(.article-in-list h5), .page-bio h6:not(.article-in-list h6) {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 700;
}
.page-bio .article-in-list h3 {
  text-transform: none !important;
}
.page-bio .article-in-list .category {
  color: #FF7900 !important;
}
.page-bio .featured-intro {
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 1s linear;
}
@media (max-width: 767px) {
  .page-bio .featured-intro {
    height: auto !important;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  .page-bio .featured-intro > * {
    flex: 0 0 100%;
  }
  .page-bio .featured-intro .bio-picture {
    display: none !important;
  }
}
.page-bio .featured-intro .section-inner {
  padding-top: 1vh;
  max-width: 55%;
}
@media (max-width: 1020px) {
  .page-bio .featured-intro .section-inner {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-bio .featured-intro .section-inner {
    max-width: 100%;
    width: 100%;
  }
}
.page-bio .featured-intro .section-inner .separator-1 {
  height: 3px;
  margin-bottom: 2vh;
  width: 100%;
  background: #FF7900;
}
@media (min-width: 1021px) {
  .page-bio .featured-intro .text-widget {
    margin-left: 17%;
  }
}
@media (max-width: 767px) {
  .page-bio .featured-intro .text-widget {
    /*display: none;*/
  }
}
.page-bio .featured-intro .nav-and-content {
  position: relative;
}
.page-bio .featured-intro .nav-and-content .sidebar-navigation {
  position: absolute;
  right: auto !important;
  left: calc(-5px - 4vw - 0.5vh);
  top: 0;
  z-index: 100;
  width: calc(3.5vw + 0.5vh + 15%);
  text-align: right;
  padding-top: 0;
}
@media (max-width: 1020px) {
  .page-bio .featured-intro .nav-and-content .sidebar-navigation {
    display: none;
  }
}
.page-bio .bio-content {
  background: #fff;
  position: relative;
}
.page-bio .bio-content .doc-footer {
  flex: 0 0 100%;
}
.page-bio .bio-content.h-auto {
  height: auto !important;
}
.page-bio .bio-content-inner {
  flex: 0 0 54%;
  max-width: 54%;
  padding-top: 50px;
  padding-left: calc(20px + 3.5vw);
  padding-bottom: calc(25vh + 30px);
}



@media (min-width: 768px) {
  .page-bio .bio-content-inner {
    padding-top: calc(.4vh + 4px);
  }
}
@media (max-width: 1020px) {
  .page-bio .bio-content-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .page-bio .bio-content-inner {
    padding-bottom: calc(2vh + 30px);
    padding-left: calc(5px + 4vw + 0.5vh);
  }
}
.page-bio .bio-content-inner .bio-header + .text-widget > p:first-child {
  font-weight: 600;
}
.page-bio .bio-content-inner .bio-content-section {
  margin-bottom: 5px;
}
@media (min-width: 1021px) {
  .page-bio .bio-content-inner .bio-content-section {
    margin-bottom: calc(5vh + 20px);
  }
}
@media (min-width: 768px) {
  .page-bio .bio-content-inner .bio-content-section.mobile-only {
    display: none;
  }
}
.page-bio .bio-content-inner .bio-content-section .accordion-trigger {
  display: none;
  background: none;
  border: none;
  background: #FF7900;
  color: #fff;
  padding: calc(0.5vh + 10px) calc(1vw + 15px);
  width: 100%;
  text-align: left;
  font-size: 10px;
  font-size: calc(0.3333333333vw + 0.3333333333vh + 8px);
  text-transform: uppercase;
  font-weight: 900;
}
@media (max-width: 1020px) {
  .page-bio .bio-content-inner .bio-content-section .accordion-trigger {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-bio .bio-content-inner .bio-content-section .accordion-trigger {
    font-size: 18px;
	font-size: calc(0.4666666667vw + 0.4666666667vh + 8px);
  }
}
.page-bio .bio-content-inner .bio-content-section-inner {
  transition: height 0.5s linear;
}
@media (min-width: 1021px) {
  .page-bio .bio-content-inner .bio-content-section-inner {
    display: block !important;
  }
}
@media (max-width: 1020px) {
  .page-bio .bio-content-inner .bio-content-section-inner {
    display: none;
    padding-top: calc(1vh + 10px);
    padding-right: calc(2vw + 20px);
  }
  .page-bio .bio-content-inner .bio-content-section-inner > h3 {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-bio .bio-content-inner .bio-content-section-inner {
    padding: 3px 0;
  }
}


.page-bio .bio-content-inner .bio-content-section .text-widget {
  padding-top: 1vh;
}
.page-bio .bio-content-inner .bio-content-section .text-widget > p:first-child {
  font-weight: 600;
}
@media (max-width: 1020px) {
  .page-bio .bio-content-inner {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .page-bio .bio-content-inner {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-bio .bio-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  .page-bio .bio-content-wrapper {
    display: block;
  }
}
.page-bio .bio-content-wrapper .sidebar-navigation {
  position: absolute;
  right: 0;
  top: 0;
  width: 12vw;
  transition: top 0.2s linear;
  z-index: 100;
  padding-top: 8vh;
}
@media (max-width: 1020px) {
  .page-bio .bio-content-wrapper .sidebar-navigation {
    display: none;
  }
}
.page-bio .bio-content-sidebar {
  flex: 0 0 30%;
  max-width: 30%;
  background: #444141;
}
.page-bio .bio-content-sidebar .bio-sidebar-inner {
  transition: all 0.2s linear;
  position: relative;
}
.page-bio .bio-content-sidebar .bio-sidebar-inner .sidebar-widgets {
  padding: calc(3vh + 10px) calc(2vw + 1vh);
}
.page-bio .bio-content-sidebar .bio-sidebar-inner .sidebar-widgets .related-services {
  padding-top: 0;
}
.page-bio .bio-content-sidebar .bio-sidebar-inner .sidebar-widgets .related-services h4 {
  font-size: 22px;
  font-size: calc(0.7333333333vw + 0.7333333333vh + 8px);
  color: #FFFFFF;
  margin-bottom: 0;
}
.page-bio .bio-content-sidebar .bio-sidebar-inner.half-way .bio-picture {
  background: #EFEFEF;
}
.page-bio .bio-content-sidebar .bio-sidebar-inner.half-way .bio-picture .graphics-lb {
  transform: scaleX(1);
}
@media (max-width: 1020px) {
  .page-bio .bio-content-sidebar {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .page-bio .bio-content-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
  }
}
.page-bio .bio-content .articles-wrap {
  padding: calc(1vh + 10px) 0;
}
.page-bio .bio-content .articles-wrap > article + article {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .has-two-folds .page-bio .bio-content .bio-header {
    display: none;
  }
}
.page-bio .bio-header {
  position: relative;
  display: inline-block;
  margin: calc(5vh + 1vw) 0 calc(3vh + 1vw + 25px); /*calc(4vh + 1vw) 0 calc(2vh + 1vw + 25px)*/
  min-width: 68%;
}
@media (max-width: 1080px) {
  .page-bio .bio-header {
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .page-bio .bio-header {
    margin: 10px 0;
  }
}
.page-bio .bio-header .quick-info {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  line-height: 1.2;
}
.page-bio .bio-header .quick-info > div {
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .page-bio .bio-header .quick-info > div {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
.page-bio .bio-header .quick-info > div a {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-bio .bio-header .quick-info {
    position: relative;
    left: 0;
    top: 0;
  }
}
.page-bio .bio-header .quick-info a {
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
.page-bio .bio-header .quick-info .att-type {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.page-bio .bio-header .quick-info .att-location {
  font-weight: 300;
  line-height: 1;
}
.page-bio .bio-header .quick-info .att-location strong {
  text-transform: none;
  font-weight: 500;
}

.page-bio .bio-header h1 {
  font-size: 69px;
  font-size: calc(2.5vw + 1.8vh + 8px);
  font-weight: 400;
    margin: 5px 10px 0px 0px;
    line-height: 1.1;
    text-transform: uppercase;
}
.page-bio .bio-header h2 {
  font-size: 69px;
  font-size: calc(2.5vw + 1.8vh + 8px);
  font-weight: 400;
    margin: 15px 10px 0px 0px;
    line-height: 1.1;
    text-transform: uppercase;
}


.page-bio .bio-header h1 + .quick-info,
.page-bio .bio-header h2 + .quick-info {
  bottom: auto;
  top: 100%;
}
@media (max-width: 767px) {
.page-bio .bio-header h1 {
	margin-top: 0;
	}
}
.page-bio .highlighted-intro {
  font-weight: 600;
  font-size: 110%;
  line-height: 1.3;
  margin-bottom: 4vh;
}
.page-bio .bio-picture {
  position: absolute;
  right: 0;
  top: 15vh;
  width: 36%;
  height: 85vh;
  text-align: center;
  display: flex;
  align-items: end;
  z-index: 110;
}
@media (min-width: 2000px) {
  .page-bio .bio-picture {
    width: 27vw;
  }
}
@media (max-width: 1020px) {
  .page-bio .bio-picture {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .page-bio .bio-picture {
    position: relative !important;
    width: 100% !important;
    background: #EFEFEF;
    height: auto !important;
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
  }
  .page-bio .bio-picture .att-pic {
    max-width: 55% !important;
  }
}
.page-bio .bio-picture .att-pic {
  position: relative;
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 1600px) {
 .featured-intro .bio-picture .att-pic {
    max-width: 65vh;
    width: 100%;
    max-height: none;
    left: -12vw;
  }
}

.page-bio .bio-picture .att-qr-code {
  position: absolute;
  right: 5%;
  bottom: 5%;
  max-width: 18%;
  background: #fff;
  z-index: 99;
}
.page-bio .bio-picture.below-fold .att-qr-code {
  max-width: 12%;
}
.page-bio .bio-picture .graphics-rb {
  transition: all 0.5s ease-in;
}
.page-bio .bio-picture .att-actions {
  top: 5%;
  right: 8%;
  position: absolute;
  z-index: 99;
  text-align: right;
}
.page-bio .bio-picture .att-actions .social-icons a {
  padding: 0 !important;
  color: #fff;
}
.page-bio .bio-picture .att-actions span > span, .page-bio .bio-picture .att-actions a > span {
  font-size: 10px;
  font-size: calc(0.3333333333vw + 0.3333333333vh + 8px);
  vertical-align: middle;
  overflow: hidden;
  width: 0;
  display: inline-block;
  white-space: nowrap;
  visibility: hidden;
  text-align: left;
}
@media (max-width: 767px) {
  .page-bio .bio-picture .att-actions span > span, .page-bio .bio-picture .att-actions a > span {
    width: auto;
    visibility: visible;
    font-size: 12px;
    font-size: calc(0.4vw + 0.4vh + 8px);
  }
}
.page-bio .bio-picture .att-actions > div > a, .page-bio .bio-picture .att-actions > div > span {
    display: inline-block;
    font-size: 18px;
    font-size: calc(0.3vw + 2vh + 2px);
    color: inherit;
    text-decoration: none;
    padding: calc(0vh + -6px) 19px;
    overflow: hidden;
    position: relative;
}
.page-bio .bio-picture .att-actions > div > a i,
.page-bio .bio-picture .att-actions > div > span i {
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}

.page-bio .bio-picture .att-actions > div > span > span > a:hover i {
  color: #fff;
}
.page-bio .bio-picture .att-actions > div > span.glossy-effect {
    padding-left: 8px;
}
.page-bio .bio-picture .att-actions > div > span.glossy-effect .social-icons a {
    border-radius: 25px;
}
.page-bio .bio-picture .att-actions > div > span.glossy-effect .social-icons a:hover i.fab,
.page-bio .bio-picture .att-actions > div > span.glossy-effect .social-icons a:hover i.fa
{
    color: #fff;
}


@media (max-width: 767px) {
  .page-bio .bio-picture .att-actions > div > a, .page-bio .bio-picture .att-actions > div > span {
    background: #F5F5F5;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 29px;
    margin-bottom: 5px;
  }
  .page-bio .bio-picture .att-actions > div > a:after, .page-bio .bio-picture .att-actions > div > span:after {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .page-bio .bio-picture .att-actions > div > a:hover, .page-bio .bio-picture .att-actions > div > span:hover {
    background: #F5F5F5;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 29px;
  }
  .page-bio .bio-picture .att-actions > div > a:hover span, .page-bio .bio-picture .att-actions > div > span:hover span {
    visibility: visible;
    width: 85px;
    transition: all 0.2s linear;
  }
  .page-bio .bio-picture .att-actions > div > a:hover span.wide, .page-bio .bio-picture .att-actions > div > span:hover span.wide {
    width: calc(7vh + 7vw + 80px);
  }
  .page-bio .bio-picture .att-actions > div > a:hover span.social-block, .page-bio .bio-picture .att-actions > div > span:hover span.social-block {
    width: 180px;
  }
}
.page-bio .bio-picture.above-fold .graphics-rb {
  display: block;
}
.page-bio .bio-picture.above-fold .graphics-lb {
  display: none;
}
.page-bio .bio-picture.above-fold .att-actions {
  right: 9%;
  top: calc(5vh + 50px);
}
.page-bio .bio-picture.above-fold .att-qr-code {
  right: 6%;
}
.page-bio .bio-picture.below-fold {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
  padding-top: calc(4vh + 10px);
  background: #EFEFEF;
}
.page-bio .bio-picture.below-fold .att-pic {
  max-width: 100%;
  z-index: 10;
  position: relative;
  max-height: 40vh;
  width: auto;
  margin: auto;
}
.page-bio .bio-picture.below-fold .graphics-rb {
  display: none;
}

.page-bio .bio-picture.below-fold .graphics-lb {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 32vw;
  transition: all 0.2s ease-in;
  display: block;
}
@media (min-width: 1100px) {
  .page-bio .bio-picture.below-fold .graphics-lb {
    display: none;
  }
}
.page-bio .bio-picture.below-fold .att-actions {
  top: calc(3vh + 5px);
  right: 3%;
}
.page-bio .bio-picture.below-fold .att-pic {
  transition: all 0.3s linear;
  max-height: 40vh;
}
.has-two-folds .page-bio .bio-picture.shared-pic {
  top: auto;
  position: absolute;
  padding-top: calc(2vh + 15px);
  padding-left: calc(15px + 2vw);
  height: auto;
  transition: all 0.3s linear;
  bottom: 100%;
}
.has-two-folds .page-bio .bio-picture.shared-pic.adapted {
  background: #EFEFEF;
}
.has-two-folds .page-bio .bio-picture.shared-pic.sticky {
  position: fixed;
}
.page-bio.not-featured .featured-intro, .page-bio.not-featured .bio-picture.above-fold {
  display: none;
}
.page-bio.not-featured .bio-content {
  transform: translate(0, 0) !important;
  visibility: visible;
  opacity: 1;
  top: 0;
}
@media (max-width: 1020px) {
  .page-bio .sidebar-navigation {
    display: none;
  }
}
.page-bio .sidebar-navigation > ul > li > ul > li > a {
  background: #FF7900;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  font-size: calc(0.3333333333vw + 0.3333333333vh + 8px);
  padding: calc(0.2vh + 3px) calc(1vw + 10px);
  line-height: calc(0.3333333333vw + 0.3333333333vh + 9px);
}
.page-bio .sidebar-navigation > ul > li > ul > li > a.scrollspy-active, .page-bio .sidebar-navigation > ul > li > ul > li > a.active {
  color: #fff;
  background: linear-gradient(92.05deg, #FF7900 1.27%, #FF7900 50.32%, #FF7900 64.81%, #FF7900 72.95%, #FF7900 84.39%, #FF7900 97.35%);
}

/*scrolling animation logic*/
.featured-intro {
  overflow: hidden;
}
.featured-intro .section-inner {
  transition: all 0.8s ease-in;
  transform: translate(-130%, 0);
}
.loaded .featured-intro .section-inner {
  transform: translate(0, 0);
}



.featured-intro .bio-picture {
  transition: all 0.8s ease-in;
  bottom: 0;
  transform: translate(100%, 0);
  height: 86vh;
}
.loaded .featured-intro .bio-picture {
  transform: translate(0, 0);
}
.section.active .featured-intro .bio-picture {
  top: 15vh;
  opacity: 1;
}
.featured-intro .bio-picture .att-pic {
  position: absolute;
  left: -8vw;
  bottom: 0;
}

.bio-content .bio-content-wrapper {
  /*todo: see whats here*/
  transition: all 1.2s ease-in;
  opacity: 1;
  transform: translate(0, 0);
}
.bio-content .bio-content-wrapper .doc-footer {
  display: block !important;
}
.bio-content .article-in-list:last-child {
  margin-bottom: 0;
}

.section.active .bio-content .bio-picture {
  padding-top: calc(10vh + 25px);
}

.input-block.default-style {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #828282;
  font-size: 6px;
  font-size: calc(0.2vw + 0.2vh + 8px);
}
.input-block.default-style:after, .input-block.default-style:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 2px;
  background: #828282;
}
.input-block.default-style:before {
  left: 0;
}
.input-block.default-style:after {
  right: 0;
}
.input-block.default-style input {
  font-size: 7px;
  font-size: calc(0.2333333333vw + 0.2333333333vh + 8px);
  position: relative;
}
.input-block.default-style input[type=text], .input-block.default-style input[type=tel], .input-block.default-style input[type=url], .input-block.default-style input[type=email], .input-block.default-style input[type=date] {
  outline: none;
  display: block;
  border: none;
  width: 100%;
  border-bottom: 2px solid #828282;
  padding: 0 15px;
  background: none;
  height: calc(1.5vh + 20px);
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-block.default-style input[type=text]::placeholder, .input-block.default-style input[type=tel]::placeholder, .input-block.default-style input[type=url]::placeholder, .input-block.default-style input[type=email]::placeholder, .input-block.default-style input[type=date]::placeholder {
  color: #828282;
  opacity: 1;
  font-size: inherit;
  text-transform: none;
}
.input-block.default-style select {
  font-size: 7px;
  font-size: calc(0.2333333333vw + 0.2333333333vh + 8px);
  outline: none;
  box-shadow: none;
  position: relative;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: none;
  border-bottom: 2px solid #828282;
  height: calc(1.5vh + 20px);
  padding: 0 15px;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
  text-transform: none;
  /*width: calc(8vw + 8px);*/
}
.input-block.default-style select option {
  text-transform: none;
}
.input-block.default-style select::-ms-expand {
  display: none;
}
.input-block.default-style .select-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #828282;
}

.pseudo-element {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.articles-listing-wrap {
  padding: calc(3vh + 10px) 0 70px;
}

.pagination-ele {
  position: relative;
  background: #F9F9FB;
  width: 220px;
  color: #848484;
  font-size: 14px;
  padding: 10px 15px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pagination-ele > div {
  flex: 0 0 60%;
}
.pagination-ele .pe-actions {
  flex: 0 0 40%;
  text-align: right;
}
.pagination-ele .pe-actions button, .pagination-ele .pe-actions a {
  text-decoration: none;
  outline: none;
  border: none;
  background: none;
  color: inherit;
  font-size: 22px;
  width: 38%;
  display: inline-block;
}
.pagination-ele .pe-actions button:hover, .pagination-ele .pe-actions a:hover {
  color: #444141;
}

.article-style-1 {
  position: relative;
  display: flex;
  align-content: start;
  font-family: "Montserrat", sans-serif;
  margin: calc(1vh + 20px) 0;
}
.article-style-1 a {
  text-decoration: none;
  color: inherit;
}
.article-style-1 figure {
  max-width: calc(50px + 1vw + 1vh);
}
.article-style-1 figure a {
  display: block;
  margin: 0;
  padding: 0;
  width: calc(50px + 1vw + 1vh);
  height: calc(50px + 1vw + 1vh);
  border-radius: 50%;
  overflow: hidden;
}
.article-style-1 .article-content {
  padding-left: calc(1vw + 10px);
  line-height: 1.2;
  font-weight: 500;
}
.article-style-1 .article-content > a {
  max-width: 75%;
  display: inline-block;
}
@media (max-width: 1200px) {
  .article-style-1 .article-content > a {
    max-width: 85%;
  }
}
.article-style-1 .article-content strong {
  margin-bottom: calc(0.5vh + 5px);
  display: block;
  color: #FF7900;
  font-weight: 700;
  text-transform: uppercase;
}
.article-style-1 .article-content footer {
  margin-top: calc(0.5vh + 5px);
  color: #828282;
  font-size: 80%;
  text-transform: uppercase;
}
.article-style-1 .article-content footer .date {
  margin-right: 10px;
}
.article-style-1 .article-content footer .category {
  font-weight: 600;
}

.article-in-list {
  position: relative;
  display: flex;
  align-content: start;
  flex-direction: row;
  font-family: "Montserrat", sans-serif;
  margin-bottom: calc(3vh + -5px);
  align-items: center;
    border-top: 1px solid #bbb;
	width: 95%;
}

@media (max-width: 767px) {
 .article-in-list {
    width: 100%;
  }
}


.article-in-list a {
  text-decoration: none;
  color: inherit;
}
.article-in-list figure {
  flex: 0 0 17%;
  max-width: 17%;
  margin-right: 4%;
  margin-bottom: 0;
}
.article-in-list figure img {
  width: 100%;
}

@media (max-width: 767px) {
.article-in-list figure {
	display: none;
  }
}

.article-in-list .article-content {
  flex: 1;
}
.article-in-list .article-content .category {
  color: #FF7900;
  font-weight: 600;
  font-size: 6px;
  font-size: calc(0.2vw + 0.2vh + 8px);
  text-transform: uppercase;
}
.bio-content-section .article-in-list .article-content .category {
  color: #444141;
  opacity: 0.8;
}
.article-in-list .article-content h3 {
  color: #444141;
  font-size: 13px;
  font-size: calc(0.4333333333vw + 0.4333333333vh + 5px);
  font-weight: 500;
}

@media (max-width: 767px) {
	.article-in-list .article-content h3 {
		font-size: 16px;
		margin: 3px 0;
	}
}

.mega-menu .article-in-list .article-content{
  flex: 0 0 100%;
  max-width: 100%;
}
.mega-menu .article-in-list .article-content h3 a{
  display: block;
 /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
}

.article-in-list footer {
  margin-top: calc(0.5vh + 5px);
  color: #444141;
  font-size: 80%;
  text-transform: uppercase;
  font-size: 9px;
  font-size: calc(0.1666666667vw + 0.1666666667vh + 8px);
  font-weight: 700;
}

@media (max-width: 767px) {
.article-in-list footer {
  margin-top: 3px;
  font-size: 13px;
}
}


.article-in-list .result {
  margin-right: 10px;
  color: #828282;
  font-weight: 400;
  font-size: 9px;
  font-size: calc(0.1666666667vw + 0.1666666667vh + 12px);
  line-height: 1.2 !important;
}
.article-in-list footer .date {
  margin-right: 10px;
  color: #828282;
  text-transform: capitalize;
  font-weight: 400;
	text-wrap:nowrap;
}


.article-in-list footer cite {
  text-transform: capitalize;
  font-style: normal;
}
.mega-menu .article-in-list footer cite .show-all{
  width: calc(40px + 5vw);
  padding: 10px;
  border-radius: 0;
  display: block;
}
.article-in-list footer .icon, .article-in-list footer .fal, .article-in-list footer .fa {
  margin-left: 20px;
  display: inline-block;
  text-decoration: none;
  color: #FF7900;
  font-size: 14px;
  font-size: calc(0.4666666667vw + 0.4666666667vh + 8px);
}
.article-in-list.without_image .article-content {
  flex: 0 0 100%;
  max-width: 100%;
}
.article-in-list.without_image figure {
  display: none;
}
.article-in-list.image-to-right {
  flex-direction: row-reverse;
}
.article-in-list.image-to-right figure {
  margin-right: 0;
  margin-left: 4%;
}

/**/


.article-style-2a {
  position: relative;
  /*border-bottom: 1px solid #C4C4C4;*/
  margin-bottom: calc(5vh + 10px);
}
.article-style-2a > figure img {
  width: 100%;
}
.article-style-2a .article-content .social-icons a {
  margin-bottom: 4px;
}
.article-style-2a .article-content .ac-inner {
  padding-bottom: calc(1.3vh + 4px);
}
.article-style-2a .article-content .ac-inner h3, .article-style-2a .article-content .ac-inner h1 {
  line-height: 1.4;
  margin: calc(2vh + 5px) 0;
  max-width: 95%;
  color: #FF7900;
  font-weight: 700;
  font-size: 20px;
  font-size: calc(0.6666666667vw + 0.6666666667vh + 8px);
}
.article-style-2a .article-content .ac-inner h3 a, .article-style-2a .article-content .ac-inner h1 a {
  color: inherit;
  text-decoration: none;
}
.article-style-2a .article-content .ac-inner h3 .icon, .article-style-2a .article-content .ac-inner h1 .icon {
  color: #444141;
  font-size: 60%;
  margin-left: 15px;
}
.article-style-2a .article-content .ac-inner .date {
  margin-top: 0;
  margin-right: 20px;
  color: #828282;
}
.article-style-2a .article-content .ac-inner .related-attorneys {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}
.article-style-2a .article-content .ac-inner .related-attorneys div.ra-block {
  flex: 0 0 75px;
  max-width: 75px;
}
.article-style-2a .article-content .ac-inner .related-attorneys div.ra-block figure {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  background: #C2C2C2;
  padding-top: 4px;
}
.article-style-2a .article-content .ac-inner .related-attorneys button.show-all {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
}
.article-style-2a .article-content .ac-inner footer {
  display: flex;
  flex-wrap: wrap;
  font-size: 80%;
}
.article-style-2a .article-content .ac-inner footer > div {
  flex: 0 0 100%;
}
.article-style-2a .article-content .ac-inner footer .social-icons {
  padding-top: 15px;
}
.article-style-2a .article-content .ac-inner footer .footer-inner {
  padding-right: 15px;
}
.article-style-2a .article-content .ac-inner footer figure {
  margin: 0;
  flex: 0 0 70px;
  margin-right: 50px;
}
.article-style-2a .article-content .ac-inner footer > figure, .article-style-2a .article-content .ac-inner footer > .footer-inner > figure {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  background: #C2C2C2;
  padding-top: 4px;
  margin-right: 20px;
}

figure.closer {
  margin-right: 8px !important;
}

.article-style-2a .article-content .ac-inner footer > figure img, .article-style-2a .article-content .ac-inner footer > .footer-inner > figure img {
  width: 100%;
}
.article-style-2a .article-content .ac-inner footer cite {
  color: #828282;
  font-style: normal;
  font-size: 5.5px;
  font-size: calc(0.1833333333vw + 0.1833333333vh + 8px);

    overflow-wrap: break-word;
}
.article-style-2a .article-content .ac-inner footer cite a {
  text-decoration: none;
  color: inherit;
}
.article-style-2a .article-content .ac-inner footer cite strong, .article-style-2a .article-content .ac-inner footer cite a {
  font-weight: 600;
}
.article-style-2a.article-detail {
  border-top: 10px solid #FF7900;
}
.article-style-2a.article-detail .add-comment {
  color: #FF7900;
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
}
.article-style-2a.article-detail .article-content {
  padding-bottom: calc(2.5vh + 10px);
  padding-top: calc(.5vh + 1px);
}

.article-style-2a.article-detail .article-content .ac-inner h3,
.article-style-2a.article-detail .article-content .ac-inner h1 {
  color: #FF7900;
  font-size: 20px;
  font-size: calc(0.6vw + 0.6vh + 10px);
  max-width: none;
}

.article-style-2a.article-detail .article-content .ac-inner .date {
  font-size: 14px;
  font-size: calc(0.5vw + 0.2vh + 5px);
}


@media (max-width: 767px) {
	.article-style-2a.article-detail .article-content .ac-inner .date {
	  font-size: 14px;
	}
}

.article-style-2a.article-detail .article-content footer {
  text-transform: capitalize;
  align-items: center;
}
.article-style-2a.article-detail .article-content footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: calc(100% - 200px);
  flex: 0 0 calc(100% - 200px);
}
.article-style-2a.article-detail .text-widget {
  margin-top: 10px;
  color: #444444;
  font-weight: 400;
  line-height: 1.6;
  font-size: 11px;
  font-size: calc(0.3666666667vw + 0.3666666667vh + 8px);
  padding-bottom: calc(2vh + 10px);
}


@media (max-width: 767px) {
.article-style-2a.article-detail .text-widget {
  line-height: 1.5;
  font-size: 13px;
}
}


/*.article-style-2a.article-detail .text-widget p:first-child */
.article-style-2a.article-detail div.text-widget > p:nth-child(1) {
  color: #444141;
  font-weight: 600;
  font-size: 13.5px;
  font-size: calc(0.45vw + 0.45vh + 8px);
}

.article-style-2a.article-detail div.text-widget > p:nth-child(1) {
  color: #444141;
  font-weight: 600;
  font-size: 13.5px;
  font-size: calc(0.45vw + 0.45vh + 8px);
}

.blogimg { margin-bottom: 1vh;}
.article-style-2a .article-content .ac-inner h3.article-title { margin-top: 0;}


.related-services {
  text-transform: uppercase;
  padding-top: calc(2.5vh + 10px);
}
.related-services h4 {
  color: #FF7900;
  font-size: 16px;
  font-size: calc(0.4vw + 0.4vh + 7px);
  font-weight: 600;
}
.related-services > ul {
  margin: 0;
  padding: 15px 0;
}
.related-services > ul li {
  display: block;
  margin-right: 10px;
}
.related-services > ul li a {
  color: #FF7900;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  font-size: calc(0.3vw + 0.3vh + 7px);
  text-transform: none;
}
.related-services > ul li a:before, .related-services > ul li a:after {
  transition: all 0.2s ease-in;
	color: #666;
}
.related-services > ul li a:before {
 /* content: "[";*/
  padding-right: 5px;
}
.related-services > ul li a:after {
  /*content: "]";*/
  padding-left: 5px;
}
.related-services > ul li a:hover {
  font-weight: 500;
}
.related-services > ul li a:hover:before {
  padding-right: 10px;
}
.related-services > ul li a:hover:after {
  padding-left: 10px;
}

.view-all {
  text-decoration: none;
  border: 1px solid #444141;
  color: #444141;
  display: inline-block;
  padding: 5px 15px;
}
.view-all .fa, .view-all .fal, .view-all .fas {
  color: #FF7900;
  padding-left: 10px;
}

.page-home {
  height: 100vh;
}

.home-sections .home-section {
  height: 100vh;
}
.home-sections .home-section:nth-child(even) {
  background: rgba(230,230,230,.8);
}
.home-sections .home-section .section-title {
  padding: 1.5vh 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-sections .home-section .section-title h2 {
  color: #FF7900; /*FF7900*/
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: calc(1vw + 2vh + 5px);
  line-height: calc(2vw + 3vh + 8px);
  font-weight: 600;
  margin: 0;
  text-wrap:nowrap;
}
.home-sections .home-section .section-title h2.color-red {
  color: #FF7900;
}

@media (max-width: 767px) {
.home-sections .home-section .section-title h2 {
  font-size: 38px;
  }
}



.home-sections .home-section .section-title.with-filters {
  padding: 0 calc(1vw + 3px) 0 calc(3vw + 8px);
  display: flex;
  align-items: center;
   text-wrap: nowrap;
}
@media (max-width: 1000px) {
  .home-sections .home-section .section-title.with-filters h2 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.home-sections .home-section .section-title.with-filters .filters-area {
  padding-right: 30px;
  padding-left: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
@media (max-width: 1000px) {
  .home-sections .home-section .section-title.with-filters .filters-area {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home-sections .home-section .section-title.with-filters .filters-area {
    padding-left: 0;
  }
}
.home-sections .home-section .section-title.with-filters .filters-area .alpha-filters {
  padding-right: 30px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 6px 0 0 0;
}
.home-sections .home-section .section-title.with-filters .filters-area .alpha-filters button {
  text-align: center;
  width: auto;
  flex: 0 0 3.8461538%;
  max-width: 3.8461538%;
}
@media (max-width: 1020px) {
  .home-sections .home-section .section-title.with-filters .filters-area .alpha-filters button {
    flex: 0 0 7.6923%;
    max-width: 7.6923%;

  }
}
@media (max-width: 470px) {
  .home-sections .home-section .section-title.with-filters .filters-area .alpha-filters button {
    flex: 0 0 11.1111112%;
    max-width: 11.1111112%;
  }
}


.alpha-filters {
  display: flex;
  flex-wrap: wrap;
  padding: 2vh 0;
}
.alpha-filters button {
  text-align: left;
  outline: none;
  text-decoration: none;
  background: none;
  padding: 0;
  border: none;
  width: 11.1111111111%;
  font-size: 18px;
  font-size: calc(0.6vw + 0.6vh + 8px);
  font-weight: 700;
  color: #828282;
  margin-bottom: 4px;
}

.alpha-filters button:hover {
  color: #FF7900;
}

.alpha-filters button:disabled, .alpha-filters button:disabled:hover {
  color: #9c9c9c;
}

@media (max-width: 767px) {
  .alpha-filters {
    padding: 0 !important;
  }
}

.people-page-search {
  display: none;
}
.people-page-search .action-filters .input-block {
  margin-bottom: 15px;
}
.people-page-structure + .people-page-search {
  display: block;
}
.people-page-search > .container > .row > .col-4, .people-page-search > .container > .row .people-results-listing {
  padding-top: calc(5vh + 20px);
    min-height: 100vh;
}

@media (max-width: 767px) {
.people-page-search > .container > .row > .col-4, .people-page-search > .container > .row .people-results-listing {
  padding-top: 10px;
    min-height: 100vh;
}
}
.people-page-search .action-filters button[type=reset] {
  background: none;
  color: #AAAAAA;
  border: none;
}
.people-page-search .mega-title {
  font-weight: 700;
  font-size: 26px;
  font-size: calc(0.8666666667vw + 0.8666666667vh + 8px);
  text-transform: uppercase;
  color: #FF7900;
  margin: 0 0 calc(0.5vh + 10px);
}

.people-page-structure {
  min-height: 0;
}

@media (max-width: 767px) {
.people-page-search .mega-title {
  font-size: 35px;
}


  .people-page-search .people-results-listing:before {
    display: none;
  }
  .people-page-search .action-filters .input-block {
    margin-bottom: 8px;
}
}



.home-sections .home-section .section-title.with-filters .filters-area .action-filters {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  transform: translate(calc(100% + 20px), 0);
  transition: all 0.3s ease;
}
@media (min-width: 1360px) {
  .home-sections .home-section .section-title.with-filters .filters-area .action-filters {
    flex: 0 0 calc(30vw + 400px);
    max-width: calc(30vw + 400px);
  }
}
.home-sections .home-section .section-title.with-filters .filters-area .action-filters .trigger-filters.close {
  display: none;
}
.home-sections .home-section .section-title.with-filters .filters-area .action-filters.active .trigger-filters.open {
  display: none;
}
.home-sections .home-section .section-title.with-filters .filters-area .action-filters.active .trigger-filters.close {
  display: block;
  top: 5px;
}
@media (max-width: 767px) {
  .home-sections .home-section .section-title.with-filters .filters-area .action-filters.active .trigger-filters.close {
    top: -20px;
    text-align: left;
    right: auto;
    left: 0;
  }
}
.home-sections .home-section .section-title.with-filters .filters-area .action-filters > .trigger-filters {
  background: none;
  padding: 0 10px 0 0;
  border: none;
  width: 40px;
  color: #828282;
  position: absolute;
  right: 105%;
  top: 0px;
  font-size: 10px;
  font-size: calc(0.3333333333vw + 0.3333333333vh + 8px);
}
.home-sections .home-section .section-title.with-filters .filters-area .action-filters > .filters-wrapper {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px;
}
@media (min-width: 1360px) {
  .home-sections .home-section .section-title.with-filters .filters-area .action-filters > .filters-wrapper {
    flex: 0 0 800px;
    max-width: 800px;
  }
}
.home-sections .home-section .section-title.with-filters .filters-area .action-filters .hidden-filters {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  height: 20px;
  flex-direction: row;
}
@media (max-width: 767px) {
  .home-sections .home-section .section-title.with-filters .filters-area .action-filters .hidden-filters {
    padding-top: 20px;
  }
}
.home-sections .home-section .section-title.with-filters .filters-area .action-filters .hidden-filters form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height:80px
}
.home-sections .home-section .section-title.with-filters .filters-area .action-filters .hidden-filters form > div {
  flex: 0 0 19%;
  max-width: 19%;
  padding: 0 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .home-sections .home-section .section-title.with-filters .filters-area .action-filters .hidden-filters form > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.home-sections .reset-filters {
  padding: 12px 0 0;
  border: none;
  background: none;
  font-weight: 300;
  font-size: 7.5px;
  font-size: calc(0.25vw + 0.25vh + 8px);
  color: #828282;
}
.home-sections .home-section .section-title.with-filters .filters-area .action-filters.active {
  transform: translate(0, 0);
}
.home-sections .home-section .section-title.with-filters .filters-area .action-filters.active .hidden-filters {
  min-height: 100px;
  width: auto;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  margin-top:5px;
}
@media (max-width: 1200px) {
  .home-sections .home-section .section-title.with-filters .filters-area .action-filters.active .hidden-filters {
    height: auto;
  }
}

.home-sections .section-locations, .home-sections .section-news, .home-sections .section-insights, .home-sections .section-practices {
  background: #F9F9FB;
  min-height: 100vh;
}
.home-sections .section-locations .fp-tableCell {
  vertical-align: bottom !important;
}
.home-sections .section-people {
  position: relative;
	background: #fff;
}

.home-sections .section-people .alpha-filters button {
	font-size: 13px;
	margin-bottom:0;
}

.home-sections .section-people .fp-tableCell {
  vertical-align: top;
}
.home-sections .fp-tableCell .fp-scrollable .fp-scroller svg{
  position: absolute;
  top: 0;
}
.home-sections .section-people:after {
  /*content: "";*/
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  position: absolute;
  height: 8vh;
  left: 0;
  width: 100%;
  z-index: 100;
  bottom: 0;
}
.home-sections .section-hero {
  position: relative;
  background: rgba(0,0,0,.8)/* radial-gradient(
    ellipse,
    #5E996F 0%,
    #000B25 100%
  )*/;
  background-blend-mode: hard-light;
  overflow: hidden;
}
.home-sections .section-hero .hero-inner {
  text-align: center;
  position: relative;
  height: 90vh;
  margin: 5vh 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-sections .section-hero .hero-inner .animation-texts {
  display: flex;
  justify-content: center;
}

.home-sections .section-hero .hero-inner .animation-texts .tagcloud {
  width: calc(50vw + 50px) !important;
  height: calc(50vh) !important;
  font-family: "Montserrat", sans-serif;
  font-size: 19px; font-weight: 800;
}

.home-sections .section-hero .hero-inner button {
  position: absolute;
  bottom: 0;
}


.home-sections .section-practices li, .home-sections .section-practices li a {
    padding: 2px;
}

.people-blocks-wrap {
  position: relative;
}

.home-section .news-cards .slick-arrow,
.people-blocks-wrap .people-nav-btn {
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  font-size: 80px;
  font-size: calc(2.6666666667vw + 2.6666666667vh + 8px);
  text-shadow: 2px 6px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  z-index: 99;
}

.people-blocks-wrap .people-nav-btn.disabled,
.home-section .news-cards .slick-arrow.slick-disabled {
  display: none !important;
}

.home-section .news-cards {
  padding: 5vh 0 3vh;
  margin: 0 -1vw;
}

.home-section .news-cards .slick-next {
  right: 0;
  transform: translate(40%, -50%);
}
.home-section .news-cards .slick-prev {
  left: 0;
  transform: translate(-40%, -50%);
}
.home-section .news-cards .news-card {
  padding: 0 calc(0.5vw + 10px) 50px;
}
.home-section .news-cards .news-card .nc-inner {
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
.home-section .news-cards {
  padding: 10px 0 5px;
}
.home-section .news-cards .news-card {
  padding: 0 5px 40px;
}
	
.col-12.col-md-8.col-xl-9 {width: 60%;}
.col-12.col-md-4.col-xl-3 {width: 40%;}
}

.people-blocks-wrap .people-nav-btn.next {
  right: 1vw;
  transform: translate(0, -50%);
}
.people-blocks-wrap .people-nav-btn.prev {
  left: 1vw;
  transform: translate(0, -50%);
}



.people-blocks {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 8px;
  position: relative;
}
.people-blocks .people-block {
  padding: 8px;
  overflow: hidden;
  max-width: 12.5%;
  flex: 0 0 12.5%;
}
.people-blocks .people-block .attorney-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.people-blocks .people-block .placeholder-bg {
  opacity: 0;
}
.people-blocks .people-block.no-image .placeholder-bg {
  opacity: 1;
}
@media (max-width: 1900px) {
  .people-blocks .people-block {
    max-width: 14.28571428%;
    flex: 0 0 14.28571428%;
  }
}
@media (max-width: 1600px) {
  .people-blocks .people-block {
    max-width: 16.666666667%;
    flex: 0 0 16.666666667%;
  }
}
@media (max-width: 1400px) {
  .people-blocks .people-block {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media (max-width: 1000px) {
  .people-blocks .people-block {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 767px) {
  .people-blocks .people-block {
    max-width: 33.333333334%;
    flex: 0 0 33.3333333334%;
  }
}
@media (max-width: 500px) {
  .people-blocks .people-block {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.people-blocks .people-block .pb-inner {
  background: #C2C2C2;
  position: relative;
  overflow: hidden;
}
.people-blocks .people-block .pb-inner figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.people-blocks .people-block .pb-inner figure img {
  width: 100%;
}
.people-blocks .people-block .pb-inner figure img.att-placeholder {
  position: relative;
}
.people-blocks .people-block .pb-inner figure img.att-photo {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  left: 0;
  text-indent: -999999999999px;
  background: #C2C2C2;
}

.see-all-people figcaption {
    margin-top: 5px;
}

.people-blocks .people-block .pb-inner figure figcaption {
  position: absolute;
  z-index: 15;
  background: #444141;
  padding: 3px 15px;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: initial;
}
.people-blocks .people-block .pb-inner figure figcaption a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 12px;
}

#app > div.page-structure > div > div > div > div.col-12.col-md-6.col-lg-6 > div > article > div > div.ac-inner > div > div.col-12.col-md-8.col-lg-9 > div > div > figcaption.ra-hover {
    display: none;
}



.people-blocks .people-block .pb-inner .pb-hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: #444141;
  color: #fff;
  padding: 15px 10px;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  font-size: 13px;
}
.people-blocks .people-block .pb-inner .pb-hover .fa-caret-right::before {
  content: "\f105";
}
.people-blocks .people-block .pb-inner .pb-hover > h5 {
  font-weight: bold;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: calc(1vh + 5px);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.people-blocks .people-block .pb-inner .pb-hover .pb-details {
  font-size: 6.5px;
  font-size: calc(0.2166666667vw + 0.2166666667vh + 8px);
}
.people-blocks .people-block .pb-inner .pb-hover .pb-details > div {
  margin-bottom: 5px;
}
.people-blocks .people-block .pb-inner .pb-hover a {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.people-blocks .people-block .pb-inner .pb-hover button, .people-blocks .people-block .pb-inner .pb-hover a.btn {
  text-decoration: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border: none;
  background: linear-gradient(98.94deg, #FF7900 0.15%, #FF7900 44.43%, #FF7900 64.62%, #FF7900 75.82%, #FF7900 93.97%), #C4C4C4;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: left;
  font-weight: 600;
}
.people-blocks .people-block .pb-inner .pb-hover button .fa, .people-blocks .people-block .pb-inner .pb-hover button .fal, .people-blocks .people-block .pb-inner .pb-hover button .fas, .people-blocks .people-block .pb-inner .pb-hover a.btn .fa, .people-blocks .people-block .pb-inner .pb-hover a.btn .fal, .people-blocks .people-block .pb-inner .pb-hover a.btn .fas {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0, -50%);
}
.people-blocks .people-block:hover .pb-inner .pb-hover {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.people-blocks .people-block.added {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.home-section-footer {
  text-align: right;
}

.text-right a.view-all {
	margin-right: 2.3vw;
}


.text-right a.view-all,
.home-section-footer a.view-all {
  padding: 2px 11px;
  background: #fff;
  color: #444141;
  border: 1px solid #444141;
}

.home-section .header-filters {
  float: right;
}
.home-section .header-filters > form {
  display: flex;
  align-items: end;
}
.home-section .header-filters > form .input-block {
  /*margin-left: 10px;*/
  border-color: #828282;
  margin-right: 10px;
}
@media (max-width: 1600px) {
  .home-section .header-filters > form .input-block {
    max-width: calc(50px + 8vw);
  }
}

.home-section .header-filters > form > strong {
  color: #444141;
  max-width: 110px;
  min-width: 90px;
  font-weight: 500;
}

.location-cards {
  margin: 0 calc(-5px - 0.5vw - 0.5vh);
  /*display: flex;
  flex-direction: row;
  flex-wrap: wrap;*/
  display: block;
}
.mega-menu .location-cards {
  padding-top: 2vh;
}
/*.mega-menu .reach-us{
  display: none;
}*/
.home-section .location-cards {
  padding-top: 2vh;
}
@media (max-width: 1300px) {
  .location-cards {
    margin: 0 calc(-1vw - 5px);
  }
}
.location-cards .location-card {
  padding: 0 calc(5px + 0.5vw + 0.5vh);
  margin-bottom: calc(3vh + 15px);
}
@media (max-width: 1300px) {
  .location-cards .location-card {
    padding: 0 calc(1vw + 5px);
  }
}
@media (max-width: 1080px) {
  .location-cards .location-card {
    margin-bottom: calc(2vh + 10px);
  }
}
@media (max-width: 767px) {
  .location-cards .location-card {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 25px;
  }
}
.location-cards .location-card.with-picture .loc-inner {
  position: relative;
  display: flex;
}
/*@media (min-width: 760px) {*/
/*  .location-cards .location-card.with-picture .loc-inner {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    flex-direction: row-reverse;*/
/*  }*/
/*}*/
.location-cards .location-card.with-picture .loc-inner > .loc-content {
  height: auto;
  width: 100%;
  min-height: 60%;
  /*padding-right: 35%;*/
}

.mega-menu .location-cards .location-card.with-picture .loc-content > h3{
  margin-bottom: 0;
}
  /*@media (max-width: 1040px) {*/
/*  .location-cards .location-card.with-picture .loc-inner > .loc-content {*/
/*    padding-right: 30%;*/
/*  }*/
/*}*/
/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {*/
/*  .location-cards .location-card.with-picture .loc-inner > .loc-content {*/
/*    padding-right: 35%;*/
/*  }*/
/*}*/
/*@media (max-width: 759px) {*/
/*  .location-cards .location-card.with-picture .loc-inner > .loc-content {*/
/*    padding-top: 25px;*/
/*    padding-right: calc(1vw + 15px);*/
/*  }*/
/*}*/
.location-cards .location-card.with-picture .loc-inner > .loc-fig {
  background-size: cover;
  /*width: 249.5px;*/
  width: 2759.5px;
  height: 373.5px;
  /*border-radius: 60px;*/
  border-radius: 0px;
}

.location-cards .location-card.with-picture .loc-inner > .loc-fig a {
  width: 250px;
  color: #000000;
}

.location-cards .location-card.with-picture .loc-inner > .loc-fig img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
/*@media (min-width: 760px) {
  .location-cards .location-card.with-picture .loc-inner > .loc-fig {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    clip-path: ellipse(55% 73% at 72% 60%);
  }
}*/
/*@media (max-width: 1040px) {
  .location-cards .location-card.with-picture .loc-inner > .loc-fig {
    width: 30%;
  }
}
@media (max-width: 759px) {
  .location-cards .location-card.with-picture .loc-inner > .loc-fig {
    width: 100%;
  }
}*/
.location-cards .location-card.with-picture .loc-content {
  font-weight: 500;
}
.location-cards .location-card.with-picture .loc-content > h3 {
  margin-bottom: calc(2.5vh + 10px);
  font-size: 18px;
  font-size: calc(0.6vw + 0.6vh + 8px);
}
@media (max-width: 1080px) {
  .location-cards .location-card.with-picture .loc-content > h3 {
    margin-bottom: 1vh;
  }
}
@media (max-width: 999px) {
  .location-cards .location-card.with-picture .loc-content > h3 {
    margin-bottom: calc(1vh + 10px);
  }
}
.location-cards .location-card.with-picture .loc-content > h3 a {
  text-decoration: none;
  color: #444141;
}
/*.location-cards .location-card:nth-child(1), .location-cards .location-card:nth-child(2) {
  max-width: 50%;
  flex: 0 0 50%;
}*/
@media (max-width: 500px) {
  /*.location-cards .location-card:nth-child(1), .location-cards .location-card:nth-child(2) {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 25px;
  }*/
}
.location-cards .location-card:nth-child(1) .loc-inner > .loc-content, .location-cards .location-card:nth-child(2) .loc-inner > .loc-content {
  /*padding-top: calc(2vh + 2vw + 10px);*/
  /*padding-right: 45%;*/
 /* padding-top: 25px;*/
}
/*@media (max-width: 1040px) {*/
/*  .location-cards .location-card:nth-child(1) .loc-inner > .loc-content, .location-cards .location-card:nth-child(2) .loc-inner > .loc-content {*/
/*    padding-right: 50%;*/
/*  }*/
/*}*/
/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {*/
/*  .location-cards .location-card:nth-child(1) .loc-inner > .loc-content, .location-cards .location-card:nth-child(2) .loc-inner > .loc-content {*/
/*    padding-right: 45%;*/
/*  }*/
/*}*/
@media (max-width: 999px) {
  .location-cards .location-card:nth-child(1) .loc-inner > .loc-content, .location-cards .location-card:nth-child(2) .loc-inner > .loc-content {
   /* padding-top: 25px;*/
  }
}
@media (max-width: 759px) {
  /*.location-cards .location-card:nth-child(1) .loc-inner > .loc-content, .location-cards .location-card:nth-child(2) .loc-inner > .loc-content {
    padding-top: 25px;
    padding-right: calc(1vw + 15px);
  }*/
}
/*.mega-menu .location-cards .location-card:nth-child(1) .loc-inner > .loc-content, .mega-menu .location-cards .location-card:nth-child(2) .loc-inner > .loc-content {
  padding-top: calc(1vh + 10px);
  padding: 10px 20px;
}*/
.mega-menu .location-cards .location-card .loc-inner > .loc-content{
  padding: 10px 20px;
}
/*@media (max-width: 999px) {
  .mega-menu .location-cards .location-card:nth-child(1) .loc-inner > .loc-content, .mega-menu .location-cards .location-card:nth-child(2) .loc-inner > .loc-content {
    padding-top: 20px;
  }
}*/

/*.location-cards .location-card:nth-child(1) .loc-inner > .loc-fig, .location-cards .location-card:nth-child(2) .loc-inner > .loc-fig {
  width: 100%;
}*/
/*
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .location-cards .location-card:nth-child(1) .loc-inner > .loc-fig, .location-cards .location-card:nth-child(2) .loc-inner > .loc-fig {
    width: 40%;
  }
}
@media (max-width: 1040px) {
  .location-cards .location-card:nth-child(1) .loc-inner > .loc-fig, .location-cards .location-card:nth-child(2) .loc-inner > .loc-fig {
    width: 48%;
  }
}
@media (max-width: 759px) {
  .location-cards .location-card:nth-child(1) .loc-inner > .loc-fig, .location-cards .location-card:nth-child(2) .loc-inner > .loc-fig {
    width: 100%;
  }
}
*/

.location-cards .location-card:nth-child(1) .reach-us .contact-information, .location-cards .location-card:nth-child(2) .reach-us .contact-information {
  /*margin-bottom: calc(2vh + 2vw);*/
  padding-right: 20px;
  font-size: 10px;
  font-size: calc(0.3333333333vw + 0.3333333333vh + 8px);
}
.mega-menu .location-cards .location-card:nth-child(1) .reach-us .contact-information, .mega-menu .location-cards .location-card:nth-child(2) .reach-us .contact-information {
  margin-bottom: 5px;
}
@media (min-height: 900px) {
  .mega-menu .location-cards .location-card:nth-child(1) .reach-us .contact-information, .mega-menu .location-cards .location-card:nth-child(2) .reach-us .contact-information {
    margin-bottom: 4vh;
  }
}
.mega-menu .location-cards .location-card:nth-child(1) .reach-us .contact-information .loc-contacts a span, .mega-menu .location-cards .location-card:nth-child(2) .reach-us .contact-information .loc-contacts a span {
  color: #FF7900;
}
@media (max-width: 999px) {
  .location-cards .location-card:nth-child(1) .reach-us .contact-information, .location-cards .location-card:nth-child(2) .reach-us .contact-information {
    margin-bottom: 10px;
  }
}
.location-cards .location-card:nth-child(1) .reach-us .quick-actions, .location-cards .location-card:nth-child(2) .reach-us .quick-actions {
  text-align: right;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .location-cards .location-card:nth-child(1) .reach-us .quick-actions, .location-cards .location-card:nth-child(2) .reach-us .quick-actions {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.location-card .loc-content {
  padding: calc(2vh + 15px) calc(1vw + 15px);
  transition: all 0.2s ease;
  height: 100%;
  font-size: 10px;
  font-size: calc(0.3333333333vw + 0.3333333333vh + 8px);
  font-weight: 400;
}
.location-card .loc-content .reach-us .quick-actions a, .location-card .loc-content .reach-us .quick-actions button {
  text-transform: capitalize;
  display: inline-block;
  padding: calc(0.2vh + 5px) 0;
  padding-right: 25px;
  text-align: center;
  transition: all 0.2s ease;
  position: relative;
  font-size: 14px;
  font-size: calc(0.4666666667vw + 0.4666666667vh + 8px);
}
.location-card .loc-content .reach-us .quick-actions a .fal, .location-card .loc-content .reach-us .quick-actions a .fas, .location-card .loc-content .reach-us .quick-actions a .far, .location-card .loc-content .reach-us .quick-actions button .fal, .location-card .loc-content .reach-us .quick-actions button .fas, .location-card .loc-content .reach-us .quick-actions button .far {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  color: #FF7900;
}
.location-card .loc-content .reach-us .quick-actions a:hover, .location-card .loc-content .reach-us .quick-actions button:hover {
  background: #fff;
  color: #FF7900;
  padding-left: 10px;
}
.location-card .loc-content .reach-us .quick-actions a:hover .fal, .location-card .loc-content .reach-us .quick-actions a:hover .fas, .location-card .loc-content .reach-us .quick-actions a:hover .far, .location-card .loc-content .reach-us .quick-actions button:hover .fal, .location-card .loc-content .reach-us .quick-actions button:hover .fas, .location-card .loc-content .reach-us .quick-actions button:hover .far {
  color: #FF7900 !important;
}
@media (max-width: 960px) {
  .location-card .loc-content .reach-us .quick-actions a, .location-card .loc-content .reach-us .quick-actions button {
    font-size: 8px;
    font-size: calc(0.2666666667vw + 0.2666666667vh + 8px);
  }
}
.location-card .loc-content .reach-us .loc-contacts a {
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .location-card .loc-content .reach-us .loc-contacts a {
    display: block;
    width: 100%;
    margin: 0 !important;
  }
}
.location-card .loc-content .reach-us .loc-contacts a:nth-child(1) {
  margin-right: calc(0.8vw + 10px);
}
@media (max-width: 1080px) {
  .location-card .loc-content .reach-us address {
    margin: 0 0 5px;
  }
}
.location-card .loc-content a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
  color: #FF7900;
}
.location-card .loc-content > h3 {
  transition: all 0.2s ease;
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 16px;
  font-size: calc(0.5333333333vw + 0.5333333333vh + 8px);
  color: #FF7900;
}
.location-card .loc-content .loc-contacts {
  font-weight: 500;
}
.location-card .loc-inner {
  font-weight: 400;
  transition: all 0.2s ease;
  color: #444141;
  height: 100%;
  overflow: hidden;
}
.location-card .loc-inner figure {
  margin: 0;
}
.location-card .loc-inner figure {
  max-height: 25vh;
  overflow: hidden;
}
.location-card .loc-inner figure img {
  width: 100%;
}
.location-card .loc-inner:hover .loc-content > h3 {
  color: #fff;
}
.location-card .loc-inner:hover .loc-content .reach-us .contact-information .loc-contacts a span {
  color: #fff;
}
.location-card .loc-inner:hover .loc-content .quick-actions a, .location-card .loc-inner:hover .loc-content .quick-actions button {
  border-color: #fff;
}
.location-card .loc-inner:hover .loc-content .quick-actions a .fa, .location-card .loc-inner:hover .loc-content .quick-actions a .fal, .location-card .loc-inner:hover .loc-content .quick-actions a .far, .location-card .loc-inner:hover .loc-content .quick-actions a .fas, .location-card .loc-inner:hover .loc-content .quick-actions button .fa, .location-card .loc-inner:hover .loc-content .quick-actions button .fal, .location-card .loc-inner:hover .loc-content .quick-actions button .far, .location-card .loc-inner:hover .loc-content .quick-actions button .fas {
  color: #fff;
}

.location-card-2 {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.location-card-2 .loc-inner {
  position: relative;
  overflow: hidden;
  padding: 5vh 30px;
  padding-right: 35%;
  font-size: 11px;
  font-size: calc(0.3666666667vw + 0.3666666667vh + 8px);
}
.location-card-2 .loc-inner .loc-fig {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 760px) {
  .location-card-2 .loc-inner .loc-fig {
    position: absolute;
    right: 0;
    top: 0;
    height: 110%;
    width: 40%;
    clip-path: ellipse(55% 73% at 72% 60%);
  }
}
.location-card-2 .loc-inner h3 {
  color: #FF7900;
  margin: 0 0 15px;
  font-weight: 500;
  font-size: calc(0.6vw + 0.3vh + 6px);
}
.location-card-2 .loc-inner h3 a {
  color: inherit;
  text-decoration: none;
}
.location-card-2 .loc-inner .loc-contacts a {
  white-space: nowrap;
  display: inline-block;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  font-size: 10px;
  font-size: calc(0.4vw + 0.2vh + 5px);
  padding-right: 10px;
}
.location-card-2 .loc-inner .loc-contacts a:last-child {
  padding-right: 0;
}

.news-card {
  position: relative;
  width: 33.33333334%;
}
.news-card.style1 .nc-inner {
  background: #444141;
  background-size: cover;
  color: #F4F4F4;
}
.news-card.style1 .nc-inner footer {
  background: #FF7900;
  color: #fff;
}
.news-card.style1 .nc-inner footer .related-attorneys {
  top: 0;
  transform: translate(0, -26%);
}
.news-card.style2 .nc-inner {
  background: #444141;
  background-size: cover;
  color: #F4F4F4;
}
.news-card.style2 .nc-inner .nc-content {
  top: 45%;
}



.news-card.style1 .nc-inner:hover a.goTo, .location-cards .location-card.with-picture .loc-content > h3 a {
  color: #FF7900;
}
.news-card.style3 .nc-inner {
  /*background: linear-gradient(to bottom, #D5D1CA 0%, #D5D1CA 75%, #fff 100%);*/
  background-size: cover;
  /*color: #444141;*/
  color: #FFF;
  background: #444141;
}
.news-card.style3 .nc-inner .nc-content,
.news-card.style3 .nc-inner .nc-content-flip {
  top: 40%;
}
.news-card.style3 .nc-inner .nc-header {
  /*background: #FF7900;*/
  background: none;
  padding-top: calc(0.2vh + 5px);
  padding-bottom: calc(0.2vh + 5px);
  position: relative;
}
.news-card.style3 .nc-inner .nc-header .goTo {
  /*top: 50%;
  transform: translate(0, -50%);*/
}
.news-card.style3 .nc-inner footer {
  padding: calc(0.5vh + 5px) calc(2vw + 10px);
 
  background: #FF7900;
	
}
.news-card.style3 .nc-inner footer .date {
  position: relative;
  top: -75px;
}
.news-card.style3 .nc-inner footer .category {
    position: absolute;
    left: 18px;
}
.news-card.style3 .nc-inner .nc-content-flip p,
.news-card.style3 .nc-inner .nc-content-flip a {
  text-decoration: none;
}
.news-card.style3 .nc-content-flip a {
  color: #FF7900;	
}
.news-card.style1 .nc-inner:hover,
.news-card.style2 .nc-inner:hover {
  color: #FF7900;
}


@media (min-width: 1100px) {
  .news-card.style3 .nc-inner .nc-content-flip {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft2;
    animation-name: fadeOutLeft2;
  }
}
@media (max-width: 1099px) {
  .news-card.style3 .nc-inner .nc-content-flip {
    display: none;
  }
}
@media (min-width: 1100px) {
  .news-card.style3 .nc-inner .nc-content {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2;
  }
}
@media (min-width: 1100px) {
  .news-card.style3 .nc-inner:hover .nc-content {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft2;
    animation-name: fadeOutLeft2;
  }
}
@media (max-width: 1099px) {
  .news-card.style3 .nc-inner:hover .nc-content {
    display: none;
  }
}
@media (min-width: 1100px) {
  .news-card.style3 .nc-inner:hover .nc-content-flip {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2;
  }
}
@media (max-width: 1099px) {
  .news-card.style3 .nc-inner:hover .nc-content-flip {
    display: block;
  }
}
.news-card h4 a,
.news-card h3 a {
  color: inherit;
  text-decoration: none;
}
.news-card .nc-inner {
  position: relative;
  height: 51vh;
  padding-bottom: 10vh;
}
.news-card .nc-inner .nc-header {
  position: relative;
  padding: 0 calc(2vw + 10px);
}
.news-card .nc-inner .goTo {
  color: #fff;
  font-size: 25px;
  font-size: calc(0.8333333333vw + 0.8333333333vh + 8px);
  position: absolute;
  right: 20px;
  top: 20px;
}
.news-card .nc-inner .related-attorneys {
  position: absolute;
  right: 15px;
  top: 100%;
  transform: translate(0, -50%);
  display: flex;
  padding: 0;
  margin: 0;
}
.news-card .nc-inner .related-attorneys li {
  background: #fff;
  padding: 3px;
  border-radius: 200px;
  list-style: none;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
  margin: 0 0 0 -10px;
  overflow: hidden;
  position: relative;
  display: none;
}
.news-card .nc-inner .related-attorneys li:nth-child(1), .news-card .nc-inner .related-attorneys li:nth-child(2), .news-card .nc-inner .related-attorneys li:nth-child(3), .news-card .nc-inner .related-attorneys li:nth-child(4) {
  display: block;
}
.news-card .nc-inner .related-attorneys li > a {
  display: flex;
  text-decoration: none;
}
.news-card .nc-inner .related-attorneys li > a .att-pic {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  flex: 0 0 70px;
  max-width: 70px;
  background: #C4C4C4;
  position: relative;
}
.news-card .nc-inner .related-attorneys li > a .att-info {
  width: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 12px;
  transition: all 0.2s linear;
  color: #444141;
}
.news-card .nc-inner .related-attorneys li > a .att-info .ai-inner {
  padding-top: 8px;
  padding-left: 15px;
}
.news-card .nc-inner .related-attorneys li > a .att-info span,
.news-card .nc-inner .related-attorneys li > a .att-info strong {
  display: block;
  white-space: nowrap;
}
.news-card .nc-inner .related-attorneys li > a:hover .att-info {
  width: 160px;
  opacity: 1;
}
.news-card .nc-content,
.news-card .nc-content-flip {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate(0, -50%);
  padding: 0 calc(2vw + 10px);
}
.news-card .nc-content h4,
.news-card .nc-content-flip h4 {
  font-size: 16px;
  font-size: calc(0.5333333333vw + 0.5333333333vh + 8px);
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 767px) {
	.news-card .nc-content h4 {
		font-size: 25px;
	}
}



.news-card .nc-content h3,
.news-card .nc-content-flip h3 {
  font-size: 20px;
  font-size: calc(0.6666666667vw + 0.6666666667vh + 8px);
  font-weight: 600;
  line-height: 1.5;
}


@media (min-width: 1800px) {
	.news-card .nc-content h3, .news-card .nc-content-flip h3 {
  		  font-size: calc(0.6vw + 0.6vh + 8px);
		  line-height: 1.3;
	}
}
@media (max-width: 767px) {
	.news-card .nc-content h3 {
		font-size: 26px;
	}
}




.news-card .nc-content p,
.news-card .nc-content-flip p {
  font-size: 12px;
  font-size: calc(0.4vw + 0.4vh + 8px);
  line-height: 1.5;
}
.news-card .nc-content-flip {
  max-height: 59%;
  overflow: hidden;
}
.news-card footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: calc(0.2vh + 5px) calc(0.5vw + 10px);
}
.news-card footer .category {
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  .news-card footer .date {
    position: absolute;
    bottom: 100%;
    margin-bottom: 25px;
  }
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate(-100px, -50%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%);
  }
}
@keyframes fadeOutLeft2 {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(-100px, -50%);
  }
}


.news-ticker {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 5vh;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  z-index: 99;
}

@media (max-width: 767px) {
	.news-ticker {
    display: none;
	}
}

.news-ticker .caroufredsel_wrapper {
  overflow: visible !important;
}
.news-ticker .news-slide {
  float: left;
  display: block;
  position: relative !important;
  padding: 0 calc(0.5vw + 5px);
}
.news-ticker .news-slide .default-view {
  position: relative;
  color: #292929;
  padding: calc(0.5vh + 5px) 0;
  text-transform: capitalize;
}
.news-ticker .news-slide .default-view strong {
  text-transform: uppercase;
  font-size: 9px;
  font-size: calc(0.4vw + 0.4vh + 8px);
  font-weight: bold;
  margin-right: calc(0.2vw + 2px);
  color: #444141;
  font-style: normal;
}
.news-ticker .news-slide .default-view p {
  margin: 0;
  font-style: italic;
  color: #FF7900;
  font-size: 12px;
  font-size: calc(0.4vw + 0.4vh + 8px);
  font-weight: 500;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-ticker .news-slide .detail-view {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  visibility: hidden;
  opacity: 1;
  transition: all 0.3s ease-in !important;
  font-size: 8px;
  font-size: calc(0.2666666667vw + 0.2666666667vh + 8px);
  padding: calc(1.5vh + 10px) calc(1vw + 0.5vh + 10px);
  border-radius: 11px;
  box-shadow: 2px -1px 7px rgba(0, 0, 0, 0.25);
}
.news-ticker .news-slide .detail-view > p {
  font-weight: 300;
}
.news-ticker .news-slide .detail-view .date {
  text-transform: uppercase;
  color: #A5A5AB;
  position: absolute;
  right: calc(1vw + 0.5vh + 10px);
  top: 12px;
}
.news-ticker .news-slide .detail-view header h3 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
  font-size: calc(0.6666666667vw + 0.6666666667vh + 7px);
  margin: calc(0.6vh + 4px) 0 calc(1vh + 7px);
}
.news-ticker .news-slide .detail-view footer {
  text-align: right;
}
.news-ticker .news-slide .detail-view footer .btn.btn-view-more {
  border-color: #FF7900;
  color: #FF7900;
  text-decoration: none;
  outline: none;
  padding-right: 5px;
}
.news-ticker .news-slide .detail-view footer .btn.btn-view-more + .btn {
  margin-left: 20px;
}
.news-ticker .news-slide .detail-view footer .btn.btn-view-more:hover {
  color: #444141;
}
.news-ticker .news-slide .detail-view footer .btn.btn-view-more:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  padding-left: 5px;
}
.news-ticker .news-slide .detail-view .related-attorneys {
  padding: 0 100px 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.news-ticker .news-slide .detail-view .related-attorneys > .ra {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: none;
}
.news-ticker .news-slide .detail-view .related-attorneys > .ra .att-img {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  background: #C4C4C4;
  padding-top: 5px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.news-ticker .news-slide .detail-view .related-attorneys > .ra .hover-tooltip {
  position: absolute;
  left: 50%;
  bottom: 95%;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  text-align: right;
  padding: 10px 15px;
  border-radius: 2px 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
  white-space: nowrap;
}
.news-ticker .news-slide .detail-view .related-attorneys > .ra .hover-tooltip:after {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  top: calc(100% - 24px);
  left: 0;
  color: #fff;
  font-size: 30px;
}
.news-ticker .news-slide .detail-view .related-attorneys > .ra .hover-tooltip strong, .news-ticker .news-slide .detail-view .related-attorneys > .ra .hover-tooltip span {
  white-space: nowrap;
  display: block;
}
.news-ticker .news-slide .detail-view .related-attorneys > .ra .hover-tooltip a {
  color: inherit;
  text-decoration: none;
}
.news-ticker .news-slide .detail-view .related-attorneys > .ra .hover-tooltip strong a {
  color: #FF7900;
}
.news-ticker .news-slide .detail-view .related-attorneys > .ra .hover-tooltip span {
  color: #444141;
}
.news-ticker .news-slide .detail-view .related-attorneys > .ra:hover {
  z-index: 99;
}
.news-ticker .news-slide .detail-view .related-attorneys > .ra:hover .hover-tooltip {
  visibility: visible;
  opacity: 1;
}
.news-ticker .news-slide .detail-view .related-attorneys > .ra:nth-child(1), .news-ticker .news-slide .detail-view .related-attorneys > .ra:nth-child(2), .news-ticker .news-slide .detail-view .related-attorneys > .ra:nth-child(3) {
  display: block;
}
.news-ticker .news-slide .detail-view .related-attorneys .expand-related {
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #C4C4C4;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  outline: none;
  border: none;
  padding: 0;
  position: relative;
  font-size: 30px;
  font-size: calc(1vw + 1vh + 2px);
  font-weight: bold;
}
.news-ticker .news-slide .detail-view .related-attorneys .expand-related span {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-ticker .news-slide .detail-view .related-attorneys .expand-related span.show-less {
  display: none;
  font-size: 6px;
  font-size: calc(0.2vw + 0.2vh + 8px);
  line-height: 1;
  text-transform: uppercase;
}
.news-ticker .news-slide .detail-view .related-attorneys.show-all-attorneys > .ra {
  display: block;
}
.news-ticker .news-slide .detail-view .related-attorneys.show-all-attorneys .expand-related span.count {
  display: none;
}
.news-ticker .news-slide .detail-view .related-attorneys.show-all-attorneys .expand-related span.show-less {
  display: block;
}
.news-ticker .news-slide:hover .detail-view {
  opacity: 1;
  visibility: visible;
}

.show-limited-attorneys {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-ticker .news-slide .detail-view header {
  /*padding-right: 100px;*/
}

.offcanvas-active {
  overflow: hidden;
  height: 100vh;
}

.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background: #444141;
  z-index: -99;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.offcanvas .social-media{
  padding: 4vh calc(1vw + 20px);
  font-size: calc(0.3vw + 0.1vh + 6px);
  margin-top: 10vh;
}
.offcanvas .social-media strong{
  display: block;
  margin-bottom: 2vh;
}
.offcanvas .close-menu-inner {
  transition: all 0.2s ease;
  background: none;
  outline: none;
  border: none;
  font-size: 30px;
  font-size: calc(1vw + 1vh + 8px);
  color: #444141;
  padding: 0px 15px;
  position: absolute;
  right: 2vw;
  top: calc(1vh + 10px);
}
.offcanvas .close-menu-inner:hover {
  background: #FF7900;
  color: #fff;
}
.offcanvas-active .offcanvas {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
.offcanvas-active .offcanvas .offcanvas-inner {
  right: 0;
}
.offcanvas .pseudo-close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: none;
  border: none;
  display: block;
  outline: none;
  text-indent: -99999px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: auto;
}
.offcanvas .offcanvas-inner {
  transition: all 0.3s ease-in;
  z-index: 100;
  background: #fff;
  width: 30vw;
  position: absolute;
  top: 0;
  right: -100vw;
  height: 100vh;
  overflow-y: auto;
  padding: calc(6vh + 20px) 0;
}
@media (max-width: 1400px) {
  .offcanvas .offcanvas-inner {
    width: 40vw;
  }
}
@media (max-width: 1200px) {
  .offcanvas .offcanvas-inner {
    width: 45vw;
  }
}
@media (max-width: 767px) {
  .offcanvas .offcanvas-inner {
    width: 100%;
  }
}
.offcanvas .offcanvas-inner #navcontainer > #navlist {
  padding: 0;
  margin: 0;
}
.offcanvas .offcanvas-inner #navcontainer > #navlist > li {
  display: block;
}
.offcanvas .offcanvas-inner #navcontainer > #navlist > li .subnavlist {
  padding: 0;
  margin: 0;
  padding: calc(0.5vh + 5px) calc(1vw + 20px);
}
.offcanvas .offcanvas-inner #navcontainer > #navlist > li .subnavlist li {
  display: block;
}
.offcanvas .offcanvas-inner #navcontainer > #navlist > li .subnavlist li a {
  transition: all 0.2s ease-in;
  text-decoration: none;
  padding: 4px 0;
  text-transform: capitalize;
  display: inline-block;
  color: #FF7900;
  font-weight: bold;
}
.offcanvas .offcanvas-inner #navcontainer > #navlist > li .subnavlist li a:hover {
  color: #444141;
}
.offcanvas .offcanvas-inner #navcontainer > #navlist > li > a {
  font-size: 18px;
  font-size: calc(0.6vw + 0.6vh + 8px);
  text-decoration: none;
  display: block;
  padding: calc(0.5vh + 5px) calc(1vw + 20px);
  color: #444141;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  z-index: 5;
  transition: all 0.3s ease-in;
}
.offcanvas .offcanvas-inner #navcontainer > #navlist > li > a:before {
  z-index: -1;
  content: "";
  position: absolute;
  background: linear-gradient(292.05deg, #FF7900 1.27%, #FF7900 10.32%, #FF7900 24.81%, #FF7900 32.95%, #FF7900 57.39%, #FF7900 67.35%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.offcanvas .offcanvas-inner #navcontainer > #navlist > li > a:hover {
  color: #fff;
}
.offcanvas .offcanvas-inner #navcontainer > #navlist > li > a:hover::before {
  opacity: 1;
  visibility: visible;
}
.offcanvas .offcanvas-inner #navcontainer > #navlist > li.parent > a:after {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
  padding-left: 15px;
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  line-height: inherit;
  font-size: 30px;
}
.offcanvas .offcanvas-inner #navcontainer > #navlist > li.parent.expanded > a:after {
  content: "\f106";
}
.offcanvas .offcanvas-inner #navcontainer > #navlist > li.active > a {
  color: #fff;
}
.offcanvas .offcanvas-inner #navcontainer > #navlist > li.active > a:before {
  opacity: 1;
  visibility: visible;
}
.offcanvas .offcanvas-inner #navcontainer > #navlist > li > div, .offcanvas .offcanvas-inner #navcontainer > #navlist > li > ul {
  display: none;
}

.search-active {
  height: 100vh;
  overflow: hidden;
}

.site-search {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.95);
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.site-search .search-message {
  padding: 20px;
}
.site-search .search-message:empty {
  display: none;
}
.search-active .site-search {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.search-active .site-search .ss-inner {
  transform: translate(0, 0);
}
.site-search .ss-inner {
  transform: translate(0, 100px);
  transition: all 0.4s ease-in;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
@media (max-width: 1080px) and (min-width: 768px) {
  .site-search .ss-inner {
    padding-top: 80px;
    height: 96%;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.site-search .ss-inner .search-elements {
  margin: auto;
  width: 96%;
  max-width: 800px;
  background: #fff;
  border-radius: 4px;
  flex: 0 0 100%;
  position: relative;
}
.site-search .ss-inner .search-elements .close-search {
  background: none;
  border: none;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 100%;
  padding: 10px;
  font-size: 8px;
  font-size: calc(0.2666666667vw + 0.2666666667vh + 8px);
  font-weight: 600;
  text-transform: uppercase;
}
.site-search .ss-inner .search-elements .close-search i {
  font-size: 10px;
  font-size: calc(0.3333333333vw + 0.3333333333vh + 8px);
  font-weight: normal;
  margin-right: 5px;
}
.site-search .ss-inner .search-elements .search-input {
  width: 100%;
  position: relative;
}
.site-search .ss-inner .search-elements .search-input > i, .site-search .ss-inner .search-elements .search-input img {
  left: 20px;
  font-size: 20px;
  font-size: calc(0.6666666667vw + 0.6666666667vh + 8px);
  color: #FF7900;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.site-search .ss-inner .search-elements .search-input input {
  height: calc(4vh + 20px);
  padding: 0 20px 0 calc(30px + 2vw);
  font-size: 20px;
  font-size: calc(0.6666666667vw + 0.6666666667vh + 8px);
  border: none;
  width: 100%;
  display: block;
  outline: none;
  box-shadow: none;
  background: none;
}
@media (max-width: 767px) {
  .site-search .ss-inner .search-elements .search-input input {
    padding: 0 20px 0 calc(35px + 3vw);
  }
}
.site-search .ss-inner .search-elements .search-results-area {
  position: relative;
}
.site-search .ss-inner .search-elements .search-results-area .search-area-tabs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0 20px;
}
@media (max-width: 767px) {
  .site-search .ss-inner .search-elements .search-results-area .search-area-tabs {
    padding: 0 5px;
  }
}
.site-search .ss-inner .search-elements .search-results-area .search-area-tabs button {
  border: none;
  padding: 10px calc(5px + 1.5vw);
  border: none;
  font-weight: 600;
  background: none;
  font-size: 8px;
  font-size: calc(0.2666666667vw + 0.2666666667vh + 8px);
  color: rgba(0, 0, 0, 0.6);
  position: relative;
}
@media (max-width: 767px) {
  .site-search .ss-inner .search-elements .search-results-area .search-area-tabs button {
    padding: 10px 5px;
  }
}
.site-search .ss-inner .search-elements .search-results-area .search-area-tabs button.active {
  color: #000;
}
.site-search .ss-inner .search-elements .search-results-area .search-area-tabs button.active:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FF7900;
  content: "";
}
.site-search .ss-inner .search-elements .search-results-area .search-area-tabs button span {
  background: #F1F1F1;
  border-radius: 2px;
  padding: 3px 8px;
}
@media (max-width: 767px) {
  .site-search .ss-inner .search-elements .search-results-area .search-area-tabs button span {
    padding: 3px 4px;
  }
}
@media (max-width: 460px) {
  .site-search .ss-inner .search-elements .search-results-area .search-area-tabs button span {
    padding: 0;
  }
}
@media (min-width: 1081px) {
  .site-search .ss-inner .search-elements .tab-panels {
    overflow-y: auto;
    max-height: 80vh;
  }
}
@media (max-width: 767px) {
  .site-search .ss-inner .search-elements .tab-panels {
    overflow-y: auto;
    max-height: 60vh;
  }
}
.site-search .ss-inner .search-elements .tab-panels > div {
  display: none;
}
.site-search .ss-inner .search-elements .tab-panels > div.active {
  display: block;
}
.site-search .ss-inner .search-elements .tab-panels .search-result-list {
  margin: 0;
  padding: 20px;
  font-size: 8px;
  font-size: calc(0.2666666667vw + 0.2666666667vh + 8px);
}
.site-search .ss-inner .search-elements .tab-panels .search-result-list li {
  padding: 10px 0;
  display: flex;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  align-items: center;
}
.site-search .ss-inner .search-elements .tab-panels .search-result-list li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.site-search .ss-inner .search-elements .tab-panels .search-result-list li strong {
  color: #000;
  font-size: 10px;
  font-size: calc(0.3333333333vw + 0.3333333333vh + 8px);
}
.site-search .ss-inner .search-elements .tab-panels .search-result-list li a {
  color: inherit;
  text-decoration: none;
}

.site-search .ss-inner .search-elements .tab-panels .search-result-list li .result-fig {
  flex: 0 0 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  color: #FF7900;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.site-search .ss-inner .search-elements .tab-panels .search-result-list li .result-fig img {
  width: 100%;
  height: auto;
}
.site-search .ss-inner .search-elements .tab-panels .search-result-list li .result-fig a, .site-search .ss-inner .search-elements .tab-panels .search-result-list li .result-fig span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.site-search .ss-inner .search-elements .tab-panels .search-result-list li .result-fig a > i, .site-search .ss-inner .search-elements .tab-panels .search-result-list li .result-fig span > i {
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.site-search .ss-inner .search-elements .tab-panels .search-result-list li .result-content {
  padding-left: 20px;
}
.site-search .ss-inner .search-elements .tab-panels .search-result-list li .result-content .extra-label {
  color: #FF7900;
}
.site-search .ss-inner .search-elements .tab-panels .search-result-list li .result-content .highlight {
  color: #444141;
  font-style: italic;
}

#fp-nav.fp-right{
  right: 8px !important;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
  background: #444141 !important;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{
  background: #FF7900  !important;
}
.section-practices {
  background-image: url("../images/logo_mark.png") !important;
  background-size: contain !important;
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 1020px) { 
	.home-section.section-practices .mega-title {
    padding-top: 60px;
}}