/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
  background-color: #fff;
}

.new-design .content {
  margin: inherit !important;
  width: auto !important;
}

.new-design {
  overflow-x: hidden;
}

h1 {
  color: #00305b;
  font-family: 'Verdana', sans-serif;
  font-size: 60px;
  line-height: 92px;
}

h2, h3 {
  font-family: 'Verdana', sans-serif;
}

.text-left {
  text-align: left;
}

.temp-space {
  margin-bottom: 150px;
}

.note {
  margin-bottom: 60px;
}

.note h3, .alarm-topics-title {
  color: #00305b;
  font-size: 22px;
}

.note .note-header {
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.note-header {
  position: relative;
  font-size: 24px;
  color: #fff;
  background-color: #00305b;
  border-radius: 5px 5px 0 0;
  padding: 15px 40px;
  margin: 0;
}

.note-header::before, .note-header::after {
  content: '';
  position: absolute;
  width: 170px;
  height: 30px;
  left: 0;
  bottom: -30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/liftedshadow_medium.png);
  z-index: 99;
}

.note-header::after {
  transform: scale(-1, 1);
  left: auto;
  right: 0;
}

.alarm-leader-img img {
  margin: 0 auto;
  width: 122px;
  height: 142px;
}

.note .note-body p {
  margin-top: 0;
}

.note-body h3 {
  text-align: left;
}

.note-more {
  text-align: center;
  text-transform: uppercase;
  color: #00305B;
  position: absolute;
  left: 55%;
  bottom: 10px;
  z-index: 2;
  font-family: 'Verdana', sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.note-more::after {
  content: '';
  position: absolute;
  border: 15px solid transparent;
  border-top: 20px solid #393939;
}

.note-body {
  padding: 15px;
  padding-top: 30px;
  background-color: rgba(232, 225, 209, 0.35);
  border: 3px solid rgba(133, 133, 133, 1);
  border-top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
  padding-bottom: 40px;
}

.note-body::after {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  content: "";
  border-radius: 0;
  border: 1px solid rgba(85, 85, 85, 1);
  background-color: transparent;
  z-index: -1;
}

.note-list {
  padding-left: 20px;
}

.note-list li {
  position: relative;
}

.alarm-law-issues .dd-entry-header {
  position: relative;
}

.title-links {
  display: flex;
  align-content: center;
  align-items: center;
  float: right;
}

.title-right {
  height: 184px;
  display: flex;
  align-content: center;
}

.title-links-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/images/alarm-law/book.jpg);
  border-radius: 50%;
  height: 92px;
  width: 92px;
  border: 5px solid #9a0a2e;
  z-index: 1;
}

.title-links-body {
  background-color: #9a0a2e;
  color: #fff;
  font-family: 'Verdana', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  padding: 5px;
  width: 200px;
  margin-left: -22px;
  padding-left: 31px;
}

.alarm-topics-title {
  border-top: 5px solid rgba(221, 221, 221, 1);
  font-size: 24px;
  font-family: 'Verdana', sans-serif;
  padding: 20px;
  padding-right: 0;
}

.alarm-security-wrapper {
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
}

.alarm-note {
  font-size: 14px;
}

.alarm-security-describe {
  padding: 40px 0;
}

.alarm-topics-body {
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  color: #9a0a2e;
}

.alarm-topics-body li {
  margin-bottom: 20px;
}

.alarm-topics-body li a {
  color: #9a0a2e !important;
}

.alarm-topics {
  position: relative;
  padding-bottom: 40px;
}

.drive-results {
  background-image: url(/images/background/drive-results.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.drive-results-content {
  padding-left: 40px;
  min-height: 450px;
}

.drive-results-content img {
  width: 100%;
}

.drive-results-content:first-child {
  box-shadow: 5px 0 0 0 #A0A0A0;
}

.alarm-law-issues {
  background-color: #fff;
}

.title-searcher {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.title-searcher .container-input {
  width: auto;
}

.title-searcher .input-search {
  width: 200px;
}

.btn-join {
  margin-bottom: 60px;
  display: block;
  background-color: #9a0a2e;
  padding: 10px 20px;
  color: #fff !important;
  text-align: center;
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
}

.alarm-security-card img {
  width: 100%;
  height: auto;
}

.alarm-security-card::before {
  content: 'Visit our Alarm Exchange';
  display: block;
  background-color: #9a0a2e;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
}

.contact-us .contact-img {
  text-align: right;
}

.contact-us .contact-img img {
  width: 110px;
  height: 110px;
}

.contact-us .contact {
  margin: 40px 0;
}

/*styles for modal*/
.modal-content {
  height: calc(100vh - 3.5rem);
}

.modal-body {
  overflow-y: scroll;
}

@media (max-width: 600px) {
  .contact-us .contact {
    text-align: center;
  }

  .contact-us .contact-img img {
    margin: 0 auto;
  }
}

.contact-us p {
  margin-top: 0;
}

.blue-shadow {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 48, 91, 0.45);
}

.side-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-image: url(/images/alarm-law/telephone.jpg);
  padding: 0;
}

.slide-main h1 {
  font-size: 38px;
  line-height: 1.2;
}

.container-header-menu, .casual-header .navbar-bg-menu {
  background-color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #9a0a2e;
}

.dropdown-item {
  color: #00305b;
}

.dropdown-menu {
  font-family: 'Verdana', sans-serif;
  background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #00305b;
  text-align: center;
}

.dropdown-menu .dropdown-item {
  border-bottom: 1px solid #000;
}

.dropdown-menu .dropdown-item:last-child {
  border-bottom: 0 !important;
}

.dropdown-item:hover {
  background-color: #e2e2e2;
  color: #9a0a2e;
}

.compilance-blocks {
  margin-bottom: 40px;
}

.compilance-blocks .compilance-block:nth-child(even) {
  background-color: #eee;
}

.compilance-block {
  padding: 20px 15px;
}

.compilance-block a {
  color: #9a0a2e;
}

.compilance-block-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: 'Verdana', sans-serif;
  background-color: #9a0a2e;
  padding: 10px 0;
}

.compilance-block-text {
  padding: 0 15px;
  margin-bottom: 10px;
}

.compilance-block-price {
  font-weight: 700;
  font-size: 18px;
}

.compilance-block > .col-8 {
  font-size: 16px;
}

.required-field {
  color: #9a0a2e;
}

.compilance-note {
  background-color: #9a0a2e;
  color: #fff;
  padding: 30px 15px;
  margin: 20px 0;
}

.compilance-note-title {
  text-decoration: underline;
  margin-bottom: 10px;
}

.note-space {
  background-color: #fff;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.compilance-form {
  padding: 0 15px;
  background-color: #fafafa;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.compilance-form .compilance-form-title {
  background-color: #999999;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font-family: 'Verdana', sans-serif;
  margin-bottom: 20px;
}

.compilance-form .combilance-form-body .w-100 {
  padding: 0 15px;
  margin: 10px 0;
  margin-top: 20px;
}

.compilance-forms .form-check {
  margin-bottom: 10px;
}

.compilance-forms a {
  color: #9a0a2e !important;
}

.compilance-question {
  font-weight: 700;
  font-family: 'Verdana', sans-serif;
  text-align: center;
}

.compilance-capcha {
  text-align: center;
  margin-bottom: 20px;
}

/*Resources*/
.container-line-info {
  padding: 20px 15px;
  border-bottom: 1px solid #ddd;
}

.container-line-info:last-child, .container-line-info-last-child {
  border-bottom: 0;
}

.container-line-info:hover {
  background-color: #ddd;
}

.name-team-member, .contact-info-team-member {
  font-size: 14px;
  color: #555555;
}

.name-team-member {
  flex-direction: column;
  justify-content: center;
}

.name-team-member p {
  padding-top: 0;
  margin: 0;
}

.name-team-member .pract-areas-info {
  font-size: 100%;
}

.contact-info-team-member a {

  color: #00305B;
  text-decoration: none;
}

.contact-info-team-member {
  text-align: center;
}

.tel-team-member {
  margin-bottom: 5px;
}

.link-bio-team-member {
  font-size: 12px;
  color: #000;
  border: 1px solid #000;
  text-decoration: none !important;
  padding: 5px 40px;
}

.link-bio-team-member:hover {
  color: #fff;
  background: #000;
}

.container-link-bio-team-member p {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.container-line-info .photo-team-member {
  width: 150px;
  height: 150px;
}

.container-line-info .name-team-member, .container-line-info .contact-info-team-member, .container-line-info .container-link-bio-team-member {
  display: flex;
  align-items: center;
}

.container-line-info .contact-info-team-member, .container-line-info .container-link-bio-team-member {
  justify-content: center;
}

.container-line-info .contact-info-team-member {
  flex-direction: column;
}

@media (max-width: 600px) {
  .container-line-info {
    text-align: center;
  }

  .name-team-member {
    flex-direction: column;
  }

  .alarm-security-describe {
    padding: 0px 10px;
  }

  .alarm-topics-body ul {
    margin-left: 20px;
  }

  .drive-results-content {
    padding-left: 10px;
    min-height: 300px;
  }

  .drive-results-content img {
    width: 100%;
  }

  .photo-team-member {
    margin: 0 auto;
  }

  .side-background {
    display: none;
  }
}

/*End Resources*/

/*Our Firm*/
.our-firm-left-img {
  background: url(/images/background/bg-our-firm.png) no-repeat;
  background-size: cover;
  opacity: 0.8;

}

.our-firm-text-center {
  color: #00305B;
}

.our-firm-main-heading {
  font-family: 'Verdana', sans-serif;
  font-size: 48px;
  margin-bottom: 0.5em;
  text-align: left;
}

.our-firm-heading, .our-firm-text-center h2 {
  font-family: 'Verdana', sans-serif;
  font-size: 30px;
  margin-bottom: 1em;
  text-align: left;
}

.our-firm-p, .our-firm-text-center p {
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 3rem;
  text-align: justify;
}

.our-firm-right-col {
  margin-top: 50px;
}

.our-firm-right {
  position: relative;
}

.our-firm-right::before {
  position: absolute;
  content: '';
  width: 60%;
  height: 5px;
  background: rgba(221, 221, 221, 1);
}

.our-firm-right-heading {
  font-family: 'Verdana', sans-serif;
  font-size: 18px;
  color: #555555;
  padding-top: 15px;
}

.our-firm-right-top-p {
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  color: #00305B;
  line-height: 1.2em;
}

.our-firm-right-bottom {
  margin-top: 60%;
}

.our-firm-right-bottom a {
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  color: #9a0a2e;
  text-decoration: none;
}

.our-firm-right-bottom a:hover {
  color: #00305B;
  text-decoration: none;
}

.our-firm-right-link-line-btn {
  color: #fff !important;
  background: #9a0a2e;
  padding: 5px 30px;
  text-decoration: none;
}

.our-firm-right-link-line-btn:hover {
  background: #00305B;
  text-decoration: none;
}

.our-firm-right-link-line-p {
  line-height: 1.3em;
}

@media (max-width: 600px) {
  .our-firm-right-col {
    margin-top: 0;
  }

  .our-firm-right-bottom {
    margin-top: 0;
  }

  .our-firm-p, .our-firm-text-center p {
    margin-bottom: 1rem;
  }
}

/*End Our Firm*/

/*copy-of-practice-areas*/
.left-img {
  background: url(/images/background/Bankruptcy1.png) no-repeat;
  background-size: cover;
  background-position: right;
}

.bankruptcy-text-center {
  font-family: 'Verdana', sans-serif;
}

.bankruptcy-text-center-wrapper {
  padding: 50px 70px 0 5px;
}

.bankruptcy-text-center-wrapper h3, .bankruptcy-text-center-wrapper h2 {
  text-align: left;
}

.bankruptcy-main-heading {
  font-size: 22px;
  font-weight: bold;
  color: #9a0a2e;
  text-align: left;
}

.bankruptcy-heading {
  font-size: 18px;
  color: #9a0a2e;
  text-align: left;
}

.bankruptcy-text-center-wrapper p {
  font-size: 14px;
  color: #000;
  line-height: 1.5em;
}

.bankruptcy-text-center-wrapper p span {
  color: #9a0a2e;
  text-decoration: underline;
  text-align: left;
  font-size: 16px;
}

.bankruptcy-text-center-wrapper ul {
  list-style: disc;
  margin-left: 15px;
}

.bankruptcy-text-center-wrapper ul > li {
  font-size: 14px;
}

.bankruptcy-text-center-massage-wrapper {
  margin: 80px 70px 40px 100px;
  border: 3px solid #858585;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.bankruptcy-text-center-massage {
  border: 1px solid #000;
  margin: 5px;
}

.bankruptcy-text-center-massage p {
  font-family: 'Verdana', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #00305B;
  text-align: center;
  padding: 20px 0;
}

.bankruptcy-right-partner-img-wrapper, .bankruptcy-right-partner-text-wrapper {
  float: left;
  display: block;
}

.bankruptcy-right-partner {
  clear: both;
  padding-top: 10px;
  margin-bottom: 20px;
  width: 105%;
}

.bankruptcy-right-partner-text-wrapper {
  margin-left: 35px;
}

.bankruptcy-right-partner-img {
  width: auto;
  height: 100%;
}

.bankruptcy-right-partner-img-wrapper {
  width: 60px;
  height: 83px;
}

.bankruptcy-right-partner-text-wrapper p {
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 2px;
}

.bankruptcy-right-partner-text-p {
  color: #00305B;
}

.bankruptcy-right-partner-text-p-mid {
  color: #377DBD;
}

.bankruptcy-right-heading {
  font-family: 'Verdana', sans-serif;
  font-size: 18px;
  color: #00305B;
  text-align: center;
  padding: 20px 0 0;
}

.bankruptcy-right-top {
  padding-top: 20px;
}

.bankruptcy-right::before {
  position: absolute;
  content: '';
  width: 80%;
  height: 5px;
  background: rgba(221, 221, 221, 1);
}

.bankruptcy-right-link {
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  color: #9a0a2e;
  text-decoration: none;
}

.bankruptcy-right-link:hover {
  text-decoration: none;
}

.bankruptcy-link-btn {
  font: normal normal 700 12px/1.4em 'Verdana', sans-serif;
  transition: color 0.4s ease 0s;
  color: #00305B;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}

.bankruptcy-link-btn::after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-top: 20px solid #393939;
  top: 0;
}

.bankruptcy-link-btn:hover {
  color: #9a0a2e;
  text-decoration: none;
}

.bankruptcy-right-middle p:last-child, .bankruptcy-right-bottom p:last-child {
  text-align: center;
  margin-top: 30px;
}

.bankruptcy-right-middle p:nth-child(2), .bankruptcy-right-bottom p:nth-child(2), .bankruptcy-right-middle p:nth-child(3), .bankruptcy-right-bottom p:nth-child(3) {
  margin-bottom: 0.5rem;
}

.bankruptcy-right-middle {
  margin-top: 30px;
}

@media (max-width: 600px) {
  .bankruptcy-text-center-wrapper {
    padding: 0;
    margin-top: 210px;
  }

  .bankruptcy-text-center-massage-wrapper {
    margin: 0;
  }

  .bankruptcy-text-center {
    background: #fff;
  }

  .left-img {
    display: none;
  }

  .bankruptcy-right-partner {
    margin: 0 60px;
  }

  .bankruptcy-right::before {
    width: 100%;
    left: 0;
  }

  .bankruptcy-right-middle, .bankruptcy-right-bottom {
    text-align: center;
  }
}

/*End copy-of-practice-areas*/

/*copy-of-heathcare-law-2*/

.heathcare-law-left-img {
  background: url(/images/healthcare_law/copy-of-heathcare-law-2.png) no-repeat;
  background-size: contain;
  background-position: top right;
}

.head-link-wrapper {
  text-align: center;
  margin-top: 30px;
}

.heathcare-law-center-head-link-p {
  padding: 5px 0;
  background-color: #9a0a2e;
  line-height: 1.5em;
  text-transform: uppercase;
  font-family: 'Verdana', sans-serif;
  -webkit-box-shadow: 5px 5px 10px 1px rgba(0, 48, 91, 0.8);
  -moz-box-shadow: 5px 5px 10px 1px rgba(0, 48, 91, 0.7);
  box-shadow: 5px 5px 10px 1px rgba(0, 48, 91, 0.8);
}

.heathcare-law-center-head-link {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0;

}

.heathcare-law-center-head-link:hover {
  text-decoration: none;
  color: #fff !important;

}

.heathcare-law-center-head-link:hover .heathcare-law-center-head-link-p {
  background-color: #00305B;
}

.heathcare-law-center-heading {
  font-family: 'Verdana', sans-serif;
  font-size: 48px;
  line-height: 1.3em;
  color: #00305B;
}

.heathcare-law-center-p, .center-message-text p {
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #555555;
  margin-top: 0;
}

.heathcare-law-center-p {
  color: #000;
}

.heathcare-law-text-center-message-wrapper {
  border: 3px solid #858585;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  background: #f7f5ef;
}

.heathcare-law-text-center-message {
  border: 1px solid #000;
  margin: 5px;
  padding: 20px 20px 0;
}

.center-message-img {
  text-align: center;
}

.center-message-img img {
  margin: 0 auto;
  width: 112px;
  height: 124px;
}

.center-message-link {
  margin-top: 30px;
  text-align: center;
}

.center-message-link p {
  margin-bottom: 0;
}

.center-message-link a {
  position: relative;
  font: normal normal 700 12px/1.4em 'Verdana', sans-serif;
  transition: color 0.4s ease 0s;
  color: #00305B;
}

.center-message-link a:hover {
  color: #9a0a2e;
  text-decoration: underline;
}

.center-message-link a::after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-top: 20px solid #393939;
  bottom: -15px;
  right: -28px;
}

.practices-wrapper, .newsletter {
  margin-top: 40px;
}

.heathcare-law-practices {
  text-align: center;
  background-color: rgba(0, 48, 91, 1);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 1);
}

.heathcare-law-practices-heading {
  font-family: 'Verdana', sans-serif;
  font-size: 28px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.heathcare-law-practices-heading:hover {
  text-decoration: none;
  color: #fff;
}

.healthcare-page .heathcare-law-practices-heading::before {
  position: absolute;
  content: '';
  background: #ffffff url(/images/healthcare_law/PRACTICES.png) no-repeat center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  top: -11px;
  left: -70px;
}

.heathcare-law-practices {
  padding: 20px 0;
  position: relative;
}

.heathcare-law-practices::before, .heathcare-law-practices::after {
  position: absolute;
  content: '';
  bottom: -26px;
  width: 165px;
  height: 26px;
  background: url(/images/healthcare_law/liftedshadow_medium.png) no-repeat;
}

.heathcare-law-practices::before {
  left: -20px;
  background-position: 0 0;
}

.heathcare-law-practices::after {
  right: -20px;
  background-position: 100% 0;
}

.results-heading-wrapper {
  text-align: left;
  padding: 10px 20px;
}

.results-heading {
  font-family: 'Verdana', sans-serif;
  font-size: 24px;
  color: #fff;
}

.results-text-wrapper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background: url(/images/healthcare_law/result-bg.png) no-repeat center top;
  background-size: cover;
}

.left-text-results-btn {
  margin-top: 65%;
}

.results-text {
  padding: 20px;
}

.right-text-results {

  border-left: 5px solid rgba(160, 160, 160, 1);
}

.text-results-heading {
  font-family: 'Verdana', sans-serif;
  font-size: 22px;
  color: #00305b;
  text-indent: 1.5em;
}

.text-results-links a {
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  color: #9a0a2e;
  text-decoration: none;
}

.text-results-links a:hover {
  text-decoration: none;
  color: #00305b !important;
}

.left-text-results-btn {
  text-align: center;
}

.heathcare-law-link-more a {
  position: relative;
  font: normal normal 700 12px/1.4em 'Verdana', sans-serif;
  transition: color 0.4s ease 0s;
  color: #00305B;
}

.heathcare-law-link-more a:hover {
  color: #9a0a2e;
  text-decoration: none;
}

.heathcare-law-link-more a::after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-top: 20px solid #393939;
  bottom: -16px;
  right: -28px;
}

.heathcare-newsletter-heading-wrapper {
  text-align: center;
  border-bottom: 5px solid rgba(199, 188, 161, 1);
}

p.heathcare-newsletter-heading {
  margin-top: 0;
}

.heathcare-newsletter-heading, .webinars-heading {
  font-size: 24px;
  color: #00305B;
}

.heathcare-newsletter-link-wrapper ul, .heathcare-webinars-link-wrapper ul {
  margin: inherit;
}

.heathcare-newsletter-link-wrapper li a {
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  color: #9a0a2e;
}

.heathcare-newsletter-link-wrapper li a:hover {
  text-decoration: none;
  color: #00305B;
}

.heathcare-newsletter-link-wrapper {
  margin-top: 20px;
}

.heathcare-newsletter-search {
  padding: 20px;
}

.heathcare-newsletter-link-more {
  text-align: right;
  margin-right: 50px;
}

.provide-heading {
  text-align: center;
}

.services-provide-list-wrapper .services-provide-list {
  padding: 0 5%;
  margin-bottom: 0;
  margin-left: 0;
}

.services-provide-list-wrapper .services-provide-list li {
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 0;
}

.services-provide-list li {
  text-transform: uppercase;
}

.services-provide-list li a {
  display: block;
  font: normal normal normal 16px/1.4em 'Verdana', sans-serif;
  transition: color 0.4s ease 0s;
  color: #9a0a2e;
  padding: 5px 0;
  box-sizing: border-box;
  border: solid rgba(0, 0, 0, 1) 3px;
}

.services-provide-list li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(154, 10, 46, 1);
  border-color: rgba(160, 160, 160, 1);
}

.text-on-img-wrapper {
  margin: 0 5%;
  padding: 30px 0 70px 20px;
  background: url(/images/healthcare_law/services-provide.png) no-repeat;
  background-size: contain;
}

.text-on-img-wrapper p {
  font-size: 14px;
  font-style: italic;
  color: #00305B;
  line-height: 1.5em;
}

.heathcare-newsletter-join-btn {
  text-align: center;
  padding-top: 10px;
}

.heathcare-newsletter-join-btn a {
  font: normal normal normal 14px/1.4em 'Verdana', sans-serif;
  transition: color 0.4s ease 0s;
  color: #FFFFFF;
  background: #9a0a2e;
  display: block;
  padding: 10px 0;
}

.heathcare-newsletter-join-btn a:hover {
  background: #00305B;
  text-decoration: none;
}

.webinars-left-top {
  background-color: rgba(230, 222, 202, 0.6);
  padding-bottom: 5px;
}

.webinars-left-top-heading {
  padding-top: 10px;
  border-bottom: 5px solid rgba(199, 188, 161, 1);
}

.webinars-left-top-img img {
  margin-top: 10px;
  display: inline-block;
}

.webinars-left-top-img .webinar-image {
  float: inherit;
  width: auto;
  height: 90px;
}

.webinars-left-top-img .webinars, .webinars-left-top-img .entry-webinar {
  margin: 0;
}

.webinars-left-top-img .entry-webinar .col-sm-auto {
  text-align: center;
}

.webinars-left-top-img .entry-webinar h2.webinar-title {
  font-size: 14px;
}

.main-link-more a {
  position: relative;
  font: normal normal 700 12px/1.4em 'Verdana', sans-serif;
  transition: color 0.4s ease 0s;
  color: #00305B;
}

.main-link-more a:hover {
  color: #9a0a2e;
  text-decoration: underline;
}

.main-link-more a::after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-top: 20px solid #393939;
  bottom: -16px;
  right: -28px;
}

.container-input, .container-input-search {
  margin-right: 10px;
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.container-input input#search {
  width: 100%;
  height: 30px;
  background: #ffffff;
  border: 1px solid #dbebfc;
  font-size: 10pt;
  float: left;
  color: #63717f;
  padding-left: 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.container-input-search input#search {
  width: 100%;
  height: 30px;
  background: #ffffff;
  border: 1px solid #dbebfc;
  font-size: 10pt;
  float: left;
  color: #63717f;
  padding-left: 35px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.container-input-search .icon {
  position: absolute;
  top: 50%;
  z-index: 1;
  color: #4f5b66;
  background-position: 0px 210px;
}

.container-input .icon {
  position: absolute;
  top: 50%;
  margin-left: 7px;
  margin-top: 7px;
  z-index: 1;
  color: #4f5b66;
}

.container-input input#search:hover, .container-input input#search:focus, .container-input input#search:active {
  outline: none;
  background: #ffffff;
}

.webinars-all-wrapper p {
  margin-top: 0;
}

.webinars-all-wrapper {
  margin-bottom: 40px;
}

.webinars-heading {
  margin-left: 10px;
}

.webinars-left-bottom {
  margin-top: 20px;
  background-color: rgba(85, 85, 85, 0.25);
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 1);
}

.article-heading {
  margin-bottom: 0;
}

.heathcare-webinars-link-wrapper ul {
  margin-left: 0;
}

.heathcare-webinars-link-wrapper li a {
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  color: #9a0a2e;
  text-decoration: underline;
}

.heathcare-webinars-link-wrapper li a:hover {
  color: #00305B;
}

.heathcare-webinars-link-wrapper {
  margin: 10px 0 0 10px;
}

.webinars-right-btn a {
  font-size: 14px;
}

.webinars-right-wrapper {
  padding: 10px;
}

.webinars-right-img-wrapper img {
  width: 100%;
}

.webinars-right-btn {
  margin-bottom: 0;
}

.note-body .webinars-right-btn a {
  font-size: 12px;
}

.note-body .heathcare-newsletter-join-btn a {
  padding: 25px 5px;
}

.note-body .heathcare-newsletter-join-btn {
  padding: 0;
}

.webinars-right-heading {
  text-align: left;
  font-family: 'Verdana', sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  color: #00305B;
}

.webinars-right-p {
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  color: #555555;
  text-align: left;
}

.webinars-right-link {
  color: #555555;
  text-decoration: underline;
}

.webinars-right-second-block {
  margin-top: 0;
}

p.leader-heading {
  text-align: center;
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
}

.affiliations-wrapper {
  padding: 30px 0 50px;
  background: #eef2f6;
}

.affiliations-heading-wrapper {
  text-align: center;
}

.affiliations-heading {
  font-family: 'Verdana', sans-serif;
  font-size: 28px;
  color: #9a0a2e;
}

.affiliations-img {
  text-align: center;
}

.affiliations-img img {
  display: inline-block;
}

.heathcare-law-practices-slider {
  margin-bottom: 10px;
  margin-top: 10px;
}

body {
  background: #fff;
}

@media (max-width: 768px) {
  .alarm-leader-img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 576px) {
  .alarm-leader-img img {
    margin: 0 auto;
    width: 122px;
    height: 142px;
  }
}

@media (max-width: 600px) {
  .webinars-left-top-img .webinar-image {
    height: 140px;
  }

  .heathcare-law-practices-heading {
    font-size: 20px;
  }

  .heathcare-law-practices {
    text-align: right;
  }

  .left-text-results-btn {
    margin-top: 0;
  }

  .right-text-results {
    border-top: 5px solid rgba(160, 160, 160, 1);
  }

  .right-text-results {
    border-left: 0 solid rgba(160, 160, 160, 1);
  }

  .heathcare-law-center-heading {
    font-size: 50px;
  }

  .webinars-left-top-heading {

    border-bottom: 0 solid rgba(199, 188, 161, 1);
  }

  .results-heading-wrapper {
    text-align: center;
  }

  .heathcare-law-center {
    margin-top: 0;
  }

  .head-link-wrapper {
    margin-top: 0;
  }
}

/*End copy-of-heathcare-law-2*/

/*Contact*/
.contact-wrapper, .contact-bottom {
  margin-top: 30px;
}

.contact-bottom .form-instructions {
  margin: 0;
  font-size: 14px;
  color: #0f4c85;
  font-weight: 700;
}

.contact-bottom .form-notes {
  padding: 0;
  text-align: center;
  font-size: 14px;
  margin: 0;
}

.contact-right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.contact-wrapper-heading h1 {
  font-family: 'Verdana', sans-serif;
  font-size: 40px;
  color: #00305B;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 30px;
}

.contact-wrapper-p {
  font: normal normal normal 14px/1.4em 'Verdana', sans-serif;
  color: #0F4C85;
  margin-bottom: 0.3rem;
}

p.contact-wrapper-p {
  margin-top: 0;
}

.contact-form-control {
  font: normal normal normal 14px/1.4em 'Verdana', sans-serif;
  background-color: rgba(221, 221, 221, 0.7);
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0 solid rgba(0, 0, 0, 1);
  color: #555555;
  margin: 0 0 5px;
  padding: 5px;
  width: 100%;
}

.form-group {
  margin-bottom: 0;
}

.contact-btn {
  background-color: rgba(55, 125, 189, 1);
  font: normal normal normal 16px/1.4em 'Verdana', sans-serif;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  margin: 0;
  border-radius: 0;
  padding: 5px;
  float: right;
}

.contact-form {
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .contact-bottom-left {
    margin-bottom: 30px;
  }

  .contact-bottom-right {
    height: 300px;
  }
}

/*End Contact*/

.dropdown-menu {
  margin-top: 0;
  top: 90%;
}

header {
  border-top: 0;
}

/*Healthcare-Practice-Areas*/
.healthcare-practice-areas-block-content {
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
  color: #555555;
  line-height: 1.5em;
}

.healthcare-practice-areas-list-p {
  padding-left: 10%;
}

.healthcare-practice-areas-heading-wrapper p {
  font-size: 48px;
  line-height: 1.5em;
  color: #9a0a2e;
  font-family: 'Verdana', sans-serif;
}

.healthcare-practice-areas-block-heading-main h3 {
  font-family: 'Verdana', sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #9a0a2e;
  text-align: left;
}

.healthcare-practice-areas-block-heading-p p {
  font-family: 'Verdana', sans-serif;
  font-size: 18px;
  color: #9a0a2e;
}

.healthcare-practice-areas-block-content ul {
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
  color: #9a0a2e;
  line-height: 1.5em;
}

.healthcare-practice-areas-block-content ul a {
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
  color: #9a0a2e;
}

.healthcare-practice-areas-block-wrapper img {
  margin: 20px 0;
  width: 100%;
}

.healthcare-practice-areas-block-list {
  list-style-type: disc;
}

.healthcare-practice-areas-block-list li {
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
  color: #555555;
  line-height: 1.5em;
}

.healthcare-practice-areas-block-text-a {
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
  color: #555555;
  text-decoration: underline;
}

.healthcare-practice-areas-block-wrapper {
  margin-top: 50px;
}

.healthcare-practice-areas-affiliations {
  border-top: 5px solid #e2e6ea;
  background: #fff;
}

/*End Healthcare-Practice-Areas*/

.container-footer-top-social-icon img {
  width: 24px;
  height: 24px;
}

/*Articles*/
.container-footer-top-social-icon img {
  width: 24px;
  height: 24px;
}

.article-wrapper img {
  display: flex;
  margin: 10px auto;
  margin-top: 20px;
}

.article-date {
  text-align: center;
  font: normal normal 700 12px/1.4em 'Verdana', sans-serif;
}

.article-heading {
  margin-top: 10px;
}

.article-heading a {
  font: normal normal 700 14px/1.5em 'Verdana', sans-serif;
  transition: color 0.4s ease 0s;
  color: #9a0a2e;
  text-transform: uppercase;
}

.article-heading a:hover {
  color: #00305B;
  text-decoration: none;
}

.article-body {
  font: unset;
  color: #000;
}

.article-body ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}

.article-body, .article-body div, .article-body p, .article-body li {
  font-family: Helvetica, Arial, Verdana sans-serif;
  font-size: 12pt;
}

.articles-container .article-wrapper:nth-child(2n) {
  background-color: #fff;
}

.articles-container .article-wrapper {
  border-bottom: 1px solid #717171;
}

.articles-container .article-wrapper:last-child {
  border-bottom: 0;
}

.articles-container .article-wrapper:hover {
  background-color: #F0F3F6;
}

/*End Articles*/

.general-practice-heading h2 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0.2em;
}

.general-practice-heading h4 {
  color: #00305B;
}

.general-practice-heading {
  margin-bottom: 30px;
}

.general-practice-image {
  display: flex;
  justify-content: center;
}

.general-practice-list {
  padding: 10px;
}

.general-practice-list ul {
  margin-left: 0;
}

.general-practice-list ul li a {
  display: block;
  padding: 15px 10px;
  padding-left: 50px;
}

.general-practice-list ul li {
  position: relative;
}

.general-practice-list ul li:before {
  content: '';
  display: block;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  background: url(/images/site/icons.png);
  background-position: -0px -35px;
  position: absolute;
  top: 9px;
  left: 5px;
}

.general-practice-list ul li {
  border-bottom: 1px solid #999999;
  margin-top: 0;
}

.general-practice-list ul li:last-child {
  border-bottom: 0;
}

.general-practice-list ul li a:hover {
  background-color: #eee;
}

.article-link {
  cursor: pointer;
}

.article-body-wrapper {
  padding: 10px 10px;
}

.article-body-wrapper p {
  margin: 0;
}

.bankruptcy-right-partner-text-wrapper p {
  margin-top: 0;
}

.practice-aria-no-image .bankruptcy-text-center-wrapper {
  padding: 0;
  padding-top: 50px;
}

.article-body > div {
  width: 100% !important;
}

@font-face {
  font-family: 'SFUI Display';
  src: url('/fonts/SFUIDisplay-Regular.eot');
  src: url('/fonts/SFUIDisplay-Regular.eot') format('eot'),
  url('/fonts/SFUIDisplay-Regular.woff') format('woff'),
  url('/fonts/SFUIDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFUI Display - Semibold';
  src: url('/fonts/SFUIDisplay-Semibold.eot');
  src: url('/fonts/SFUIDisplay-Semiboldr.eot') format('eot'),
  url('/fonts/SFUIDisplay-Semibold.woff') format('woff'),
  url('/fonts/SFUIDisplay-Semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*new general-practice*/
.header-page-general-practice {
  margin-top: 50px;
  border-left: 3px solid #9a0a2e;
  position: relative;
}

.header-page-general-practice h1,
.header-page-general-practice h2 {
  color: #002a57;
  font-family: "SFUI Display";
  font-size: 46px;
  font-weight: 700;
  padding-left: 23px;
  position: relative;
  line-height: 46px;
  margin-bottom: 0;
  text-align: left;
}

.header-page-general-practice::before {
  position: absolute;
  content: '';
  background-color: #9a0a2e;
  width: 100%;
  height: 3px;
  top: 50%;
  left: -100%;
}

.header-page-general-practice-p {
  color: #383838;
  font-family: "SFUI Display";
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.73px;
  padding-left: 23px;
  line-height: 21px;
  margin-bottom: 0;
}

.header-page-general-practice-p span {
  color: #9a0a2e;
}

.introduction h1, .introduction > h2 {
  color: #002a57;
  font-family: "SFUI Display";
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.introduction p {
  color: #383838;
  font-family: "SFUI Display";
  font-size: 19px;
  font-weight: 400;
  line-height: 20.93px;
}

.introduction p:first-child {
  margin-bottom: 30px;
}

.introduction p:last-child {
  margin-bottom: 70px;
}

.general-practice-areas-heading {
  background-color: #00305b;
  margin-top: 50px;
}

.general-practice-areas-list h3 {
  color: #ffffff;
  font-family: "SFUI Display - Semibold";
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.73px;
  text-align: center;
  padding: 19px 0 18px;
}

.general-practice-areas-list-p p {
  text-align: center;
  color: #383838;
  font-family: "SFUI Display";
  font-size: 17px;
  font-weight: 400;
  padding-top: 36px;
  padding-bottom: 10px;
}

.general-practice-areas-item {
  position: relative;
  padding-top: 40px;
}

.general-practice-areas-item::after {
  position: absolute;
  content: '';
  width: 266px;
  height: 1px;
  background-color: #919296;
  bottom: 0;
  left: 15px;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.general-practice-areas-item-heading {
  padding-left: 68px;
  position: relative;
}

.general-practice-areas-item-heading p {
  color: #383838;
  font-family: "SFUI Display";
  font-size: 16px;
  font-weight: 700;
  line-height: 22.72px;
  letter-spacing: 1.1px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.general-practice-areas-item-heading a {
  color: #939498;
  font-family: "SFUI Display";
  font-size: 11px;
  font-weight: 700;
  line-height: 15.54px;
  letter-spacing: 1.1px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.item-heading-acquisitions::before {
  position: absolute;
  content: '';
  background-color: #333333;
  -webkit-mask: url(/images/practice-areas/main/acquisitions.svg) no-repeat top center / contain;
  mask: url(/images/practice-areas/main/acquisitions.svg) no-repeat top center / contain;
  width: 50px;
  height: 100%;
  left: 0;
  top: 3px;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.general-practice-areas-item-acquisitions:hover .item-heading-acquisitions::before {
  background-color: #9a0a2e;
}

.item-heading-alarm-security-law::before {
  position: absolute;
  content: '';
  background-color: #333333;
  -webkit-mask: url(/images/practice-areas/main/alarm-security-law.svg) no-repeat top center / contain;
  mask: url(/images/practice-areas/main/alarm-security-law.svg) no-repeat top center / contain;
  width: 50px;
  height: 100%;
  left: 0;
  top: 2px;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.general-practice-areas-item-alarm-security-law:hover .item-heading-alarm-security-law::before {
  background-color: #9a0a2e;
}

.item-heading-alarm-acquisitions-sales::before {
  position: absolute;
  content: '';
  background-color: #333333;
  -webkit-mask: url(/images/practice-areas/main/alarm-acquisitions-sales.svg) no-repeat top center / contain;
  mask: url(/images/practice-areas/main/alarm-acquisitions-sales.svg) no-repeat top center / contain;
  width: 50px;
  height: 100%;
  left: 0;
  top: 3px;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.general-practice-areas-item-alarm-acquisitions-sales:hover .item-heading-alarm-acquisitions-sales::before {
  background-color: #9a0a2e;
}

.item-heading-bankruptcy::before {
  position: absolute;
  content: '';
  background-color: #333333;
  -webkit-mask: url(/images/practice-areas/main/bankruptcy.svg) no-repeat top center / contain;
  mask: url(/images/practice-areas/main/bankruptcy.svg) no-repeat top center / contain;
  width: 50px;
  height: 100%;
  left: 0;
  top: 3px;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.general-practice-areas-item-bankruptcy:hover .item-heading-bankruptcy::before {
  background-color: #9a0a2e;
}

.item-heading-collections::before {
  position: absolute;
  content: '';
  background-color: #333333;
  -webkit-mask: url(/images/practice-areas/main/collections.svg) no-repeat top center / contain;
  mask: url(/images/practice-areas/main/collections.svg) no-repeat top center / contain;
  width: 50px;
  height: 100%;
  left: 0;
  top: 2px;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.general-practice-areas-item-collections:hover .item-heading-collections::before {
  background-color: #9a0a2e;
}

.item-heading-commercial-litigation::before {
  position: absolute;
  content: '';
  background-color: #333333;
  -webkit-mask: url(/images/practice-areas/main/commercial-litigation.svg) no-repeat top center / contain;
  mask: url(/images/practice-areas/main/commercial-litigation.svg) no-repeat top center / contain;
  width: 50px;
  height: 100%;
  left: 0;
  top: 8px;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.general-practice-areas-item-commercial-litigation:hover .item-heading-commercial-litigation::before {
  background-color: #9a0a2e;
}

.item-heading-employment::before {
  position: absolute;
  content: '';
  background-color: #333333;
  -webkit-mask: url(/images/practice-areas/main/employment.svg) no-repeat top center / contain;
  mask: url(/images/practice-areas/main/employment.svg) no-repeat top center / contain;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.general-practice-areas-item-employment:hover .item-heading-employment::before {
  background-color: #9a0a2e;
}

.item-heading-family-law::before {
  position: absolute;
  content: '';
  background-color: #333333;
  -webkit-mask: url(/images/practice-areas/main/family-law.svg) no-repeat top center / contain;
  mask: url(/images/practice-areas/main/family-law.svg) no-repeat top center / contain;
  width: 50px;
  height: 100%;
  left: 0;
  top: 3px;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.general-practice-areas-item-family-law:hover .item-heading-family-law::before {
  background-color: #9a0a2e;
}

.item-heading-healthcare-law::before {
  position: absolute;
  content: '';
  background-color: #333333;
  -webkit-mask: url(/images/practice-areas/main/healthcare-law.svg) no-repeat top center / contain;
  mask: url(/images/practice-areas/main/healthcare-law.svg) no-repeat top center / contain;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.general-practice-areas-item-healthcare-law:hover .item-heading-healthcare-law::before {
  background-color: #9a0a2e;
}

.item-heading-litigation::before {
  position: absolute;
  content: '';
  background-color: #333333;
  -webkit-mask: url(/images/practice-areas/main/litigation.svg) no-repeat top center / contain;
  mask: url(/images/practice-areas/main/litigation.svg) no-repeat top center / contain;
  width: 50px;
  height: 100%;
  left: 0;
  top: 2px;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.general-practice-areas-item-litigation:hover .item-heading-litigation::before {
  background-color: #9a0a2e;
}

.item-heading-personal-injury::before {
  position: absolute;
  content: '';
  background-color: #333333;
  -webkit-mask: url(/images/practice-areas/main/personal-injury.svg) no-repeat top center / contain;
  mask: url(/images/practice-areas/main/personal-injury.svg) no-repeat top center / contain;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.general-practice-areas-item-personal-injury:hover .item-heading-personal-injury::before {
  background-color: #9a0a2e;
}

.item-heading-probate-estate::before {
  position: absolute;
  content: '';
  background-color: #333333;
  -webkit-mask: url(/images/practice-areas/main/probate-estate.svg) no-repeat top center / contain;
  mask: url(/images/practice-areas/main/probate-estate.svg) no-repeat top center / contain;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.general-practice-areas-item-probate-estate:hover .item-heading-probate-estate::before {
  background-color: #9a0a2e;
}

.item-heading-real-estate::before {
  position: absolute;
  content: '';
  background-color: #333333;
  -webkit-mask: url(/images/practice-areas/main/real-estate.svg) no-repeat top center / contain;
  mask: url(/images/practice-areas/main/real-estate.svg) no-repeat top center / contain;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.general-practice-areas-item-real-estate:hover .item-heading-real-estate::before {
  background-color: #9a0a2e;
}

.item-heading-wills-tusts::before {
  position: absolute;
  content: '';
  background-color: #333333;
  -webkit-mask: url(/images/practice-areas/main/wills-tusts.svg) no-repeat top center / contain;
  mask: url(/images/practice-areas/main/wills-tusts.svg) no-repeat top center / contain;
  width: 50px;
  height: 100%;
  left: 0;
  top: 3px;
  -webkit-transition: all 0.3s ease;;
  -moz-transition: all 0.3s ease;;
  -o-transition: all 0.3s ease;;
  transition: all 0.3s ease;
}

.general-practice-areas-item-wills-tusts:hover .item-heading-wills-tusts::before {
  background-color: #9a0a2e;
}

.general-practice-areas-item-about {
  padding: 20px 46px 0 0;
}

.general-practice-areas-item-about p {
  color: #383838;
  font-family: "SFUI Display";
  font-size: 14px;
  font-weight: 400;
  line-height: 20.06px;
}

.general-practice-areas-item:hover .general-practice-areas-item-heading p {
  color: #9a0a2e;
}

.general-practice-areas-item:hover:after {
  background-color: #9a0a2e;
}

.general-practice-areas-item:hover .general-practice-areas-item-heading a {
  color: #00305b;
}

.general-practice-areas-item:hover .item-heading-acquisitions::before {
  fill: #9a0a2e;
}

.last-row-general-practice-areas {
  padding-bottom: 100px;
}

@media (max-width: 600px) {
  .header-page-general-practice {
    margin-top: 60px;
  }

  .header-page-general-practice h2 {
    font-size: 37px;
  }

  .header-page-general-practice-p {
    font-size: 16px;
  }

  .introduction h1, .introduction > h2 {
    line-height: 30px;
  }

  .general-practice-areas-list-p p {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .last-row-general-practice-areas {
    padding-bottom: 30px;
  }
}

/*End new general-practice*/

.name-team-member p {
  padding-top: 0;
  font-size: 20px;
}

.tel-team-member, .mail-team-member {
  margin-top: 0;
  margin-bottom: 0;
}

.general-practice-areas-item .general-practice-areas-item-heading p {
  font-size: 14px;
  transition-duration: .3s;
}

.general-practice-areas-item:hover .general-practice-areas-item-heading p,
.general-practice-areas-item:active .general-practice-areas-item-heading p {
  font-size: 16px;
}

.general-practice-areas-item:hover .general-practice-areas-item-heading a,
.general-practice-areas-item:active .general-practice-areas-item-heading a {
  font-size: 14px;
}

.general-practice-areas-item:before {
  backface-visibility: hidden;
  border-top: 1px solid #383838;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  position: absolute;
  transition: all 280ms ease-in-out;
  width: 0;
  opacity: 0;
}

.general-practice-areas-item:hover:before {
  backface-visibility: hidden;
  border-top-color: #9a0a2e;
  transition: width 350ms ease-in-out;
  bottom: auto;
  top: 0;
  width: 100%;
  opacity: 1;
}

.general-practice-areas-item {
  padding: 0 10px;
  margin-top: 10px;
}

.general-practice-areas-item-about {
  padding: 20px 10px 10px 10px;
}

.general-practice-areas-item:hover:after {
  left: 0;
  width: 100%;
}

.side-borders:before {
  border-left: 1px solid #383838;
  height: 0;
  content: " ";
  top: 0;
  left: 0;
  position: absolute;
  transition: all 280ms ease-in-out;
  opacity: 0;
}

.side-borders:after {
  border-right: 1px solid #000;
  left: inherit !important;
  height: 0;
  width: 80%;
  content: " ";
  bottom: 0;
  right: 15%;
  position: absolute;
  transition: all 280ms ease-in-out;
  background-color: inherit;
  margin: auto;
  border-bottom: 1px solid #000;
}

.side-borders:hover:after {
  background-color: inherit;
  border-bottom: 1px solid #9a0a2e;
  border-right: 1px solid #9a0a2e;
  height: 100%;
  width: 100%;
  right: 0;
  opacity: 1;
}

.side-borders:hover:before,
.side-borders:hover:after {
  backface-visibility: hidden;
  transition: all 300ms ease-in-out;
  border-color: #9a0a2e;
  height: 100%;
  opacity: 1;
}

.practice-areas-image {
  float: left;
  margin-right: -35px;
  width: 220px;
  height: 200px;
}

/*Healthcare-Practice Areas*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #9a0a2e;
}

.link-healthcare-practice-areas {
  color: #9a0a2e;
  text-transform: uppercase;
}

.link-healthcare-practice-areas:hover {
  color: #002a57;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.healthcare-practice-areas-heading-wrapper {
  margin: 50px 0;
}

.healthcare-practice-areas-heading-wrapper p {
  color: #002a57;
}

.tab-content-healthcare-practice-areas p {
  margin-top: 0;
}

.healthcare-practice-areas-block-list {
  list-style-position: inside;
}

.healthcare-pract-arias-img {
  width: 100%;
  margin: 20px 0;
}

/*End Healthcare-Practice Areas*/

.breadcrumb {
  border-radius: 0;
}

.attorney-filters {
  font-size: 24px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.attorney-filters .attorney-filter {
  cursor: pointer;
  text-decoration: underline;
  margin: 0 5px;
}

.attorney-filters .attorney-filter:hover {
  color: #9a0a2e;
  transition: all 150ms ease-in-out;
}

label.input-label {
  float: inherit;
  width: auto !important;
  padding-left: inherit;
  line-height: inherit;
}

.concierge-page .form-contract label {
  width: 220px;
}

.concierge-page .form-contract fieldset label {
  width: auto;
  float: none;
  display: inline;
}

.concierge-page ul {
  list-style-position: inside;
  list-style: none;
}

.concierge-page ul li:before {
  content: '*';
  margin-right: 15px;
}

.concierge-page code a {
  background: #9a0a2e;
  padding: 19px 15px;
  transition: color 0.4s ease 0s;
  text-decoration: none;
  color: #fff;
  font-family: verdana, geneva;
}

.concierge-page code a:hover {
  background: #fff;
  color: #9a0a2e;
  transition: color 0.4s ease 0s;
  -webkit-box-shadow: inset 0px 0px 0px 3px rgba(154, 10, 46, 1);
  -moz-box-shadow: inset 0px 0px 0px 3px rgba(154, 10, 46, 1);
  box-shadow: inset 0px 0px 0px 3px rgba(154, 10, 46, 1);
  text-decoration: none;
}

.articles-container {
  width: 60%;
}

@media (max-width: 600px) {
  .articles-container {
    width: 100%;
  }
}

.attorney-search {
  font-size: 16px;
  padding: 30px 0;
  text-align: left;
}

.drive-results-content .entry-webinar {
  max-width: 100%;
  flex: inherit;
}

.drive-results-content .entry-webinar img {
  width: 160px;
  height: 125px;
}

.newsletter-webinars .webinars {
  margin-top: 0;
}

.newsletter-webinars .webinar-image {
  width: 90px;
  height: auto;
}

.newsletter-webinars .col {
  padding-left: 0;
}

.newsletter-webinars .entry-webinar {
  margin-bottom: 10px;
}

/* -- ARTICLE ------------------------------------------- */

.article-title {
  text-align: center;
  margin-top: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 28px;
  font-size: 22px;
  font-family: 'Lato', sans-serif;
}

.article-body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.article-body img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #9a0a2e;
}

.article-body .font-10 {
  font-size: 10px;
}

.article-body .font-12 {
  font-size: 12px;
}

.article-body .font-16 {
  font-size: 16px;
}

.article-body .font-18 {
  font-size: 18px;
}

.article-body .button {
  display: block;
  margin: 5px auto;
  width: 133px;
  height: 23px;
  background: url('/images/site/button-background.png');
  color: #6d6d6d;
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
}

.article-body .small-caps {
  font-size: 85%;
}

.article-body td, .article-body pre {
  color: #000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12pt;
  margin: 8px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.article-body {
  background: #FFF;
}

.article-body .mceForceColors {
  background: #FFF;
  color: #000;
}

.article-body h1 {
  font-size: 2em
}

.article-body h2 {
  font-size: 1.5em
}

.article-body h3 {
  font-size: 1.17em;
}

.article-body h4 {
  font-size: 1em
}

.article-body h5 {
  font-size: .83em
}

.article-body h6 {
  font-size: .75em
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  font-weight: 700;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6,
.article-body p,
.article-body span {
  line-height: 1.5;
}

.article-body .mceItemTable, .article-body .mceItemTable td, .article-body .mceItemTable th, .article-body .mceItemTable caption, .article-body .mceItemVisualAid {
  border: 1px dashed #BBB;
}

.article-body a.mceItemAnchor {
  display: inline-block;
  width: 11px !important;
  height: 11px !important;
  background: url(img/items.gif) no-repeat 0 0;
}

.article-body td.mceSelected, .article-body th.mceSelected {
  background-color: #3399ff !important
}

.article-body img {
  border: 0;
}

.article-body table {
  cursor: default
}

.article-body table td, .article-body table th {
  cursor: text
}

.article-body ins {
  border-bottom: 1px solid green;
  text-decoration: none;
  color: green
}

.article-body del {
  color: #9a0a2e;
  text-decoration: line-through
}

.article-body cite {
  border-bottom: 1px dashed blue
}

.article-body acronym {
  border-bottom: 1px dotted #CCC;
  cursor: help
}

.article-body abbr {
  border-bottom: 1px dashed #CCC;
  cursor: help
}

/* IE */
* html body {
  scrollbar-3dlight-color: #F0F0EE;
  scrollbar-arrow-color: #676662;
  scrollbar-base-color: #F0F0EE;
  scrollbar-darkshadow-color: #DDD;
  scrollbar-face-color: #E0E0DD;
  scrollbar-highlight-color: #F0F0EE;
  scrollbar-shadow-color: #F0F0EE;
  scrollbar-track-color: #F5F5F5;
}

.article-body img:-moz-broken {
  -moz-force-broken-image-icon: 1;
  width: 24px;
  height: 24px
}

.article-body font[face=mceinline] {
  font-family: inherit !important
}

/* ------------------------------------------------------------ */

.healthcare-newsletter .articles-container {
  width: 100%;
}

.article-styled-block {
  padding: 5px 0;
  border-bottom: 1px solid #e0e0e0;
}

.article-styled-block:last-child {
  border-bottom: 0;
}

.article-styled-block p {
  margin: 0;
}

.article-styled-block.article-styled-block-real-estate {
  padding: 9px 0;
}

p.article-styled-heading {
  margin-bottom: 5px;
}

.article-styled-block.article-styled-block-real-estate p.article-styled-heading {
  margin: 0;
}

.article-styled-heading a {
  color: #00305b;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}

.article-styled-heading a:hover {
  text-decoration: none;
  color: #00609a;
}

.article-styled-description {
  color: #00305b;
  font-size: 12px;
}

.healthcare-styled-join-btn a {
  display: initial;
  padding: 10px 20px;
  border-radius: 10px;
}

.heathcare-newsletter-link-wrapper {
  margin-bottom: 30px;
}

.crsl-item {
  text-align: center;
  cursor: pointer;
}

.crsl-item .img-desc {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.carousel .heathcare-law-practices {
  padding: 20px 10px;
  text-align: center;
  padding-left: 60px;
}

.carousel .heathcare-law-practices-heading:before {
  left: -65px;
}

@media (max-width: 1024px) {
  .carousel .heathcare-law-practices-heading:before {
    top: -12px;
  }
}

@media (max-width: 600px) {
  .carousel .heathcare-law-practices-heading:before {
    top: -18px;
  }

  .crsl-item .img-desc {
    font-size: 12px;
  }

  .healthcare-page .heathcare-law-center .webinars-all-wrapper .newsletter {
    margin-top: 0;
  }
}

/* Alarm & Security Law */
.new-layout .alarm-description {
  padding: 40px 15px;
}

.new-layout .alarm-security-law-img {
  height: 100%;
  width: 100%;
  background-image: url('/images/alarm-law/cam.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.new-layout .healthcare-img {
  background-image: url('/images/healthcare_law/instrument.png');
}

.new-layout .real-estate-law-img {
  background-image: url('/images/real-estate/person-holding-house-keys-toy-model-house-desk.png');
}

.new-layout .real-estate-img {
  background-image: url('/images/real-estate/person-holding-house-keys-toy-model-house-desk.png');
}

.new-layout .real-estate-law-img {
  background-image: url('/images/real-estate/main.png');
}

.new-layout .alarm-security-law-leader-block {
  position: relative;
  margin-top: 60px;
}

.new-layout .alarm-security-law-leader-img {
  height: 100%;
  width: 100%;
  background-image: url('/images/alarm-law/cam.png');
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.new-layout .alarm-security-law-leader-block-img {
  padding-bottom: 150px;
  padding-top: 70px;
}

.new-layout .leader-description-block h2 {
  color: #002a57;
  font-family: "Gilroy Bold";
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.new-layout .leader-description-block .leader-name-text {
  color: #002a57;
  font-family: "Gilroy Bold";
  font-size: 38px;
  font-weight: 700;
  padding-left: 23px;
  line-height: 38px;
  text-align: left;
}

.new-layout .leader-description-block .leader-name-text.leader-name-text-real-eastate-law {
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .new-layout .leader-description-block .leader-name-text.leader-name-text-real-eastate-law {
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .new-layout .leader-description-block .leader-name-text.leader-name-text-real-eastate-law {
    white-space: nowrap;
  }
}

.new-layout .leader-description-block .leader-description {
  background-color: #f2f2f2;
  padding: 30px 15px;
  border-radius: 10px;
  margin: 40px;
  -webkit-box-shadow: 0 12px 36px -22px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 12px 36px -22px rgba(0, 0, 0, 0.75);
  box-shadow: 0 12px 36px -22px rgba(0, 0, 0, 0.75);
}

.new-layout .leader-description-block .leader-description-text {
  border-left: 2px solid #fff;
  border-right: 2px solid #FFF;
  padding: 15px;
}

.new-layout .leader-description-block .leader-name-url {
  justify-content: center;
  display: flex;
  align-items: flex-end;
}

.new-layout .left-grey-back {
  background-color: #f2f2f2;
  height: 85%;
  position: absolute;
  top: 0;
  left: -100%;
  width: 177%;
  border-radius: 10px;
}

.new-layout .left-back-block {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  border-radius: 10px;
  padding-top: 115px;
  padding-bottom: 150px;
}

.new-layout .alarm-left-back-block {
  padding-top: 119px;
}

.new-layout .healthcare-grey-back {
  background-color: #f2f2f2;
  height: 100%;
  border-radius: 10px;
}

.new-layout .carousel-img {
  height: 300px;
  margin-right: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.new-layout .carousel-desc-text {
  background-color: #284d79;
  color: #fff;
  text-transform: uppercase;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-layout .transform-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.new-layout .crsl-item {
  position: relative;
}

.new-layout .circle {
  height: 45px;
  width: 45px;
  background-color: #bbb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.red, .new-layout .red {
  background-color: #9a0a2e;
  color: #fff;
}

.new-layout .carousel-desc-block {
  position: absolute;
  top: -30px;
  right: 22%;
  background-color: #284d79;
  border-radius: 5px;
  padding: 15px;
  color: #fff;
  width: 310px;
  z-index: 999;
  padding-bottom: 35px;
  text-transform: uppercase;
  display: none;
}

.new-layout .carousel-desc-block hr {
  height: 1px;
}

.new-layout .carousel-desc-block h3 {
  text-align: left;
  font-family: "Gilroy Bold";
}

.new-layout .carousel-desc-block-text {
  overflow-y: auto;
  height: 280px;
  font-family: "Gilroy Light";
}

.new-layout .alarm-issues-list {
  text-transform: uppercase;
  list-style: none;
}

.new-layout .alarm-issues-list li {
  position: relative;
  color: #284d79;
  margin-bottom: 20px;
}

.new-layout .alarm-issues-list li::before {
  content: "\2022";
  color: #284d79;
  display: inline-block;
  left: -1.1225em;
  position: absolute;
  top: 0;
}

.new-layout .alarm-title, .new-layout .alarm-sub-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #002a57;
  font-family: "Gilroy Bold", sans-serif;
  font-size: 34px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.new-layout .alarm-title a, .new-layout .alarm-sub-title a {
  color: #002a57 !important;
}

.new-layout .healthcare-title {
  margin-top: 60px;
}

.new-layout .newsletter-topics a:hover {
  color: #9a0a2e !important;
}

.services-we-provide {
  font-family: "Gilroy Bold", sans-serif;
  text-align: center;
  font-size: 18px;
}

.services-we-provide-text {
  background-color: #002a57;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gilroy Bold", sans-serif;
  border-radius: 0 0 5px 5px;
  padding: 20px 10px;
  color: #fff;
  position: absolute;
  bottom: 0;
  margin: 0 40px;
  left: 0;
}

.new-layout .newsletter-topics.services-we-provide li {
  margin: 0;
  padding: 5px 0;
}

.services-we-provide li:hover {
  border-bottom: 1px solid #eee;
}

.new-layout .alarm-sub-title {
  font-family: "Gilroy Bold", sans-serif;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 30px;
}

.new-layout .newsletter-topics-block {
  -webkit-box-shadow: 0px 5px 27px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 27px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 27px -16px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  background-color: #fff;
}

.new-layout .newsletter-topics-block.real-estate-services-block {
  background: #F2F2F2;
  box-shadow: 4px 5px 13px 0px rgba(0, 0, 0, 0.25);

}

.new-layout .container-real-estate-services {
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .new-layout .container-real-estate-services .newsletter-topics-block {
    margin-top: 20px;
    box-shadow: none;
  }

  .new-layout .newsletter-topics-block.real-estate-services-block {
    box-shadow: none;
  }
}

.new-layout .container-real-estate-services .services-we-provide {
  padding: 0 15px;
}

.new-layout .container-real-estate-services .services-we-provide li {
  padding: 6px 0;
}

.new-layout .container-real-estate-services ul {
  list-style: disc;
  text-align: left;
  padding: 0 15px;
}

.new-layout .container-real-estate-services ul li a {
  display: inline;
}

.new-layout .newsletter-topics {
  list-style: none;
  text-transform: uppercase;
  color: #284d79;
}

.new-layout .newsletter-topics a, .newsletter-topics a:hover {
  color: #284d79 !important;
  text-decoration: none;
  display: block;
}

.new-layout .newsletter-topics.real-estate-newsletter a {
  font-size: 18px;
  line-height: 27px;
}

@media screen and (max-width: 1280px) {
  .new-layout .newsletter-topics.real-estate-newsletter a {
    font-size: 16px;
    line-height: 24px;
  }
}

.new-layout .newsletter-topics a:active {
  color: #9a0a2e !important;
}

.new-layout .newsletter-topics li {
  margin-bottom: 20px;
}

.newsletter-link {
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.alarm-header .newsletter-link {
  border-radius: 50px;
  padding: 10px 70px;
}

.newsletter-link:active, .newsletter-link:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #00305b;
}

.footer-find-problem .newsletter-link:active, .footer-find-problem .newsletter-link:hover {
  color: #9a0a2e !important;
  background-color: #fff;
}

.newsletter-link.real-estate-newsletter-link {
  margin-top: 64px;
  padding: 8px 68px;
}

@media screen and (max-width: 767px) {
  .newsletter-link.real-estate-newsletter-link {
    padding: 10px 50px;
    font-size: 24px;
    line-height: 33px;
  }

  .new-layout .mb-0-mobile {
    margin-bottom: 0 !important;
  }
}

.new-layout .alarm-header {
  font-weight: 700;
  text-transform: uppercase;
  color: #002a57;
  font-family: "Gilroy Bold";
  font-size: 38px;
  margin: 40px 0;
}

.new-layout .carousel-block {
  position: relative;
}

.new-layout {
  font-family: 'Gilroy Regular';
}

.p-20 {
  padding: 0 20px;
}

.new-layout .alarm-articles-block {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

.new-layout .mb-120, .mb-120 {
  margin-bottom: 120px;
}

.new-layout .alarm-issues-list {
  text-transform: uppercase;
  list-style: none;
}

.new-layout .dd-entry-header, .new-layout .dd-entry-content li {
  position: relative;
  color: #284d79;
  margin-bottom: 10px;
  background: none;
  padding: 5px 5px 5px 30px;
  font: unset;
  font-family: "Gilroy Regular", Helvetica, Arial, sans-serif;
}

.new-layout .dd-entry-content li a, .new-layout .dd-entry-content li a:hover {
  color: #284d79;
  text-decoration: none;
}

.new-layout .dd-entry-header::before, .new-layout .dd-entry-content li::before {
  content: "\039f";
  color: #284d79;
  display: inline-block;
  position: absolute;
  top: 5px;
  font-size: 17px;
  left: 5px;
}

.new-layout .dd-active.dd-entry-header::before {
  content: "\2022";
  color: #9a0a2e;
  top: -29px;
  font-size: 63px;
  left: 0;
}

.new-layout .dd-active.dd-entry-header {
  color: #9a0a2e;
}

.new-layout .contact-us-block {
  padding-top: 20px;
  position: relative;
}

.new-layout .contact-us-img .contact-us-name {
  font-family: 'Gilroy Bold', sans-serif;
  font-size: 18px;
  margin: 0;
  padding-top: 10px;
}

.new-layout .contact-us-img .contact-us-phone {
  font-size: 17px;
  margin: 0;
}

.new-layout .contact-us-img .contact-us-email a {
  font-size: 16px;
  color: #000 !important;
}

.new-layout .contact-us-img .contact-us-email a:hover {
  color: #000 !important;
  text-decoration: none;
}

.new-layout .contact-us-desc {
  font-size: 18px;
  font-family: 'Gilroy Regular', sans-serif;
  background-color: #f2f2f2;
  padding: 30px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 12px 36px -22px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 12px 36px -22px rgba(0, 0, 0, 0.75);
  box-shadow: 0 12px 36px -22px rgba(0, 0, 0, 0.75);
}

.new-layout .contact-us-img {
  z-index: 2;
  text-align: center;
}

.new-layout .contact-us-img-back {
  position: absolute;
  background-color: #f2f2f2;
  border-radius: 10px;
  width: 65%;
  height: 180px;
  top: 0;
  left: 0;
  z-index: -1;
}

.new-layout .contact-us-img-url {
  width: 100%;
  height: 190px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #6A6A6A;
  max-width: 167px;
  margin: 0 auto;
}

.new-layout .estate-law-heading {
  display: block;
  width: 96%;
  text-align: center;
  margin: 60px auto 70px;
  padding: 9px 70px;
  font-size: 32px;
  line-height: 48px;
  cursor: auto;
  box-sizing: border-box;
}

.new-layout .estate-law-heading:hover {
  background-color: #9a0a2e;
}

.new-layout .estate-law-block {
  margin-bottom: 120px;
}

.new-layout .estate-law-block .estate-law-content {
  padding: 32px;
  background: #F2F2F2;
  box-shadow: 4px 5px 13px rgba(0, 0, 0, 0.25);
  border-radius: 10px !important;
  height: 100%;
}

.new-layout .estate-law-block .estate-law-content h3 {
  font-size: 32px;
  line-height: 48px;
  color: #00305B;
  margin-top: 0;
}

.new-layout .estate-law-block .estate-law-content p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.new-layout .estate-law-block .estate-law-content-contact-us .contact-us-img .container-photo {
  width: 100%;
}

.new-layout .estate-law-block .estate-law-content-contact-us .contact-us-img .container-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.new-layout .estate-law-block .estate-law-content-contact-us {
  display: flex;
}

.new-layout .estate-law-block .estate-law-content-contact-us .contact-us-img:first-child {
  margin-right: 23px;
}

.new-layout .estate-law-block .estate-law-content-contact-us .contact-us-img {
  flex: 1;
}

.new-layout .estate-law-block .estate-law-content-contact-us .contact-us-img .contact-us-name {
  color: #212529;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}

.new-layout .estate-law-block .estate-law-content-contact-us .contact-us-img hr {
  margin: 16px auto;
  height: 3px;
}

.new-layout .estate-law-block .estate-law-content-contact-us .contact-us-img .contact-us-phone,
.new-layout .estate-law-block .estate-law-content-contact-us .contact-us-img .contact-us-email {
  font-size: 16px;
  line-height: 24px;
}

.new-layout .estate-law-block .estate-law-content-contact-us .contact-us-img .contact-us-email a {
  text-decoration: none;
  color: #212529 !important;
}

.new-layout .estate-law-block .estate-law-content hr {
  height: 3px;
  margin: 20px auto 32px;
}

.new-layout .estate-law-block .estate-law-content .alarm-header .newsletter-link {
  margin: 0 auto;
  display: block;
  text-decoration: none;
  width: 96%;
  box-sizing: border-box;
  text-align: center;
  font-size: 34px;
}

.new-layout .estate-law-block .estate-law-content .alarm-header {
  margin: 32px 0 0 0;
}

.new-layout .estate-law-block .estate-law-content.estate-law-topics-block {
  background: #FFFFFF;
  box-shadow: 4px 5px 13px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.new-layout .estate-law-block .estate-law-content .estate-law-list-helping,
.new-layout .estate-law-block .estate-law-content .estate-law-list-articles {
  color: #284D79;
  padding-left: 15px;
}

.new-layout .estate-law-block .estate-law-content .estate-law-list-helping a,
.new-layout .estate-law-block .estate-law-content .estate-law-list-articles a {
  color: #284D79;
  text-decoration: none;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
}

.new-layout .estate-law-block .estate-law-content .estate-law-list-helping a:hover,
.new-layout .estate-law-block .estate-law-content .estate-law-list-articles a:hover {
  color: #9a0a2e;
}

.new-layout .estate-law-block .estate-law-content .estate-law-list-helping li {
  margin-bottom: 12px;
}

.new-layout .estate-law-block .estate-law-content .estate-law-list-articles {
  list-style-type: none;
  padding: 0;
}

.new-layout .estate-law-block .estate-law-content .estate-law-list-articles li {
  padding: 9px 0;
  border-bottom: 1px solid #F1F1F1;
}

.new-layout .estate-law-block .estate-law-content .estate-law-list-articles li:last-child {
  border-bottom: 0;
}

/* Alarm & Security Law */

.footer-address {
  background-color: #333;
  color: #fff;
  font-family: 'Gilroy Regular', sans-serif;
  font-size: 14px;
  padding: 10px 0;
  margin: 0;
}

.footer-find-problem {
  background-color: #00305b;
  color: #fff;
  font-family: 'Gilroy Regular', sans-serif;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-find-problem p {
  margin: 0;
}

.footer-find-problem .newsletter-link {
  font-family: 'Gilroy Regular', sans-serif;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  margin-left: 20px;
  border: 0;
}

.mb-60 {
  margin-bottom: 60px;
}

.healthcare-newsletter-topics-block {
  margin-top: 65px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.new-layout .healthcare-newsletter-topics-block .alarm-title {
  margin-top: 0;
  margin-bottom: 15px;
}

.healthcare-newsletter-topics-block .newsletter-topics li {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
  padding: 10px 0;
}

.healthcare-newsletter-topics-block .newsletter-topics li:last-child {
  border-bottom: 0;
}

.healthcare-newsletter-topics-block .newsletter-topics a {
  font-family: 'Gilroy Bold', sans-serif;
}

.webinars-frame {
  width: 100%;
  height: 280px;
  padding: 5px;
  background-color: #f1f1f1;
  border-radius: 5px;
}

.webinar-ctrl-block {
  padding: 20% 0;
  height: 100%;
}

.webinar-ctrl {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  color: #000;
  background-color: #fff;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.webinar-ctrl-back {
  background-color: #f1f1f1;
  border-radius: 5px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.healthcare-newsletters-background {
  position: absolute;
  width: 3000%;
  top: -10%;
  background-color: #f1f1f1;
  left: 70%;
  border-radius: 10px;
  height: 120%;
  z-index: -1;
}

.healthcare-articles-background {
  top: 0;
  left: 40%;
  height: 135%;
}

.header-page-general-practice h1.healthcare-exchange-title, .header-page-general-practice h2.healthcare-exchange-title {
  font-size: 32pt;
}

.healthcare-exchange-block {
  padding-right: 35px;
}

.healthcare-exchange-block .header-page-general-practice {
  margin-top: 0;
}

.healthcare-articles-left-background {
  top: 0;
  height: 100%;
  left: -2905%;
  background-color: #fff;
  webkit-box-shadow: 0 5px 27px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 5px 27px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0 5px 27px -16px rgba(0, 0, 0, 0.75);
}

.invoice-captcha {
  display: flex;
  justify-content: center;
  text-align: center;
}

.plain-text {
  font-size: 1rem;
}

.table-title {
  background-color: #9a0a2e;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin: 10px auto;
  width: 700px;
}

.owl-item.active.center .crsl-item {
  webkit-box-shadow: 0 5px 27px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 5px 27px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0 5px 27px -16px rgba(0, 0, 0, 0.75);
}

.owl-stage-outer {
  padding: 10px 0;
}

.healthcare-practice-arias-modal .modal-body {
  font-family: "Gilroy Regular", sans-serif;
  text-transform: none;
  text-align: left;
}

.healthcare-practice-arias-modal .modal-body a {
  display: inline-block;
}

.healthcare-practice-arias-modal .modal-body .healthcare-practice-areas-block-list li {
  color: inherit;
}

.healthcare-practice-arias-modal .modal-body .healthcare-practice-areas-block-list li:hover {
  border: 0;
}

.container-real-estate-services .healthcare-practice-arias-modal {
  p,ul,h5 {
    margin-bottom: 2rem;
  }
}

.inline-labels label {
  display: inline;
}

.label-table-inline {
  padding-bottom: .5rem;
}

.label-table-inline label {
  display: inline;
}

.modal-btn {
  position: fixed;
  bottom: 0;
  right: -234px;
  z-index: 999;
  transform: rotate(-90deg);
  transform-origin: left top 0;
  border: 0;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

.form-slideout .form-group {
  margin-bottom: 1rem;
}

.leader-description-block-mobile {
  display: none;
}

.leader-name-mobile-hide {
  display: block;
}

.new-layout .alarm-security-law-leader-block .alarm-header {
  margin: 0;
  font-size: 34px;
}

.alarm-security-law-image-row-mobile {
  display: none;
}

.header-page-general-practice-mobile {
  display: none;
}

.header-page-general-practice.header-page-general-practice-right h1, .header-page-general-practice.header-page-general-practice-right h2 {
  padding-right: 23px;
  padding-left: 0;
  text-align: right;
}

.header-page-general-practice.header-page-general-practice-right::before {
  right: -100%;
  left: auto;
}

.header-page-general-practice.header-page-general-practice-right {
  border-left: 0;
  border-right: 3px solid #9a0a2e;
}

.services-we-provide-mobile {
  display: none;
}

.healthcare-newsletters-background-mobile {
  display: none;
}

.healthcare-exchange-button {
  padding-right: 15px;
}

.alarm-security-law-name-row-mobile {
  display: none;
}

.real-estate-page {
  .transform-90 {
    min-width: 250px;
    height: 45px;
    white-space: break-spaces;
  }
}

@media screen and (max-width: 991px) {
  .alarm-description-img {
    padding-right: 65px;
  }

  .new-layout .alarm-security-law-img {
    height: 235px;
  }

  .new-layout .alarm-security-law-leader-img {
    height: 200px;
    width: 188px;
  }

  .new-layout .alarm-security-law-leader-block-img {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .new-layout .alarm-security-law-leader-block .alarm-header {
    margin: 0;
    font-size: 18px;
  }

  .alarm-header-pc {
    display: none;
  }

  .new-layout .carousel-desc-text {
    height: 250px;
    width: 45px;
    font-size: 14px;
  }

  .new-layout .carousel-img {
    margin-right: 45px;
    height: 250px;
  }

  .services-we-provide-mobile {
    display: block;
  }

  .new-layout .alarm-title.services-we-provide-mobile, .new-layout .alarm-sub-title.services-we-provide-mobile {
    background-color: #f1f1f1;
    padding: 15px 0;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .new-layout .newsletter-topics {
    font-family: "Gilroy Regular", sans-serif;
  }

  .newsletter-topics.services-we-provide {
    padding-bottom: 100px;
  }

  .services-we-provide-pc {
    display: none;
  }

  .header-page-general-practice-mobile {
    display: block;
  }

  .header-page-general-practice h2 {
    font-size: 28px !important;
  }

  .new-layout .alarm-description {
    padding-right: 65px;
    padding-bottom: 0;
  }

  .new-layout .alarm-security-law-img {
    height: 235px;
  }

  .new-layout .newsletter-topics-block {
    margin-top: 120px;
  }

  .new-layout .alarm-header {
    font-size: 30px;
  }

  .newsletter-link {
    border-radius: 10px;
  }

  .modal-btn {
    z-index: 99;
  }

  .modal-btn {
    border-radius: 5px 5px 0 0;
  }

  .healthcare-newsletters-background {
    display: none;
  }

  .healthcare-newsletters-background-mobile {
    display: block;
    top: -8%;
    left: 30%;
    height: 117%;
  }

  .new-layout .alarm-security-law-leader-block {
    margin-top: 0;
  }

  .leader-description-block-mobile {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .leader-name-mobile-hide {
    display: none;
  }

  .new-layout .alarm-security-law-leader-block-img {
    padding-top: 0;
    padding-bottom: 0;
  }

  .alarm-header .newsletter-link {
    border-radius: 15px;
    padding: 10px 30px;
  }

  .alarm-header .newsletter-link.newsletter-link-modal {
    padding: 10px 70px;
    font-size: 30px;
    margin-top: 0;
  }

  .alarm-security-law-leader-block-img .alarm-header {
    margin: 0;
    font-size: 18px;
  }

  .alarm-security-law-image-row-mobile {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .alarm-security-law-leader-img-pc {
    display: none;
  }

  .alarm-security-law-name-row-mobile {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .leader-img-link-mobile {
    margin-left: 10px;
  }

  .leader-img-link-mobile .circle {
    height: 25px;
    width: 25px;
  }

  .leader-img-link-mobile .circle img {
    width: 15px;
    height: 15px;
  }

  .new-layout .leader-description-block .leader-name-text {
    font-size: 26px;
    padding-left: 0;
    line-height: 28px;
  }

  .new-layout .left-back-block {
    max-height: 200px;
    left: -5%;
    width: 105%;
    padding-bottom: 0;
  }

  .left-back-block:before {
    content: '';
    width: 162px;
    height: 126px;
    display: block;
    position: absolute;
    background-color: #f2f2f2;
    top: 50px;
    left: 6%;
  }

  .new-layout .leader-description-block .leader-description {
    margin: 0;
    width: 110%;
    padding-right: 26%;
  }

  .webinar-ctrl-block {
    position: absolute;
    width: 1000%;
    right: 0;
    padding: 60% 0;
  }

  .webinar-ctrl-block-next {
    right: auto;
    left: 0;
  }

  .webinar-ctrl-back {
    justify-content: flex-end;
  }

  .webinar-ctrl-block-next .webinar-ctrl-back {
    justify-content: flex-start;
  }

  .webinar-ctrl.but-prev {
    margin-right: 1%;
  }

  .webinar-ctrl.but-next {
    margin-left: 1%;
  }

  .webinar-ctrl {
    height: 150px;
    width: 25px;
    background-color: transparent;
  }

  .webinar-ctrl img {
    height: 35px;
  }

  .visit-exchange-mobile {
    padding: 0;
    padding-right: 50px;
  }

  .new-layout .visit-exchange-mobile .alarm-title, .new-layout .visit-exchange-mobile .alarm-sub-title {
    margin-top: 0;
  }

  .new-layout .alarm-sub-title {
    font-size: 24px;
  }

  .new-layout .visit-exchange-mobile .alarm-title {
    font-size: 28px;
  }

  .healthcare-articles-left-background {
    display: block;
    top: -20px;
    height: 105%;
    left: -2918%;
  }

  .healthcare-newsletter-topics-block {
    margin-top: 50px;
    padding-right: 25vw;
    width: 100vw;
  }

  .healthcare-articles-background {
    display: block;
    z-index: -2;
    top: -60vh;
    left: 40%;
    height: 216vh;
  }

  .services-we-provide-pc-background {
    display: none;
  }

  .healthcare-articles-block {
    margin-top: 50px;
  }

  .healthcare-exchange-title {
    text-transform: uppercase;
    font-family: "Gilroy Bold";
    line-height: 1.2;
  }

  .healthcare-exchange-button {
    padding-left: 23px;
    padding-right: 0;
  }

  .new-layout .carousel-desc-block {
    right: auto;
    width: 80vw;
  }

  .new-layout .newsletter-topics-block.alarm-newsletter-topics-block {
    margin-top: 50px;
  }

  .attorney-bio {
    display: block;
  }

  .bio-entry-text {
    margin: 0;
    margin-right: 46px;
  }
}

@media (max-width: 575px) {
  .new-layout .contact-us-img-back {
    width: 60vw;
    left: 10vw;
  }
}

.gallery-item-block {
  transition: all 0.5s ease;
}

.gallery-item-block:hover {
  background-color: rgba(0, 48, 91, 0.3);
}

.alarm-notification {
  padding: 30px 10px;
  border: 6px solid #f7f618;
  text-align: center;
  margin-bottom: 40px;
}

.alarm-notification a {
  color: #000 !important;
  font-weight: 700;
  text-decoration: underline;
}

.notification-title {
  font-weight: 700;
  font-size: 24px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
}

.notification-title img {
  height: 45px;
  width: 55px;
}

.bankruptcy-block {
  padding: 10px;
  border-style: solid;
  border-color: #afc1ce;
  border-width: 25px 0 0 25px;
  padding-left: 30px;
}

.bankruptcy-block .bankruptcy-main-heading {
  text-align: center;
}

.bankruptcy-block .bankruptcy-heading {
  margin-bottom: 1.5rem;
}

.bankruptcy-block ul {
  list-style: disc;
  margin-left: 15px;
}

.bankruptcy-block .bankruptcy-right::before {
  content: none;
}

.bankruptcy-block .bankruptcy-overflow-block .bankruptcy-right-heading {
  text-align: left;
  padding-left: 10%;
}

.corona-image,
.corona-banner-image {
  width: 100%;
  height: 100%;
  background-image: url(/images/site/coronapic.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.corona-banner {
  background-color: #00305B;
  color: #fff;
  padding: 30px;
}

.corona-banner h2 {
  font-size: 42px;
  font-weight: 700;
}

.corona-banner p {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.corona-banner-border {
  border-bottom: 3px solid #00305B;
}

.corona-banner-border:first-child {
  border-right: 3px solid #00305B;
}

.corona-banner-border .alarm-title {
  margin-top: 20px;
}

.corona-main {
  font-size: 18px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 5px solid #9a0a2e;
}

.corona-container {
  font-size: 14px;
  margin-bottom: 40px;
}

.corona-container .alarm-title {
  font-size: 18px;
  font-weight: 700;
  color: #00305B;
  margin-bottom: 20px;
}

.corona-container .webinars {
  margin-top: 0;
}

.corona-container .newsletter-topics li {
  padding-bottom: 10px;
}

.corona-container .newsletter-topics a {
  color: #00305B;
}

.corona-contacts {
  font-weight: 700;
}

.corona-contacts .bankruptcy-right-heading {
  font-size: 26px;
  text-decoration: underline;
  padding: 0;
  font-weight: normal;
}

.corona-contacts .bankruptcy-right-partner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.corona-contacts .bankruptcy-right-partner-text-wrapper {
  float: none;
  margin: 10px 0 0 0;
}

.bankrupcy-alert {
  text-align: center;
  color: #00305B;
  font-size: 20px;
  padding: 20px;
  border: 3px solid #00305B;
}

.contact-us-bottom .bankruptcy-right-partner-text-wrapper {
  margin-left: 0;
}

.contacts-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacts-bottom .bankruptcy-right-partner {
  width: inherit;
  margin: 0 10px 20px 10px;
}

.bankruptcy-link {
  font-family: 'Gilroy Regular';
  font-size: 16px;
  color: #002a57;
}

.bankruptcy-link a {
  font-size: 14px;
  margin-left: 25px;
  color: #002a57;
  text-decoration: underline;
}

.bankruptcy-link ul {
  padding: 0 15px;
  list-style: inherit;
}

.body-fixed .entry-webinar h2.webinar-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: inherit;
  text-transform: inherit;
}

.body-fixed .entry-webinar .webinar-description {
  font-size: 14px;
}

.main-block .dsp-f {
  display: flex;
  align-items: center;
}

.main-block.max-w {
  max-width: 1140px;
  margin: 0 auto;
}

.main-block .btn-red {
  color: #fff !important;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #9A0A2E;
  line-height: 19px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.4s ease 0s;
}

.main-block .btn-red:hover {
  background-color: rgba(0, 48, 91, 1);
}

.main-block .heading,
.main-block .partner-name {
  color: #00305B;
  font-weight: 600;
}

.main-block {
  display: flex;
  margin-bottom: 60px;
}

.main-block input,
.main-block textarea {
  color: #212529;
  border: 1px solid #A4ABBD;
  border-radius: 2px;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Verdana';
}

.main-block input:focus {
  border: 1px solid #A4ABBD;
}

.main-block input::placeholder,
.main-block textarea::placeholder {
  opacity: 0.5;
}

.main-block .container-search {
  justify-content: space-between;
  position: relative;
  border-left: 2px solid #9A0A2E;
  padding-left: 15px;
  margin-bottom: 40px;
}

.main-block .container-search .heading {
  font-size: 24px;
  line-height: 36px;
}

.main-block .container-search .heading:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 2px;
  background: #9A0A2E;
  right: 100%;
  transform: translateY(-50%);
}

.main-block .container-input-search-newsletter {
  position: relative;
}

.main-block .container-input-search-newsletter:before {
  content: '';
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/images/search.svg);
  width: 20px;
  height: 20px;
}

.main-block .input-search {
  padding: 12px 12px 12px 44px;
  width: 290px;
}

.main-block .container-main-info {
  margin-right: 40px;
  width: 100%;
}

.main-block .container-articles {
  margin-bottom: 40px;
  height: 660px;
  overflow-y: scroll;
}

.main-block .container-article {
  padding-bottom: 16px;
  border-bottom: 2px solid #00305B;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.main-block .container-article:last-child {
  border-bottom: none;
  padding-bottom: unset;
}

.main-block .container-article a {
  color: #9A0A2E;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 6px;
  cursor: pointer;
}

.main-block .container-article span {
  color: #3A4856;
  font-size: 12px;
  line-height: 18px;
}

.main-block .block-content {
  background-color: #F3F3F4;
  padding: 26px;
  width: 100%;
  height: max-content;
  margin-bottom: 20px;
  flex: none;
  box-sizing: border-box;
}

.main-block .container-educational-webinars {
  margin-bottom: 0;
}

.main-block .block-content-heading {
  justify-content: space-between;
}

.main-block .block-animated {
  margin-top: 24px;
}

.main-block .block-content-heading h2 {
  color: #9A0A2E;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.main-block .container-arrow {
  width: 12px;
  height: 6px;
  background-image: url('/images/arrow.svg');
  background-repeat: no-repeat;
  border: none;
  background-color: inherit;
  outline: none;
  cursor: pointer;
}

.main-block .container-partner-info {
  margin-bottom: 20px;
}

.main-block .container-photo {
  width: 65px;
  height: 65px;
  margin-right: 12px;
  flex: none;
}

.main-block .container-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-block .partner-info {
  display: flex;
  flex-direction: column;
}

.main-block .block-bio .container-block-bio .partner-info {
  padding: 0 24px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.main-block .rotate-arrow {
  transform: rotate(180deg);
}

.main-block .partner-name,
.main-block .partner-position,
.main-block .block-content p,
.main-block .partner-email,
.main-block .phone-number,
.main-block .container-contact-us-right-block h4,
.main-block .read-bio-btn,
.main-block .checkbox-label,
.main-block .container-contact-us-right-block label,
.main-block .cotact-us-text {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  font-family: 'Verdana';
}

.main-block .partner-name {
  margin-bottom: 6px;
}

.main-block .partner-position {
  color: #567897;
}

.main-block .block-content p {
  margin: 0 0 6px 0;
  color: #212529;
}

.main-block .partner-email {
  color: #007BFF;
  margin-bottom: 26px;
  display: block;
  cursor: pointer;
}

.main-block .cotact-us-text {
  font-weight: 700;
  color: #00305B;
  margin-bottom: 8px;
  display: block;
}

.main-block .block-content input,
.main-block .block-content textarea {
  padding: 12px;
  width: 100%;
  margin-bottom: 10px;
}

.main-block .block-content textarea {
  margin-bottom: 20px;
  resize: none;
  height: 111px;
}

.main-block .block-content .btn-red {
  width: 100%;
  padding: 16px 0;
}

.main-block .play-btn {
  width: 36px;
  height: 36px;
  flex: none;
  border: none;
  outline: none;
  background-image: url('/images/play-btn.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #9A0A2E;
  margin-right: 12px;
  cursor: pointer;
  transition: 0.4s ease 0s;
}

.main-block .play-btn:hover {
  background-color: rgba(0, 48, 91, 1);
}

.main-block .block-educational-webinar {
  margin-bottom: 16px;
}

.main-block .block-educational-webinar:last-child {
  margin-bottom: 0;
}

.main-block .block-educational-webinar p {
  margin-bottom: 0;
}

/*frame 10*/
.main-block .section-partners {
  border-radius: 10px;
  background: #F2F2F2;
  box-shadow: 4px 5px 13px 0 rgba(0, 0, 0, 0.25);
  padding: 32px;
  margin-bottom: 40px;
}

.main-block .block-partners {
  min-width: 300px;
  width: 300px;
  margin: 0 0 0 auto;
}

.main-block .block-partners .section-partners h3 {
  margin-bottom: 24px;
}

.main-block .block-partners .section-partners .block-content {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

.main-block .block-partners .block-content:first-child {
  position: relative;
  padding-bottom: 24px;
}

.main-block .block-partners .section-partners .block-content .container-photo {
  width: 72px;
  height: 72px;
}

.main-block .block-partners .section-partners .block-content .partner-name {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
}

.main-block .block-partners .section-partners .block-content .partner-name {
  margin-bottom: 4px;
}

.main-block .block-partners .section-partners .block-content:first-child:before {
  content: '';
  border-bottom: 3px solid #002A57;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 100px;
  bottom: 0;
}

.main-block .block-partners .section-partners .block-content:nth-child(2) {
  padding-top: 24px;
}

.main-block .container-main-content {
  width: 100%;
}

.btn-filter-attorney-mobile {
  display: none;
}

.main-block .container-main-content .container-search {
  margin-bottom: 23px;
  margin-top: 30px;
}

.main-block .container-main-content .container-my-team-content .container-search {
  margin-top: 64px;
}

.main-block .container-contact-us-right-block {
  margin-bottom: 0;
  border-radius: 10px;
  background: #F2F2F2;
  box-shadow: 4px 5px 13px 0 rgba(0, 0, 0, 0.25);
  padding: 32px;
}

.main-block .block-partners .partner-email {
  margin-bottom: 4px;
}

.main-block .phone-number {
  color: #212529;
}

.main-block .conainer-left-block-search {
  padding: 26px;
  background-color: #F3F3F4;
  width: 248px;
  height: max-content;
  flex: none;
  box-sizing: border-box;
  margin-top: 77px;
}

.main-block .conainer-left-block-search .input-search {
  width: 100%;
}

.main-block .conainer-left-block-search .container-input-search-newsletter {
  margin-bottom: 20px;
}

.main-block .container-main-content h3 {
  color: #002A57;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: 700;
  text-align: left;
}

.main-block .alfabetical-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  margin: 0 0 12px 0;
  gap: 7px;
  max-width: 800px;
}

.main-block .container-center-block h3 {
  margin: 0;
}

.main-block .alfabetical-list {
  margin: 0 0 24px 0;
}

.main-block .alfabetical-list li {
  line-height: normal;
}

.main-block .alfabetical-list label {
  cursor: pointer;
  color: #00305B;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  background-color: #F2F2F2;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-block .alfabetical-list label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.main-block .container-checkbox {
  height: 412px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}

.main-block .checkbox-control {
  position: relative;
  margin-bottom: 14px;
  padding-left: 30px;
}

.main-block .checkbox-label {
  color: #212529;
}

.main-block .checkbox-control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0;
}

.main-block .checkbox-indicator {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #A4ABBD;
  cursor: pointer;
  top: 0;
  left: 0;
}

.main-block .checkbox-control input:checked ~ .checkbox-indicator {
  background: #970A2D;
  border: none;
}

.main-block .checkbox-indicator:after {
  position: absolute;
  display: none;
  content: '';
}

.main-block .checkbox-control input:checked ~ .checkbox-indicator:after {
  display: block;
}

.main-block .checkbox-control .checkbox-indicator:after {
  width: 20px;
  height: 20px;
  background-image: url(/images/icon-check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.main-block .main-content {
  display: flex;
  margin-bottom: 40px;
}

.main-block .container-center-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.main-block .container-center-block .container-my-team {
  display: flex;
}

.main-block .container-center-block .container-my-team .container-my-team-content {
  margin-right: 40px;
}

.main-block .block-bio {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.main-block .container-block-bio {
  width: 250px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.main-block .container-block-bio .container-photo {
  width: 250px;
  height: 250px;
  margin-bottom: 16px;
  margin-right: 0;
}

.main-block .container-block-bio .container-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-block .container-block-bio .partner-name {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 4px;
  font-weight: 700;
}

.main-block .container-block-bio .partner-position {
  margin-bottom: 12px;
}

.main-block .container-block-bio .partner-email {
  margin-bottom: 4px;
}

.main-block .container-block-bio .phone-number {
  margin-bottom: 20px;
}

.main-block .read-bio-btn {
  color: #9A0A2E;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  outline: none;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 6px 30px;
  max-width: max-content;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 40px;
  border: 1px solid #9A0A2E;
  text-decoration: none;
  transition: 0.4s ease 0s;
  margin-top: auto;
}

.main-block .read-bio-btn:hover {
  color: #fff;
  background-color: #9A0A2E;
}

.main-block .container-contact-us-right-block h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #00305B;
  margin: 0 0 4px 0;
}

.main-block .container-contact-us-right-block p {
  color: #567897;
  margin: 0 0 24px 0;
}

.main-block .container-contact-us-right-block label {
  color: #212529;
  margin-bottom: 12px;
}

.main-block .container-contact-us-right-block input,
.main-block .container-contact-us-right-block textarea {
  border: none;
  padding: 8px;
  margin-top: 4px;
  color: #00305B;
  margin-bottom: 0;
}

.main-block .container-contact-us-right-block input::placeholder,
.main-block .container-contact-us-right-block textarea::placeholder {
  color: #567897;
}

.main-block .container-contact-us-right-block .btn-red {
  display: block;
  padding: 6px 30px;
  border-radius: 40px;
  border: 1px solid #9A0A2E;
  background-color: #9A0A2E;
  color: #fff;
  text-transform: uppercase;
  transition: 0.4s ease 0s;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  margin: 20px auto 0;
  width: max-content;
}

.main-block .container-contact-us-right-block .btn-red:hover {
  background-color: #fff;
  color: #9A0A2E !important;
}

.main-block .container-center-block h3,
.main-block .container-contact-us-right-block h4,
.main-block .partner-name,
.main-block .read-bio-btn,
.main-block .cotact-us-text,
.main-block .container-contact-us-right-block .btn-red {
  font-family: 'Gilroy Regular', sans-serif;
}

/*pagination*/
.main-block .container-center-block .pagination {
  margin-right: 40px;
}

.main-block .container-select-per-page select {
  padding-right: 16px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('/images/icon-arrow-down.svg');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-size: contain;
  background-color: inherit;
  cursor: pointer;
}

.main-block .pagination {
  justify-content: space-between;
  width: 100%;
}

.main-block .pagination .container-pagination-content {
  width: 100%;
  justify-content: space-between;
}

.main-block .pagination span,
.main-block .arrow-prev,
.main-block .arrow-next,
.main-block .number-page {
  color: #3A4856;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.main-block .number-pages {
  margin-right: 35px;
}

.main-block .number-page.active {
  font-weight: 900;
  color: #000;
}

.main-block .arrow-prev,
.main-block .arrow-next {
  position: relative;
  display: block;
}

.main-block .arrow-prev {
  padding-left: 27px;
  margin-right: 20px;
}

.main-block .arrow-prev:before,
.main-block .arrow-next:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 10px;
  top: 50%;
  background-image: url(/images/arrow.svg);
  background-repeat: no-repeat;
}

.main-block .arrow-prev:before {
  left: 0;
  transform: translateY(-50%) rotate(-90deg);
}

.main-block .arrow-next {
  padding-right: 27px;
  margin-left: 20px;
}

.main-block .arrow-next:before {
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}

.main-block .pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 auto;
}

.main-block .pagination ul li a {
  text-decoration: none;
}

.main-block .number-page {
  padding: 2px;
  opacity: .5;
}

.main-block .pagination ul li {
  margin-right: 12px;
}

.main-block .pagination ul li:last-child {
  margin-right: 0;
}

.main-block .active a {
  opacity: 1;
}

.main-block .alfabetical-list label.active-letter {
  background-color: #002A57;
  color: #fff;
}

.main-block .disabled {
  opacity: .5;
  pointer-events: none;
}

/*styles for contact administrator*/
.form-content#submission-results {
  position: relative;
}

.block-contact-administrator {
  position: absolute;
  bottom: 63px;
  right: 34px;
  text-align: center;
}

.block-contact-administrator h4 {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  margin: 0 0 30px 0;
}

.block-contact-administrator h4 a {
  color: #007BFF;
  text-decoration: none;
}

.block-contact-administrator .container-photo {
  width: 145px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 15px;
}

.block-contact-administrator .container-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-contact-administrator h3 {
  color: #212529;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}

.block-contact-administrator hr {
  height: 3px;
  margin: 16px auto 16px;
}

.block-contact-administrator .administrator-phone-num {
  color: #212529;
  font-size: 16px;
  line-height: 25px;
}

@media screen and (max-width: 1024px) {
  .main-block.max-w {
    max-width: 900px;
  }
}

@media screen and (max-width: 990px) {
  /*kieran-x-bastible*/
  .bio-entry {
    flex-direction: column;
  }

  .bio-entry-text {
    margin-left: 0;
  }

  .bio-entry-image img {
    margin: 0 auto;
  }

  /*attorney-bios*/
  .main-block .main-content {
    flex-direction: column;
    margin-top: 40px;
  }

  .main-block .conainer-left-block-search {
    margin-top: 0;
    width: 100%;
    margin-bottom: 40px;
  }

  .main-block .block-partners {
    margin: 0;
  }

  .main-block .block-partners .block-content:first-child,
  .main-block .block-partners .block-content:nth-child(2) {
    margin: 0 auto;
    max-width: 500px;
  }

  .main-block .block-partners .block-content:nth-child(2) {
    margin-bottom: 40px;
  }

  .main-block .container-contact-us-right-block h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
  }

  .main-block .block-partners .block-content form {
    display: flex;
    flex-direction: column;
  }

  .main-block .container-main-content h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .btn-filter-attorney-mobile {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border: 2px solid #00305B;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/images/icon-filter.png');
  }

  .main-block .container-checkbox {
    display: none;
    height: auto;
  }

  .main-block .checkbox-control {
    width: 100%;
  }

  .change-color {
    background-color: #9a0a2e;
  }
}

@media screen and (max-width: 1200px) {
  .block-contact-administrator {
    max-width: 400px;
  }
}

@media screen and (max-width: 1139px) {
  .main-block.max-w {
    max-width: 100%;
    padding: 0 21px;
  }
}

@media screen and (max-width: 992px) {
  .new-layout .estate-law-block-mobile-reverse {
    flex-direction: column-reverse;
  }

  .new-layout .estate-law-block .estate-law-content-contact-us {
    margin: 40px 0 0 0;
  }

  .block-contact-administrator {
    max-width: 300px;
    right: 0;
    bottom: 35px;
  }

  .main-block .container-main-content .container-search {
    align-items: flex-start;
  }

  .main-block .alfabetical-list {
    max-width: 100%;
    justify-content: center;
  }

  .main-block .container-center-block .container-my-team {
    flex-direction: column;
  }

  .main-block .container-center-block .container-my-team .container-my-team-content {
    margin-right: 0;
    margin-bottom: 60px;
  }

  .main-block .block-bio {
    justify-content: center;
  }

  .main-block .section-partners {
    margin-bottom: 60px;
  }

  .main-block .main-content {
    margin-bottom: 0;
  }

  .main-block .block-partners {
    min-width: 100%;
    width: 100%;
  }

  .main-block .container-contact-us-right-block {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0 !important;
    margin: 0 -64px !important;
    padding: 32px 64px;
    max-width: none !important;
    width: auto;
  }
}

@media screen and (max-width: 576px) {
  .new-layout .estate-law-block {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .new-layout .estate-law-block .estate-law-content:first-child {
    margin: 0 0 40px 0;
  }

  .new-layout .estate-law-block-mobile-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 560px) {
  .container-pagination-content,
  .main-block .container-search {
    flex-direction: column;
  }

  .main-block .pagination ul {
    margin: auto;
  }

  .main-block .container-center-block h3 {
    text-align: center;
  }

  .main-block .alfabetical-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-block .alfabetical-list li {
    flex: unset;
    min-width: 40px;
    text-align: center;
  }
}

.container-counter {
  font-family: 'Abril Fatface', serif;
  font-size: 22px;
  color: #212529;
  position: absolute;
  right: 0;
  top: 7px;
  line-height: 0.8;
}

.container-counter .counter-text {
  font-family: 'Gilroy Regular', sans-serif;
  font-weight: 900;
  font-size: 14px;
}

.real-estate-title {
  text-transform: none !important;
  line-height: 48px !important;
}

.text-bold {
  font-family: "Gilroy Bold", sans-serif;
  font-weight: 900;
}

/*accordion for Real Estate Law*/
.container-accordion {
  max-width: 840px;
  margin: 0 auto 120px;
}

.accordion-block {
  color: #000;
}

.accordion-heading {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  border-right: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
  padding: 24px 80px 24px 30px;
  cursor: pointer;
  transition: background 0.5s;
}

.accordion-block:nth-child(2n+1) {
  background-color: #F2F2F2;
}

.accordion-block:first-child {
  border-top: 1px solid #F2F2F2;
}

.accordion-block:last-child {
  border-bottom: 1px solid #F2F2F2;
}

.accordion-heading:hover {
  background: #304D76;
  color: #fff;
}

.accordion-heading:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  background-image: url('/images/icons/icon-arrow-down.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0) translateY(-50%);
  transition: all 0.5s;
}

.accordion-heading:hover:before{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(21%) hue-rotate(280deg) brightness(106%) contrast(106%);
}

.accordion-open.accordion-block .accordion-heading:before {
  transform: rotate(-180deg) translateY(50%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(21%) hue-rotate(280deg) brightness(106%) contrast(106%);
}

.accordion-open.accordion-block .accordion-heading {
  border-right: 1px solid #304D76;
  border-left: 1px solid #304D76;
}

.accordion-open.accordion-block {
  background-color: #304D76;
  color: #fff;
}

.accordion-close.accordion-block .accordion-heading:before {
  transform: rotate(0deg) translateY(-50%);
}

.accordion-close.accordion-block {
  background-color: inherit;
}

.accordion-contents {
  display: none;
  background: inherit;
  padding: 0 30px 24px 30px;
  font-size: 1rem;
  line-height: 1.5rem;
}
