/*3. General Styles*/
html {
  font-size: 62.5%; }

body {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #5C5C5C;
  line-height: normal;
  font-size: 16px;
  font-size: calc(0.53333vw + 0.53333vh + 8px);
  background: #F8F8F8; }

p {
  line-height: 1.4; }

button {
  outline: none !important;
  cursor: pointer; }

a, input {
  outline: none !important; }

a {
  color: #0B70B7;
  transition: all 0.2s ease-in; }

a:hover {
  color: rgba(11, 112, 183, 0.8); }
  .text-widget a:hover {
    color: #0a3757;
    text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

ul, ol {
  padding-left: 20px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 25px 0;
  font-weight: 700;
  line-height: 1;
  color: #171717; }

header h1, header h2, header h3, header h4, header h5, header h6 {
  margin-top: 0; }

h1, .h1 {
  font-size: 36px;
  font-size: calc(1.2vw + 1.2vh + 8px); }

h2, .h2 {
  font-size: 33px;
  font-size: calc(1.1vw + 1.1vh + 8px); }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 40px;
      font-size: calc(1.33333vw + 1.33333vh + 8px); } }

h3, .h3 {
  font-size: 25px;
  font-size: calc(0.83333vw + 0.83333vh + 8px); }

h4, .h4 {
  font-size: 24px;
  font-size: calc(0.8vw + 0.8vh + 8px); }

h5, .h5 {
  font-size: 20px;
  font-size: calc(0.66667vw + 0.66667vh + 8px); }

h6, .h6 {
  margin: 0;
  font-size: 16px;
  font-size: calc(0.53333vw + 0.53333vh + 8px); }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.container {
  max-width: 2400px;
  padding-left: calc(0.5vh + 3vw);
  padding-right: calc(0.5vh + 3vw); }
  @media (min-width: 1500px) {
    .container.narrow {
      width: 86%; } }

.text-underline {
  text-decoration: underline; }

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

span.gc-cs-link {
  color: unset;
  text-decoration: unset; }

.text-italic {
  font-style: italic; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.text-right {
  text-align: right; }

.btn {
  border-radius: 0;
  transition: all 0.2s ease;
  font-size: 12px;
  font-size: calc(0.4vw + 0.4vh + 8px); }
  .btn.btn-outline-dark {
    padding: calc(0.2vw + 5px) calc(0.5vw + 10px);
    border: 2px solid #171717;
    color: #171717;
    border-radius: 8px;
    font-size: 12px;
    font-size: calc(0.4vw + 0.4vh + 8px);
    font-weight: bold; }
    .btn.btn-outline-dark:hover {
      background: #171717;
      color: #fff; }
  .btn.btn-theme {
    background: #0B70B7;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: calc(0.46667vw + 0.46667vh + 8px);
    padding: 1.2vh 10px;
    display: block;
    width: 100%; }
  .btn.btn-view-more {
    padding: calc(0.1vh) calc(0.5vw + 4px);
    border: calc(0.1vh) solid #0B70B7;
    font-size: 6px;
    font-size: calc(0.2vw + 0.2vh + 8px);
    text-transform: uppercase;
    color: #0B70B7; }
    .btn.btn-view-more.style-2 {
      border-color: #fff;
      color: #fff; }
      .btn.btn-view-more.style-2:hover {
        background: #fff;
        color: #0B70B7 !important; }
    .btn.btn-view-more:hover {
      background: #0B70B7;
      color: #fff; }
  .btn.btn-banner {
    background: #F1C600;
    color: #171717;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 6px;
    font-size: calc(0.2vw + 0.2vh + 8px);
    padding: calc(0.4vh + 2px) calc(1vw + 10px);
    font-weight: 600; }
    .mega-menu .btn.btn-banner {
      border-radius: 50px; }
  .btn.btn-lg {
    padding: calc(0.3vw + 8px) calc(0.5vw + 15px);
    font-size: 14px;
    font-size: calc(0.46667vw + 0.46667vh + 8px); }

.doc-header {
  color: #fff;
  background: #fff;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08); }
  .doc-header .dh-inner {
    position: relative; }
    @media (max-width: 767px) {
      .doc-header .dh-inner {
        padding: 15px 0; } }
  .doc-header .app-logo {
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    max-width: calc(7.5vw + 3.5vh);
    min-width: 140px;
    display: flex;
    align-items: center; }
    .doc-header .app-logo.pointer .hover-arrow {
      display: inline-block; }
    .doc-header .app-logo.mobile-logo {
      display: none; }
      .doc-header .app-logo.mobile-logo:after {
        display: none !important; }
    @media (max-width: 960px) {
      .doc-header .app-logo {
        display: none !important; }
        .doc-header .app-logo.mobile-logo {
          display: flex !important; } }
  .doc-header .main-nav {
    float: right; }
    .doc-header .main-nav ul {
      margin: 0;
      padding: 0; }
    .doc-header .main-nav > ul > li {
      display: block;
      float: left;
      padding-bottom: calc(1.2vw + 0.5vh); }
      .doc-header .main-nav > ul > li.pointer {
        position: relative; }
        .doc-header .main-nav > ul > li.pointer .hover-arrow {
          display: inline-block; }
      @media (max-width: 991px) {
        .doc-header .main-nav > ul > li {
          display: none; }
          .doc-header .main-nav > ul > li:last-child {
            display: block; } }
      .doc-header .main-nav > ul > li .hamburger {
        padding: calc(1.7vw + 0.7vh) calc(0.5vw + 0.5vh) 1.6vh;
        margin-left: calc(1vw);
        padding-right: 0; }
      .doc-header .main-nav > ul > li > a {
        position: relative;
        text-decoration: none;
        font-weight: 400;
        color: #0B70B7;
        display: block;
        text-transform: uppercase;
        padding: calc(1.8vw + 0.75vh) calc(1.2vw + 0.5vh + 5px) 5px; }

.hover-arrow {
  border: none;
  background: none;
  outline: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  display: none; }
  .hover-arrow:after {
    content: "Go Back";
    text-transform: uppercase;
    color: #0B70B7;
    border-top: 2px solid #0B70B7;
    height: calc(0.7vw + 7px);
    width: calc(100% + 1vw);
    padding-top: 2px;
    left: -1px;
    bottom: 7%;
    font-size: 7px;
    font-size: calc(0.23333vw + 0.23333vh + 8px);
    position: absolute;
    text-align: center; }
  .hover-arrow:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 30%;
    width: calc(0.7vw + 8px);
    height: calc(0.7vw + 8px);
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #0B70B7;
    border-left: 2px solid #0B70B7;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transform: rotate(-45deg); }

body.offcanvas-active {
  overflow: hidden !important; }

.offcanvas-wrap {
  text-align: left;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999;
  background: rgba(54, 92, 126, 0.9); }
  .offcanvas-active .offcanvas-wrap {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible; }
    .offcanvas-active .offcanvas-wrap .offcanvas-nav {
      right: 0; }
  .offcanvas-wrap input {
    background: #e9ecee; }
  .offcanvas-wrap .offcanvas-nav {
    transition: all 0.2s ease-in;
    width: 460px;
    top: 0;
    right: -100px;
    height: 100%;
    position: absolute;
    color: #fff; }
    @media (max-width: 767px) {
      .offcanvas-wrap .offcanvas-nav {
        width: 300px; } }
    .offcanvas-wrap .offcanvas-nav .nav-header {
      z-index: 190;
      overflow: hidden;
      position: relative;
      padding-right: calc(50px + 5vw);
      margin: 0;
      background: #0B70B7; }
      .offcanvas-wrap .offcanvas-nav .nav-header .navTrigger, .offcanvas-wrap .offcanvas-nav .nav-header .searchReset {
        cursor: pointer;
        border: none;
        padding: 0 10px;
        font-size: 30px;
        font-size: calc(1vw + 1vh + 8px);
        color: #171717;
        text-align: center;
        position: absolute;
        width: 5vw;
        min-width: calc(40px + 5vw);
        top: 0;
        right: 0;
        background: #0B70B7;
        height: 100%; }
        @media (max-width: 767px) {
          .offcanvas-wrap .offcanvas-nav .nav-header .navTrigger, .offcanvas-wrap .offcanvas-nav .nav-header .searchReset {
            min-width: 55px; } }
        .offcanvas-wrap .offcanvas-nav .nav-header .navTrigger .hamburger-inner, .offcanvas-wrap .offcanvas-nav .nav-header .navTrigger .hamburger-inner::before, .offcanvas-wrap .offcanvas-nav .nav-header .navTrigger .hamburger-inner::after, .offcanvas-wrap .offcanvas-nav .nav-header .searchReset .hamburger-inner, .offcanvas-wrap .offcanvas-nav .nav-header .searchReset .hamburger-inner::before, .offcanvas-wrap .offcanvas-nav .nav-header .searchReset .hamburger-inner::after {
          background-color: rgba(255, 255, 255, 0.4); }
      .offcanvas-wrap .offcanvas-nav .nav-header .searchReset {
        display: none; }
      .offcanvas-wrap .offcanvas-nav .nav-header .quick-search {
        position: relative; }
        .offcanvas-wrap .offcanvas-nav .nav-header .quick-search input {
          text-transform: none;
          background: none;
          border: none;
          padding-left: 40px;
          width: 100%;
          height: calc(3.6vh + 3.6vw + 4px);
          color: #fff;
          font-size: 16px;
          font-size: calc(0.53333vw + 0.53333vh + 8px);
          font-weight: 400; }
          @media (max-width: 767px) {
            .offcanvas-wrap .offcanvas-nav .nav-header .quick-search input {
              min-height: 55px; } }
          .offcanvas-wrap .offcanvas-nav .nav-header .quick-search input::placeholder {
            opacity: 0.6;
            color: #c6c6c6; }
        .offcanvas-wrap .offcanvas-nav .nav-header .quick-search button {
          visibility: hidden;
          opacity: 0;
          font-size: 30px;
          font-size: calc(1vw + 1vh + 8px);
          position: absolute;
          left: 0;
          width: 70px;
          text-align: center;
          top: 0;
          height: 100%;
          background: none;
          border: none; }
          .offcanvas-wrap .offcanvas-nav .nav-header .quick-search button img {
            max-width: 24px;
            position: relative;
            top: -2px; }
    .offcanvas-wrap .offcanvas-nav input {
      color: #171717; }
    .offcanvas-wrap .offcanvas-nav .inner {
      height: 100%;
      padding: 0;
      position: relative;
      background: #cbe9ff;
      background: -moz-linear-gradient(left, #cbe9ff 0%, white 100%);
      background: -webkit-linear-gradient(left, #cbe9ff 0%, white 100%);
      background: linear-gradient(to right, #cbe9ff 0%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe9ff', endColorstr='#ffffff',GradientType=1 ); }
      @media (max-width: 767px) {
        .offcanvas-wrap .offcanvas-nav .inner {
          overflow-y: auto; } }
      .offcanvas-wrap .offcanvas-nav .inner h3 {
        color: #525252;
        font-size: 16px;
        font-size: calc(0.53333vw + 0.53333vh + 8px);
        text-transform: uppercase;
        font-weight: bold; }
      .offcanvas-wrap .offcanvas-nav .inner #navcontainer a {
        font-weight: bold;
        transition: all 0.2s ease-in;
        color: #171717; }
        .offcanvas-wrap .offcanvas-nav .inner #navcontainer a:hover {
          background: #fff;
          color: #0B70B7; }
      .offcanvas-wrap .offcanvas-nav .inner #navcontainer > ul {
        padding: 0;
        margin: 0 calc(-1.5vw - 15px);
        /*text-transform: capitalize;*/ }
        @media (max-width: 767px) {
          .offcanvas-wrap .offcanvas-nav .inner #navcontainer > ul {
            margin: 0 -20px; } }
        .offcanvas-wrap .offcanvas-nav .inner #navcontainer > ul > li > a {
          font-weight: 500; }
        .offcanvas-wrap .offcanvas-nav .inner #navcontainer > ul li {
          display: block;
          font-size: 18px;
          font-size: calc(0.6vw + 0.6vh + 8px); }
          .offcanvas-wrap .offcanvas-nav .inner #navcontainer > ul li ul {
            display: none;
            padding: 5px 0 15px;
            font-weight: 400;
            margin-left: 40px; }
            .offcanvas-wrap .offcanvas-nav .inner #navcontainer > ul li ul > li {
              border-left: 2px solid #fff; }
              .offcanvas-wrap .offcanvas-nav .inner #navcontainer > ul li ul > li.subactive a {
                color: #0B70B7; }
            .offcanvas-wrap .offcanvas-nav .inner #navcontainer > ul li ul a {
              color: rgba(23, 23, 23, 0.7);
              text-decoration: none;
              padding: 2px 15px;
              font-size: 16px;
              font-size: calc(0.53333vw + 0.53333vh + 8px); }
          .offcanvas-wrap .offcanvas-nav .inner #navcontainer > ul li.parent.expanded > a:after {
            content: "\f106"; }
          .offcanvas-wrap .offcanvas-nav .inner #navcontainer > ul li.parent > a {
            padding-right: 35px;
            position: relative; }
            .offcanvas-wrap .offcanvas-nav .inner #navcontainer > ul 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;
              font-size: calc(1vw + 1vh + 8px); }
          .offcanvas-wrap .offcanvas-nav .inner #navcontainer > ul li a {
            text-decoration: none;
            padding: calc(1vh + 5px) 20px calc(1vh + 5px) 40px;
            display: block;
            font-weight: bold; }
            @media (max-height: 600px) {
              .offcanvas-wrap .offcanvas-nav .inner #navcontainer > ul li a {
                padding: 10px 20px 10px 40px; } }
          .offcanvas-wrap .offcanvas-nav .inner #navcontainer > ul li.active > a {
            background: rgba(255, 255, 255, 0.3); }
    .offcanvas-wrap .offcanvas-nav .offcanvas-content {
      height: 88%;
      overflow: hidden;
      overflow-y: auto;
      position: relative;
      z-index: 200; }
      .offcanvas-wrap .offcanvas-nav .offcanvas-content .off-scroll {
        margin: 0;
        padding: calc(1.5vw + 15px); }
      .offcanvas-wrap .offcanvas-nav .offcanvas-content .multi-search-area {
        display: none; }
  .offcanvas-wrap .offcanvas-social {
    padding: 50px 0 25px;
    margin-bottom: 15px;
    text-align: center; }
    .offcanvas-wrap .offcanvas-social ul {
      margin: 0;
      padding: 0; }
      .offcanvas-wrap .offcanvas-social ul li {
        display: inline-block;
        margin: 0 7px; }
  .offcanvas-wrap.multi-search-active .offcanvas-content {
    overflow-y: unset; }
  .offcanvas-wrap.multi-search-active .navTrigger {
    display: none; }
  .offcanvas-wrap.multi-search-active .searchReset {
    display: block !important; }
  .offcanvas-wrap.multi-search-active .offcanvas-nav {
    z-index: 90; }
    .offcanvas-wrap.multi-search-active .offcanvas-nav:before {
      z-index: 100;
      content: "";
      position: absolute;
      left: 300px;
      top: 0;
      right: 0;
      height: 1000%;
      background: #fff; }
      @media (max-width: 767px) {
        .offcanvas-wrap.multi-search-active .offcanvas-nav:before {
          left: 0; } }
  .offcanvas-wrap.multi-search-active .offcanvas-content .off-scroll {
    padding: 0; }
  .offcanvas-wrap.multi-search-active .offcanvas-content .off-nav {
    display: none; }
  .offcanvas-wrap.multi-search-active .offcanvas-content .multi-search-area {
    display: block; }
  .offcanvas-wrap.multi-search-active .offcanvas-nav {
    width: 70vw;
    max-width: 800px; }
    @media (max-width: 1000px) {
      .offcanvas-wrap.multi-search-active .offcanvas-nav {
        width: 750px; } }
    @media (max-width: 767px) {
      .offcanvas-wrap.multi-search-active .offcanvas-nav {
        width: 300px; } }

.searchResults {
  margin-bottom: 0;
  padding: 0; }
  .searchResults li {
    position: relative;
    display: block;
    min-height: 70px;
    padding-left: 115px;
    color: #171717;
    margin-bottom: 15px; }
    @media (max-height: 620px) {
      .searchResults li {
        padding-left: 90px;
        min-height: 70px;
        margin-bottom: 20px; } }
    .searchResults li a.att-name {
      color: #171717;
      display: block;
      font-weight: 500;
      text-decoration: none;
      font-size: 14px;
      font-size: calc(0.46667vw + 0.46667vh + 8px); }
    .searchResults li a.view-bio {
      font-size: 12px;
      font-size: calc(0.4vw + 0.4vh + 8px);
      text-decoration: none;
      text-transform: uppercase;
      color: #999999 !important; }
    .searchResults li > span {
      color: #999999;
      font-weight: 300;
      display: block;
      margin-bottom: 15px;
      font-size: 12px;
      font-size: calc(0.4vw + 0.4vh + 8px); }
    .searchResults li .contacts {
      margin-top: 12px;
      color: #171717; }
      .searchResults li .contacts a {
        font-weight: 300;
        font-size: 14px;
        font-size: calc(0.46667vw + 0.46667vh + 8px);
        display: block;
        color: inherit; }
    .searchResults li figure {
      position: absolute;
      left: 0;
      top: 0;
      width: 100px;
      height: 100px;
      overflow: hidden; }
      .searchResults li figure img {
        width: 100%;
        height: auto; }
      @media (max-height: 620px) {
        .searchResults li figure {
          height: 70px;
          width: 70px; } }

.multi-search-area {
  padding-left: 300px;
  position: relative;
  min-height: 300px; }
  @media (max-width: 767px) {
    .multi-search-area {
      padding-left: 0; } }
  .multi-search-area .multi-nav {
    left: 0;
    top: calc(1vh + 10px);
    width: 295px;
    position: absolute; }
    @media (max-width: 767px) {
      .multi-search-area .multi-nav {
        display: none; } }
    .multi-search-area .multi-nav button {
      width: 100%;
      text-align: left;
      color: #171717;
      background: none;
      border: none;
      text-transform: capitalize;
      display: block;
      padding: 1vh calc(2vw + 5px);
      clear: none; }
      .multi-search-area .multi-nav button.active, .multi-search-area .multi-nav button:hover {
        color: #0B70B7; }
      .multi-search-area .multi-nav button span {
        float: right; }
  .multi-search-area .osr-panels {
    height: calc(100vh - 125px);
    background: #fff;
    position: relative;
    min-height: 300px; }
    @media (min-width: 768px) {
      .multi-search-area .osr-panels {
        overflow-y: auto; } }
    @media (max-width: 767px) {
      .multi-search-area .osr-panels {
        height: auto; } }
    .multi-search-area .osr-panels .osr-panel {
      display: none; }
      @media (max-width: 767px) {
        .multi-search-area .osr-panels .osr-panel {
          display: block !important; } }

.ms-practices-list .ms-practice-block {
  border-bottom: 1px solid #00b6f5;
  padding: 20px 30px;
  font-size: 18px;
  font-size: calc(0.6vw + 0.6vh + 8px); }
  @media (max-width: 767px) {
    .ms-practices-list .ms-practice-block {
      padding: 20px 10px; } }
  .ms-practices-list .ms-practice-block a {
    color: #171717;
    text-decoration: none; }

.ms-insights-list .ms-insight-block, .ms-others-list .ms-insight-block {
  font-size: 13px;
  font-size: calc(0.43333vw + 0.43333vh + 8px);
  color: #171717;
  padding: 20px 30px;
  font-size: 18px;
  font-size: calc(0.6vw + 0.6vh + 8px); }
  .ms-insights-list .ms-insight-block + .ms-insight-block, .ms-others-list .ms-insight-block + .ms-insight-block {
    border-top: 1px solid #00b6f5; }
  @media (max-width: 767px) {
    .ms-insights-list .ms-insight-block, .ms-others-list .ms-insight-block {
      padding: 20px 10px; } }
  .ms-insights-list .ms-insight-block a.ms-insight-title, .ms-others-list .ms-insight-block a.ms-insight-title {
    text-decoration: none;
    display: block;
    margin-bottom: 10px; }
  .ms-insights-list .ms-insight-block p, .ms-insights-list .ms-insight-block time, .ms-others-list .ms-insight-block p, .ms-others-list .ms-insight-block time {
    margin: 0;
    font-size: 13px;
    font-size: calc(0.43333vw + 0.43333vh + 8px);
    color: rgba(23, 23, 23, 0.6); }

.multi-search-attorneys .ms-attorney-block {
  padding: 20px 30px;
  font-size: 16px;
  font-size: calc(0.53333vw + 0.53333vh + 8px);
  min-height: 130px; }
  .multi-search-attorneys .ms-attorney-block + .ms-attorney-block {
    border-top: 1px solid #00b6f5; }
  @media (max-width: 767px) {
    .multi-search-attorneys .ms-attorney-block {
      padding: 20px 10px;
      min-height: 110px; } }
  .multi-search-attorneys .ms-attorney-block .att-fig {
    float: right;
    width: 110px;
    height: 110px;
    overflow: hidden;
    display: block;
    position: relative;
    top: -10px;
    text-decoration: none; }
    @media (max-width: 767px) {
      .multi-search-attorneys .ms-attorney-block .att-fig {
        width: 80px;
        height: 80px;
        top: -5px; } }
    .multi-search-attorneys .ms-attorney-block .att-fig img {
      width: 100%; }
  .multi-search-attorneys .ms-attorney-block a {
    text-decoration: none;
    color: #171717; }
  .multi-search-attorneys .ms-attorney-block h3 {
    color: #171717;
    margin: 0;
    font-size: 24px;
    font-size: calc(0.8vw + 0.8vh + 8px); }
    .multi-search-attorneys .ms-attorney-block h3 a {
      font-weight: 400;
      text-transform: capitalize; }
    @media (max-width: 767px) {
      .multi-search-attorneys .ms-attorney-block h3 {
        font-size: 18px;
        font-size: calc(0.6vw + 0.6vh + 8px); } }
  .multi-search-attorneys .ms-attorney-block .ms-att-rank {
    color: #5C5C5C;
    font-size: 16px;
    font-size: calc(0.53333vw + 0.53333vh + 8px);
    display: block;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .multi-search-attorneys .ms-attorney-block .ms-att-rank {
        margin-bottom: 2px;
        font-size: 14px;
        font-size: calc(0.46667vw + 0.46667vh + 8px); } }
  .multi-search-attorneys .ms-attorney-block .ms-att-email {
    font-size: 14px;
    font-size: calc(0.46667vw + 0.46667vh + 8px);
    color: #171717;
    text-decoration: underline; }
    @media (max-width: 767px) {
      .multi-search-attorneys .ms-attorney-block .ms-att-email {
        font-size: 14px;
        font-size: calc(0.46667vw + 0.46667vh + 8px); } }
  .multi-search-attorneys .ms-attorney-block .ms-view-bio {
    color: #171717;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .multi-search-attorneys .ms-attorney-block .ms-view-bio {
        font-size: 12px;
        font-size: calc(0.4vw + 0.4vh + 8px); } }
  .multi-search-attorneys .ms-attorney-block .ms-att-info {
    margin-right: 125px; }
    @media (max-width: 767px) {
      .multi-search-attorneys .ms-attorney-block .ms-att-info {
        margin-right: 85px; } }

.offcanvas-search-field + .fa-spinner {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 0.2s ease-in;
  margin-top: -8px; }

.offcanvas-search-field.loading + .fa-spinner {
  visibility: visible;
  opacity: 1; }

.oc-social-icons {
  text-align: center;
  margin-top: 30px; }
  .oc-social-icons > a {
    display: inline-block;
    background: #0B70B7;
    color: #91A9B5;
    width: 60px;
    height: 40px;
    position: relative;
    margin: 2px; }
    @media (max-width: 767px) {
      .oc-social-icons > a {
        width: 54px; } }
    .oc-social-icons > a i, .oc-social-icons > a span {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 16px;
      font-size: calc(0.53333vw + 0.53333vh + 8px); }
    .oc-social-icons > a span {
      font-size: 12px;
      font-size: calc(0.4vw + 0.4vh + 8px);
      width: 100%; }

.custom-tooltip {
  position: relative;
  /*default tooltip direction is towards right*/ }
  .custom-tooltip:before, .custom-tooltip:after {
    content: "";
    visibility: hidden;
    opacity: 0;
    transition: inherit;
    position: absolute;
    left: 100%;
    z-index: 1; }
  .custom-tooltip:hover:before, .custom-tooltip:hover:after {
    visibility: visible;
    opacity: 1; }
  .custom-tooltip:after {
    z-index: 2;
    white-space: nowrap;
    content: attr(aria-label);
    display: inline-block;
    padding: 5px 10px;
    background: #000;
    font-size: 12px;
    font-size: calc(0.4vw + 0.4vh + 8px);
    color: #fff;
    border-radius: 4px; }
  .custom-tooltip:before {
    z-index: 1;
    width: 0;
    height: 0; }
  .custom-tooltip:before, .custom-tooltip:after {
    right: auto;
    left: 100%;
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%); }
  .custom-tooltip:before {
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #000 transparent transparent; }
  .custom-tooltip:after {
    margin-left: 5px;
    margin-top: 0; }
  .custom-tooltip.tooltip-left:before, .custom-tooltip.tooltip-left:after {
    left: auto;
    right: 100%;
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%); }
  .custom-tooltip.tooltip-left:before {
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #000; }
  .custom-tooltip.tooltip-left:after {
    margin-right: 5px;
    margin-top: 0; }
  .custom-tooltip.tooltip-bottom:before, .custom-tooltip.tooltip-bottom:after {
    left: 50%;
    bottom: auto;
    top: 100%;
    transform: translate(-50%, 0); }
  .custom-tooltip.tooltip-bottom:before {
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #000 transparent; }
  .custom-tooltip.tooltip-bottom:after {
    margin-left: 0;
    margin-top: 5px; }
  .custom-tooltip.tooltip-top:before, .custom-tooltip.tooltip-top:after {
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translate(-50%, 0); }
  .custom-tooltip.tooltip-top:before {
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent; }
  .custom-tooltip.tooltip-top:after {
    margin-left: 0;
    margin-bottom: 5px; }

.form-control, .form-select {
  font-size: 11px;
  font-size: calc(0.36667vw + 0.36667vh + 8px);
  height: calc(4vh + 10px); }

.form-group {
  margin-bottom: 15px; }

.input-wrap {
  margin-bottom: 20px; }
  .input-wrap label {
    margin-bottom: 5px; }

input[type=checkbox].error {
  outline: 1px solid red !important; }

.error + .invalid-feedback {
  display: block; }

.customized-select {
  position: relative;
  background: #fff; }


  .customized-select .form-select {
    font-size: 12px;
    font-size: calc(0.4vw + 0.4vh + 8px);
    color: #0B70B7;
    background: none;
    border-radius: 0;
    position: relative;
    z-index: 10;
    box-shadow: none;
    height: calc(5vh + 10px);
    border: 2px solid #0B70B7; }
    @media (max-width: 1200px) {
      .customized-select .form-select {
        font-size: 10px;
        font-size: calc(0.33333vw + 0.33333vh + 8px); } }
  .customized-select i {
    position: absolute;
    right: 10px;
    font-size: 20px;
    font-size: calc(0.66667vw + 0.66667vh + 8px);
    color: #0B70B7;
    top: 50%;
    transform: translate(0, -50%); }

.subscribe-checklist-wrap > label {
  font-weight: bold;
  display: block;
  margin: 0 0 15px; }

.practice-areas.checklist {
  padding: 0;
  margin: 0 0 30px; }
  .practice-areas.checklist li {
    display: block;
    padding: 0; }
    .practice-areas.checklist li:before {
      display: none; }
    .practice-areas.checklist li .input-wrap {
      display: inline-block;
      margin-right: 15px; }

.input-wrap {
  display: block;
  max-width: 600px; }
  .input-wrap input[type='text'], .input-wrap input[type='email'], .input-wrap input[type='password'], .input-wrap input[type='url'] {
    display: block;
    width: 100%;
    padding: 0 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    height: calc(5vh + 10px);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #0B70B7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #0B70B7;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*slick slider*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

@media (min-width: 1025px) {
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*flip*/
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px; }
  .flip-container .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative; }
    .flip-container .flipper .front, .flip-container .flipper .back {
      backface-visibility: hidden; }
    .flip-container .flipper .front {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 10;
      background: #fff; }
      @media (min-width: 1025px) {
        .flip-container .flipper .front {
          transform: rotateY(0deg); } }
  @media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
    .flip-container .flipper .front {
      transform: none; } }
    .flip-container .flipper .back {
      z-index: 2;
      position: relative; }
      @media (min-width: 1025px) {
        .flip-container .flipper .back {
          transform: rotateY(180deg); } }
  @media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
    .flip-container .flipper .back {
      transform: none; } }
  @media (min-width: 1025px) {
    .flip-container:hover .flipper {
      transform: rotateY(180deg); } }
  @media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
    .flip-container:hover .flipper {
      transform: none; } }

@media (min-width: 1025px) {
  .flip-container:hover .flipper, .flip-container.flip .flipper {
    transform: rotateY(180deg); } }
  @media all and (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
    .flip-container:hover .flipper, .flip-container.flip .flipper {
      transform: none; } }

@media (min-width: 1025px) {
    .flip-container:hover .flipper .back, .flip-container.flip .flipper .back {
      z-index: 40; } }

/*perfect-scrollbar*/
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  background: #bcc3c8;
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
  z-index: 100; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #2c537a;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #2c537a;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.custom-row .custom-content-col {
  position: relative; }

.custom-row .custom-sidebar-col {
  position: relative;
  width: calc(120px + 15vw); }

.custom-row.right-sidebar .custom-content-col {
  margin-right: calc(120px + 15vw); }
  @media (max-width: 767px) {
    .custom-row.right-sidebar .custom-content-col {
      margin: 0; } }

.custom-row.right-sidebar .custom-sidebar-col {
  float: right;
  padding-left: calc(1vw + 10px); }
  @media (max-width: 767px) {
    .custom-row.right-sidebar .custom-sidebar-col {
      float: none;
      width: 100%;
      padding: 0; } }

@media (max-width: 767px) {
  .custom-row.left-sidebar {
    display: flex;
    flex-direction: column-reverse; } }

.custom-row.left-sidebar .custom-content-col {
  margin-left: calc(120px + 15vw); }
  @media (max-width: 767px) {
    .custom-row.left-sidebar .custom-content-col {
      margin: 0; } }

.custom-row.left-sidebar .custom-sidebar-col {
  float: left;
  padding-right: calc(1vw + 10px); }
  @media (max-width: 767px) {
    .custom-row.left-sidebar .custom-sidebar-col {
      float: none;
      width: 100%;
      padding: 0; } }

.custom-services-col {
  display: flex;
  flex-flow: wrap;
  flex: 1; }
  .custom-services-col .industries-col {
    flex: 0 0 65%;
    max-width: 65%;
    padding-right: 6%; }
    @media (max-width: 1199px) {
      .custom-services-col .industries-col {
        padding-right: 4%; } }
    @media (max-width: 767px) {
      .custom-services-col .industries-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: calc(1vh + 1vw + 10px); } }
  .custom-services-col .services-col {
    flex: 0 0 35%;
    max-width: 35%; }
    @media (max-width: 767px) {
      .custom-services-col .services-col {
        flex: 0 0 100%;
        max-width: 100%; } }

.icon-blocks {
  display: flex;
  flex-wrap: wrap; }
  .icon-blocks .icon-block {
    flex: 0 0 33.3333334%;
    max-width: 33.3333334%;
    margin-bottom: calc(1.5vh + 10px); }
    @media (max-width: 600px) {
      .icon-blocks .icon-block {
        flex: 0 0 50%;
        max-width: 50%; } }
    .icon-blocks .icon-block .inner {
      text-align: center;
      display: block;
      text-decoration: none;
      border-radius: 10px;
      padding: calc(2vh + 10px) 0;
      transition: all 0.3s ease-in; }
      .icon-blocks .icon-block .inner .icon {
        text-align: center;
        display: block;
        margin: auto;
        padding-top: 1vh;
        padding-bottom: calc(1.5vh + 1vw + 5px);
        width: 34%;
        max-width: 94px;
        transition: all 0.3s ease-in; }
      .icon-blocks .icon-block .inner strong {
        font-size: 15px;
        font-size: calc(0.5vw + 0.5vh + 8px);
        color: #171717;
        font-weight: 400;
        transition: all 0.3s ease-in; }
      .icon-blocks .icon-block .inner:hover {
        background: linear-gradient(#fff 0%, #cbe9ff 100%); }
        .icon-blocks .icon-block .inner:hover strong {
          font-size: 12px;
          font-size: calc(0.4vw + 0.4vh + 8px); }

.services-list ul {
  margin: 0 0 0 -30px;
  padding: 0; }
  @media (max-width: 767px) {
    .services-list ul {
      margin: 0; } }
  .services-list ul li {
    display: block; }
    .services-list ul li a {
      display: block;
      font-size: 15px;
      font-size: calc(0.5vw + 0.5vh + 8px);
      color: #171717;
      text-decoration: none;
      padding: calc(1vh + 5px) 30px;
      border-radius: 8px; }
      .services-list ul li a:hover {
        background: #cbe9ff;
        background: -moz-linear-gradient(left, #cbe9ff 0%, white 100%);
        background: -webkit-linear-gradient(left, #cbe9ff 0%, white 100%);
        background: linear-gradient(to right, #cbe9ff 0%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe9ff', endColorstr='#ffffff',GradientType=1 ); }

@media (max-width: 1199px) {
  .content-with-right-panel {
    display: flex;
    flex-direction: column-reverse; } }

.content-with-right-panel .right-panel {
  float: right;
  width: calc(100px + 8vw); }
  @media (max-width: 1199px) {
    .content-with-right-panel .right-panel {
      width: 100%;
      float: none; } }

.content-with-right-panel .content-area {
  margin-right: calc(120px + 8vw); }
  @media (max-width: 1199px) {
    .content-with-right-panel .content-area {
      margin-right: 0; } }

.inner-page-box {
  padding: calc(1.5vh + 1.5vw + 30px) calc(0.5vh + 3vw); }
  .inner-page-box.style-2 {
    padding: calc(1.5vh + 40px) calc(1vw + 10px);
    min-height: 51vh; }
    @media (max-width: 1300px) {
      .inner-page-box.style-2 .narrow-content {
        max-width: 98%; } }

.box-radius {
  border-radius: 10px; }

.horizontal-nav .show-mobile-menu, .horizontal-levels-nav .show-mobile-menu {
  display: none;
  background: none;
  border: none;
  color: #0B70B7;
  padding: calc(1vh + 1vw) 0;
  font-weight: bold; }
  .horizontal-nav .show-mobile-menu i, .horizontal-levels-nav .show-mobile-menu i {
    margin-right: 5px; }

.horizontal-nav .inner-mobile-menu, .horizontal-levels-nav .inner-mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  width: 40%;
  min-width: 180px;
  background: #fff;
  z-index: 9999;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
  .horizontal-nav .inner-mobile-menu > li, .horizontal-levels-nav .inner-mobile-menu > li {
    display: block; }
    .horizontal-nav .inner-mobile-menu > li.active > a, .horizontal-levels-nav .inner-mobile-menu > li.active > a {
      color: #0B70B7; }
    .horizontal-nav .inner-mobile-menu > li > a, .horizontal-levels-nav .inner-mobile-menu > li > a {
      display: block;
      padding: 15px calc(1vw + 1vh + 5px);
      background: none;
      font-size: 12px;
      font-size: calc(0.4vw + 0.4vh + 8px); }
      .horizontal-nav .inner-mobile-menu > li > a:after, .horizontal-nav .inner-mobile-menu > li > a:before, .horizontal-levels-nav .inner-mobile-menu > li > a:after, .horizontal-levels-nav .inner-mobile-menu > li > a:before {
        display: none; }
    .horizontal-nav .inner-mobile-menu > li > ul, .horizontal-levels-nav .inner-mobile-menu > li > ul {
      visibility: visible;
      opacity: 1;
      position: relative;
      left: auto;
      top: auto;
      right: auto;
      border: none;
      box-shadow: none;
      font-size: 10px;
      font-size: calc(0.33333vw + 0.33333vh + 8px); }
      .horizontal-nav .inner-mobile-menu > li > ul > li > a, .horizontal-levels-nav .inner-mobile-menu > li > ul > li > a {
        padding: 5px calc(1vw + 1vh + 15px); }

@media (max-width: 960px) {
  .horizontal-nav .show-mobile-menu, .horizontal-levels-nav .show-mobile-menu {
    display: block; }
  .horizontal-nav .inner-non-mobile-menu, .horizontal-levels-nav .inner-non-mobile-menu {
    display: none; } }

.horizontal-nav {
  position: relative;
  font-weight: 400;
  border-bottom: 4px solid #F8F8F8;
  background: #fff; }
  .horizontal-nav ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between; }
    .horizontal-nav ul li {
      display: inline-block; }
      .horizontal-nav ul li.active > a:after, .horizontal-nav ul li a.active:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: calc(0.4vh + 4px);
        transform: translate(0, -50%);
        top: 100%;
        background: #0B70B7; }
      .horizontal-nav ul li a {
        display: inline-block;
        padding: calc(1vh + 1vw + 15px) 0;
        color: #171717;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
        position: relative;
        font-size: 14px;
        font-size: calc(0.46667vw + 0.46667vh + 8px); }

.narrow-content {
  max-width: 82%;
  margin: auto; }
  .narrow-content.pad-1 {
    padding: calc(0.8vw + 0.5vh + 10px) 0; }

.featured-slider {
  border-radius: 10px;
  padding: calc(0.5vh + 0.5vw + 10px) calc(2vh + 2.5vw + 10px); }
  .featured-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    background: none;
    display: block;
    text-indent: -99999px; }
    .featured-slider .slick-arrow:before {
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      font-weight: bold;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      text-indent: 0; }
    .featured-slider .slick-arrow.slick-next {
      right: 0; }
      .featured-slider .slick-arrow.slick-next:before {
        content: "\f138"; }
    .featured-slider .slick-arrow.slick-prev {
      left: 0; }
      .featured-slider .slick-arrow.slick-prev:before {
        content: "\f137"; }
  .featured-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center; }
    .featured-slider .slick-dots li {
      display: inline-block;
      margin: 0 4px; }
      .featured-slider .slick-dots li.slick-active button {
        opacity: 1; }
      .featured-slider .slick-dots li button {
        transition: all 0.2s ease;
        opacity: 0.4;
        background: none;
        border: none;
        text-indent: -9999px;
        overflow: hidden;
        display: block;
        border-radius: 50%;
        padding: 0;
        width: calc(0.5vw + 2px);
        height: calc(0.5vw + 2px);
        background: #fff; }
  .featured-slider.slider-flat-bg {
    background: linear-gradient(#adcfff 0%, #a4c9ff 100%); }
  .featured-slider .feature-slide {
    position: relative; }
    .featured-slider .feature-slide a {
      text-decoration: none; }
    .featured-slider .feature-slide h3 {
      font-weight: 900;
      font-size: 34px;
      font-size: calc(1.13333vw + 1.13333vh + 8px);
      color: #171717;
      max-width: 400px;
      line-height: 1.2;
      margin: calc(0.5vh + 5px) 0 calc(1vh + 10px); }
      .featured-slider .feature-slide h3 a {
        color: inherit; }
    .featured-slider .feature-slide .feature-slide-content {
      color: #171717; }
      @media (max-width: 767px) {
        .featured-slider .feature-slide .feature-slide-content {
          margin-bottom: 10px; } }
      .featured-slider .feature-slide .feature-slide-content strong {
        font-weight: bold;
        font-size: 18px;
        font-size: calc(0.6vw + 0.6vh + 8px); }
  .featured-slider .slick-slide {
    opacity: 0; }
    .featured-slider .slick-slide.slick-current.slick-active {
      opacity: 1; }

.content-top-pad {
  padding-top: calc(2vh + 1vw + 15px); }

.page-top-pad {
  padding-top: calc(1.5vh + 1.5vw + 30px); }

.news-listing {
  padding: 0 0 calc(0.5vw + 0.5vh + 10px); }
  .news-listing.clip-headings .news-block h4 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .news-listing.no-images .news-block {
    padding-left: 0; }
    .news-listing.no-images .news-block .news-content {
      flex: 0 0 100%;
      max-width: 100%; }
  .news-listing.wide-pictures .news-block .news-figure {
    flex: 0 0 38%;
    max-width: 38%; }
  .news-listing.wide-pictures .news-block h4 {
    font-size: 20px;
    font-size: calc(0.66667vw + 0.66667vh + 8px); }
  .news-listing.time-line .news-block {
    align-items: center;
    position: relative;
    border: none !important; }
    .news-listing.time-line .news-block:before {
      content: "";
      left: 0;
      top: 0;
      width: calc(0.3vw + 1px);
      background: #EBF7FF;
      height: 100%;
      position: absolute; }
    .news-listing.time-line .news-block:first-child:before {
      top: 50%; }
    .news-listing.time-line .news-block:first-child:before, .news-listing.time-line .news-block:last-child:before {
      height: 50%; }
  .news-listing.time-line .big-year {
    flex: 0 0 18%;
    max-width: 18%;
    color: #ADACAC;
    padding-right: 2%;
    padding-left: 10px;
    text-align: right;
    font-size: 60px;
    font-size: calc(2vw + 2vh + 8px);
    font-weight: 700;
    line-height: 1; }
    .news-listing.time-line .big-year:before {
      content: "";
      width: calc(0.5vw + 2px);
      height: calc(0.5vw + 2px);
      position: absolute;
      border-radius: 50%;
      background: #0B70B7;
      left: 0;
      top: 50%;
      transform: translate(-25%, -50%); }
    .news-listing.time-line .big-year span {
      display: block; }
  .news-listing h3.section-heading {
    color: #171717;
    font-weight: bold;
    line-height: 1;
    font-size: 30px;
    font-size: calc(1vw + 1vh + 8px);
    margin: 0 0 calc(0.5vh + 10px);
    text-transform: uppercase; }
  .news-listing .news-block {
    padding: calc(0.5vh + 0.5vw + 20px) 0;
    font-size: 10px;
    font-size: calc(0.33333vw + 0.33333vh + 8px);
    position: relative;
    display: flex;
    flex: 1;
    align-items: start;
    flex-flow: wrap; }
    .news-listing .news-block h4 {
      margin: calc(0.5vh + 4px) 0;
      font-weight: 700;
      font-size: 22px;
      font-size: calc(0.73333vw + 0.73333vh + 8px);
      line-height: 1.2; }
      .news-listing .news-block h4 a {
        text-decoration: none;
        color: inherit; }
    .news-listing .news-block .news-category {
      text-decoration: none;
      color: #0B70B7;
      font-weight: 700;
      font-size: 14px;
      font-size: calc(0.46667vw + 0.46667vh + 8px); }
    .news-listing .news-block .news-figure {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 10px;
      flex: 0 0 25%;
      max-width: 25%; }
      @media (max-width: 500px) {
        .news-listing .news-block .news-figure {
          flex: 0 0 100%;
          max-width: 100%;
          margin-bottom: 10px; } }
    .news-listing .news-block .news-content {
      padding-left: 3%;
      flex: 0 0 75%;
      max-width: 75%; }
      @media (max-width: 500px) {
        .news-listing .news-block .news-content {
          flex: 0 0 100%;
          max-width: 100%; } }
    .news-listing .news-block + .news-block {
      border-top: 1px solid #E8E8E8; }
    .news-listing .news-block .metas {
      font-size: 14px;
      font-size: calc(0.46667vw + 0.46667vh + 8px); }
      .news-listing .news-block .metas a + a:before, .news-listing .news-block .metas a + span:before, .news-listing .news-block .metas span + a:before, .news-listing .news-block .metas span + span:before {
        content: "|";
        position: relative;
        color: #E8E8E8;
        padding: 0 calc(0.5vw); }
    .news-listing .news-block .event-metas {
      font-size: 15px;
      font-size: calc(0.5vw + 0.5vh + 8px); }
      .news-listing .news-block .event-metas .schedule .readable-days-left {
        background: #50A536;
        color: #fff;
        display: inline-block;
        white-space: nowrap;
        font-size: 4px;
        font-size: calc(0.13333vw + 0.13333vh + 8px);
        border-radius: 50px;
        padding: calc(0.2vh + 3px) calc(0.5vw + 5px);
        margin-left: calc(0.5vw + 5px); }
      .news-listing .news-block .event-metas .team ul {
        margin: calc(0.6vh + 3px) 0;
        padding: 0;
        color: #0B70B7; }
        .news-listing .news-block .event-metas .team ul li {
          display: inline-block; }
          .news-listing .news-block .event-metas .team ul li a {
            text-decoration: none;
            color: #0B70B7; }
          .news-listing .news-block .event-metas .team ul li:after {
            content: ",";
            padding-right: 10px; }
          .news-listing .news-block .event-metas .team ul li:last-child:after {
            display: none; }

.bread-crumb {
  margin: 0;
  padding: 0; }
  .bread-crumb li {
    display: inline-block; }
    .bread-crumb li + li:before {
      content: ">";
      vertical-align: middle;
      color: #0B70B7;
      padding: 0 calc(0.1vw + 5px); }
    .bread-crumb li a {
      color: #0B70B7;
      text-decoration: none;
      font-size: 14px;
      font-size: calc(0.46667vw + 0.46667vh + 8px); }

.article-detail .article-image {
  position: relative; }
  .article-detail .article-image .social-list {
    position: absolute;
    right: 100%;
    margin-right: 20px;
    width: calc(0.7vw + 0.5vh + 20px);
    bottom: 0; }
    .article-detail .article-image .social-list li {
      display: block; }
      .article-detail .article-image .social-list li + li {
        margin-top: 15px; }

.article-detail .article-detail-content > hr {
  width: 90%;
  overflow: hidden;
  margin: calc(1.5vh + 10px) 0 calc(2vh + 10px); }

.article-detail header h1 {
  font-size: 65px;
  font-size: calc(2.16667vw + 2.16667vh + 8px);
  font-weight: bold;
  margin: calc(0.5vh + 0.5vw + 5px) 0; }

.article-detail header .meta-info {
  margin: 0;
  padding: 0;
  color: #171717;
  font-size: 12px;
  font-size: calc(0.4vw + 0.4vh + 8px); }
  .article-detail header .meta-info li {
    display: inline-block; }
    .article-detail header .meta-info li + li:before {
      font-weight: bold;
      content: "-";
      padding: 0 10px; }

.article-detail figure {
  border-radius: 10px;
  overflow: hidden;
  margin: calc(1vh + 0.5vw + 10px) 0; }

.article-detail .text-widget {
  font-size: 11px;
  font-size: calc(0.36667vw + 0.36667vh + 8px);
  line-height: 1.5; }
  .article-detail .text-widget p {
    line-height: inherit; }
  .article-detail .text-widget a {
    color: #0B70B7; }

.banner-widget {
  position: relative;
  padding: calc(2vh + 10px) calc(2vh + 10px) calc(2vh + 15px);
  border-radius: 8px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: calc(2vh + 15px);
  color: #fff; }
  .mega-menu .banner-widget {
    padding: calc(1vh + 10px) calc(2vh + 10px) calc(1vh + 15px);
    margin-bottom: calc(0.5vh + 5px); }
  .banner-widget h1, .banner-widget h2, .banner-widget h3, .banner-widget h4, .banner-widget h5, .banner-widget h6 {
    color: #fff !important; }
  .banner-widget:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#1689d9 0%, #005b9a 100%);
    opacity: 0.8;
    z-index: 0; }
  .banner-widget .the-o {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-40%, 0);
    z-index: 5;
    opacity: 0.5; }
  .banner-widget .banner-inner {
    position: relative;
    z-index: 10; }
    .banner-widget .banner-inner h3 {
      margin: 0 0 calc(1vh + 5px);
      font-size: 26px;
      font-size: calc(0.86667vw + 0.86667vh + 8px);
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      line-height: 1.2; }
      .mega-menu .banner-widget .banner-inner h3 {
        font-size: 18px;
        font-size: calc(0.6vw + 0.6vh + 8px); }

.pagination-block {
  position: relative; }
  .pagination-block ul {
    margin: 0;
    padding: 0; }
    .pagination-block ul li {
      display: inline-block;
      margin-right: calc(0.5vw + 10px);
      margin-bottom: 10px; }
      .pagination-block ul li a, .pagination-block ul li span {
        text-decoration: none;
        display: block;
        font-size: 16px;
        font-size: calc(0.53333vw + 0.53333vh + 8px);
        font-weight: bold;
        padding: 0.6vw calc(0.6vw + 5px);
        min-width: calc(2vw + 10px);
        border: 2px solid #0B70B7;
        border-radius: 5px;
        text-align: center; }
      .pagination-block ul li a:hover {
        background: #0B70B7;
        color: #fff; }
      .pagination-block ul li:last-child a {
        padding: 0.6vw calc(1.5vw + 15px); }

.doc-footer {
  position: relative;
  background: #0B70B7;
  z-index: 1001; }
  .doc-footer .df-inner {
    position: relative;
    color: #fff; }
    .doc-footer .df-inner .footer-content {
      padding-left: calc(15vw + 150px);
      position: relative; }
      @media (max-width: 767px) {
        .doc-footer .df-inner .footer-content {
          padding-left: calc(15vw + 100px); } }
      .doc-footer .df-inner .footer-content .app-logo {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        display: inline-block;
        width: calc(8vw + 100px); }
      .doc-footer .df-inner .footer-content ul li {
        display: inline-block;
        margin-right: 2vw; }
        .doc-footer .df-inner .footer-content ul li a {
          color: #fff;
          text-decoration: none;
          font-size: 10px;
          font-size: calc(0.33333vw + 0.33333vh + 8px);
          text-transform: uppercase;
          font-weight: 600; }
  .doc-footer .credits {
    padding: 10px 0;
    color: #171717;
    background: #fff;
    text-align: center;
    font-size: 10px; }
    .home-page .doc-footer .credits {
      background: #0B70B7;
      color: #fff;
      font-size: 10px;
      font-size: calc(0.33333vw + 0.33333vh + 8px);
      text-align: left;
      padding: calc(1vh + 15px) 0; }
      @media (max-width: 575px) {
        .home-page .doc-footer .credits {
          text-align: center; } }
      @media (max-width: 576px) {
        .home-page .doc-footer .credits .text-right {
          text-align: center; } }
    .doc-footer .credits a {
      text-decoration: none;
      color: inherit; }

.header-list-widget {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: calc(2vh + 15px); }
  .header-list-widget.style-2 header {
    text-align: left; }
  .header-list-widget.style-2 ul > li > a {
    color: #171717; }
  .header-list-widget header {
    padding: calc(2.5vh + 15px) calc(1vw + 20px) calc(0.5vw + 15px);
    text-align: center;
    border-bottom: calc(1px + 0.3vh) solid #F8F8F8; }
    .header-list-widget header img {
      width: 30%;
      max-width: 100px;
      display: inline-block; }
    .header-list-widget header h3 {
      font-size: 20px;
      font-size: calc(0.66667vw + 0.66667vh + 8px);
      font-weight: bold;
      text-transform: uppercase;
      margin: calc(1vh + 10px) 0 0; }
  .header-list-widget div > ul {
    padding: 0 1px 0;
    margin: 0; }
    .header-list-widget div > ul > li {
      display: block;
      position: relative; }
      .header-list-widget div > ul > li:after {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 15px;
        font-family: "Font Awesome 5 Pro";
        content: "\f0da";
        font-weight: bold;
        font-size: 80%;
        color: #171717; }
      .header-list-widget div > ul > li.active > a, .header-list-widget div > ul > li:hover > a {
        background: #0B70B7;
        background: linear-gradient(#0a79c6 0%, #005b9a 100%);
        color: #fff; }
      .header-list-widget div > ul > li.active:after, .header-list-widget div > ul > li:hover:after {
        color: #fff; }
      .header-list-widget div > ul > li:last-child:not(.parent) > a {
        border-radius: 0 0 10px 10px; }
      .header-list-widget div > ul > li > a {
        display: block;
        text-decoration: none;
        padding: calc(0.5vw + 1vh) calc(1vw + 20px);
        font-size: 16px;
        font-size: calc(0.53333vw + 0.53333vh + 8px);
        text-transform: uppercase;
        transition: all 0.3s ease; }
      .header-list-widget div > ul > li.active > a, .header-list-widget div > ul > li > a.active, .header-list-widget div > ul > li > a:hover {
        background: #0B70B7;
        background: linear-gradient(#0a79c6 0%, #005b9a 100%);
        color: #fff; }
      .header-list-widget div > ul > li > ul {
        margin-left: calc(1vw + 20px);
        padding: calc(0.5vw + 10px) 0;
        position: relative;
        border-left: 1px solid rgba(11, 112, 183, 0.4);
        margin-bottom: 30px;
        display: none; }
        .header-list-widget div > ul > li > ul > li {
          display: block;
          position: relative; }
          .header-list-widget div > ul > li > ul > li:before {
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
            width: 10px;
            height: 1px;
            background: rgba(11, 112, 183, 0.4); }
          .header-list-widget div > ul > li > ul > li > a {
            font-size: 12px;
            font-size: calc(0.4vw + 0.4vh + 8px);
            display: block;
            padding: 5px 20px; }

.horizontal-levels-nav {
  background: #fff;
  margin-bottom: calc(2vh + 10px);
  position: relative; }
  .horizontal-levels-nav .show-mobile-menu {
    padding-left: 30px; }
  .horizontal-levels-nav > ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between; }
    .horizontal-levels-nav > ul > li {
      display: inline-block; }
      .horizontal-levels-nav > ul > li > a {
        display: block;
        color: #0B70B7;
        text-transform: uppercase;
        font-size: calc(5px + 0.8vw);
        padding: calc(1vh + 15px) 1.3vw;
        text-decoration: none;
        position: relative; }
        @media (max-width: 1199px) {
          .horizontal-levels-nav > ul > li > a {
            padding: calc(1vh + 15px) 1vw;
            font-size: 7px;
            font-size: calc(0.23333vw + 0.23333vh + 8px);
            font-weight: bold; } }
      .horizontal-levels-nav > ul > li.active > a, .horizontal-levels-nav > ul > li > a.active, .horizontal-levels-nav > ul > li > a:hover {
        background: #EBF7FF; }
      .horizontal-levels-nav > ul > li.active > a:before, .horizontal-levels-nav > ul > li > a.active:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(0.2vh + 2px);
        background: #0B70B7; }
      .horizontal-levels-nav > ul > li.parent {
        position: relative; }
        .horizontal-levels-nav > ul > li.parent:hover > ul {
          visibility: visible;
          opacity: 1; }
        .horizontal-levels-nav > ul > li.parent > a:after {
          position: relative;
          top: -2px;
          vertical-align: middle;
          line-height: inherit;
          font-family: "Font Awesome 5 Pro";
          content: "\f0d7";
          font-weight: 900;
          font-size: 60%;
          margin-left: 5px;
          display: inline-block; }
      .horizontal-levels-nav > ul > li ul {
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
        padding: 0;
        position: absolute;
        top: 100%;
        margin: 0;
        margin-top: calc(-0.2vh - 2px);
        right: 0;
        width: 100%;
        min-width: 140px;
        background: #fff;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
        z-index: 999;
        border-bottom: calc(0.5vh + 2px) solid #0B70B7; }
        .horizontal-levels-nav > ul > li ul li {
          display: block; }
          .horizontal-levels-nav > ul > li ul li a {
            text-transform: uppercase;
            display: block;
            text-decoration: none;
            padding: calc(0.5vh + 5px) 1.3vw;
            font-size: 11px;
            font-size: calc(0.36667vw + 0.36667vh + 8px); }
            @media (max-width: 1600px) {
              .horizontal-levels-nav > ul > li ul li a {
                font-size: 12px; } }
            .horizontal-levels-nav > ul > li ul li a:hover {
              background: rgba(11, 112, 183, 0.02); }

.key-contacts-widget {
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: calc(2vh + 20px) 0; }
  .key-contacts-widget.style-2 {
    box-shadow: none; }
    .key-contacts-widget.style-2 .key-contact-block figure {
      width: calc(60px + 2.5vw);
      height: calc(60px + 2.5vw); }
    .key-contacts-widget.style-2 .key-contact-block .att-name {
      font-size: 14px;
      font-size: calc(0.46667vw + 0.46667vh + 8px);
      font-weight: bold; }
  .key-contacts-widget header h3 {
    font-weight: bold;
    font-size: 16px;
    font-size: calc(0.53333vw + 0.53333vh + 8px);
    text-transform: uppercase; }
  .key-contacts-widget .key-contact-block {
    font-size: 6px;
    font-size: calc(0.2vw + 0.2vh + 8px); }
    .key-contacts-widget .key-contact-block + .key-contact-block {
      margin-top: calc(3vh + 5px); }
    .key-contacts-widget .key-contact-block a {
      text-decoration: none; }
    .key-contacts-widget .key-contact-block figure {
      width: calc(50px + 1vw);
      height: calc(50px + 1vw);
      border-radius: 50%;
      overflow: hidden;
      margin: calc(0.5vh + 10px) auto; }
    .key-contacts-widget .key-contact-block .att-name {
      color: #0B70B7;
      font-weight: bold;
      display: block;
      margin-bottom: calc(0.2vh + 4px);
      text-decoration: none; }
    .key-contacts-widget .key-contact-block .att-tel {
      color: inherit; }

.text-widget {
  font-size: 14px;
  font-size: calc(0.46667vw + 0.46667vh + 8px);
  line-height: 1.6; }
  .text-widget p {
    line-height: inherit;
    margin-bottom: calc(2vh + 15px); }
  .text-widget h1, .text-widget h2 {
    font-weight: 900; }
  .text-widget h3, .text-widget h4, .text-widget h5, .text-widget h6 {
    font-weight: 700; }
  .text-widget h1, .text-widget h2, .text-widget h3, .text-widget h4, .text-widget h5, .text-widget h6 {
    line-height: 1.3; }
  .text-widget address {
    font-style: italic; }
  .text-widget ul {
    padding: 0; }
    .text-widget ul ul {
      margin-left: 20px; }
    .text-widget ul li {
      padding-left: 20px;
      list-style: none;
      line-height: 1.8;
      position: relative; }
      .text-widget ul li:before {
        content: "";
        width: calc(0.35vw + 1px);
        height: calc(0.35vw + 1px);
        background: #0B70B7;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: calc(0.4vw + 0.5vh + 5px); }
      .text-widget ul li li {
        list-style: circle;
        padding-left: 0; }
        .text-widget ul li li:before {
          display: none; }

.resource-detail {
  border-radius: 8px 8px 0 0; }
  .resource-detail > figure {
    margin-bottom: calc(1vh + 10px);
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative; }
    .resource-detail > figure:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      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 ); }
  .resource-detail .inner {
    padding: 2vh calc(3vw + 10px) calc(2vh + 1vw + 10px); }

.horizontal-attorney-block {
  position: relative;
  font-size: 11px;
  font-size: calc(0.36667vw + 0.36667vh + 8px);
  padding: calc(2vh + 15px) calc(3vw + 10px);
  padding-right: 2.4vw;
  transition: all 0.3s ease-in; }
  .horizontal-attorney-block + .horizontal-attorney-block:before {
    content: "";
    position: absolute;
    left: calc(3vw + 10px);
    right: 2.4vw;
    top: 0;
    background: #F8F8F8;
    height: 0.3vh; }
  @media (max-width: 767px) {
    .horizontal-attorney-block .col {
      width: 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .horizontal-attorney-block .hab-inner {
    position: relative;
    padding-left: calc(65px + 1vw); }
    .horizontal-attorney-block .hab-inner a {
      text-decoration: none; }
    .horizontal-attorney-block .hab-inner > figure {
      width: calc(50px + 1vw);
      height: calc(50px + 1vw);
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }
    .horizontal-attorney-block .hab-inner .att-tel {
      color: inherit; }
  .horizontal-attorney-block:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: all 0.3s ease-in; }
  .horizontal-attorney-block:hover {
    background: #EBF7FF; }
    .horizontal-attorney-block:hover:after {
      width: calc(1px + 0.2vw);
      background: #0B70B7; }

.social-list {
  position: relative;
  margin: 0;
  padding: 0; }
  .social-list li {
    display: inline-block; }
    .social-list li a {
      font-size: 10px;
      font-size: calc(0.33333vw + 0.33333vh + 8px);
      display: block;
      width: calc(0.7vw + 0.5vh + 20px);
      height: calc(0.7vw + 0.5vh + 20px);
      background: #D94334;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      line-height: calc(0.7vw + 0.5vh + 20px); }
      .social-list li a.linkedin-icon {
        background: #0076B7; }
      .social-list li a.fb-icon {
        background: #3A5A96; }
      .social-list li a.twitter-icon {
        background: #78AAE7; }

.page-header {
  background: #0B70B7;
  color: #fff;
  border-radius: 8px 8px 0 0;
  position: relative;
  overflow: hidden;
  padding: calc(5vh + 1vw + 10px) 0; }
  .page-header:after {
    content: "";
    position: absolute;
    left: 80%;
    background: url("../img/white-o.png") top no-repeat;
    width: 40%;
    height: 100%;
    opacity: 0.2;
    top: 0; }
    @media (max-width: 1200px) {
      .page-header:after {
        display: none; } }
  .page-header .narrow-content {
    max-width: 74%; }
    @media (max-width: 1300px) {
      .page-header .narrow-content {
        max-width: 98%; } }
  .page-header h1 {
    font-size: 25px;
    font-size: calc(0.83333vw + 0.83333vh + 8px); }
  .page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
    color: #fff;
    margin: 0;
    line-height: 1.4; }
  .page-header .inner {
    max-width: 98%;
    margin: auto; }

.minimal-articles .article-block {
  font-size: 12px;
  font-size: calc(0.4vw + 0.4vh + 8px);
  font-weight: 400;
  margin-bottom: calc(1vh + 5px); }
  .minimal-articles .article-block strong {
    font-weight: 400;
    display: block; }
  .minimal-articles .article-block p {
    margin: 0;
    font-size: inherit; }
  .minimal-articles .article-block small, .minimal-articles .article-block .small {
    font-size: 10px;
    font-size: calc(0.33333vw + 0.33333vh + 8px); }
  .minimal-articles .article-block .smaller {
    font-size: 8px;
    font-size: calc(0.26667vw + 0.26667vh + 8px); }
    .mega-menu .minimal-articles .article-block .smaller {
      font-style: italic; }
  .minimal-articles .article-block a {
    text-decoration: none; }
  .minimal-articles .article-block .btn {
    margin-top: 5px; }

.bio-page {
  overflow: hidden;
  position: relative;
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 33%, #d1d1d1 100%);
  background: -webkit-linear-gradient(top, white 0%, white 33%, #d1d1d1 100%);
  background: linear-gradient(to bottom, white 0%, white 33%, #d1d1d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1',GradientType=0 ); }
  .bio-page .bio-figure {
    position: fixed;
    right: 0;
    width: 45%;
    z-index: 1000;
    top: 80px;
    height: calc(100vh - 100px);
    text-align: center; }
    .bio-page .bio-figure span {
      position: relative;
      display: inline-block; }
      .bio-page .bio-figure span:after {
        content: "";
        width: 100%;
        height: 10px;
        position: absolute;
        left: 0;
        top: 100%;
        background: #0B70B7; }
        @media (max-width: 767px) {
          .bio-page .bio-figure span:after {
            display: none; } }
    .bio-page .bio-figure img {
      max-width: 85%; }
      @media (max-width: 1400px) {
        .bio-page .bio-figure img {
          max-width: 98%; } }
    @media (max-width: 767px) {
      .bio-page .bio-figure {
        width: 100%;
        position: relative;
        top: auto;
        height: 50vh; }
        .bio-page .bio-figure img {
          width: auto;
          height: 50vh; } }
  .bio-page .bio-content {
    width: 55%;
    max-width: 880px; }
    .bio-page .bio-content header {
      position: relative; }
      .bio-page .bio-content header.no-video .header-content {
        width: 100% !important; }
        .bio-page .bio-content header.no-video .header-content .att-contact {
          margin-right: 1vw; }
      .bio-page .bio-content header .header-content {
        width: 70%;
        padding-left: calc(0.5vh + 3vw);
        padding-top: calc(2vh + 10px);
        padding-bottom: 15px;
        background: #0B70B7;
        color: #fff; }
        @media (max-width: 1199px) {
          .bio-page .bio-content header .header-content {
            width: 75%; } }
        .bio-page .bio-content header .header-content h1 {
          margin: 0 0 10px;
          color: #fff;
          text-transform: uppercase;
          font-size: 32px;
          font-size: calc(1.06667vw + 1.06667vh + 8px);
          font-weight: bold; }
          .bio-page .bio-content header .header-content h1 .first-name, .bio-page .bio-content header .header-content h1 .middle-initial {
            font-weight: normal; }
        .bio-page .bio-content header .header-content .rank {
          text-transform: uppercase;
          font-size: 18px;
          font-size: calc(0.6vw + 0.6vh + 8px);
          margin-bottom: calc(1vh + 5px); }
        .bio-page .bio-content header .header-content .att-contact {
          position: relative;
          z-index: 10;
          text-align: right;
          margin-right: -3vw; }
          @media (max-width: 1200px) {
            .bio-page .bio-content header .header-content .att-contact .tooltip {
              display: none !important; } }
          @media (max-width: 1199px) {
            .bio-page .bio-content header .header-content .att-contact {
              text-align: left;
              margin-right: 0; } }
          .bio-page .bio-content header .header-content .att-contact a {
            text-decoration: none;
            color: #fff; }
            .bio-page .bio-content header .header-content .att-contact a + a {
              margin-left: calc(0.5vw + 5px); }
          .bio-page .bio-content header .header-content .att-contact .contact-icon {
            text-align: center;
            color: #0B70B7;
            display: inline-block;
            width: calc(1vw + 0.8vh + 8px);
            height: calc(1vw + 0.8vh + 8px);
            line-height: calc(1vw + 0.8vh + 8px); }
            @media (max-width: 767px) {
              .bio-page .bio-content header .header-content .att-contact .contact-icon {
                width: 20px;
                height: 20px;
                line-height: 20px; } }
      .bio-page .bio-content header .play-video {
        padding: 0;
        width: 30%;
        position: absolute;
        right: 3px;
        top: 0;
        bottom: 0;
        border: none;
        background: url("../img/play-it.png") center bottom no-repeat;
        background-size: contain;
        color: #767879; }
        .bio-page .bio-content header .play-video i {
          font-size: 20px;
          font-size: calc(0.66667vw + 0.66667vh + 8px); }
        .bio-page .bio-content header .play-video span {
          display: block; }
        @media (max-width: 1199px) {
          .bio-page .bio-content header .play-video {
            width: 25%;
            background: #e4e9ed;
            background: -moz-linear-gradient(-45deg, #e4e9ed 0%, #f6f8f9 50%, #f2f4f6 51%, #e4e9ed 100%);
            background: -webkit-linear-gradient(-45deg, #e4e9ed 0%, #f6f8f9 50%, #f2f4f6 51%, #e4e9ed 100%);
            background: linear-gradient(135deg, #e4e9ed 0%, #f6f8f9 50%, #f2f4f6 51%, #e4e9ed 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e9ed', endColorstr='#e4e9ed',GradientType=1 );
            border: 2px solid #fff; } }
      .bio-page .bio-content header .att-contact a {
        font-size: 12px;
        font-size: calc(0.4vw + 0.4vh + 8px); }
        .bio-page .bio-content header .att-contact a.contact-icon {
          width: calc(0.5vw + 0.5vh + 15px);
          height: calc(0.5vw + 0.5vh + 15px);
          border-radius: 50%;
          background: #fff; }
    .bio-page .bio-content .bio-tabs-wrap {
      background: #fff; }
    @media (max-width: 767px) {
      .bio-page .bio-content {
        width: 100%; } }
    .bio-page .bio-content .extra-style {
      position: relative;
      z-index: 99; }
      .bio-page .bio-content .extra-style:after {
        content: "";
        width: 200%;
        background: #fafafa;
        height: 70%;
        position: absolute;
        left: 50%;
        bottom: 0;
        z-index: -1; }
        @media (max-width: 767px) {
          .bio-page .bio-content .extra-style:after {
            display: none; } }
  .bio-page .bio-tab-triggers {
    position: relative;
    background: #0f456a;
    color: #fff;
    font-size: 6px;
    font-size: calc(0.2vw + 0.2vh + 8px);
    text-transform: uppercase;
    padding-right: 50px; }
    .bio-page .bio-tab-triggers.tabs-2 .visible-tabs ul > li:nth-child(3), .bio-page .bio-tab-triggers.tabs-2 .visible-tabs ul > li:nth-child(4), .bio-page .bio-tab-triggers.tabs-2 .visible-tabs ul > li:nth-child(5), .bio-page .bio-tab-triggers.tabs-2 .visible-tabs ul > li:nth-child(6), .bio-page .bio-tab-triggers.tabs-2 .visible-tabs ul > li:nth-child(7), .bio-page .bio-tab-triggers.tabs-2 .visible-tabs ul > li:nth-child(8), .bio-page .bio-tab-triggers.tabs-2 .visible-tabs ul > li:nth-child(9), .bio-page .bio-tab-triggers.tabs-2 .visible-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-2 .visible-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-2 .visible-tabs ul > li:nth-child(11), .bio-page .bio-tab-triggers.tabs-2 .visible-tabs ul > li:nth-child(12), .bio-page .bio-tab-triggers.tabs-2 .visible-tabs ul > li:nth-child(13), .bio-page .bio-tab-triggers.tabs-2 .visible-tabs ul > li:nth-child(14), .bio-page .bio-tab-triggers.tabs-2 .visible-tabs ul > li:nth-child(15) {
      display: none; }
    .bio-page .bio-tab-triggers.tabs-2 .burger-tabs ul > li {
      display: none; }
      .bio-page .bio-tab-triggers.tabs-2 .burger-tabs ul > li:nth-child(3), .bio-page .bio-tab-triggers.tabs-2 .burger-tabs ul > li:nth-child(4), .bio-page .bio-tab-triggers.tabs-2 .burger-tabs ul > li:nth-child(5), .bio-page .bio-tab-triggers.tabs-2 .burger-tabs ul > li:nth-child(6), .bio-page .bio-tab-triggers.tabs-2 .burger-tabs ul > li:nth-child(7), .bio-page .bio-tab-triggers.tabs-2 .burger-tabs ul > li:nth-child(8), .bio-page .bio-tab-triggers.tabs-2 .burger-tabs ul > li:nth-child(9), .bio-page .bio-tab-triggers.tabs-2 .burger-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-2 .burger-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-2 .burger-tabs ul > li:nth-child(11), .bio-page .bio-tab-triggers.tabs-2 .burger-tabs ul > li:nth-child(12), .bio-page .bio-tab-triggers.tabs-2 .burger-tabs ul > li:nth-child(13), .bio-page .bio-tab-triggers.tabs-2 .burger-tabs ul > li:nth-child(14), .bio-page .bio-tab-triggers.tabs-2 .burger-tabs ul > li:nth-child(15) {
        display: block; }
    .bio-page .bio-tab-triggers.tabs-3 .visible-tabs ul > li:nth-child(4), .bio-page .bio-tab-triggers.tabs-3 .visible-tabs ul > li:nth-child(5), .bio-page .bio-tab-triggers.tabs-3 .visible-tabs ul > li:nth-child(6), .bio-page .bio-tab-triggers.tabs-3 .visible-tabs ul > li:nth-child(7), .bio-page .bio-tab-triggers.tabs-3 .visible-tabs ul > li:nth-child(8), .bio-page .bio-tab-triggers.tabs-3 .visible-tabs ul > li:nth-child(9), .bio-page .bio-tab-triggers.tabs-3 .visible-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-3 .visible-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-3 .visible-tabs ul > li:nth-child(11), .bio-page .bio-tab-triggers.tabs-3 .visible-tabs ul > li:nth-child(12), .bio-page .bio-tab-triggers.tabs-3 .visible-tabs ul > li:nth-child(13), .bio-page .bio-tab-triggers.tabs-3 .visible-tabs ul > li:nth-child(14), .bio-page .bio-tab-triggers.tabs-3 .visible-tabs ul > li:nth-child(15) {
      display: none; }
    .bio-page .bio-tab-triggers.tabs-3 .burger-tabs ul > li {
      display: none; }
      .bio-page .bio-tab-triggers.tabs-3 .burger-tabs ul > li:nth-child(4), .bio-page .bio-tab-triggers.tabs-3 .burger-tabs ul > li:nth-child(5), .bio-page .bio-tab-triggers.tabs-3 .burger-tabs ul > li:nth-child(6), .bio-page .bio-tab-triggers.tabs-3 .burger-tabs ul > li:nth-child(7), .bio-page .bio-tab-triggers.tabs-3 .burger-tabs ul > li:nth-child(8), .bio-page .bio-tab-triggers.tabs-3 .burger-tabs ul > li:nth-child(9), .bio-page .bio-tab-triggers.tabs-3 .burger-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-3 .burger-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-3 .burger-tabs ul > li:nth-child(11), .bio-page .bio-tab-triggers.tabs-3 .burger-tabs ul > li:nth-child(12), .bio-page .bio-tab-triggers.tabs-3 .burger-tabs ul > li:nth-child(13), .bio-page .bio-tab-triggers.tabs-3 .burger-tabs ul > li:nth-child(14), .bio-page .bio-tab-triggers.tabs-3 .burger-tabs ul > li:nth-child(15) {
        display: block; }
    .bio-page .bio-tab-triggers.tabs-4 .visible-tabs ul > li:nth-child(5), .bio-page .bio-tab-triggers.tabs-4 .visible-tabs ul > li:nth-child(6), .bio-page .bio-tab-triggers.tabs-4 .visible-tabs ul > li:nth-child(7), .bio-page .bio-tab-triggers.tabs-4 .visible-tabs ul > li:nth-child(8), .bio-page .bio-tab-triggers.tabs-4 .visible-tabs ul > li:nth-child(9), .bio-page .bio-tab-triggers.tabs-4 .visible-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-4 .visible-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-4 .visible-tabs ul > li:nth-child(11), .bio-page .bio-tab-triggers.tabs-4 .visible-tabs ul > li:nth-child(12), .bio-page .bio-tab-triggers.tabs-4 .visible-tabs ul > li:nth-child(13), .bio-page .bio-tab-triggers.tabs-4 .visible-tabs ul > li:nth-child(14), .bio-page .bio-tab-triggers.tabs-4 .visible-tabs ul > li:nth-child(15) {
      display: none; }
    .bio-page .bio-tab-triggers.tabs-4 .burger-tabs ul > li {
      display: none; }
      .bio-page .bio-tab-triggers.tabs-4 .burger-tabs ul > li:nth-child(5), .bio-page .bio-tab-triggers.tabs-4 .burger-tabs ul > li:nth-child(6), .bio-page .bio-tab-triggers.tabs-4 .burger-tabs ul > li:nth-child(7), .bio-page .bio-tab-triggers.tabs-4 .burger-tabs ul > li:nth-child(8), .bio-page .bio-tab-triggers.tabs-4 .burger-tabs ul > li:nth-child(9), .bio-page .bio-tab-triggers.tabs-4 .burger-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-4 .burger-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-4 .burger-tabs ul > li:nth-child(11), .bio-page .bio-tab-triggers.tabs-4 .burger-tabs ul > li:nth-child(12), .bio-page .bio-tab-triggers.tabs-4 .burger-tabs ul > li:nth-child(13), .bio-page .bio-tab-triggers.tabs-4 .burger-tabs ul > li:nth-child(14), .bio-page .bio-tab-triggers.tabs-4 .burger-tabs ul > li:nth-child(15) {
        display: block; }
    .bio-page .bio-tab-triggers.tabs-5 .visible-tabs ul > li:nth-child(6), .bio-page .bio-tab-triggers.tabs-5 .visible-tabs ul > li:nth-child(7), .bio-page .bio-tab-triggers.tabs-5 .visible-tabs ul > li:nth-child(8), .bio-page .bio-tab-triggers.tabs-5 .visible-tabs ul > li:nth-child(9), .bio-page .bio-tab-triggers.tabs-5 .visible-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-5 .visible-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-5 .visible-tabs ul > li:nth-child(11), .bio-page .bio-tab-triggers.tabs-5 .visible-tabs ul > li:nth-child(12), .bio-page .bio-tab-triggers.tabs-5 .visible-tabs ul > li:nth-child(13), .bio-page .bio-tab-triggers.tabs-5 .visible-tabs ul > li:nth-child(14), .bio-page .bio-tab-triggers.tabs-5 .visible-tabs ul > li:nth-child(15) {
      display: none; }
    .bio-page .bio-tab-triggers.tabs-5 .burger-tabs ul > li {
      display: none; }
      .bio-page .bio-tab-triggers.tabs-5 .burger-tabs ul > li:nth-child(6), .bio-page .bio-tab-triggers.tabs-5 .burger-tabs ul > li:nth-child(7), .bio-page .bio-tab-triggers.tabs-5 .burger-tabs ul > li:nth-child(8), .bio-page .bio-tab-triggers.tabs-5 .burger-tabs ul > li:nth-child(9), .bio-page .bio-tab-triggers.tabs-5 .burger-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-5 .burger-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-5 .burger-tabs ul > li:nth-child(11), .bio-page .bio-tab-triggers.tabs-5 .burger-tabs ul > li:nth-child(12), .bio-page .bio-tab-triggers.tabs-5 .burger-tabs ul > li:nth-child(13), .bio-page .bio-tab-triggers.tabs-5 .burger-tabs ul > li:nth-child(14), .bio-page .bio-tab-triggers.tabs-5 .burger-tabs ul > li:nth-child(15) {
        display: block; }
    .bio-page .bio-tab-triggers.tabs-6 .visible-tabs ul > li:nth-child(7), .bio-page .bio-tab-triggers.tabs-6 .visible-tabs ul > li:nth-child(8), .bio-page .bio-tab-triggers.tabs-6 .visible-tabs ul > li:nth-child(9), .bio-page .bio-tab-triggers.tabs-6 .visible-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-6 .visible-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-6 .visible-tabs ul > li:nth-child(11), .bio-page .bio-tab-triggers.tabs-6 .visible-tabs ul > li:nth-child(12), .bio-page .bio-tab-triggers.tabs-6 .visible-tabs ul > li:nth-child(13), .bio-page .bio-tab-triggers.tabs-6 .visible-tabs ul > li:nth-child(14), .bio-page .bio-tab-triggers.tabs-6 .visible-tabs ul > li:nth-child(15) {
      display: none; }
    .bio-page .bio-tab-triggers.tabs-6 .burger-tabs ul > li {
      display: none; }
      .bio-page .bio-tab-triggers.tabs-6 .burger-tabs ul > li:nth-child(7), .bio-page .bio-tab-triggers.tabs-6 .burger-tabs ul > li:nth-child(8), .bio-page .bio-tab-triggers.tabs-6 .burger-tabs ul > li:nth-child(9), .bio-page .bio-tab-triggers.tabs-6 .burger-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-6 .burger-tabs ul > li:nth-child(10), .bio-page .bio-tab-triggers.tabs-6 .burger-tabs ul > li:nth-child(11), .bio-page .bio-tab-triggers.tabs-6 .burger-tabs ul > li:nth-child(12), .bio-page .bio-tab-triggers.tabs-6 .burger-tabs ul > li:nth-child(13), .bio-page .bio-tab-triggers.tabs-6 .burger-tabs ul > li:nth-child(14), .bio-page .bio-tab-triggers.tabs-6 .burger-tabs ul > li:nth-child(15) {
        display: block; }
    .bio-page .bio-tab-triggers .burger-tabs {
      position: absolute;
      right: 0;
      width: 50px;
      background: #0a3757;
      top: 0;
      height: 100%; }
      .bio-page .bio-tab-triggers .burger-tabs > button {
        background: none;
        width: 100%;
        height: 100%;
        border: none;
        color: #fff; }
      .bio-page .bio-tab-triggers .burger-tabs > ul {
        transition: all 0.2s ease-in;
        opacity: 0;
        visibility: visible;
        background: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 99;
        padding: 15px 0;
        border-radius: 0 4px 4px 4px;
        margin: 0;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08); }
        .bio-page .bio-tab-triggers .burger-tabs > ul > li {
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          .bio-page .bio-tab-triggers .burger-tabs > ul > li:last-child {
            border-bottom: none; }
          .bio-page .bio-tab-triggers .burger-tabs > ul > li > a {
            font-weight: bold;
            text-transform: capitalize;
            display: block;
            white-space: nowrap;
            padding: 8px 30px;
            text-decoration: none;
            font-size: 14px;
            font-size: calc(0.46667vw + 0.46667vh + 8px); }
            .bio-page .bio-tab-triggers .burger-tabs > ul > li > a:hover, .bio-page .bio-tab-triggers .burger-tabs > ul > li > a.active {
              background: #0B70B7;
              color: #fff; }
      .bio-page .bio-tab-triggers .burger-tabs.active > ul {
        visibility: visible;
        opacity: 1; }
    .bio-page .bio-tab-triggers .visible-tabs ul {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: flex-start; }
      .bio-page .bio-tab-triggers .visible-tabs ul li {
        display: block; }
        .bio-page .bio-tab-triggers .visible-tabs ul li a {
          display: block;
          text-decoration: none;
          color: #fff;
          padding: calc(2vh + 5px) 1vw; }
          @media (max-width: 767px) {
            .bio-page .bio-tab-triggers .visible-tabs ul li a {
              padding: calc(2vh + 5px) calc(2vw + 5px); } }
        .bio-page .bio-tab-triggers .visible-tabs ul li > a.active {
          background: #fff;
          color: #0f456a;
          position: relative; }
          .bio-page .bio-tab-triggers .visible-tabs ul li > a.active:before {
            content: "";
            height: 3px;
            position: absolute;
            bottom: 100%;
            left: 0;
            width: 100%;
            background: #fff; }
  .bio-page .tab-panels {
    min-height: 48vh; }
    .bio-page .tab-panels .tab-panel {
      padding: calc(2vw + 10px);
      color: #434343;
      display: none; }
      .bio-page .tab-panels .tab-panel .text-widget {
        font-size: 13px;
        font-size: calc(0.43333vw + 0.43333vh + 8px);
        line-height: 1.4; }
        .bio-page .tab-panels .tab-panel .text-widget strong {
          color: #171717; }
        .bio-page .tab-panels .tab-panel .text-widget p:first-child {
          font-size: 16px;
          font-size: calc(0.53333vw + 0.53333vh + 8px); }

.grid-overview {
  position: relative;
  display: flex;
  flex-flow: wrap;
  margin-left: -2px;
  margin-right: -2px;
  padding-bottom: 30px; }
  .grid-overview .grid-block {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 2px;
    margin-bottom: 2px; }
    .grid-overview .grid-block:hover .gb-content .gb-hover {
      opacity: 1;
      visibility: visible; }
    .grid-overview .grid-block header {
      background: #0b70b7;
      color: #fff;
      text-transform: uppercase;
      padding: calc(1vh + 0.5vw);
      border-bottom: 2px solid #fff; }
      .grid-overview .grid-block header span {
        font-size: 6px;
        font-size: calc(0.2vw + 0.2vh + 8px); }
      .grid-overview .grid-block header h3 {
        margin: 2px 0 0;
        color: #fff;
        font-size: 24px;
        font-size: calc(0.8vw + 0.8vh + 8px); }
    .grid-overview .grid-block .gb-content {
      position: relative; }
      .grid-overview .grid-block .gb-content img {
        width: 100%; }
      @media (max-width: 1200px) {
        .grid-overview .grid-block .gb-content {
          height: 26vh;
          overflow: hidden; }
          .grid-overview .grid-block .gb-content > img {
            width: auto;
            position: absolute;
            max-width: none;
            min-width: 100%;
            min-height: 100%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); } }
      .grid-overview .grid-block .gb-content .gb-hover {
        transition: all 0.2s ease-in;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10;
        left: 0;
        height: 100%;
        background: rgba(11, 112, 183, 0.9);
        color: #fff;
        font-size: 10px;
        font-size: calc(0.33333vw + 0.33333vh + 8px);
        padding: calc(1vh + 0.5vw);
        padding-bottom: calc(20px + 1vh); }
        .grid-overview .grid-block .gb-content .gb-hover a {
          color: #fff !important; }
          .grid-overview .grid-block .gb-content .gb-hover a.btn:hover {
            color: #0B70B7 !important; }
        @media (max-width: 1500px) {
          .grid-overview .grid-block .gb-content .gb-hover {
            font-size: 8px;
            font-size: calc(0.26667vw + 0.26667vh + 8px); } }
        @media (max-width: 1310px) {
          .grid-overview .grid-block .gb-content .gb-hover {
            font-size: 11px !important; } }
        @media (max-width: 1030px) {
          .grid-overview .grid-block .gb-content .gb-hover {
            font-size: 10px !important; } }
        .grid-overview .grid-block .gb-content .gb-hover.locations-detail strong {
          display: block; }
          @media (max-width: 1200px) {
            .grid-overview .grid-block .gb-content .gb-hover.locations-detail strong + br {
              display: none; } }
        .grid-overview .grid-block .gb-content .gb-hover .gb-actions {
          text-align: right;
          position: absolute;
          left: 0;
          width: 100%;
          bottom: 0;
          padding: calc(1vh + 0.5vw); }
          .grid-overview .grid-block .gb-content .gb-hover .gb-actions a {
            margin-left: 0.5vw; }

.home-page {
  height: 100vh;
  background: #fff;
  background: -moz-linear-gradient(top, white 0%, white 46%, #e8e8e8 100%);
  background: -webkit-linear-gradient(top, white 0%, white 46%, #e8e8e8 100%);
  background: linear-gradient(to bottom, white 0%, white 46%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); }
  .home-page .home-content {
    position: relative;
    overflow: hidden; }
  .home-page .home-slider-area {
    height: 80vh;
    overflow: hidden;
    position: relative; }
    .home-page .home-slider-area .slide-external-graphics {
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease;
      position: absolute; }
      @media (max-width: 767px) {
        .home-page .home-slider-area .slide-external-graphics {
          width: 100%;
          height: 100%;
          text-align: center; }
          .home-page .home-slider-area .slide-external-graphics img, .home-page .home-slider-area .slide-external-graphics strong {
            text-align: center;
            max-width: 50% !important;
            position: absolute;
            left: 50% !important;
            top: 50%;
            transform: translate(-50%, -50%) !important; } }
    .home-page .home-slider-area .the-oh-circle {
      position: absolute;
      left: 30vw;
      transition: all 0.4s ease;
      width: 65vw; }
      .home-page .home-slider-area .the-oh-circle img {
        width: 100%; }
      @media (max-width: 767px) {
        .home-page .home-slider-area .the-oh-circle {
          bottom: auto !important;
          top: 10vh !important;
          right: auto !important;
          left: 50% !important;
          transform: translate(-50%, 0) !important;
          width: 90vw; } }
    .home-page .home-slider-area.active-index-1 .the-oh-circle {
      top: 15vh; }
      @media (max-width: 767px) {
        .home-page .home-slider-area.active-index-1 .the-oh-circle {
          top: 40vh; } }
    .home-page .home-slider-area.active-index-2 .the-oh-circle {
      top: 2vh;
      left: 0; }
      @media (max-width: 767px) {
        .home-page .home-slider-area.active-index-2 .the-oh-circle {
          top: 10vh;
          left: 10vw; } }
      .home-page .home-slider-area.active-index-2 .the-oh-circle > img {
        opacity: 0.2; }
    .home-page .home-slider-area.active-index-2 .active-index-2-graphics {
      visibility: visible;
      opacity: 1;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .home-page .home-slider-area.active-index-2 .active-index-2-graphics img {
        width: 70%; }
    .home-page .home-slider-area.active-index-3 .the-oh-circle {
      top: 28vh;
      left: 60vw; }
      .home-page .home-slider-area.active-index-3 .the-oh-circle > img {
        opacity: 0.2; }
    .home-page .home-slider-area.active-index-3 .active-index-3-graphics {
      visibility: visible;
      opacity: 1;
      position: absolute;
      left: 0;
      top: -2%;
      text-align: left;
      font-size: 7vw;
      font-weight: bold;
      line-height: 1;
      color: #0B70B7; }
      @media (max-width: 1000px) {
        .home-page .home-slider-area.active-index-3 .active-index-3-graphics {
          left: 10%; } }
      .home-page .home-slider-area.active-index-3 .active-index-3-graphics strong {
        display: block;
        line-height: 6vw; }
    .home-page .home-slider-area.active-index-4 .the-oh-circle {
      top: 20vh;
      left: 50vw; }
      .home-page .home-slider-area.active-index-4 .the-oh-circle > img {
        opacity: 0.2; }
    .home-page .home-slider-area.active-index-4 .active-index-4-graphics {
      visibility: visible;
      opacity: 1;
      position: absolute;
      left: 5%;
      top: -5%;
      text-align: left;
      font-size: 10vw;
      font-weight: bold;
      line-height: 1;
      color: #0B70B7; }
      .home-page .home-slider-area.active-index-4 .active-index-4-graphics img {
        max-width: 80%; }
    .home-page .home-slider-area.active-index-5 .the-oh-circle {
      top: 30vh;
      left: 62vw; }
      .home-page .home-slider-area.active-index-5 .the-oh-circle > img {
        opacity: 0.2; }
    .home-page .home-slider-area.active-index-5 .active-index-5-graphics {
      visibility: visible;
      opacity: 1;
      position: absolute;
      left: -5%;
      top: -12%;
      text-align: left;
      font-size: 10vw;
      font-weight: bold;
      line-height: 1;
      color: #0B70B7; }
      .home-page .home-slider-area.active-index-5 .active-index-5-graphics img {
        max-width: 100%; }
    .home-page .home-slider-area .home-slider-wrapper {
      height: 100%; }
    .home-page .home-slider-area .home-slide {
      height: 100%;
      position: relative; }
      .home-page .home-slider-area .home-slide .slide-content > div {
        margin: calc(0.5vh + 8px) 0;
        position: relative;
        z-index: 100; }
        .home-page .home-slider-area .home-slide .slide-content > div .left-shape {
          padding-left: calc(0.5vw + 5px);
          position: relative; }
          .home-page .home-slider-area .home-slide .slide-content > div .left-shape:before {
            content: "";
            position: absolute;
            left: calc(-2vw - 5px);
            bottom: 0;
            top: 0;
            width: calc(2vw + 6px);
            background: inherit;
            clip-path: polygon(100% 100%, 0 100%, 100% 0);
            -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0); }
            @media (max-width: 1000px) {
              .home-page .home-slider-area .home-slide .slide-content > div .left-shape:before {
                left: calc(-2vw - 4px); } }
            @media (max-width: 767px) {
              .home-page .home-slider-area .home-slide .slide-content > div .left-shape:before {
                display: none !important; } }
        .home-page .home-slider-area .home-slide .slide-content > div .right-shape {
          padding-right: calc(0.5vw + 5px);
          position: relative; }
          .home-page .home-slider-area .home-slide .slide-content > div .right-shape:before {
            content: "";
            position: absolute;
            right: calc(-2vw - 5px);
            bottom: 0;
            top: 0;
            width: calc(2vw + 6px);
            background: inherit;
            clip-path: polygon(0 0, 0% 100%, 100% 100%);
            -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%); }
            @media (max-width: 767px) {
              .home-page .home-slider-area .home-slide .slide-content > div .right-shape:before {
                display: none !important; } }
        .home-page .home-slider-area .home-slide .slide-content > div > span {
          background: #ebebeb;
          color: #0B70B7;
          font-size: 24px;
          font-size: calc(0.8vw + 0.8vh + 8px);
          display: inline-block;
          padding: 2vw 2vw;
          position: relative;
          margin-left: calc(2vw + 9px); }
          .home-page .home-slider-area .home-slide .slide-content > div > span.right-shape {
            margin-left: 0;
            margin-right: calc(2vw + 4px); }
        .home-page .home-slider-area .home-slide .slide-content > div > strong {
          display: inline-block;
          background: #0B70B7;
          color: #fff;
          font-size: 40px;
          font-size: calc(1.33333vw + 1.33333vh + 8px);
          font-weight: bold;
          padding: 1.2vw 2vw; }
          .home-page .home-slider-area .home-slide .slide-content > div > strong span {
            font-weight: 400; }
      .home-page .home-slider-area .home-slide .slide-content.style-1 {
        position: absolute;
        left: 10vw;
        top: 15vh; }
      .home-page .home-slider-area .home-slide .slide-content.style-2 {
        text-align: right;
        position: absolute;
        right: 5vw;
        bottom: 5vh; }
      .home-page .home-slider-area .home-slide .slide-content.style-3 {
        position: absolute;
        left: 10vw;
        top: 25vh; }
        .home-page .home-slider-area .home-slide .slide-content.style-3 > div:first-child {
          right: 3vw !important; }
        .home-page .home-slider-area .home-slide .slide-content.style-3 > div:last-child {
          top: -4px !important;
          left: 5vw !important; }
      @media (max-width: 767px) {
        .home-page .home-slider-area .home-slide .slide-content {
          bottom: auto;
          top: 40vh !important; } }
      @media (max-height: 500px) {
        .home-page .home-slider-area .home-slide .slide-content {
          top: 10vh !important; } }

.home-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }

.news-ticker {
  position: relative;
  background: #fff;
  z-index: 999; }
  .news-ticker .caroufredsel_wrapper {
    overflow: visible !important; }
  .news-ticker .news-slide {
    float: left;
    display: block;
    background: #fff;
    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; }
      .news-ticker .news-slide .default-view p {
        margin: 0; }
      .news-ticker .news-slide .default-view strong {
        font-size: 9px;
        font-size: calc(0.3vw + 0.3vh + 8px);
        text-transform: uppercase;
        font-weight: bold;
        margin-right: calc(0.2vw + 2px); }
      .news-ticker .news-slide .default-view p {
        font-size: 12px;
        font-size: calc(0.4vw + 0.4vh + 8px);
        font-weight: 300;
        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.26667vw + 0.26667vh + 8px);
      padding: calc(1vw + 1.5vh + 10px) calc(1vw + 0.5vh + 10px);
      padding-right: calc(5vw + 60px);
      box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1); }
      .news-ticker .news-slide .detail-view header strong {
        color: #1ac045;
        text-transform: uppercase;
        font-weight: bold; }
      .news-ticker .news-slide .detail-view header h3 {
        font-weight: 300;
        margin: calc(0.5vh + 4px) 0 calc(1vh + 10px); }
      .news-ticker .news-slide .detail-view.no-related-attorneys {
        padding: calc(1vw + 1.5vh + 10px) calc(1vw + 0.5vh + 10px); }
      .news-ticker .news-slide .detail-view .btn.btn-view-more {
        border-color: #171717;
        color: #171717; }
        .news-ticker .news-slide .detail-view .btn.btn-view-more:hover {
          color: #fff;
          border-color: #0B70B7; }
      .news-ticker .news-slide .detail-view .related-attorneys {
        padding: 20px 10px 10px;
        position: absolute;
        right: 0;
        width: calc(4vw + 50px);
        top: 0; }
        .news-ticker .news-slide .detail-view .related-attorneys > .ra {
          display: block;
          position: relative;
          margin-bottom: -15px; }
          .news-ticker .news-slide .detail-view .related-attorneys > .ra .att-img {
            display: block;
            width: calc(4vw + 30px);
            overflow: hidden;
            border-radius: 50%;
            border: 4px solid #fff;
            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: 80%;
            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% - 15px);
              left: 0;
              color: #fff;
              font-size: 25px; }
            .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: #0B70B7; }
            .news-ticker .news-slide .detail-view .related-attorneys > .ra .hover-tooltip span {
              color: #5C5C5C; }
          .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:hover .detail-view {
      opacity: 1;
      visibility: visible; }

.current-openings .description-continued {
  display: none; }

.extraText.hidden-content {
  display: none; }
  .extraText.hidden-content:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    content: "";
    opacity: 0.8;
    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 ); }

.readMoreContent-wrap {
  text-align: center;
  margin-top: -30px;
  position: relative;
  z-index: 50;
  padding: 5vh 0; }
  .readMoreContent-wrap button {
    border-radius: 20px;
    font-size: 14px;
    font-size: calc(0.46667vw + 0.46667vh + 8px);
    text-transform: capitalize;
    background: #0B70B7;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 2px 15px;
    color: #fff;
    transition: all 0.2s ease-in; }

.people-search {
  position: relative;
  padding-top: 30px; }
  .people-search .loading-icon {
    transition: all ease 0.3s;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden; }
  .people-search.loading .loading-icon {
    opacity: 1;
    visibility: visible; }

.people-search-area {
  position: relative;
  display: flex;
  flex-flow: wrap; }
  .people-search-area > div {
    flex: 1; }
  .people-search-area .people-filter {
    max-width: 300px; }
  .people-search-area .people-listing {
    padding: 0 30px; }
  .people-search-area .alpha-wrap {
    position: relative;
    margin-bottom: 30px; }
    .people-search-area .alpha-wrap ul {
      margin: 0;
      padding: 0;
      font-size: 0; }
      .people-search-area .alpha-wrap ul li {
        display: inline-block;
        width: 11.111111111111%; }
        .people-search-area .alpha-wrap ul li button {
          line-height: calc(1vw + 15px);
          display: inline-block;
          font-size: 12px;
          font-size: calc(0.4vw + 0.4vh + 8px);
          text-transform: uppercase;
          font-weight: bold;
          color: #0B70B7;
          background: none;
          border: none;
          text-align: center;
          border-radius: 2px;
          margin-bottom: 2px; }
          @media (max-width: 1199px) {
            .people-search-area .alpha-wrap ul li button {
              font-size: 14px;
              font-size: calc(0.46667vw + 0.46667vh + 8px); } }
          .people-search-area .alpha-wrap ul li button:hover, .people-search-area .alpha-wrap ul li button.active {
            background: #0B70B7;
            color: #fff; }
          .people-search-area .alpha-wrap ul li button:disabled, .people-search-area .alpha-wrap ul li button.disabled {
            background: none !important;
            color: #abbccd !important;
            cursor: not-allowed; }
  .people-search-area .attorney-resulted-block {
    position: relative;
    padding-left: 140px;
    background: rgba(0, 0, 0, 0.03);
    padding-top: 15px;
    padding-bottom: 15px; }
    .people-search-area .attorney-resulted-block:nth-child(even) {
      background: rgba(0, 0, 0, 0.08); }
    .people-search-area .attorney-resulted-block > .row {
      min-height: 110px; }
    .people-search-area .attorney-resulted-block .attorney-pic {
      position: absolute;
      left: 15px;
      width: 100px;
      height: 100px;
      overflow: hidden;
      top: 50%;
      transform: translate(0, -50%);
      box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1); }
      .people-search-area .attorney-resulted-block .attorney-pic img {
        max-width: 100%; }
    .people-search-area .attorney-resulted-block .attorney-title a {
      color: #000;
      font-weight: bold; }
      .people-search-area .attorney-resulted-block .attorney-title a:hover {
        color: #0B70B7; }
    .people-search-area .attorney-resulted-block .att-locations span + span:before {
      content: ", "; }
    .people-search-area .attorney-resulted-block .att-areas span {
      display: block; }
      .people-search-area .attorney-resulted-block .att-areas span:after {
        content: " and "; }
      .people-search-area .attorney-resulted-block .att-areas span:last-child:after {
        display: none; }

.mega-menu {
  display: none;
  color: #363636;
  height: calc(81vh + 5vw + 15px);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  background: -moz-linear-gradient(top, white 0%, white 46%, #e8e8e8 100%);
  background: -webkit-linear-gradient(top, white 0%, white 46%, #e8e8e8 100%);
  background: linear-gradient(to bottom, white 0%, white 46%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); }
  @media (max-width: 960px) {
    .mega-menu {
      display: none !important; } }
  .mega-menu .close-mega {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    font-size: calc(0.8vw + 0.8vh + 8px);
    z-index: 1000;
    background: none;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    border: none;
    color: #0B70B7; }
  .mega-menu .mega-inner {
    height: 100%;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    z-index: 999;
    padding: calc(3vh + 30px) 0; }
  .mega-menu .custom-mega-row {
    display: flex;
    flex-flow: wrap;
    padding-bottom: calc(2vh + 30px); }
  .mega-menu .mega-header {
    padding-bottom: 1vh;
    border-bottom: 0.3vh solid #0B70B7;
    margin-bottom: calc(2vh + 5px); }
    .mega-menu .mega-header h3 {
      color: #0B70B7;
      margin: 0;
      font-size: 20px;
      font-size: calc(0.66667vw + 0.66667vh + 8px);
      font-weight: 400;
      text-transform: uppercase; }
  .mega-menu#mega-resources h1, .mega-menu#mega-resources h2, .mega-menu#mega-resources h3, .mega-menu#mega-resources h4, .mega-menu#mega-resources h5, .mega-menu#mega-resources h6, .mega-menu#mega-resources strong {
    color: #0B70B7; }
  .mega-menu#mega-people .mega-inner {
    padding-bottom: 0;
    padding-top: 10vh; }
  .mega-menu#mega-services h1, .mega-menu#mega-services h2, .mega-menu#mega-services h3, .mega-menu#mega-services h4, .mega-menu#mega-services h5, .mega-menu#mega-services h6, .mega-menu#mega-services strong {
    color: #0B70B7; }
  .mega-menu#mega-services .industries-blocks {
    position: relative;
    display: flex;
    flex-flow: wrap;
    padding-right: 3%; }
    .mega-menu#mega-services .industries-blocks .industry-block {
      flex: 0 0 33.3333334%;
      padding: calc(1vw + 5px); }
      .mega-menu#mega-services .industries-blocks .industry-block .inner {
        border: 1px solid #0B70B7;
        position: relative; }
        .mega-menu#mega-services .industries-blocks .industry-block .inner:hover .hover {
          opacity: 1;
          visibility: visible; }
        .mega-menu#mega-services .industries-blocks .industry-block .inner .default {
          text-align: center;
          padding-bottom: calc(1vh + 30px);
          position: relative; }
          .mega-menu#mega-services .industries-blocks .industry-block .inner .default strong {
            color: #171717;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 13px;
            font-size: calc(0.43333vw + 0.43333vh + 8px);
            position: absolute;
            bottom: 10px;
            left: 0;
            width: 100%;
            text-align: center;
            padding: 0 25px; }
          .mega-menu#mega-services .industries-blocks .industry-block .inner .default figure {
            margin: 0;
            padding: calc(3.5vh + 1vw + 10px) calc(1vh + 0.5vw + 10px); }
            .mega-menu#mega-services .industries-blocks .industry-block .inner .default figure img {
              max-width: 70%; }
        .mega-menu#mega-services .industries-blocks .industry-block .inner .hover {
          transition: all 0.3s ease-in;
          opacity: 0;
          visibility: hidden;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #0B70B7;
          color: #fff;
          padding: calc(2vh + 5px) calc(1vw + 10px); }
          @media (max-width: 1200px) {
            .mega-menu#mega-services .industries-blocks .industry-block .inner .hover {
              padding: 8px calc(1vw + 10px); } }
          .mega-menu#mega-services .industries-blocks .industry-block .inner .hover .ind-image {
            position: absolute;
            bottom: 5px;
            right: 5px;
            width: 40%;
            filter: brightness(0) invert(1);
            opacity: 0.2; }
          .mega-menu#mega-services .industries-blocks .industry-block .inner .hover ul {
            margin: 0 0 calc(1vh + 10px);
            padding: 0;
            line-height: 1.2; }
            @media (max-width: 1200px) {
              .mega-menu#mega-services .industries-blocks .industry-block .inner .hover ul {
                margin: 0 0 5px; } }
            .mega-menu#mega-services .industries-blocks .industry-block .inner .hover ul li {
              display: block; }
              .mega-menu#mega-services .industries-blocks .industry-block .inner .hover ul li a {
                text-decoration: none;
                color: #fff;
                font-size: 8px;
                font-size: calc(0.26667vw + 0.26667vh + 8px); }
                .mega-menu#mega-services .industries-blocks .industry-block .inner .hover ul li a:hover {
                  color: rgba(255, 255, 255, 0.8); }
                @media (max-width: 1030px) {
                  .mega-menu#mega-services .industries-blocks .industry-block .inner .hover ul li a {
                    font-size: 10px !important; } }
  .mega-menu#mega-services .services-list {
    font-size: 8px;
    font-size: calc(0.26667vw + 0.26667vh + 8px); }
    .mega-menu#mega-services .services-list ul {
      margin: 0;
      padding: 0; }
      .mega-menu#mega-services .services-list ul li {
        display: block; }
        .mega-menu#mega-services .services-list ul li + li {
          margin-top: calc(5px + 0.5vh); }
        .mega-menu#mega-services .services-list ul li a {
          position: relative;
          padding-left: calc(5vw + 25px);
          border-radius: 0;
          transition: all 0.2s ease-in;
          border: 2px solid transparent;
          padding-top: calc(1vh + 10px);
          padding-bottom: calc(1vh + 10px); }
          .mega-menu#mega-services .services-list ul li a img {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
            width: calc(2.5vw + 10px);
            max-width: 40px;
            margin-left: 2vw; }
          .mega-menu#mega-services .services-list ul li a:hover {
            background: none;
            border: 2px solid #0B70B7;
            border-radius: 0; }
  .mega-menu .custom-col-equal {
    flex: 0 0 50%; }
    .mega-menu .custom-col-equal:first-child {
      padding-right: 1.5%; }
    .mega-menu .custom-col-equal:last-child {
      padding-left: 1.5%; }
  .mega-menu .custom-col-wide {
    flex: 0 0 55%;
    padding-right: 3%; }
    @media (max-width: 1020px) {
      .mega-menu .custom-col-wide {
        flex: 0 0 40%; } }
  .mega-menu .custom-col-medium {
    flex: 0 0 25%;
    padding-right: 5%; }
    @media (max-width: 1020px) {
      .mega-menu .custom-col-medium {
        flex: 0 0 30%; } }
  .mega-menu .custom-col-small {
    flex: 0 0 20%; }
    @media (max-width: 1020px) {
      .mega-menu .custom-col-small {
        flex: 0 0 30%; } }
  .mega-menu .custom-col-60 {
    flex: 0 0 60%; }
  .mega-menu .custom-col-40 {
    flex: 0 0 40%; }

@media (min-width: 992px) {
  body.mega-menu-active {
    overflow: hidden; }
    body.mega-menu-active .pseudo-fade:before, body.mega-menu-active .pseudo-fade:after {
      display: none; } }

.people-header {
  padding: calc(5vh + 20px) 0;
  background: url("../img/people-bg.png") center top no-repeat;
  text-align: center; }
  .people-header h2 {
    color: #0B70B7;
    font-size: 30px;
    font-size: calc(1vw + 1vh + 8px);
    text-transform: uppercase;
    width: 60%;
    margin: auto;
    font-weight: 900; }

.attorney-filters {
  position: absolute;
  z-index: 110;
  background: #e9e9e9;
  padding: calc(2vh + 10px) calc(2vw + 15px);
  box-shadow: 0 -2px 5px 2px rgba(0, 0, 0, 0.1);
  left:0; width: 100%;
  bottom: 55px;
}

.attorney-page-filters-form select {
  text-transform: uppercase; }

.mega-menu .alpha-wrap .alpha-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: wrap; }
  .mega-menu .alpha-wrap .alpha-list li {
    display: inline-block;
    flex: 0 0 7.692307692307692%;
    max-width: 7.692307692307692%;
    padding: 0; }
    .mega-menu .alpha-wrap .alpha-list li button {
      background: none;
      color: #0B70B7;
      border: none;
      outline: none;
      font-weight: 900;
      padding: 3px 1px;
      width: 100%;
      display: block;
      font-size: 10px;
      font-size: calc(0.33333vw + 0.33333vh + 8px); }
      .mega-menu .alpha-wrap .alpha-list li button:disabled, .mega-menu .alpha-wrap .alpha-list li button.disabled {
        background: none !important;
        color: #abbccd !important;
        cursor: not-allowed; }

.people-content-wrap {
  position: relative; }
  .people-content-wrap .selected-attorney-detail {
    transition: all 0.2s ease-in;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 65vh; }
    .people-content-wrap .selected-attorney-detail .sa-figure {
      height: 65vh;
      position: absolute;
      right: 58%;
      top: 0; }
      .people-content-wrap .selected-attorney-detail .sa-figure img {
        width: auto;
        height: 65vh;
        max-width: none; }
    .people-content-wrap .selected-attorney-detail .sa-content {
      width: 70%;
      margin-left: auto; }
      .people-content-wrap .selected-attorney-detail .sa-content header {
        width: 80%;
        margin-left: 20%;
        text-transform: uppercase;
        background: #0B70B7;
        color: #fff;
        position: relative;
        padding: calc(0.5vh + 10px) calc(1vw + 15px);
        font-weight: 300; }
        .people-content-wrap .selected-attorney-detail .sa-content header:before {
          content: "";
          position: absolute;
          left: calc(-2vw - 4px);
          bottom: 0;
          top: 0;
          width: calc(2vw + 5px);
          background: inherit;
          clip-path: polygon(100% 100%, 0 100%, 100% 0); }
        .people-content-wrap .selected-attorney-detail .sa-content header h3 {
          font-size: 35px;
          font-size: calc(1.16667vw + 1.16667vh + 8px);
          color: #fff;
          margin: 0;
          font-weight: 300; }
          .people-content-wrap .selected-attorney-detail .sa-content header h3 span.last-name {
            font-weight: 900; }
      .people-content-wrap .selected-attorney-detail .sa-content .sa-short-bio {
        background: rgba(255, 255, 255, 0.8);
        width: 80%;
        margin-left: 20%;
        padding: calc(1.5vh + 10px) calc(1vw + 15px);
        position: relative;
        min-height: 55vh; }
        .people-content-wrap .selected-attorney-detail .sa-content .sa-short-bio:before {
          content: "";
          position: absolute;
          left: calc(-10vw - 20px);
          bottom: 0;
          top: 0;
          width: calc(10vw + 20px);
          background: inherit;
          clip-path: polygon(100% 100%, 0 100%, 100% 0);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1); }
        .people-content-wrap .selected-attorney-detail .sa-content .sa-short-bio .text-widget {
          font-size: 10px;
          font-size: calc(0.33333vw + 0.33333vh + 8px); }
      .people-content-wrap .selected-attorney-detail .sa-content .view-bio {
        font-size: 10px;
        font-size: calc(0.33333vw + 0.33333vh + 8px);
        position: absolute;
        right: 0;
        bottom: 10%;
        text-decoration: none;
        color: #0B70B7;
        font-weight: 900;
        text-transform: uppercase;
        background: #e4e3e3;
        padding: calc(0.5vh + 5px) calc(1vw + 5px); }
        .people-content-wrap .selected-attorney-detail .sa-content .view-bio:before {
          content: "";
          position: absolute;
          left: calc(-2vw - 5px);
          bottom: 0;
          top: 0;
          width: calc(2vw + 5px);
          background: inherit;
          clip-path: polygon(100% 100%, 0 100%, 100% 0); }
    .people-content-wrap .selected-attorney-detail .quick-contact {
      margin: 0;
      padding: 0;
      font-size: 10px;
      font-size: calc(0.33333vw + 0.33333vh + 8px);
      font-weight: bold; }
      .people-content-wrap .selected-attorney-detail .quick-contact li {
        display: block;
        padding-left: calc(1.5vw + 10px);
        position: relative;
        margin-bottom: calc(0.7vh + 5px); }
        .people-content-wrap .selected-attorney-detail .quick-contact li a {
          color: #000000;
          text-decoration: none; }
        .people-content-wrap .selected-attorney-detail .quick-contact li .far, .people-content-wrap .selected-attorney-detail .quick-contact li .fal, .people-content-wrap .selected-attorney-detail .quick-contact li .fas {
          font-size: 16px;
          font-size: calc(0.53333vw + 0.53333vh + 8px);
          color: #cfcfcf;
          position: absolute;
          left: 0;
          top: 0;
          line-height: inherit; }
  .people-content-wrap.details-active .selected-attorney-detail {
    opacity: 1;
    visibility: visible; }
  .people-content-wrap.details-active:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    right: -30px;
    bottom: -30px;
    z-index: 99;
    background: rgba(255, 255, 255, 0.9);
    filter: blur(8px);
    -webkit-filter: blur(8px); }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  position: relative;
  z-index: 1;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-stage {
  transition: transform ease 0.3s !important;
  position: relative;
  width: 1px;
  min-width: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* fix for flashing background */
  /*transform: translate3d(0px, 0px, 0px);*/
  /*-webkit-transform: translate3d(0px, 0px, 0px);*/ }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 600; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /*background: url("owl.video.play.png") no-repeat;*/
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-nav > div {
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
  outline: none !important;
  color: #767676;
  font-size: 30px;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-indent: -9999px;
  width: 34px;
  height: 60px; }
  .owl-nav > div.owl-prev {
    left: 10px;
    background: url("../img/team-left.png") no-repeat center center; }
  .owl-nav > div.owl-next {
    right: 10px;
    background: url("../img/team-right.png") no-repeat center center; }

.slider__wrapper {
  transition: all .2s linear;
  white-space: nowrap; }

.owl-loaded .slider__item {
  visibility: visible; }
.slider__item.loading > *{
  opacity: 0 !important;
}
/*.slider__item.loading:after{*/
/*  content: "\f254";*/
/*  font-family: "Font Awesome 5 Pro";*/
/*  font-weight: 900;*/
/*  color: #0B70B7;*/
/*  font-size: 20px;*/
/*  position: absolute;*/
/*  top: 30%;*/
/*  left: 50%;*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  transform: translate(-50%,0);*/
/*  z-index: 99;*/
/*}*/
.slider__item {
  width: 17vw;
  height: 40vh;
  position: static;
  vertical-align: bottom;
  text-align: center;
  visibility: hidden; }
  .center .slider__item {
    z-index: 80; }
    .center .slider__item figcaption {
      display: block; }

.slider__item > a > img {
  vertical-align: bottom;
  display: inline-block;
  bottom: 0;
  width: auto;
  max-width: none;
  height: 55vh;
  transition: all .2s linear .1s;
  z-index: 1000;
  margin: 0 auto;
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0; }
  @media (min-width: 1600px) {
    .slider__item > a > img {
      height: 60vh; } }
  @media (max-width: 1200px) {
    .slider__item > a > img {
      height: 50vh; } }

/*.owl-item.active.center .slider__item > a > img {
  height: 66vh;
  @media (min-width: 1600px) {
    height: 70vh;
  }
}*/
.attorneys-showcase .owl-carousel {
  height: 65vh;
  width: 100%; }
  @media (min-width: 1600px) {
    .attorneys-showcase .owl-carousel {
      height: 71vh; } }

.owl-item.active.center {
  z-index: 900; }

@media screen and (max-width: 767px) {
  .owl-item.active.center .slider__item > a > img {
    opacity: 1; } }

.owl-item.active:not(.center) .slider__item > a > img {
  cursor: pointer; }

@media screen and (max-width: 1200px) {
  .slider__item {
    width: 30vw; } }

@media screen and (max-width: 660px) {
  .slider__item {
    width: 100vw; }
  .slider__item > a > img {
    width: auto;
    max-width: none;
    max-height: 100%;
    vertical-align: bottom; } }

.slider_hidden-item {
  opacity: 0; }

.attorney-page-filters {
  background: #0B70B7;
  text-align: center;
  font-size: 0;
  position: relative;
  z-index: 999; }
  @media (max-width: 1200px) {
    .attorney-page-filters {
      padding-left: 0; } }
  .attorney-page-filters .alpha-wrap {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 25px 10px 0; }
    .attorney-page-filters .alpha-wrap ul {
      margin: 0;
      padding: 0; }
      @media (max-width: 500px) {
        .attorney-page-filters .alpha-wrap ul {
          margin: 0 -1px; } }
      .attorney-page-filters .alpha-wrap ul li {
        display: block;
        float: left;
        width: 3.846%; }
        .attorney-page-filters .alpha-wrap ul li:first-of-type {
          position: absolute;
          visibility: hidden;
          opacity: 0; }
        @media (max-width: 500px) {
          .attorney-page-filters .alpha-wrap ul li {
            width: 7.69230769230%;
            padding: 1px; } }
        .attorney-page-filters .alpha-wrap ul li button {
          background: none;
          text-transform: uppercase;
          width: 100%;
          color: #fff;
          padding: 0;
          height: 40px;
          text-align: center;
          border: none;
          font-size: 20px;
          font-size: calc(0.66667vw + 0.66667vh + 8px); }
          @media (max-width: 850px) {
            .attorney-page-filters .alpha-wrap ul li button {
              font-size: 16px;
              font-size: calc(0.53333vw + 0.53333vh + 8px); } }
          @media (max-width: 500px) {
            .attorney-page-filters .alpha-wrap ul li button {
              font-size: 14px;
              font-size: calc(0.46667vw + 0.46667vh + 8px);
              background: rgba(0, 0, 0, 0.1); } }
          .attorney-page-filters .alpha-wrap ul li button.disabled {
            color: #919191;
            pointer-events: none; }
    @media (max-width: 800px) {
      .attorney-page-filters .alpha-wrap {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }
  .attorney-page-filters .input-block {
    width: 16.6667%;
    vertical-align: middle;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 10px; }
    @media (max-width: 800px) {
      .attorney-page-filters .input-block {
        width: 33.33334%; } }
    .attorney-page-filters .input-block + .input-block {
      padding-left: 0; }
    .attorney-page-filters .input-block.with-icon .fa.fa-angle-down {
      line-height: 40px;
      width: 40px;
      top: 10px; }
    .attorney-page-filters .input-block input, .attorney-page-filters .input-block select {
      height: 40px;
      padding-left: 10px;
      right: 0;
      color: #b0b0b0;
      font-size: 13px;
      font-size: calc(0.43333vw + 0.43333vh + 8px); }
    .attorney-page-filters .input-block select {
      padding-right: 40px; }

.attorneys-showcase {
  min-height: 70vh; }
  @media (max-height: 550px) {
    .attorneys-showcase {
      min-height: auto;
      margin-bottom: -30px; } }
  .attorneys-showcase .loading-icon {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
    font-size: 30px;
    color: #DC3545; }
  .attorneys-showcase.ajax-loading .loading-icon {
    display: block; }
  .attorneys-showcase .team-sliderWrap {
    position: fixed;
    bottom: 25px;
    width: 100%;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
    @media (max-height: 550px) {
      .attorneys-showcase .team-sliderWrap {
        position: relative;
        bottom: auto; } }

.hidden-submit {
  position: fixed;
  left: 100%;
  visibility: hidden; }

.custom-player-controls {
  position: fixed;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 500;
  padding-left: 120px;
  padding-right: 100px; }
  @media (max-width: 767px) {
    .custom-player-controls .custom-player-controls {
      display: none !important; } }
  .custom-player-controls button {
    background: none;
    color: rgba(0, 0, 0, 0.4);
    border: none;
    padding: 0; }
  .custom-player-controls .toggle-play-btn {
    position: absolute;
    left: 70px;
    top: 0;
    font-size: 16px;
    font-size: calc(0.53333vw + 0.53333vh + 8px); }
  .custom-player-controls .volume-control {
    padding: 5px;
    position: absolute;
    left: 30px;
    width: 30px;
    top: -12px;
    color: #0B70B7;
    font-size: 18px;
    font-size: calc(0.6vw + 0.6vh + 8px); }
    .custom-player-controls .volume-control button {
      color: rgba(0, 0, 0, 0.4);
      display: block;
      width: 20px;
      margin: 4px auto;
      text-align: left; }
      .custom-player-controls .volume-control button + button {
        margin-top: 4px; }
    .custom-player-controls .volume-control .vol-levels {
      display: none;
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 100%;
      padding: 5px 0;
      background: #fff;
      border-radius: 4px 4px 0 0;
      border-bottom: 1px solid #ddd; }
    .custom-player-controls .volume-control.expanded {
      background: #fff;
      border-radius: 0 0 4px 4px;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
      .custom-player-controls .volume-control.expanded .vol-levels {
        display: block;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .custom-player-controls .seek-bar {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    height: 8px;
    margin-top: 5px;
    position: relative; }
    .custom-player-controls .seek-bar .current-position {
      width: 14px;
      height: 14px;
      right: -3px;
      border-radius: 50%;
      top: -3px;
      position: absolute;
      background: #fff;
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1); }
      .custom-player-controls .seek-bar .current-position span {
        background: rgba(255, 255, 255, 0.8);
        padding: 4px;
        position: absolute;
        white-space: nowrap;
        bottom: 100%;
        margin-bottom: 5px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 14px;
        color: #0B70B7; }
    .custom-player-controls .seek-bar .vid-play-progress {
      position: absolute;
      left: 0;
      height: 100%;
      background: #fff;
      top: 0; }

.video-canvas .player-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5000;
  font-size: 40px;
  font-size: calc(1.33333vw + 1.33333vh + 8px);
  transform: translate(-50%, -50%);
  color: #dee2e6;
  display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .video-canvas .player-loading {
    display: none !important; } }

@supports (-ms-accelerator: true) {
  .video-canvas .player-loading {
    display: none !important; } }

.video-player-state {
  position: absolute;
  left: 30px;
  bottom: -40px;
  font-size: 10px;
  font-size: calc(0.33333vw + 0.33333vh + 8px);
  color: #0B70B7;
  font-weight: 400; }

.video-player-state button {
  color: #0B70B7;
  padding: 0; }

.video-player-state button:before {
  content: "|";
  padding: 0 10px; }

.custom-player {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 99999;
  background: #fff; }
  .custom-player .play-vid, .custom-player .re-play-vid {
    position: absolute;
    left: 50%;
    z-index: 999;
    font-size: 40px;
    font-size: calc(1.33333vw + 1.33333vh + 8px);
    top: 40%;
    background: none;
    color: #0B70B7;
    border: none; }
  .custom-player .re-play-vid {
    display: none; }
  .custom-player .close-player {
    position: absolute;
    right: 30px;
    top: 30px;
    border-radius: 50%;
    background: #0B70B7;
    color: #fff;
    z-index: 999;
    font-size: 14px;
    font-size: calc(0.46667vw + 0.46667vh + 8px);
    width: 30px;
    height: 30px;
    padding: 0;
    border: none; }
  .custom-player video {
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 0);
    outline: none !important;
    transition: all 0.5s ease;
    max-width: 100%;
    max-height: 100%;
    min-width: 80%;
    height: auto;
    width: auto; }
  .custom-player .video-time-status {
    color: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0;
    bottom: -3px;
    font-size: 12px;
    font-size: calc(0.4vw + 0.4vh + 8px);
    font-weight: 500;
    padding: 0 30px; }

.custom-player {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease; }

.player-active {
  overflow: hidden; }
  .player-active .bio-page {
    overflow: hidden;
    visibility: hidden; }
  .player-active .custom-player {
    visibility: visible;
    opacity: 1; }



  .sa-short-bio .text-widget p{
    margin-bottom: 0;
  }
  .sa-short-bio .text-widget{
    height: 35vh;
    overflow: hidden;
    position: relative;
    margin-bottom: calc(2vh + 15px);
  }
  .sa-short-bio .text-widget:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    content: "";
    z-index: 999;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }

  .featured-slider{
      min-height: 40vh;
      position: relative;
  }
  .featured-slider.loaded{
    min-height: 0;
  }
  .featured-slider.loaded:before,.featured-slider.loaded:after{
    display: none !important;
  }
  .featured-slider:before{
      content: "";
      z-index: 500;
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background: inherit;
  }
  .featured-slider:after{
      z-index: 600;
      content: "";
      background: url("../img/loading.gif") center center;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
  }


.news-ticker{
  max-height: 45px !important;
  overflow: hidden;
}
.news-ticker.loaded{
  max-height: none !important;
  overflow: unset !important;
}

.home-slider-wrapper,.team-slider,.slider__item{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.home-slider-wrapper.slick-initialized,.team-slider.owl-loaded,.slider__item.loaded{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-ticker.loaded{
    overflow: visible !important;
  }
  .doc-header .main-nav > ul > li .hover-arrow:before,
  .doc-header .main-nav > ul > li .hover-arrow:after{
    display: none !important;
  }
  .app-logo img{
    width: calc(7.5vw + 3.5vh);
    max-width: 300px;
  }
  .bio-page .bio-figure span{
    display: block;
  }
  .ratio-16x9{
    width: 100%;
    padding-top: 50%;
  }
}

.customized-select select::-ms-expand,.custom-select-wrap select::-ms-expand{
    display: none;
}


/*===update 28 dec, 2021====*/

.slider__item{
  position: relative;
  margin-bottom: 0;
}
.hover-caption{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #0B70B7;
  color: #fff;
  padding: 5px 15px;
  z-index: 99999;
  display: none;
  border-radius: 3px;
  min-width: 100%;
}
@media (max-width: 1350px) {
  .hover-caption{
    transform: translate(-50%, -24%);
  }
}
@media (max-width: 1150px) {
  .hover-caption{
    transform: translate(-50%, -100%);
  }
}

.slider__item:hover .hover-caption{
  display: block;
}

.hover-caption span{
  display: block;
}
.hover-caption span.r{
  font-size: 70%;
}
.mega-menu{
  display: block;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.mega-menu.enabled{
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  height: calc(81vh + 5vw + 15px);
}
.mega-menu .mega-inner{
  transform: translate(0, -200px);
}
.mega-menu.enabled .mega-inner{
  transform: translate(0,0);
  transition: all 1s ease;
}


.doc-header .app-logo{
  z-index: 99;
}
.doc-header .main-nav{
  position: relative;
}
.doc-header .dead-area{
  position: absolute;
  right: 100%;
  height: 100%;
  top:0;
  width: 40vw;
}