html {
  font-size: 16px;
  font-variant-ligatures: no-common-ligatures;
}

.menu-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition-property: visibility, opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.menu-overlay.menu-opened {
  opacity: 1;
  visibility: visible;
  z-index: 9997;
  top: 55px;
}

pa.org_text {
  line-height: 5px;
}

.assoc {
  border: 1px solid #000;
}

#breadcrumbs>div {
  display: inline-block;
}

.crumbcaret {
  margin: 0 .9325em;
}

#endorsements_edit_table>tbody>tr>td {
  min-width: 150px;
}

.hl {
  background-color: #f2f037;
}

.im_circle {
  width: 125px;
  height: 125px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.img_circle {
  display: inline;
  width: 100%;
  height: auto;
}

#face_overlay {
  background-image: url('../images/face_overlay.png');
  width: 246px;
  height: 308px;
  background-repeat: no-repeat;
  position: relative;
  top: 315px;
  left: 460px;
  z-index: 950;
  pointer-events: none;
  display: none;
}

.nested_response_d {
  padding-left: 2.5em;
}

.hilight {
  background-color: #f2f037;
}

#TODO_CSS_signed_in {
  display: none;
}

html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lato', Arial, sans-serif;
  margin-top: 55px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', Arial, sans-serif;
  color: #4a0e01;
}

hr {
  margin: 1rem auto;
}

a {
  color: #0000ff;
}

a:hover,
a.redlink:hover {
  color: #ff3003;
  text-decoration: underline;
}

a.redlink {
  color: #4a0e01;
}

.dark_button {
  background: #4a0e01;
  color: #f7f0d4;
  border: 0;
  border-radius: 4px;
  font-family: 'Lato', Arial, sans-serif;
  padding: .75em;
  display: inline-block;
  line-height: 1;
}

.dark_button:hover,
.dark_button:focus,
.dark_button:active {
  background: #ff3003;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.white_button {
  background: #FFF;
  color: #4a0e01;
  border-radius: 4px;
  font-family: 'Lato', Arial, sans-serif;
  padding: .75em;
  display: inline-block;
}

.white_button:hover,
.white_button:focus,
.white_button:active {
  background: #ff3003;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.red_button {
  background: #ff3003;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-family: 'Lato', Arial, sans-serif;
  padding: .75em;
  display: inline-block;
  line-height: 1;
}

.red_button:hover,
.red_button:focus,
.red_button:active {
  background: #4a0e01;
  color: #f7f0d4;
  text-decoration: none;
  cursor: pointer;
}

.button {
  font-variant-ligatures: no-common-ligatures;
}

/*########## * Header * ##########*/

.mast-head {
  background: #f7f0d4;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-row {
  height: 55px;
}

.logo-container {
  position: relative;
}

.logomark {
  max-height: 45px;
}

.logotype {
  max-height: 36px;
  padding-left: .5rem;
}

.crumb-container {
  background: #f9f9f9;
}

.crumbs {
  color: #4a0e01;
  padding: .7em .9375em;
  font-size: 0.75em;
}

.crumbs a {
  color: #4a0e01;
}

.crumbs a:hover {
  text-decoration: underline;
}

.homebc .crumb-container .crumbs span.show-for-medium {
  display: inline-block !important;
}

/*########## * Header Search * ##########*/

#search-toggle {
  font-size: 1.25em;
  text-align: center;
  padding: 0 5px;
  margin-right: 1rem;
}

#search-toggle a {
  padding: 0px 1em;
}

.search-container>.grid-x {
  height: 0px;
  visibility: hidden;
  opacity: 0;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
  transition-property: opacity, visibility, margin-top;
}

.search-container.opened-search {
  position: fixed;
  top: 55px;
  width: 100%;
  background: #FFF;
  z-index: 9995;
  padding: 1rem;
}

.search-container.opened-search>.grid-x {
  height: 110px;
  visibility: visible;
  opacity: 1;
}

.state-drop-down,
.state-drop-down:focus,
.state-drop-down:active {
  background-color: #f0eeee;
  border: 0px;
  outline: none;
  box-shadow: none;
  color: #4a0e01;
  font-weight: 700;
  border-radius: 4px;
  font-size: 1rem;
  margin-bottom: 0;
}

.state-drop-down option {
  color: #4a0e01;
  font-weight: 700;
}

.state-drop-down option:hover,
.state-drop-down option:focus,
.state-drop-down option:active {
  background: #4a0e01;
}

/*########## * Mobile Menu * ##########*/

.mobilenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 55px;
  left: 0;
  background-color: #f7f0d4;
  overflow-x: hidden;
  padding-top: 0;
  transition: 0.5s;
}

.mobilenav.opened-nav {
  width: 85%;
}

.mobilenav ul li a {
  padding: 2em 0 2em 1em;
  text-decoration: none;
  font-size: 1rem;
  color: #4a0e01;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobilenav ul li.signin a {
  font-family: 'Lora', serif;
  font-style: italic;
}

.mobilenav a:hover {
  color: #ff3003;
}

.mobilenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  border-color: #4a0e01 transparent transparent;
}

.mobile-top-level {
  font-family: 'Lora', serif;
  font-style: italic;
}

.mobile-top-level ul {
  font-family: 'Lato', Arial, sans-serif;
  font-style: normal;
}

.accordion-menu .is-accordion-submenu a {
  padding: 1rem 1.75rem 1rem 1rem;
  line-height: 1.5;
}

/* hamburger-x */

#menu-toggle {
  width: 28px;
  height: 20px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#menu-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #4a0e01;
  border-radius: 100px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menu-toggle span:nth-child(1) {
  top: 0px;
}

#menu-toggle span:nth-child(2),
#menu-toggle span:nth-child(3) {
  top: 9px;
}

#menu-toggle span:nth-child(4) {
  top: 18px;
}

#menu-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-toggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*fix-signed-in links*/

.mobilenav .mobile-top-level ul.sub-menu {
  list-style-type: none;
  margin-right: 0;
  margin-left: 1rem;
}

.mobilenav .mobile-top-level ul.sub-menu li.text-center {
  text-align: left;
}

.mobilenav .mobile-top-level ul.sub-menu li a {
  padding: 1rem 1.75rem 1rem 1rem;
  line-height: 1.5;
}

/*########## * Navigation * ##########*/

ul.legion-nav {
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

ul.legion-nav li.nav-link {
  display: inline-block;
}

ul.legion-nav li.nav-link a {
  font-family: 'Lora', sans-serif;
  font-style: italic;
  color: #4a0e01;
  padding: 0px .5em;
  line-height: 1;
}

ul.legion-nav li.nav-link.level1.signin {
  display: none;
}

ul.legion-nav li.nav-link.has-children>a:after,
ul.legion-nav li.nav-link.has-children ul.sub-menu li.has-level2>a:after {
  background: transparent;
  content: '\f0d7';
  font-family: fontawesome;
  font-style: normal;
  position: relative;
  right: -4px;
}

ul.legion-nav li.nav-link.signedin {
  position: relative;
}

ul.legion-nav li.nav-link.signedin a {
  display: flex;
  align-items: center;
}

.signedin-av {
  width: 21px;
  height: 21px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 3px;
}

/*########## * Insights in Menu * ##########*/

.feat-i-text {
  font-weight: 700;
  color: #4a0e01;
  margin-bottom: 1rem;
}

ul.legion-nav li.nav-link ul.sub-menu .nav-insights-container a {
  padding: unset;
  display: initial;
}

ul.legion-nav li.nav-link ul.sub-menu .nav-insights-container a:hover,
ul.legion-nav li.nav-link ul.sub-menu .nav-insights-container a:active,
ul.legion-nav li.nav-link ul.sub-menu .nav-insights-container a:focus {
  text-decoration: underline;
  color: #FF3003;
  background: none;
}

.nav-insights-container .insightListing {
  font-style: normal;
  font-family: 'Lato', Arial, sans-serif;
  margin-bottom: 1rem;
}

.nav-insights-container .insightListing .post-author-img {
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

.nav-insights-container .insightListing .post-meta .post-author {
  margin-left: 0;
  margin-right: 1em;
  margin-top: .25em;
}

.nav-insights-container .insightListing .insight-listing-title {
  font-size: 1.0625rem;
}

.nav-insights-container .insightListing.smaller-menu-insight .small-i-img {
  max-width: 148px;
  margin-right: 1em;
}

.nav-insights-container .insightListing.smaller-menu-insight .insight-listing-title {
  margin: 0 0 .5rem;
}

.nav-insights-container .insightListing.smaller-menu-insight .insight-listing-title a {
  font-size: 1rem;
}

.nav-insights-container .insightListing.smaller-menu-insight .post-meta .post-author {
  font-size: .875em;
}

#menu-insights-button {
  max-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #f7f0d4;
}

#menu-insights-button:hover,
#menu-insights-button:active,
#menu-insights-button:focus {
  background: #FF3003;
  color: #FFF;
  text-decoration: none;
}

ul.legion-nav li.nav-link ul.sub-menu .nav-insights-container a:before {
  display: none;
}

/*########## * Accordions * ##########*/

.acc {
  display: none;
}

.acc~.rMore::after {
  content: ' \f0d7';
  font-family: FontAwesome;
}

.acc.acc-open~.rMore::after {
  content: ' \f0d8';
  font-family: FontAwesome;
}

.read-more-trigger::before {
  content: 'Read More';
}

.rMore-open {
  max-height: initial;
}

.toggle:before {
  content: 'Read More \f0d7';
  font-family: FontAwesome, 'Lato';
}

.rMore-open .toggle:before {
  content: 'Read Less \f0d8';
  font-family: FontAwesome, 'Lato';
}

.no-truncation .rMore {
  display: none;
}

/*########## * Cover Photo * ##########*/

.cover-photo {
  height: 104px;
  border-bottom: 5px solid #f7f0d4;
  background: #4A0E01;
  background-size: cover;
  margin-bottom: -.5em;
}

/*########## * Top Badges * ##########*/

.badgeSection {
  justify-content: center;
  position: relative;
}

.badge-container {
  text-align: center;
  max-height: 140px;
  height: 140px;
  display: flex;
  align-items: center;
}

.badge-container .large-badge {
  max-width: 120px;
  max-height: 120px;
  width: 100%;
  height: auto;
}

.badgeSection .badge-container.tbls,
.badgeSection .badge-container.msba {
  min-width: 100px;
  min-height: unset;
  display: flex;
  align-items: center;
  overflow-y: hidden;
}

.badgeSection .badge-container.tbls img.large-badge.seal-tbls,
.badgeSection .badge-container.msba img.large-badge.seal-msba {
  max-width: 185px;
  max-height: unset;
}

.badge-container .badgeHover {
  display: none;
}

.badgeSection.arrow {
  display: none;
  position: absolute;
}

/*########## * Attorney Card * ##########*/

.atty-card {
  text-align: center;
  color: #4a0e01;
  position: relative;
  top: -75px;
  margin-bottom: -75px;
}

.atty-card-small {
  text-align: center;
  color: #4a0e01;
  position: relative;
}

.portrait-frame {
  border-radius: 50%;
  border: 5px solid #f7f0d4;
  background: #f7f0d4;
  overflow: hidden;
  width: 140px;
  height: 140px;
  margin: 0 auto 1em;
  transition: all .25s ease;
  position: relative;
}

.attorney-portrait {
  display: block;
  width: 100%;
  height: auto;
  transition: all .25s ease;
}

.atty-name {
  font-size: 1.125em;
  font-weight: 700;
}

.atty-card hr,
.atty-card-small hr {
  border-bottom: 1px solid #4a0e01;
  margin: .5em auto;
  max-width: 75%;
}

.atty-card .carddesc,
.atty-card-small .carddesc {
  font-family: 'Lora', sans-serif;
  padding: 0 1em;
  margin-bottom: .5em;
  font-size: 1.0625em;
}

.atty-card .cardreviews,
.atty-card-small .cardreviews {
  font-family: 'Lora', sans-serif;
  margin-bottom: 1em;
}

.stars {
  display: inline-block;
  padding: 0 4px;
}

.atty-card .stars .fa.fa-star,
.atty-card .stars .fa.fa-star-o,
.atty-card .stars .fa.fa-star-half-o,
.atty-card-small .stars .fa.fa-star,
.atty-card-small .stars .fa.fa-star-o,
.atty-card-small .stars .fa.fa-star-half-o {
  font-size: 1.5rem;
}

.contact-btns {
  display: flex;
  justify-content: space-between;
}

.card-btn {
  flex: 0 1 calc(98% / 3);
  border-radius: 3px;
  background: #4a0e01;
  color: #f7f0d4;
  padding: 1em;
  font-size: 0.8125em;
  text-align: center;
  margin-bottom: .5rem;
  transition: .25s all ease;
}

.claim-btn {
  color: #FFF;
  background: #ff3003;
  flex: 0 1 100%;
}

a.card-btn:hover,
a.card-btn:focus,
a.card-btn:active {
  background: #ff3003;
  color: #FFF;
  text-decoration: none;
}

.btn-icon {
  max-width: 15px;
  margin-right: 3px;
  margin-bottom: 2px;
}

.call-btn {
  color: #FFF;
  background: #ff3003;
}

a.call-btn:hover,
a.call-btn:focus,
a.call-btn:active,
a.claim-btn:hover,
a.claim-btn:focus,
a.claim-btn:active {
  background: #4a0e01;
  color: #f7f0d4;
}

.call-btn .tapto {
  display: none;
}

.firm-name {
  font-size: 1.125em;
  font-weight: 700;
}

.firm-locale {
  font-size: 1.125em;
  font-family: 'Lora', sans-serif;
}

.pf-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: .5em 0 .75em;
}

a.pf-nav-link {
  flex: 0 1 calc(25% - 2px);
  background: #c2c1c1;
  color: #FFF;
  border-bottom: 6px solid #c2c1c1;
  padding: .9375em .9375em calc(.9375em - 6px);
  transition: .25s all ease;
}

a.pf-nav-link:hover,
a.pf-nav-link:focus,
a.pf-nav-link:active,
a.pf-nav-link.active {
  background: #FFF;
  color: #4a0e01;
  border-bottom: 6px solid #4a0e01;
  text-decoration: none;
}

.atty-card-small .pf-nav,
.atty-card-small .pf-nav+br {
  display: none;
}

.backtoprofile {
  display: block;
  margin-top: .5em;
}

.nyrtb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em auto;
  max-width: 360px;
}

.nyrtb .dark_button {
  margin: 0;
  font-weight: 700;
}

.nyrtb .fa-long-arrow-right {
  color: #ff3003;
}

/*########## * Self Nav * ##########*/

.self-nav-inner {
  background: #D8D6D7;
  border-radius: 8px;
  padding: 1em 0px;
  margin: 1em 0;
}

.self-nav .self-btn {
  margin-bottom: 0;
  display: block;
  text-align: left;
  line-height: normal;
  display: flex;
  align-items: center;
}

.self-btn i,
.self-btn img {
  float: right;
}

.self-nav .self-upgrade {
  padding-left: 0;
}

/*########## * Profile Sections * ##########*/

.section-heading {
  background: #4a0e01;
  color: #f7f0d4;
  border-radius: 4px;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.125rem;
  padding: 1em 1.125em;
  margin: 0 -.9375em 1em;
  position: relative;
}

.section-heading.top-level {
  font-weight: 700;
}

.section-heading.top-level.purchasepro {
  background: #FF3003;
  color: #FFF;
}

.pageSection {
  padding-bottom: 1em;
}

.pageSection .pageSection .section-heading {
  background: #f7f0d4;
  border-radius: 4px;
  font-family: 'Lora', Serif;
  color: #4a0e01;
  padding: 1.125em;
  margin: 0 auto 1em;
  position: relative;
}

.pageSection.fullReviewsPage,
.pageSection#message,
.pageSection.resultsPage,
.pageSection.profileInsightsPage {
  margin-top: 1em;
  min-height: 600px;
}

.sec-overview {
  text-align: center;
  font-family: 'Lora';
  font-style: italic;
  color: #4a0e01;
}

.rMore {
  color: #4a0e01;
  text-align: center;
  display: block;
}

.rMore:hover,
.rMore:focus,
.rMore:active {
  color: #ff3003;
}

.endbar {
  background: #f9f9f9;
  height: 15px;
  width: 100%;
  border-radius: 4px;
  margin-top: .5em;
}

/*########## * Bio * ##########*/

.atty-tagline {
  margin-bottom: 1em;
}

/*########## * Bio * ##########*/

.biotext {
  max-height: 116px;
  transition: max-height .4s ease-in-out;
  overflow: hidden;
  padding-left: 8px;
}

.biotext+.rMore {
  border-top: 1px solid #d6d6d6;
  margin-top: .5em;
  padding-top: .5em;
}

/*########## * Practice Areas * ##########*/

#piechart {
  width: 280px;
  height: 280px;
  margin: 0 auto;
}

.pa-section .rblock-container {
  margin-left: 5%;
}

.pa_box_1,
.pa_box_2,
.pa_box_3,
.pa_box_4,
.pa_box_5,
.pa_box_6 {
  width: 45px;
  height: 45px;
  display: inline-block;
  padding: 5px;
  margin: 5px;
}

.pa_text {
  margin: 6px;
}

/*########## * Non-Enhanced Ads * ##########*/

.enhanced_profiles {
  background-color: #f9f9f9;
  padding: 1em .9375em;
  margin: 0 -.9375em 1em;
  color: #4a0e01;
}

.enhanced_profiles hr {
  border-color: #4a0e01;
}

.enhanced_profilesT {
  color: #4a0e01;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}

.enhanced_profilesE {
  color: #4a0e01;
  font-size: .875em;
}

.ad-photo {
  margin-right: .75em;
  max-width: 100px;
  align-self: flex-start;
}

.ad-name {
  color: #4a0e01;
}

.ad-btns {
  display: flex;
  justify-content: space-between;
}

.ad-btns .card-btn {
  margin-bottom: 0;
  flex: 0 1 48%;
  font-weight: 700;
}

.ad-btns .site-btn {
  text-transform: capitalize;
}

.mobile-ad-call .call-btn {
  width: 100%;
  display: block;
  margin: .75rem 0;
}

.ad-right-grid {
  min-height: 124px;
}

.ad-right-grid .total-reviews {
  font-family: 'Lora', serif;
  font-style: italic;
  color: #4a0e01;
}

.ad-right-grid .total-reviews span {
  display: none;
}

.ad-right-grid .total-reviews strong::before {
  content: '(';
}

.ad-right-grid .total-reviews strong::after {
  content: ')';
}

/*########## * Profile Buttons * ##########*/

.pf-button {
  font-size: 1.125em;
  font-weight: 700;
  color: #4a0e01;
  border: 1px solid #4a0e01;
  background: #FFF;
  display: block;
  margin: 1em auto;
  padding: .75em 2em;
  border-radius: 4px;
  transition: all .25s ease;
  cursor: pointer;
  font-family: 'Lato', Arial, sans-serif;
}

.pf-button:hover {
  color: #FFF;
  background: #4a0e01;
}

.pfs-button {
  font-weight: 700;
  color: #4a0e01;
  border: 1px solid #4a0e01;
  background: #FFF;
  text-align: center;
  margin: 1em auto;
  padding: .75em 2em;
  border-radius: 4px;
  transition: all .25s ease;
  cursor: pointer;
  font-family: 'Lato', Arial, sans-serif;
  width: 100%;
}

.pfs-button:hover {
  color: #FFF;
  background: #4a0e01;
}

/*########## * Profile Photo Gallery * ##########*/

ul.photo-grid {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

ul.photo-grid li {
  margin: .5em;
}

.photo-cell {
  position: relative;
  overflow: hidden;
  width: 268px;
  height: 268px;
}

.photo-cell img {
  object-fit: cover;
  max-width: unset;
  width: 100%;
  height: 100%;
}

html.no-objectfit .photo-cell img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}

/*########## * Profile Videos * ##########*/

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-title {
  font-weight: 700;
  color: #4a0e01;
}

/*########## * Resume Block * ##########*/

.resume-block {
  margin-bottom: 1em;
}

.rb-img {
  text-align: center;
  max-height: 100px;
  display: flex;
  align-items: center;
  overflow-y: hidden;
}

.rb-img img {
  width: 100%;
  max-width: 185px;
  margin: 0 auto;
}

.rb-img img.seal-tbls,
.rb-img img.seal-msba {
  max-width: 185px;
}

.rb-title {
  font-weight: 700;
  color: #4a0e01;
}

.rb-verdict {
  color: #4a0e01;
  font-weight: 700;
  font-size: 5vw;
  text-align: center;
}

.cr-page-row .rb-verdict {
  text-align: left;
}

.cr-page-row .cr-full {
  margin-top: .5em;
}

/*########## * Case Results * ##########*/

.cr-full {
  max-height: 300px;
  transition: max-height .4s ease-in-out;
  overflow: hidden;
  padding-left: 8px;
}

.pageSection.resultsPage hr {
  margin: 1.5rem auto;
}

/*########## * Reviews * ##########*/

.rev-meta {
  color: #4a0e01;
}

.Review_title h4 {
  font-size: 1.125rem;
  margin-bottom: 0;
  font-weight: 700;
}

.reviewtext {
  max-height: 145px;
  transition: max-height .4s ease-in-out;
  overflow: hidden;
}

.reviewtext .rMore {
  text-align: right;
}

.reviewsSection .dark_button,
.endorsementSection .dark_button,
.sec-overview .dark_button,
.contactSection .dark_button,
#full_resumebtns,
#full_resumebtnh {
  display: inline-block;
  margin-top: .5rem;
  font-style: normal;
  font-weight: 700;
  width: 205px;
}

.rev-left .fa.fa-star,
.rev-left .fa.fa-star-o,
.rev-left .fa.fa-star-half-o {
  font-size: 1.5em;
}

.revBars {
  max-width: 250px;
  margin: 0 auto;
}

.revBarRow {
  margin: .5rem 0;
}

.percentBar {
  margin: 0 .5rem;
}

.barEmpty {
  background: #c2c1c1;
  width: 100%;
  height: 1.5rem;
  border-radius: 3px;
}

.barFill {
  background: #4a0e01;
  height: 100%;
  border-radius: 3px;
}

/*########## * Endorsements * ##########*/

.endorsement-txt {
  margin-top: 1em;
  max-height: 130px;
  transition: max-height .4s ease-in-out;
  overflow: hidden;
}

.endorsement-txt.rMore-open {
  max-height: initial;
}

.endorsement-txt .rMore {
  text-align: right;
}

.endorser-img {
  padding-right: .5em;
}

.endorser-link {
  color: #4a0e01;
  font-weight: 700;
}

.endorser-link:hover,
.endorser-link:focus,
.endorser-link:active {
  color: #ff3003;
}

.end-meta {
  font-size: .875em;
}

/*########## * Contact Section * ##########*/

ul.social-links {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.social-links li {
  flex: 0 1 50%;
  margin: .5em 0;
}

ul.social-links li a {}

ul.social-links li a:hover,
ul.social-links li a:active,
ul.social-links li a:focus {
  text-decoration: underline;
}

ul.social-links li a img {
  margin-right: 5px;
  vertical-align: text-bottom;
}

.contact-content {
  margin: 1em 0 0;
  max-width: 730px;
}

.contactSection #map_canvas {
  height: 337px;
  width: 100%;
  max-width: 730px;
  border: 1px solid #9f9fa0;
  border-radius: 4px;
}

.contactSection .addtl-info {
  margin-top: 1em;
}

.contactSection .dark_button {
  margin-bottom: 1em;
}

/*########## * Insights * ##########*/

.insight-block {
  padding: .5em 0;
  background: inherit;
  transition: all .25s ease;
}

.i-title {
  font-weight: 700;
  color: #4a0e01;
}

.i-title a {
  color: #4a0e01;
}

.i-date {
  font-size: .875em;
  color: #000;
}

.insight-block:hover,
.insight-block:focus,
.insight-block:active {
  background: #4a0e01;
  color: #FFF;
}

.insight-block:hover .i-title a,
.insight-block:focus .i-title a,
.insight-block:active .i-title a {
  color: #FFF;
  text-decoration: underline;
}

.insight-block:hover .i-date,
.insight-block:focus .i-date,
.insight-block:active .i-date {
  color: #FFF;
}

/*########## * Edit Insights * ##########*/

.reveal.epModal.insight-modal {
  max-width: 1328px;
}

.add-insight {
  margin: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .25s all ease;
}

.add-insight .squareplus {
  border-color: #FFF;
}

.add-insight:hover .squareplus {
  border-color: #f7f0d4;
}

/*########## * Mobile Footer Bar * ##########*/

body {
  margin-bottom: 62px;
}

ul.pf-mobile-nav {
  height: 62px;
  background: #4a0e01;
  color: #f7f0d4;
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: .9375rem;
  padding-left: .9375rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

ul.pf-mobile-nav li {
  display: inline-block;
  text-align: center;
  flex: 0 1 20%;
  max-height: 54px;
}

ul.pf-mobile-nav li a {
  color: #f7f0d4;
  font-size: 0.8125em;
}

ul.pf-mobile-nav li a img {
  max-height: 50px;
}

/*########## * Message Page * ##########*/

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777;
}

.messageForm .input-wrapper input,
.messageForm .input-wrapper textarea {
  background: #f0eeee;
  border-width: 1px 1px 3px 1px;
  border-color: #f0eeee #f0eeee #4a0e01;
  box-shadow: none;
}

.messageForm .input-wrapper input:focus,
.messageForm .input-wrapper textarea:focus {
  background: #FFF;
  border-width: 1px 1px 3px 1px;
}

.messageForm .red_button {
  width: 100%;
  cursor: pointer;
  height: 56px;
}

@media(min-width: 1024px) {
  .messageForm {
    padding: 0px 100px;
  }
}

/*########## * Below Results * ##########*/

.sp-heading {
  background: #f7f0d4;
  color: #4a0e01;
  border-radius: 4px;
  padding: 1.125rem 1em;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  margin: 1em -.9375em;
}

.below-results {
  color: #4a0e01;
}

.below-results h3,
.lower-insights-grid h3 {
  font-size: 1.125rem;
  font-weight: 700;
}

.pa-links,
.city-links {
  margin: 0;
  list-style-type: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.sp-link {
  color: #4a0e01;
  font-size: .875em;
  line-height: 2.5;
}

.sp-link:hover,
.sp-link:active,
.sp-link:focus {
  color: #ff3003;
  text-decoration: underline;
}

/*########## * Insights Below Results * ##########*/

.lower-insights-grid .insight {
  background: #FFF;
  color: #4a0e01;
  margin: 0 auto 1em;
  padding: .75em;
  max-width: 396px;
}

.lower-insights-grid .insight:hover,
.lower-insights-grid .insight:active,
.lower-insights-grid .insight:focus {
  background: #4a0e01;
  color: #FFF;
}

.lower-insights-grid .insight:hover a,
.lower-insights-grid .insight:active a,
.lower-insights-grid .insight:focus a,
.lower-insights-grid .insight:hover h3,
.lower-insights-grid .insight:active h3,
.lower-insights-grid .insight:focus h3 {
  color: #FFF;
}

.i-img-author {
  position: relative;
}

.i-author {
  text-align: right;
  font-weight: 700;
  font-size: .9375em;
}

.lower-insights-grid .insight .i-author {
  font-weight: 400;
}

.i-author-pic {
  position: absolute;
  bottom: 0;
  left: .5em;
  max-width: 50px;
  max-height: 50px;
  height: auto;
  margin-top: 1em;
  border: 2px solid #f7f0d4;
  border-radius: 50%;
  overflow: hidden;
}

/*########## * Profile Snippets * ##########*/

.profile_snippet .section-heading {
  font-weight: 400;
}

.profile_snippet_content {
  padding-left: 2em;
}

/*########## * Insight Article * ##########*/

.insight-container,
.insight-comments-container {
  position: relative;
  max-width: 1100px;
}

.insight-sidebar {
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 400px;
}

.i-side-icons {
  display: flex;
  justify-content: space-between;
}

.side-icon,
.side-icon.fa {
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  line-height: 1;
  margin-bottom: .25rem;
  transition: .25s all ease;
}

a .side-icon.fb {
  background: #3b5998;
  color: #FFF;
  font-size: 1.75em;
  opacity: .8;
}

a .side-icon.tw {
  background: #1DA1F2;
  color: #FFF;
  font-size: 1.75em;
  opacity: .8;
}

a .side-icon.in {
  background: #0077B5;
  color: #FFF;
  font-size: 1.75em;
  opacity: .8;
}

a .side-icon.thumb,
a .side-icon.comment,
#votebu,
.votebutton {
  font-size: 2.25em;
  color: #c2c1c1;
}

a:hover .side-icon.thumb,
a:hover .side-icon.comment,
#votebu:hover,
.votebutton:hover {
  color: #FF3003;
  text-decoration: none;
  cursor: pointer;
}

a:hover .side-icon {
  opacity: 1;
}

a.iconlink {
  text-decoration: none;
}

.post-meta {
  /*  #f7f0d4 font-size: .825em; */
  font-weight: 700;
  color: #4a0e01;
  position: relative;
}

.post-author-img {
  position: absolute;
  width: 48px;
  height: 48px;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  margin-left: .5em;
  margin-top: -32px;
  border: 2px solid #f7f0d4;
  background: #f7f0d4;
}

.comment-author-img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  border: 2px solid #f7f0d4;
  background: #f7f0d4;
  overflow: hidden;
  box-sizing: content-box;
}

.nested_response_d .comment-author-img {
  width: 75%;
  padding-top: 75%;
}

.commenter-name a {
  color: #4a0e01;
  font-weight: 700;
  font-size: 1.125em;
}

.comment-author-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.post-meta .post-author {
  margin-top: 1.25em;
}

.post-meta .post-date {
  margin-left: auto;
  margin-top: 1.25em;
}

.insight-page-title {
  line-height: normal;
  margin: 1rem 0;
  font-size: 2em;
  color: #4a0e01;
  font-weight: 700;
}

.title-cat {
  margin-bottom: 1em;
}

.cat-button {
  color: #4A0E01;
  margin: 0 .5em;
}

.cat-button:hover,
.cat-button:active,
.cat-button:focus {
  cursor: pointer;
  color: #ff3003;
  text-decoration: underline;
}

.author-box {
  border: 1px solid #eee9e6;
  padding: 1em;
  margin-top: 1em;
}

.author-box .abt-auth {
  font-size: 1.5em;
  font-weight: 700;
  color: #4a0e01;
  margin-bottom: 1rem;
}

.author-box .author-info {
  padding-left: .5em;
}

.author-box .author-name-link {
  font-weight: 700;
  font-size: 1.125em;
}

.author-box .dark_button {
  display: block;
  margin: .5em 0 0;
  font-size: .825em;
}

.author-box .biotext {
  max-height: 150px;
}

.author-box .biotext hr.rMoreBorder {
  margin: .5em 0;
}

.iSubHeading {
  background: #f7f0d4;
  color: #4a0e01;
  border-radius: 4px;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  padding: .75em 0 .75em .7em;
  margin: 0 -.9375em 1em;
  max-height: 50px;
}

.comment-vote {
  color: #c2c1c1;
}

.comment-vote i {
  cursor: pointer;
}

.respond_button {
  background: #FFF;
  color: #c2c1c1;
  border-radius: 4px;
  font-family: 'Lato', Arial, sans-serif;
  padding: .75em;
  display: inline-block;
}

.respond_button:hover,
.respond_button:focus,
.respond_button:active {
  color: #FF3003;
  text-decoration: none;
  cursor: pointer;
}

/*########## * Insight Listing * ##########*/

.insightListing {
  margin-bottom: 3.5em;
}

.insightListing .insight-listing-title {
  font-size: 1.5em;
  margin: 1rem 0;
}

.iExcerpt {
  margin: 1rem 0;
}

.iListing-bottom-row .dark_button {
  margin-bottom: 0;
}

.iListing-bottom-row .side-icon,
.iListing-bottom-row .side-icon.fa {
  display: inline-block;
}

#insight_paginationB .dark_button {
  vertical-align: middle;
}

#insight_paginationB .dark_button.current {
  background-color: #FFF;
  color: #4a0e01;
  position: relative;
  /*  box-sizing: ; */
  overflow: hidden;
}

#insight_paginationB .dark_button.current:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #4a0e01;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*########## * Insights Banner * ########## */

.grid-container.insights-banner {
  background: #4e655e url('../images/insightsbg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  color: #FFF;
  border-bottom: 10px solid #f7f0d4;
  margin-bottom: 1.5rem;
}

.insights-banner .insights-banner-inner {
  text-align: center;
  padding: 1.5em 0;
}

.insightsh1 {
  color: #FFF;
  text-align: center;
  font-size: 2em;
  font-family: 'Lora', serif;
  font-weight: 700;
}

@media (min-width: 640px) {
  .grid-container.insights-banner {
    background-size: auto;
  }
}

@media (min-width: 1024px) {
  .insights-banner-inner p {
    font-size: 1.375em;
  }
  .insights-banner .insights-banner-inner {
    height: 240px;
    padding: 0;
  }
}

/*########## * Insight Search Filters * ##########*/

.filter-height {
  min-height: 80px;
}

#insights_BF select,
#insights_BF input {
  background-color: #e6e6e6;
  box-shadow: none;
}

#insights_BF.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #FFF;
  border-bottom: 1px solid #ece5e4;
  width: 100%;
  z-index: 999;
}

.filters-container {
  padding: 0px .5em;
}

#insights_BF.sticky .filters-container {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.filters-container .dark_button {
  font-size: 1rem;
  margin-bottom: 0;
  display: block;
}

.filters-container .grid-margin-x>.cell {
  margin-left: .5rem;
  margin-right: .5rem;
}

.filter-text {
  margin: .25em 0;
  color: #555;
}

/*########## * Search Select Box * ##########*/

.pracselection_ .selectize-input,
.searchprac.certifications .selectize-input,
.pracselection_ .selectize-input input,
.searchprac.certifications .selectize-input input {
  background-color: #f0eeee;
  border: 0px;
  box-shadow: none;
  font-size: 1rem;
  line-height: 1.5;
}

.pracselection_ .selectize-input.full,
.searchprac.certifications .selectize-input.full {
  background-color: #f0eeee;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  color: #4a0e01;
}

.selectize-dropdown-content {
  font-size: 1rem;
  border-top: 4px solid #f0eeee;
}

.pa_majoz h6,
.pa_major h6,
.pa_placeholder {
  font-weight: 700;
  margin: .25em 0;
  padding: 0px .5em;
  line-height: 15px;
}

.pracselection_ .pa_mionor {
  padding: .25em .5em .25em 1em;
  padding-left: 1em;
}

.pa_majoz h6,
.pa_major h6,
.pa_mionor,
.pa_placeholder {
  line-height: 1.4;
}

.selectize-dropdown .pa_majoz.active,
.selectize-dropdown .pa_major.active,
.selectize-dropdown .pa_mionor.active,
.selectize-dropdown .pa_placeholder.active {
  background-color: #4a0e01;
  color: #FFF;
}

.selectize-dropdown .pa_majoz.active h6,
.selectize-dropdown .pa_major.active h6 {
  color: #FFF;
}

#searchprac .selectize-control.single .selectize-input:after {
  content: '\f0d7';
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  width: 60px;
  height: 0;
  background: #4a0e01;
  height: 100%;
  text-align: center;
  border: 0;
  color: #f7f0d4;
  display: flex;
  align-items: center;
  justify-content: center;
}

#searchprac .selectize-control.single .selectize-input.dropdown-active:after {
  content: '\f0d8';
}

/*########## * Claim Page * ##########*/

.pageSection.claimSection .section-heading {
  margin-right: auto;
}

#email-check {
  width: 39px;
  height: 39px;
  background: #f9f9f9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: .5rem;
}

.claimSection input[type="text"],
.claimSection input[type="password"] {
  background: #f0eeee;
  border: 0;
  box-shadow: none;
}

/*########## * Edit Profile * ##########*/

.contact-btns.editpf {
  flex-wrap: wrap;
}

.contact-btns.editpf .card-btn {
  flex: 0 1 100%;
}

.contact-btns.editpf .card-btn.upgrade-btn {
  background-color: #ff3003;
  color: #FFF;
}

#progress-box {
  background: #FFF;
  border-radius: 4px;
}

#progress-box.opened {
  position: relative;
  top: 88px;
  margin-bottom: 100px;
}

#completion_rowsH {
  font-size: .875em;
}

#completion_flip_upbtn,
#completion_flip_downbtn {
  font-size: 1rem;
  color: #4a0e01;
  display: block;
  margin: 0 auto;
  text-align: center;
}

#completion_flip_downbtn {
  margin-top: 1rem;
}

#completion_flip_upbtn:after {
  content: ' \f0d7';
  font-family: fontawesome;
}

#completion_flip_downbtn:after {
  content: ' \f0d8';
  font-family: fontawesome;
}

.completion-needed .white_button {
  padding: .75em;
  margin-bottom: 0;
  font-weight: 700;
  font-size: .875em;
}

#completion_rowsH .xed,
#completion_rowsH .checked {
  width: 18px;
  margin-left: .75rem;
}

.completed-item {
  padding-left: .75em;
}

#mini-pf-btns {
  display: none;
  margin: .5em .75em;
}

#mini-pf-btns .card-btn {
  flex: 0 1 100%;
}

#mini-pf-btns .upgrade-btn,
#mini-pf-btns .view-btn {
  margin: 0 .5rem;
  line-height: 1;
  font-size: .875em;
  padding: .5rem;
  position: relative;
}

#mini-pf-btns .upgrade-btn .btn-icon {
  margin-right: 4px;
  width: 13px;
}

#mini-pf-btns .enhancedtext {
  display: none;
}

#mini-pf-btns .upgrade-btn {
  margin-right: 0;
  order: 1;
}

.suggestion-button {
  padding: .5rem;
  background: #4a0e01;
  color: #f7f0d4;
  margin: .25rem 0 .75rem;
}

.suggestion-button:hover,
.suggestion-button:active,
.suggestion-button:focus {
  cursor: pointer;
  background: #ff3003;
  color: #FFF;
}

.update_cover_photo a,
.update_portrait_photo a {
  background: rgba(0, 0, 0, .5);
  color: #f7f0d4;
  padding: .5rem;
  position: absolute;
  z-index: 10;
  border-radius: 4px;
}

.update_cover_photo a:hover,
.update_portrait_photo a:hover {
  color: #FF3003;
  text-decoration: none;
  background: rgba(0, 0, 0, .7);
}

.atty-card .cardcover .update_cover_photo {
  display: none;
}

.atty-card.sticky .cardcover .update_cover_photo {
  display: block;
}

.cardcover .update_cover_photo a {
  top: 0;
  left: 0;
  font-size: .75rem
}

.update_portrait_photo a {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.atty-card.sticky .update_portrait_photo a {
  font-size: .875em;
}

.card-btn.view-btn {
  flex: 0 1 100%;
}

#progress-box .title {
  margin-bottom: .5rem;
}

.progress,
.progress-meter {
  height: 3em;
}

.progress {
  border-radius: 3em;
  overflow: hidden;
  margin-bottom: .5rem;
  background-color: #C2C0C1;
}

.progress.success .progress-meter {
  background-color: #36F10E;
}

.progress.addMargin {
  margin: 0 .75em;
}

.completion_acc {
  max-height: 24px;
  transition: max-height .4s ease-in-out;
  overflow: hidden;
  padding-left: 8px;
}

.completion_acc .toggle:before {
  content: 'View Completion Breakdown \f0d7'
}

.completion_acc.rMore-open .toggle:before {
  content: 'Close Completion Breakdown \f0d8';
  font-family: FontAwesome, 'Lato';
}

#completion_rowsH {
  text-align: left;
}

.editButton a {
  float: right;
  color: #4A0e01;
}

h2>.editButton a {
  color: #f7f0d4;
  font-weight: 100;
}

.editButton a:hover,
.editButton a:focus,
.editButton a:active {
  color: #FF3003;
  text-decoration: none;
  font-family: 'Lora', Serif;
  font-weight: 100;
}

.reveal.epModal {
  padding: 0;
  max-width: 775px;
  width: 100%;
  max-height: 800px;
  overflow-y: auto;
}

.reveal.epModal.wider-modal {
  max-width: 1000px;
}

.epModal-inner.cell,
.epModal-inner {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.epModal .mtitlebar {
  background: #f7f0d4;
  padding: .5rem 1rem .5rem 3.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CCC;
}

.epModal .mtitle {
  margin-bottom: 0;
  font-family: 'Lora', serif;
  font-size: 1.625em;
}

.epModal .close-button {
  color: #4a0e01;
}

.epModal .modaldesc {
  color: #4a0e01;
  margin-bottom: 1em;
}

.epModal label {
  color: #4a0E01;
  font-weight: 700;
}

.epModal input[type=text],
.epModal input[type=number],
.epModal textarea,
.epModal select,
.epModal .selectize-input,
.epModal .selectize-input.full {
  border-radius: 0px;
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  box-shadow: none;
}

.epModal input[type=text]:active,
.epModal input[type=text]:focus,
.epModal input[type=number]:active,
.epModal input[type=number]:focus,
.epModal textarea:active,
.epModal textarea:focus,
.epModal select:active,
.epModal select:focus {
  border: 1px solid #4a0e01;
  background-color: #FFF;
}

.epModal .selectize-dropdown-content div {
  padding: .25em;
}

.epModal .selectize-dropdown .active {
  background-color: #4a0e01;
  color: #FFF;
}

.epModal .add-button,
.button .add-button {
  background: #FFF;
  color: #4A0E01;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
  padding: .5rem;
  transition: .25s all ease;
}

.epModal .legend-text .add-button {
  margin-bottom: 0;
}

.squareplus {
  border: 1px solid #4A0E01;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .5rem;
}

.squareplus .fa-plus {
  font-size: 1.25rem;
}

.epModal .add-button:hover,
.epModal .add-button:active {
  background: #FF3003;
  color: #FFF;
}

.epModal .add-button:hover .squareplus,
.epModal .add-button:active .squareplus {
  border-color: #FFF;
}

.epModal .modal-button {
  width: 125px;
  border-radius: 0px;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  transition: all .25s ease;
}

.epModal .modal-button.expanded {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.epModal .modal-button.cancel {
  background: #CCC;
}

.epModal .modal-button.save {
  background: #FF3003;
}

.epModal .modal-button.dark {
  background: #4A0e01;
}

.epModal .modal-button.save.balance {
  width: 170px;
}

.epModal .modal-button:hover,
.epModal .modal-button:hover,
.epModal .modal-button:hover {
  background: #4A0E01;
  color: #f7f0d4;
}

.epModal .modal-edit,
.epModal .modal-delete,
.modal-edit {
  background: transparent;
  color: #4A0E01;
  margin-bottom: 0;
  transition: .25s all ease;
}

.epModal .modal-edit:hover,
.epModal .modal-delete:hover,
.epModal .modal-edit:active,
.epModal .modal-delete:active,
.epModal .modal-edit:focus,
.epModal .modal-delete:focus,
.modal-edit:hover,
.modal-delete:hover,
.modal-edit:active {
  background: #FF3003;
  color: #FFF;
}

.epModal .modal-delete.confirm {
  background: #FF3003;
  color: #FFF;
}

.epModal .modal-delete.confirm:hover,
.epModal .modal-delete.confirm:focus,
.epModal .modal-delete.confirm:active {
  background: #4A0E01;
  color: #FFF;
}

.pa-legend-row {
  border-bottom: 1px solid #CCC;
  color: #4A0E01;
  padding-bottom: .5rem;
}

.pa-edit-row {
  color: #4A0E01;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border: 1px solid transparent;
}

.pa-edit-row:focus-within {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
}

.pa-edit-row .dark_button,
.pa-edit-row input {
  margin-bottom: 0;
}

#area_total {
  border-radius: 10px;
  margin-bottom: 1rem;
}

.epModal .photo-mini {
  max-width: 125px;
  max-height: 125px;
}

.photo-edit-row {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  color: #4A0E01;
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}

#photo_other_dialogf .modal-delete {
  width: 125px;
  border-radius: 0px;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  transition: all .25s ease;
  margin: 0 0 1rem 0;
}

img#photo_other_large {
  max-height: 580px;
}

.legend-text {
  font-weight: 700;
  color: #4a0e01;
}

.video-modal .add-button {
  margin: 0 0 0 auto;
}

.vid-desc {
  overflow: hidden;
  position: relative;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  line-height: 1.2em;
  max-height: 6.0em;
}

.vid-desc:before {
  content: '...';
  position: absolute;
  right: 0.25em;
  bottom: 0;
}

.vid-desc:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.featvidbadge {
  background: #f7f0d4;
  border-radius: 24px;
  color: #4a0e01;
  font-size: .875em;
  font-weight: 700;
  padding: 0px .25rem;
  text-align: center;
}

.modal-button.wider {
  width: 200px;
}

.dschool_logo {
  margin-right: .5em;
}

/*########## * Footer * ##########*/

.lfooter {
  background-color: #530000;
  color: #f7f0d4;
  position: relative;
  margin-top: 76px;
}

.footer-body {
  padding-top: 1em;
  padding-bottom: 1em;
}

.lfooter a {
  color: #f7f0d4;
  font-size: .9375em;
}

.lfooter a:hover,
.lfooter a:active,
.lfooter a:focus {
  color: #f7f0d4;
}

.footer-link-column.cell {
  width: 16.943%;
}

.footer-top-link {
  display: block;
  border-bottom: 1px solid #f7f0d4;
  margin-bottom: .5em;
  font-weight: 700;
  line-height: 2;
}

.footer-links {
  list-style-type: none;
  margin-left: .75em;
}

.footer-links li {
  line-height: normal;
  margin-bottom: .5em;
  font-size: .875em
}

.footer-main-column {
  margin-top: 5em;
  order: -1;
}

.footer-logo {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 198px;
}

.footer-logo>a:nth-child(1) {
  max-width: 85px;
  display: inline-block;
}

.footer-logo img {
  display: block;
  margin: 0 auto 1em;
}

.footer-social {
  margin-bottom: 1em;
}

.footer-social .fa {
  font-size: 1.75em;
  margin: 0 .5rem;
}

.footer-social a {
  color: #FFF;
}

.footer-social a:hover,
.footer-social a:focus,
.footer-social a:active {
  color: #f7f0d4;
}

.footer-loginout {
  margin-bottom: 1em;
}

.footer-adr {
  margin-bottom: 1em;
}

.lower-footer {
  border-top: 1px solid #f7f0d4;
  padding-top: 1em;
}

.lower-footer .cell {
  margin-bottom: 1em;
}

@media(min-width: 339px) {
  .logotype {
    position: relative;
    top: 4px;
  }
  /*########## * Self Nav @339 * ##########*/
  .self-btn i,
  .self-btn img {
    margin-left: 40px;
  }
}

/*Larger Phones*/

@media(min-width: 375px) {
  /*########## * Header Search @375px * ##########*/
  #search-toggle {
    margin-right: 1.75rem;
  }
  /*########## * Attorney Card @375 * ##########*/
  .btn-icon {
    margin-right: 8px;
  }
  /*########## * Self Nav @375 * ##########*/
  .self-btn i,
  .self-btn img {
    margin-left: 60px;
  }
  /*########## * Top Badges @375 * ##########*/
  .badgeSection .badge-container.tbls,
  .badgeSection .badge-container.msba {
    min-width: 140px;
  }
  /*########## * Non-Enhanced Ads@375 * ##########*/
  .ad-photo {
    margin-right: .75em;
    max-width: 130px;
  }
  .ad-right-grid {
    min-height: 160px;
  }
  /*########## * Practice Areas@375 * ##########*/
  #piechart {
    width: 330px;
    height: 330px;
  }
  /*########## * Profile Photo Gallery @375 * ##########*/
  ul.photo-grid li {
    flex: 0 1 140px;
  }
  .photo-cell {
    width: 140px;
    height: 140px;
  }
  .photo-cell img {
    width: 100%;
    height: 100%;
  }
  /*########## * Mobile Footer Bar@500 * ##########*/
  ul.pf-mobile-nav li a {
    font-size: 0.875em;
  }
}

@media(max-width: 400px) {
  .tiny-hide {
    display: none;
  }
}

@media(min-width: 430px) {
  /*########## * Self Nav @430 * ##########*/
  .self-btn i,
  .self-btn img {
    margin-left: 80px;
  }
}

/*Larger Phones*/

@media(min-width: 500px) {
  /*########## * Attorney Card @500 * ##########*/
  .call-btn .tapto {
    display: inline;
  }
  /*########## * Self Nav @339 * ##########*/
  .self-nav .self-btn {
    justify-content: center;
    text-align: center;
    line-height: normal;
    align-items: center;
  }
  .self-btn i,
  .self-btn img {
    margin-left: 0px;
  }
  /*########## * Top Badges @500 * ##########*/
  .badgeSection .badge-container.tbls,
  .badgeSection .badge-container.msba {
    min-width: 165px;
  }
  /*########## * Non-Enhanced Ads@375 * ##########*/
  .enhanced_profiles {
    margin: 0 0 1em;
    padding: 1.25em 1.25em .5em;
  }
  /*########## * Practice Areas @500 * ##########*/
  .pa-section .rblock-container {
    margin-left: 20%;
  }
  /*########## * Profile Photo Gallery @500 * ##########*/
  ul.photo-grid li {
    flex: 0 1 180px;
  }
  .photo-cell {
    width: 180px;
    height: 180px;
  }
  /*########## * Inisght Article @500 * ##########*/
  .post-author-img {
    position: relative;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: 1.5em;
  }
  .post-meta .post-author {
    margin-left: 1em;
  }
  .post-meta .post-author,
  .post-meta .post-date {
    font-size: .9375rem;
    margin-top: .5em;
  }
  /*########## * Inisght Listing @500 * ##########*/
  .insightListing .post-author-img {
    margin-left: 1em;
  }
}

/*Small windows/horizontal phone*/

@media(min-width: 640px) {
  .dark_button {
    font-size: 1.125rem;
    padding: .75em 1.125em;
    margin: 0 0 1em;
  }
  #mini-pf-btns .upgrade-btn:before {
    content: '';
    width: 1px;
    height: 35px;
    background: #e4e4e4;
    position: absolute;
    left: -8px;
    bottom: -2px;
  }
  .upgrade-btn+.view-btn.mini {
    margin-left: 0px !important;
    margin-right: .5rem;
  }
  .pageSection .pageSection {
    margin-left: 1.25rem;
  }
  .pageSection .pageSection .section-heading {
    left: -1.25rem;
  }
  /*########## * Attorney Card @640 * ##########*/
  .portrait-frame {
    width: 275px;
    height: 275px;
  }
  .contact-btns {
    flex-wrap: wrap;
  }
  .card-btn {
    font-size: 1rem;
  }
  .section-heading {
    margin: 0 0 1em 0;
  }
  .main-sec-content,
  .resume-overflow {
    margin-left: 1.5em;
  }
  .pageSection {
    margin: 0;
  }
  /*########## * Top Badges @640 * ##########*/
  .badgeSection .badge-container.tbls,
  .badgeSection .badge-container.msba {
    min-width: 185px;
  }
  .badge-container.tbls,
  .badge-container.msba {
    max-width: 185px;
  }
  .badge-container {
    max-width: 150px;
  }
  /*########## * Non-Enhanced Ads@640 * ##########*/
  .ad-right-grid .total-reviews strong::before {
    content: '';
  }
  .ad-right-grid .total-reviews strong::after {
    content: '';
  }
  .ad-right-grid .total-reviews span {
    display: inline;
  }
  /*########## * Practice Areas@640 * ##########*/
  #piechart {
    width: 280px;
    height: 280px;
  }
  .pa-section .rblock-container {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pa-section .rblock-container.init {
    min-height: 280px;
  }
  .pa-section .rblock-container.acc {
    display: none;
  }
  .pa_box_1,
  .pa_box_2,
  .pa_box_3,
  .pa_box_4,
  .pa_box_5,
  .pa_box_6 {
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 5px;
    margin: 5px;
  }
  .pa_text {
    font-size: .875em;
  }
  /*########## * Profile Photo Gallery @640 * ##########*/
  ul.photo-grid li {
    flex: 0 1 173px;
  }
  .photo-cell {
    width: 173px;
    height: 173px;
  }
  ul.photo-grid.init li:nth-child(-n+2) {
    flex: 0 1 268px;
  }
  .photo-cell.top {
    width: 268px;
    height: 268px;
  }
  /*########## * Resume Block @640 * ##########*/
  .rb-img img {
    max-width: 100px;
    margin: 0 auto;
  }
  .rb-verdict {
    font-size: 1.45em;
  }
  /*########## * Endorsements@640 * ##########*/
  .end-meta {
    font-size: 1rem;
  }
  /*########## * Contact Section @640 * ##########*/
  .contactSection .addtl-info {
    margin-top: 0;
  }
  /*########## * Mobile Footer Bar@640 * ##########*/
  body {
    margin-bottom: 0;
  }
  /*########## * Below Results@640 * ##########*/
  .sp-heading {
    max-height: 50px;
    padding: 1.125rem 0px;
    margin: 1em 0;
  }
  .sp-heading:before {
    content: '';
    position: absolute;
    background: #f7f0d4;
    top: 0;
    bottom: 0;
    left: -315px;
    margin: auto;
    height: 50px;
    width: 100%;
    z-index: -1;
    border-radius: 4px;
  }
  .sp-link {
    font-size: 1rem;
    line-height: 2;
  }
  .cert-area,
  .np-assoc {
    padding-right: 1em;
  }
  .cert-area-txt {
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 1.25em;
  }
  /*########## * Case Results @640 * ##########*/
  .pageSection.resultsPage hr {
    max-width: 90%;
  }
  /*########## * Inisght Listing @640 * ##########*/
  .insightListing .post-author-img {
    margin-left: .5em;
  }
  .insightListing .post-author-img {
    position: absolute;
    width: 48px;
    height: 48px;
    margin-top: -32px;
  }
  .insightListing .post-meta .post-author {
    margin-left: 0;
  }
  .insightListing .post-meta .post-author,
  .post-meta .post-date {
    font-size: .825rem;
    margin-top: 1.5em;
  }
  /*########## * Edit Profile @640 * ##########*/
  .epModal-inner.cell,
  .epModal-inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .epModal .close-button {
    right: 3.5rem;
  }
  /*########## * Footer @640 * ##########*/
  .footer-main-column.cell {
    width: 100%;
  }
  .cell.footer-left,
  .cell.footer-right {
    width: 50%;
  }
  .cell.footer-left .footer-link-column.cell,
  .cell.footer-right .footer-link-column.cell {
    width: 70%;
  }
  .cell.footer-left .footer-link-column.cell {
    margin-right: 30%;
  }
  .cell.footer-right .footer-link-column.cell {
    margin-left: 30%;
  }
  .cell.footer-right {
    text-align: right;
  }
}

@media(max-width: 768px) {
  .show-for-tablet {
    display: none;
  }
}

/*small tablets/small window*/

@media(min-width: 768px) {
  body {
    margin-top: 0px;
  }
  .hide-for-tablet {
    display: none;
  }
  /*########## * Header @768 * ##########*/
  .menu-overlay.menu-opened {
    opacity: 1;
    z-index: 9997;
    top: 75px;
  }
  .mast-head {
    height: 75px;
    border-bottom: 1px solid #ece5e4;
    background: #FFF;
    position: relative;
  }
  .header-row {
    height: 75px;
  }
  .logomark {
    max-height: 101px;
    position: absolute;
    top: -1.8em;
    left: 0;
  }
  .logotype {
    max-height: 100%;
    top: unset;
    margin-left: 7.4375em;
  }
  .crumb-container {
    background: #f9f9f9;
  }
  .crumbs {
    color: #4a0e01;
    padding: .7em 0 .7em 8.45rem;
    font-size: 0.75em;
    z-index: 2;
    position: relative;
  }
  .crumbs a,
  .crumbs span a {
    color: #4a0e01;
  }
  .crumbs a:hover,
  .crumbs span a:hover {
    text-decoration: underline;
  }
  /*########## * Navigation @768 * ##########*/
  ul.legion-nav {
    list-style-type: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  ul.legion-nav li.nav-link {
    display: inline-block;
    font-family: 'Lora', sans-serif;
    font-style: italic;
  }
  .nav_signed_in ul.legion-nav li.nav-link a {
    padding: 0px 1em;
  }
  /*########## * Header Search @768 * ##########*/
  .search-container.opened-search {
    position: relative;
    top: unset;
    width: 100%;
    background: #FFF;
    z-index: 0;
    padding: 1rem;
  }
  /*########## * Mobile Menu @768 * ##########*/
  .mobilenav {
    top: 0;
  }
  /*########## * Attorney Card @768 * ##########*/
  .call-btn {
    background: #4a0e01;
    color: #f7f0d4;
  }
  a.call-btn:hover,
  a.call-btn:focus,
  a.call-btn:active {
    background: #ff3003;
    color: #FFF;
  }
  .msg-btn {
    color: #FFF;
    background: #ff3003;
    flex: 0 1 100%;
  }
  a.msg-btn:hover,
  a.msg-btn:focus,
  a.msg-btn:active {
    background: #4a0e01;
    color: #f7f0d4;
  }
  .call-btn,
  .site-btn {
    flex: 0 1 calc(50% - 5px);
  }
  /*########## * Top Badges * ##########*/
  .badgeSection {
    justify-content: flex-start;
  }
  .badge-container .large-badge {
    max-width: 140px;
    max-height: 140px;
  }
  /*########## * Non-Enhanced Ads@768 * ##########*/
  .ad-btns .card-btn {
    flex: 0 1 32%;
  }
  /*########## * Practice Areas@768 * ##########*/
  #piechart {
    width: 330px;
    height: 330px;
  }
  .pa-section .rblock-container.init {
    min-height: 330px;
  }
  .pa_box_1,
  .pa_box_2,
  .pa_box_3,
  .pa_box_4,
  .pa_box_5,
  .pa_box_6 {
    width: 45px;
    height: 45px;
  }
  .pa_text {
    font-size: 1rem;
  }
  /*########## * Profile Photo Gallery@768 * ##########*/
  ul.photo-grid {
    max-width: 568px;
  }
  /*########## * Resume Block @768 * ##########*/
  .rb-verdict {
    font-size: 2em;
  }
  /*########## * Contact Section @768 * ##########*/
  ul.social-links {
    margin-left: 3em;
  }
  ul.social-links li {
    flex: 0 1 26%;
    margin: .5em 0;
  }
  /*########## * Insight Article @768 * ##########*/
  .insight-post-body,
  .insight-comments-body {
    padding-right: 75px;
  }
  .title-cat {
    position: relative;
  }
  .insight-sidebar {
    margin-bottom: 0;
    margin-top: 0;
    max-width: unset;
    position: absolute;
    right: -75px;
    top: -2.5em;
  }
  .i-side-icons {
    display: block;
    justify-content: unset;
  }
  .i-side-icons.sticky {
    position: fixed;
    top: 16px;
    margin-right: 50px;
    transform: translateX(-50px);
  }
  .side-icon,
  .side-icon.fa {
    width: 50px;
    height: 50px;
  }
  a .side-icon.fb,
  a .side-icon.tw,
  a .side-icon.in {
    font-size: 2em;
  }
  a .side-icon.thumb,
  a .side-icon.comment {
    font-size: 2.5em;
  }
  span.side-icon.thumb,
  span.side-icon.comment {
    position: relative;
  }
  /*########## * Inisght Article @768 * ##########*/
  .post-author-img {
    position: relative;
    width: 104px;
    height: 104px;
    margin-top: -52px;
    margin-left: 1.5em;
  }
  /*########## * Insight Listing @640 * ##########*/
  .insightListing .post-author-img {
    position: relative;
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }
  .insightListing .post-meta .post-author {
    margin-left: 1em;
  }
  .insightListing .post-meta .post-author,
  .post-meta .post-date {
    margin-top: .75em;
  }
  /*########## * Footer @768 * ##########*/
  .footer-main-column.cell {
    width: auto;
    order: 0;
  }
  .cell.footer-left,
  .cell.footer-right {
    width: 30%;
  }
  .cell.footer-left .footer-link-column.cell,
  .cell.footer-right .footer-link-column.cell {
    width: 90%;
  }
  .cell.footer-left .footer-link-column.cell {
    margin-right: 5%;
  }
  .cell.footer-right .footer-link-column.cell {
    margin-left: 5%;
  }
}

/*tablets/resized web browser*/

@media(min-width: 1024px) {
  .mast-head {
    height: 90px;
  }
  .header-row {
    height: 90px;
  }
  .mast-head .logomark {
    z-index: 1000;
    max-height: 116px;
    top: -1em;
  }
  .mast-head .logotype {
    max-width: 180px;
    z-index: 1000;
    margin-top: .5em;
  }
  /*########## * Navigation @1024 * ##########*/
  .nav-container,
  ul.legion-nav,
  ul.legion-nav>li.nav-link {
    height: 100%;
  }
  ul.legion-nav>li.nav-link {
    font-size: 1em;
  }
  .nav_signed_in ul.legion-nav>li.nav-link {
    font-size: .8125em;
  }
  ul.legion-nav>li.nav-link a {
    padding: 0px 1.75em;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.03125em;
  }
  ul.legion-nav>li.nav-link a:hover {
    background: #4a0e01;
    color: #f7f0d4;
    text-decoration: none;
  }
  ul.legion-nav li.nav-link.level1>a strong {
    font-style: normal;
  }
  ul.legion-nav li.nav-link.level1.signin {
    display: inline-block;
  }
  ul.legion-nav>li.nav-link.has-children .mega-menu-container {
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    transition-duration: 200ms;
    position: absolute;
    transition-timing-function: ease-in;
    transition-property: opacity, visibility, margin-top;
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    text-align: left
  }
  .menu-divider {
    display: block;
    height: 10px;
    background: #f7f0d4;
  }
  ul.legion-nav li.nav-link.has-children:hover .mega-menu-container {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  ul.legion-nav li.nav-link.has-children .mega-menu-container .mega-menu {
    background: #FFF;
  }
  ul.legion-nav li.nav-link.has-children ul.sub-menu {
    list-style-type: none;
    display: flex;
  }
  ul.legion-nav li.nav-link ul.sub-menu li a {
    position: relative;
  }
  ul.legion-nav li.nav-link ul.sub-menu li a:before {
    position: absolute;
    content: '';
    height: 80px;
    width: 1px;
    background: #ece5e4;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
  }
  ul.legion-nav li.nav-link ul.sub-menu li a:hover:before {
    background: transparent;
  }
  ul.legion-nav li.nav-link ul.sub-menu li:last-child:before {
    display: none;
  }
  ul.legion-nav li.nav-link ul.sub-menu li a {
    display: block;
    padding: 3em 1em;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  ul.legion-nav li.nav-link ul.sub-menu li a:hover,
  ul.legion-nav li.nav-link:hover>a {
    background: #4a0e01;
    color: #f7f0d4;
    text-decoration: none;
  }
  .menu-search {
    padding-left: 7.25rem;
  }
  ul.legion-nav .mega-menu-level2 {
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    transition-duration: 200ms;
    position: absolute;
    transition-timing-function: ease-in;
    transition-property: opacity, visibility, margin-top;
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    text-align: left;
  }
  .mega-menu-level2>.grid-container {
    padding: 1em 0;
  }
  ul.legion-nav li.nav-link ul.sub-menu li.has-level2:hover .mega-menu-level2 {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    background: #FFF;
  }
  .mega-menu-level2 ul.state-links {
    columns: 4;
  }
  ul.legion-nav li.nav-link ul.sub-menu .mega-menu-level2 li a {
    padding: .5em 0 .5em .5em;
    font-size: 1em;
    font-weight: 400;
  }
  ul.legion-nav li.nav-link ul.sub-menu .mega-menu-level2 a:after {
    display: none;
  }
  .mega-menu-level2 .grid-container>ul.pa-list {
    columns: 4;
  }
  .mega-menu-level2 .grid-container>ul.pa-list li {
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .mega-menu-level2 .grid-container>ul.pa-list li:last-child {
    color: #4a0e01;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  ul.legion-nav li.nav-link ul.sub-menu li .mega-menu-level2 ul li a:before {
    font-family: 'FontAwesome';
    content: '\f101';
    margin: 0 5px 0 0;
    font-size: .85em;
    position: relative;
    bottom: 1px;
    background: transparent;
  }
  ul.legion-nav li.nav-link ul.sub-menu .mega-menu-level2 li a.pa-menu-link {
    font-weight: 700;
  }
  a.pa-menu-link:before {
    display: none;
  }
  .mega-menu-level2 ul.pa-list li ul.pa-sub,
  .mega-menu-level2 ul.np-links li ul.np-sub {
    margin-left: 1em;
  }
  ul.legion-nav li.nav-link ul.sub-menu .mega-menu-level2 ul.pa-list li ul.pa-list li a,
  ul.legion-nav li.nav-link ul.sub-menu .mega-menu-level2 ul.spec-links li ul li a,
  ul.legion-nav li.nav-link ul.sub-menu .mega-menu-level2 ul.resource-links li ul li a {
    padding-left: 1.5em;
  }
  ul.legion-nav li.nav-link ul.sub-menu .mega-menu-level2 ul.pa-list li ul.pa-sub li a,
  ul.legion-nav li.nav-link ul.sub-menu .mega-menu-level2 ul.np-links li ul.np-sub li a {
    font-weight: 400;
    font-size: 1rem;
  }
  .mega-menu-level2 ul.spec-links {
    columns: 2;
  }
  .mega-menu-level2 ul.spec-links li ul.spec-sub li a {
    font-weight: 400;
    font-size: 1rem;
  }
  .mm-heading {
    font-size: 1.25em;
    font-weight: 700;
    height: auto;
    font-family: 'Lato', Arial, sans-serif;
    font-style: normal;
  }
  ul.legion-nav li.nav-link ul.sub-menu .mega-menu-level2 li a.mm-heading {
    font-weight: 700;
    height: auto;
    font-family: 'Lato', Arial, sans-serif;
    font-style: normal;
  }
  ul.legion-nav>li.nav-link a.mm-heading {
    height: auto;
  }
  ul.legion-nav>li.nav-link a.mm-heading:before {
    display: none;
  }
  ul.state-board-sub-list {
    margin-left: 1.5em;
  }
  ul.spec-sub2 {
    columns: 2;
  }
  ul.legion-nav li.nav-link.level1>a strong {
    font-style: normal;
  }
  ul.legion-nav li.nav-link.has-children>a.no-caret:after {
    display: none;
  }
  /*########## * Header Search @1024 * ##########*/
  #search-toggle {
    margin-right: 0;
  }
  #search-toggle a {
    padding: 0 2.75em;
  }
  /*########## * Self Nav @1024 * ##########*/
  .self-nav {
    position: absolute;
    top: 220px;
    width: 100%;
    max-width: 61%;
    z-index: 100;
  }
  .self-nav.sticky {
    position: fixed;
    top: 0;
    padding-top: 1em;
    background: #FFF;
    border-radius: 0 0 8px 8px;
  }
  /*########## * Cover Photo @1024 * ##########*/
  .cover-photo {
    height: 245px;
    margin-bottom: 1em;
    border-width: 10px;
  }
  /*########## * Edit Profile @1024 * ##########*/
  .self-nav-inner {
    margin: 0;
  }
  #progress-box {
    background: #FFF;
    border-radius: 4px;
  }
  #progress-box.opened {
    top: 0;
    margin-bottom: 1em
  }
  .editButton a {
    display: inline-block;
    position: absolute;
    left: 550px;
    float: none;
  }
  /*########## * Attorney Card @1024 * ##########*/
  .portrait-frame {
    border-width: 10px;
  }
  .atty-card {
    top: -162px;
    margin-bottom: 0;
    position: relative;
  }
  .atty-card.sticky,
  .atty-card-small.sticky {
    position: fixed;
    top: 0px;
    margin-top: 1em;
    max-width: 32.4%;
  }
  .atty-card.sticky.unstick-override,
  .atty-card-small.sticky.unstick-override {
    position: absolute !important;
    bottom: 0;
    top: unset !important;
    margin-bottom: 1em;
    max-width: 100%;
  }
  .card-content {
    position: relative;
  }
  .cardcover {
    height: 0;
    position: absolute;
    border-radius: 4px;
    width: 100%;
    background-size: auto 122px;
    background-position: center top;
    background-repeat: no-repeat;
    transition: all .25s ease;
  }
  .atty-card.sticky .card-content,
  .atty-card-small.sticky .card-content {
    padding-top: 10px;
  }
  .atty-card.sticky .cardcover,
  .atty-card-small .cardcover {
    height: 122px;
  }
  .atty-card.sticky .portrait-frame,
  .atty-card-small .portrait-frame {
    max-width: 195px;
    max-height: 195px;
    height: auto;
    margin-top: 1em;
    z-index: 1;
  }
  .atty-card.sticky,
  .atty-card-small.sticky {
    padding-right: .9375em;
  }
  .profile-left {
    position: relative;
    max-width: 400px;
    padding-right: .9375em;
  }
  .atty-card::after,
  .atty-card-small::after {
    position: absolute;
    height: 640px;
    background: #e4e4e4;
    content: '';
    width: 1px;
    top: 162px;
    right: -16px;
  }
  .atty-card-small::after {
    top: 0;
  }
  .atty-card.sticky::after,
  .atty-card-small.sticky::after {
    top: 0;
    right: 0;
  }
  .profile-main {
    padding-left: .9375em;
  }
  .atty-card .call-btn,
  .atty-card-small .call-btn,
  .atty-card .pf-nav-link {
    font-size: .9375em;
  }
  .btn-icon {
    max-width: 14px;
  }
  /*########## * Profile Sections @1024 * ##########*/
  .section-heading,
  .pageSection .pageSection .section-heading {
    margin-right: -50%;
  }
  /*sticky-header offset for anchors. keepign for now in case needed
.pageSection.aboutSection,
.pageSection.resumeSection,
.pageSection.reviewsSection,
.pageSection.contactSection,
.pageSection.resultsSection,
.pageSection.endorsementSection,
.pageSection.insightSection {
padding-top: 100px;
margin-top: -100px;
}
*/
  /*########## * Top Badges @1024 * ##########*/
  .badge-container .badgeHover {
    position: absolute;
    bottom: 99%;
    width: 100%;
    left: 0;
    padding-bottom: 1rem;
    z-index: 150;
  }
  .badge-container .badgeHover-box {
    background: #FFF;
    border-radius: 3px;
    border: 1px solid #cacaca;
    width: 100%;
    left: 0;
    padding: .5em;
    text-align: left;
  }
  .badge-container:hover .badgeHover {
    display: block;
  }
  .badgeHover-grid {
    padding: 1em;
  }
  .badgeHover-img {
    margin-right: 1.5em;
    display: flex;
    align-items: center;
    overflow-y: hidden;
    max-height: 150px;
  }
  .badgeHover-info {
    line-height: 1.8;
  }
  .badgeHover-info .badgeHover-name {
    color: #4A0E01;
    font-weight: 700;
    font-size: 1.125em;
  }
  .badgeHover-info .rMore {
    text-align: left;
    display: inline-block;
  }
  .badge-container:hover .arrow {
    position: absolute;
    top: -16px;
    margin-left: 5.5%;
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #cacaca;
    z-index: 151;
  }
  .badge-container:hover .arrow:after {
    content: '';
    position: absolute;
    top: -15px;
    left: -14px;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #FFF;
    z-index: 1;
  }
  .listing .badgeHover {
    padding-bottom: 0px;
    padding-top: 1.5em;
  }
  .listing .badgeHover-img {
    max-height: 120px;
  }
  .listing .badgeHover-img img {
    max-height: 120px;
  }
  .listing .badgeHover-img img.smaller-badge.seal-tbls,
  .listing .badgeHover-img img.smaller-badge.seal-msba {
    max-height: 185px;
  }
  /*########## * Non-Enhanced Ads@1024 * ##########*/
  .enhanced_profiles {
    position: relative;
  }
  .enhanced_profiles:after {
    position: absolute;
    width: 300%;
    height: 100%;
    content: '';
    top: 0;
    left: 100%;
    background: #f9f9f9;
  }
  /*########## * Reviews @1024 * ##########*/
  .fa.fa-star,
  .fa.fa-star-o,
  .fa.fa-star-half-o {
    font-size: 1.875em;
  }
  /*########## * Case Results @640 * ##########*/
  .pageSection.resultsPage hr {
    max-width: 80%;
  }
  /*########## * Below Results@1024 * ##########*/
  .sp-heading {
    max-height: 50px;
  }
  .sp-heading:before {
    content: '';
    position: absolute;
    background: #f7f0d4;
    top: 0;
    bottom: 0;
    left: -400px;
    margin: auto;
    height: 50px;
    width: 100%;
    z-index: -1;
    border-radius: 4px;
  }
  .pa-links {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  /*########## * Insight Article@1024 * ##########*/
  .post-author-img {
    margin-left: 0;
    margin-bottom: 0;
  }
  .post-meta .post-author {
    margin-left: 1.5em;
  }
  .iSubHeading {
    position: relative;
    margin: 0 0 1em;
    padding-left: 0;
  }
  .iSubHeading::before {
    content: '';
    position: absolute;
    left: -99%;
    top: 0;
    width: 100%;
    height: 50px;
    background: #f7f0d4;
    z-index: -1;
    border-radius: 4px;
  }
  .insight-post-body,
  .insight-comments-body {
    padding-right: 0px;
  }
  .insight-sidebar {
    right: -170px;
  }
  .author-box .author-info {
    padding-left: 1.25rem;
  }
  .underComment .fa {
    font-size: 1.5em;
  }
  /*########## * Inisght Listing @1024 * ##########*/
  .insightListing .post-author-img {
    margin-left: 1em;
    margin-bottom: 0;
  }
  .insightListing .post-meta .post-author {
    margin-left: 1em;
  }
  .insightListing .post-meta .post-author,
  .post-meta .post-date {
    font-size: .9375rem;
    margin-top: .5em;
  }
  .insightListing .insight-listing-title {
    font-size: 1.75em;
  }
  /*########## * Insight Search Filters * ##########*/
  .filters-container select,
  .filters-container input {
    margin-bottom: .5rem;
  }
  /*########## * Footer @1024 * ##########*/
  .cell.footer-left,
  .cell.footer-right {
    width: 40%;
    z-index: 1;
  }
  .cell.footer-left .footer-link-column.cell,
  .cell.footer-right .footer-link-column.cell {
    width: 45%;
  }
  .cell.footer-left .footer-link-column.cell {
    margin-right: 5%;
  }
  .cell.footer-right .footer-link-column.cell {
    margin-left: 5%;
  }
  .cell.footer-right {
    text-align: left;
  }
}

@media(min-width: 1080px) {
  /*########## * Attorney Card @1080 * ##########*/
  .atty-card .call-btn,
  .atty-card-small .call-btn,
  .atty-card .pf-nav-link {
    font-size: 1rem;
  }
  .btn-icon {
    max-width: 15px;
  }
}

@media(min-width: 1100px) {
  .mast-head .logotype {
    max-width: 200px;
  }
  /*########## * Navigation @1100 * ##########*/
  .nav_signed_in ul.legion-nav li.nav-link {
    font-size: .875em;
  }
  .badge-container:hover .arrow {
    margin-left: 6%;
  }
  /*########## * Insight Article @1100 * ##########*/
  .insight-sidebar {
    right: -185px;
  }
  /*########## * Edit Profile @1100 * ##########*/
  .editButton a {
    display: inline-block;
    position: absolute;
    left: 600px;
    float: none;
  }
}

/*desktop/large tablet*/

@media(min-width: 1200px) {
  .mast-head .logotype {
    max-width: unset;
  }
  /*########## * Navigation @1200 * ##########*/
  .nav_signed_in ul.legion-nav li.nav-link {
    font-size: .9375em;
  }
  /*########## * Profile Sections @1200 * ##########*/
  .main-sec-content,
  .resume-overflow {
    margin-left: 3em;
  }
  /*########## * Insight Article @1200 * ##########*/
  span.side-votes-up,
  span.side-comment-num {
    position: absolute;
    left: 55px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  /*########## * Top Badges @1200 * ##########*/
  .badge-container:hover .arrow {
    margin-left: 6.5%;
  }
  /*########## * Edit Profile @1200 * ##########*/
  .editButton a {
    left: 650px;
  }
  /*########## * Footer @1200 * ##########*/
  .footer-links li {
    font-size: 1rem;
  }
}

/*when card width wouls naturally exceed 400px*/

@media(min-width: 1230px) {
  /*########## * Attorney Card @1230 * ##########*/
  .atty-card,
  .atty-card.sticky,
  .atty-card-small,
  .atty-card-small.sticky {
    width: 100%;
    max-width: 400px;
  }
}

@media(min-width: 1328px) {
  .outer-container {
    padding-left: 0;
    padding-right: 0;
  }
  /*########## * Navigation @1328 * ##########*/
  .mast-head>.grid-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .nav_signed_in ul.legion-nav li.nav-link {
    font-size: 1em;
  }
  ul.legion-nav li.nav-link a {
    padding: 0px 2.75em;
  }
  .crumbs {
    padding: .7em 0 .7em 8rem;
  }
  /*########## * Self Nav @1328 * ##########*/
  .self-nav {
    max-width: 881px;
  }
  /*########## * Edit Profile @1328 * ##########*/
  .editButton a {
    display: inline-block;
    position: absolute;
    left: 800px;
    float: none;
  }
}

.pa_box_1,
.pa_box_2,
.pa_box_3,
.pa_box_4,
.pa_box_5,
.pa_box_6 {
  width: 45px;
  height: 45px;
  display: inline-block;
  padding: 5px;
  margin: 5px;
}

.pa_text {
  margin: 6px;
}

.similar {
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 4px;
}

.similar>a {
  color: #4a0e01;
}

svg>g>g:last-child {
  pointer-events: none;
}

.resume-textp {
  padding-left: 30px;
}

a.pf-button {}

.loading_iconH {
  text-align: center;
  height: 250px;
}

.loading_icon {
  animation: rotation 2s infinite linear;
  height: 75px;
  width: 75px;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.pac-container {
  z-index: 1051 !important;
}

.iselected {
  border: 2px solid #4a0e01 !important;
}

.form_error {
  background-color: #FF3003 !important;
}

#top_snip {
  max-height: 58px;
  overflow: hidden;
  padding-top: 8px;
}

.not_searching {
  background-color: #9f9fa0;
}

.search-suggestion {
  display: block;
  padding: 10px 20px;
  margin: 15px 0;
  font-size: 13px;
  background: #EEE;
  text-shadow: 0 1px 0 #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #CCC;
}

.search-suggestion a {
  color: #700;
}

.progress-step {
  background-color: #CCC;
}

.current {
  background-color: #FFF;
}

.dschool_logo {
  max-height: 60px;
  max-width: 60px;
}

body.dragging,
body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ul.drag_photo_order li.placeholder {
  position: relative;
  /** More li styles **/
}

ul.drag_photo_order li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

.drag_photo_order {
  list-style: none;
}

.no_hover:hover {
  text-decoration: none;
}

.review_a>strong,
.review_a>span {
  color: #700;
}

ul.pah {
  list-style: none;
  color: #700;
  max-height: 300px;
  overflow-y: scroll;
}

ul.pah li.parent {
  font-weight: bold;
  font-size: 14pt;
}

ul.pah li.child {
  padding-left: 15px;
}

.pa_select_box {
  border: 1px solid #333;
  width: 300px;
  display: inline;
}

.pa_select_boxd {
  border: 1px solid #333;
  width: 30px;
  display: inline;
}

.pa_select_boxh {
  width: 400px;
  display: inline;
}

.pa_selected {
  background-color: #4a0e01;
  color: #fff;
}

.feat-name a {
  color: #700;
  font-weight: bold;
}

/* — — — — — — — — Featured Home Attorneys — — — — — — — — -*/

.grid-container.featured-attorneys-section {
  margin-bottom: 1.5em;
}

#front_listing {
  margin: -80px 1em 0;
  min-height: 368px;
}

#front_listing .slick-prev:before {
  content: '\f053';
  font-family: fontawesome;
}

#front_listing .slick-next:before {
  content: '\f054';
  font-family: fontawesome;
}

#front_listing .slick-prev:before,
#front_listing .slick-next:before {
  color: #4a0e01;
}

#front_listing .front-page-card {
  text-align: center;
  min-height: 368px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#front_listing .slick-initialized .slick-slide.front-page-card {
  display: flex;
}

#front_listing .portrait-frame {
  border-radius: 50%;
  border: 8px solid #f7f0d4;
  background: #f7f0d4;
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin: 0 auto .5em;
  position: relative;
}

#front_listing .attorney-portrait {
  display: block;
  width: 100%;
  height: auto;
}

.feat-name,
.feat-name a,
.feat-loc {
  font-size: 1.125rem;
  font-weight: 700;
  color: #4a0e01;
}

.feat-area {
  font-family: 'Lora', serif;
  color: #4a0e01;
  font-size: .9375em;
}

.feat-name,
.feat-loc,
.feat-area {
  margin-bottom: .5rem;
}

.front-page-card .dark_button {
  width: 100%;
  line-height: 1.5;
  font-weight: 700;
  margin-top: auto;
  padding: 1.25em .5em;
}

@media(min-width: 500px) {
  .front-page-card {
    margin: 0 .5rem;
  }
}

@media(min-width: 640px) {
  .feat-name,
  .feat-name a,
  .feat-loc {
    font-size: 1.125rem;
  }
}

@media(min-width: 1024px) {
  .front-page-card {
    min-height: 346px;
  }
  .front-page-card .dark_button {
    font-size: .9375em;
    min-height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media(min-width: 1162px) {
  .front-page-card .dark_button {
    min-height: unset;
  }
}

@media(min-width: 1220px) {
  .front-page-card .dark_button {
    font-size: 1rem;
  }
}

@media(min-width: 1328px) {
  .feat-name,
  .feat-loc {
    font-size: 1.125rem;
  }
  .feat-area {
    font-size: 1.125em;
  }
}

.tox-sidebar-wrap {
  background-color: #fff !important;
}

h2.purchasepro>a {
  color: #f7f0d4;
}

.selectize-dropdown,
.selectize-dropdown.form-control {
  height: 400px !important;
}

.selectize-dropdown-content {
  max-height: 400px !important;
  height: 400px !important;
}

.font_size_lock>label {
  font-size: 16px !important;
}

.sl_firm_logo {
  max-width: 87px;
  max-height: 87px;
  padding: 7px;
}

.align-lefti {
  text-align: left !important;
}

.latoi {
  font-family: 'Lato', Arial, sans-serif !important;
}

.firm-phone {
  font-size: 1.12em;
}