/* ---------------------------------------
  	Core
  --------------------------------------- */

body {
  font-family: 'Lato', Arial, sans-serif;
  font-variant-ligatures: no-common-ligatures;
}

hr {
  margin: 1rem auto;
}

a {
  color: #00f;
}

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

a.redlink {
  color: #4a0e01;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #4a0e01;
}

.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;
}

.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;
}

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

/*small tablets/small window*/

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

@media (min-width: 1328px) {
  .outer-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ---------------------------------------
  	Banner
  --------------------------------------- */

.banner {
  background: #000 no-repeat url('images/ll-mobile-banner.jpg');
  border-bottom: 5px solid #f7f0d4;
  background-size: 100%;
}

.banner-interior {
  height: 81vh;
}

.banner-tagline {
  font-size: 5.5vw;
  font-weight: 700;
  color: #fff;
  margin-top: 65%;
}

.banner-lower {
  font-size: 3vw;
  color: #fff;
}

@media (min-width: 375px) {
}

@media (min-width: 500px) {
}

@media (min-width: 640px) {
  .banner {
    background: #000 no-repeat url('images/llbanner.jpg');
    background-size: cover;
    background-position: center;
    border-bottom: 10px solid #f7f0d4;
  }

  .banner-interior {
    height: 660px;
  }

  .banner-lower {
    font-size: 1.375em;
  }
}

@media (min-width: 768px) {
  .banner-tagline {
    margin-top: 6em;
  }
}

@media (min-width: 1024px) {
  .banner-tagline {
    font-size: 3.25em;
  }
}

@media (min-width: 1100px) {
}

@media (min-width: 1200px) {
}

/* ---------------------------------------
  	Header
  --------------------------------------- */

.menu-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  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;
}

.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;
}

ul.B_crumbBox {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
}

.B_crumbBox li {
  display: inline-block;
  font-family: 'Lato', Arial, sans-serif;
}

.crumbs a {
  color: #4a0e01;
}

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

@media (min-width: 768px) {
  .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 8rem;
    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;
  }
}

@media (min-width: 1024px) {
  /*.mast-head {
      height: 90px;
    }
    .header-row {
      height: 90px;
    }
    .mast-head .logomark {
      z-index: 1000;
      !*max-height: 95px;*!
      top: -1em;
    }
    .mast-head .logotype {
      max-width: 180px;
      z-index: 1000;
      margin-top: .5em;
    }*/
}

@media (min-width: 1100px) {
  /*.mast-head .logotype {
      max-width: 200px;
    }*/
}

@media (min-width: 1200px) {
  /*.mast-head>.grid-container {
      padding-left: 0px;
      padding-right: 0px;
    }
    .mast-head .logotype {
      max-width: unset;
    }*/
  #ftr-signin {
    margin-right: 0;
  }
}

/* ---------------------------------------
  	Home header
  --------------------------------------- */

.banner #big_search_typeahead2 {
  border-bottom: solid 1px #b3b3b4;
  border-right: 0;
}

.banner .search-container.opened-search {
  background: #fff;
}

.banner .search-container.opened-search > .grid-x {
  height: 150px;
}

.banner .search-container {
  position: fixed;
  top: 55px;
  width: 100%;
  margin: 0 auto;
  padding-left: 2em;
  padding-right: 1em;
  left: 0;
  right: 0;
}

.banner-interior #big_search_typeahead,
.banner-interior #big_search_where,
.banner-interior #big_search_btn {
  height: 40px;
}

.banner-interior #big_search_typeahead,
.banner-interior #big_search_where {
  font-size: .9375em;
}

#home-header {
  background: transparent;
}

#home-header .red-logotype {
  display: none;
}

#home-header #menu-toggle span {
  background: #f7f0d4;
}

#home-header ul.legion-nav #search-toggle a {
  color: #f7f0d4;
}

#home-header ul.legion-nav #search-toggle:hover a {
  color: #4a0e01;
}

#home-header.home-sticky {
  background: #f7f0d4;
}

#home-header.home-sticky #menu-toggle span {
  background: #4a0e01;
}

#home-header.home-sticky ul.legion-nav #search-toggle a {
  color: #4a0e01;
}

@media (min-width: 375px) {
  .banner-interior #big_search_typeahead,
  .banner-interior #big_search_where,
  .banner-interior #big_search_btn {
    height: 50px;
  }
}

@media (min-width: 640px) {
  .banner .search-container.opened-search > .grid-x {
    height: 70px;
  }

  .banner #big_search_typeahead2 {
    border-right: solid 1px #b3b3b4;
    border-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .banner .logomark {
    top: -1em;
  }

  .banner .search-container.opened-search {
    background: transparent;
  }

  .banner .mast-head {
    background: transparent;
    border-bottom: 0px;
    position: relative;
  }

  .banner ul.legion-nav li.nav-link.level1 > a {
    color: #f7f0d4;
  }

  .banner #menu-toggle span {
    background: #f7f0d4;
  }

  .banner .search-container {
    top: 75px;
  }
}

@media (min-width: 1024px) {
  .banner ul.legion-nav li.nav-link:hover > a {
    background: #fff;
    color: #4a0e01;
  }

  .banner .search-container {
    top: 75px;
    position: absolute;
  }
}

/* ---------------------------------------
  	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 > .grid-x {
  height: 165px;
  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;
}

@media (min-width: 375px) {
  #search-toggle {
    margin-right: 1.75rem;
  }
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
  #search-toggle {
    margin-right: 0;
  }

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

/*########## * 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;
  border: 2px solid #f7f0d4;
  border-radius: 50%;
  margin-left: 1em;
  overflow: hidden;
  text-align: center;
}

.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;
}

/* ---------------------------------------
  	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 strong {
  font-style: normal;
}

.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;
  padding-top: 1rem;
  padding-right: 1.75rem;
  padding-bottom: 1rem;
  padding-left: 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%;
}

@media (min-width: 768px) {
  .mobilenav {
    top: 0;
  }
}

@media (min-width: 1024px) {
}

/* ---------------------------------------
  	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 > a strong {
  font-style: normal;
}

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;
}

ul.legion-nav li.nav-link.has-children > a.no-caret:after,
ul.legion-nav li#login_box_ow .sub-menu li a:after {
  display: none;
}

@media (min-width: 768px) {
  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 2.25em;
  }
}

@media (min-width: 1024px) {
  .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.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;
  }

  .mega-menu-level2 .grid-container > ul.pa-list li {
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  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;
  }

  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;
  }

  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;
  }

  .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-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-sub2 {
    columns: 2;
  }

  .mega-menu-level2 ul.spec-links li ul.spec-sub li a {
    font-weight: 400;
    font-size: 1rem;
  }

  .mm-heading {
    font-size: 1em;
    font-weight: 700;
    height: auto;
    font-family: 'Lato', Arial, sans-serif;
    font-style: normal;
    color: #4a0e01;
  }

  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;
  }
}

@media (min-width: 1024px) {
  ul.legion-nav li.nav-link a {
    padding: 0px 0.875em;
  }

  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;
  }
}

@media (min-width: 1100px) {
  .nav_signed_in ul.legion-nav li.nav-link {
    font-size: .875em;
  }
}

@media (min-width: 1200px) {
  .nav_signed_in ul.legion-nav li.nav-link {
    font-size: .9375em;
  }
}

@media (min-width: 1328px) {
  .nav_signed_in ul.legion-nav li.nav-link {
    font-size: 1em;
  }
}

/* - - - - - - - - big search - - - - - - - - -*/

#big_search {
  background-image: url('../images/fal-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-bottom: 10px solid #f7f0d4;
  height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#big_search_box {
  margin-top: 7.5em;
}

.header-search-fields #big_search_box2 {
  margin: 0;
}

#ajax_search {
  margin: .5rem 1em;
}

.header-search-fields #ajax_search2 {
  margin: 0;
}

#ajax_search input {
  border: 0px;
}

#ajax_search #big_search_where {
  border-top: 1px solid #b3b3b4;
}

#tagline_l {
  font-size: 5.85vw;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1;
}

#tagline_2 {
  font-size: 3vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.big-first-field {
  position: relative;
}

#big_search_btn,
#big_search_btn2 {
  width: 100%;
}

#big_search_typeahead,
#big_search_typeahead2 {
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  background-size: 30px;
  height: 68px;
  padding: 0;
  padding-left: 45px;
  border: none;
  border-right: solid 1px #b3b3b4;
  border-radius: 0px;
  margin: 0;
  box-shadow: none;
  vertical-align: top;
}

.big-first-field:before {
  content: "\f002";
  font-family: fontawesome;
  color: #4a0e01;
  position: absolute;
  font-size: 1.35em;
  top: 8px;
  left: 10px;
}

#ajax_search2 .big-first-field:before {
  top: 6px;
}

#big_search_where,
#big_search_where2 {
  background-color: #f7f7f7;
  background-size: 30px;
  height: 68px;
  padding: 0;
  padding-left: 35px;
  border: none;
  border-radius: 0px;
  margin: 0;
  box-shadow: none;
  vertical-align: top;
}

.big-first-field + div {
  position: relative;
}

.big-first-field + div:before {
  content: "\f041";
  font-family: fontawesome;
  color: #4a0e01;
  position: absolute;
  font-size: 1.35em;
  top: 9px;
  left: 10px;
  width: 25px;
}

#ajax_search2 .big-first-field + div:before {
  top: 6px;
}

#big_search_typeahead,
#big_search_where {
  background-position: 0px -3px;
}

#big_search_btn,
#big_search_btn2 {
  height: 68px;
  background-color: #ff3003;
  font-size: 18px;
  color: #fff;
  border: none;
  box-shadow: none;
  padding: 0 !important;
  border: 0;
}

#big_search_btn:hover,
#big_search_btn2:hover {
  background-color: #95665b;
  cursor: pointer;
}

.header-search-fields #big_search_typeahead2,
.header-search-fields #big_search_where2,
.header-search-fields #big_search_btn2 {
  height: 38px;
}

.header-search-fields #big_search_typeahead2,
.header-search-fields #big_search_where2 {
  background-size: 20px;
  padding-left: 25px;
  background-position: 0px 5px;
}

#big_search_results,
#big_search_results2 {
  background-color: #fff;
  z-index: 9002;
  position: absolute;
  width: 100%;
  max-height: 180px;
  overflow-y: hidden;
}

#big_search_results .search_person,
#big_search_results2 .search_person {
  font-size: .8125rem;
  padding: .5rem 0;
}

.search_person .portrait-frame {
  border: 2px solid #f7f0d4;
  background: #f7f0d4;
  overflow: hidden;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}

.search_person > table > tbody > tr > td {
  vertical-align: bottom;
  padding: 2px;
}

.search_person > table {
  margin-bottom: 5px;
}

.search_person:hover {
  background-color: #f7f7f7;
}

.bs_pa_s:hover {
  background-color: #f7f7f7;
}

.bs_pa_b:hover {
  background-color: #f7f7f7;
}

@media (min-width: 375px) {
  #big_search_box {
    margin-top: 8.5em;
  }

  #big_search_typeahead,
  #big_search_where {
    background-position: unset;
  }
}

@media (min-width: 640px) {
  #ajax_search input {
    font-size: .8125rem;
  }

  #ajax_search #big_search_where {
    border: none;
  }

  #ajax_search #big_search_typeahead {
    border-right: solid 1px #b3b3b4;
  }
}

@media (min-width: 768px) {
  #ajax_search input {
    font-size: .9375rem;
  }

  .search-container.opened-search > .grid-x {
    height: 75px;
  }

  #big_search_typeahead,
  #big_search_where {
    background-size: auto;
    background-position: 0px -8px;
  }

  .header-search-fields #big_search_typeahead2,
  .header-search-fields #big_search_where2,
  .header-search-fields #big_search_btn2 {
    height: 45px;
  }

  .header-search-fields #big_search_typeahead2,
  .header-search-fields #big_search_where2 {
    background-size: 30px;
    padding-left: 35px;
    background-position: 0px 2px;
  }
}

@media (min-width: 1024px) {
  #big_search {
    height: 333px;
  }

  #big_search_box {
    margin-top: 10em;
  }

  #ajax_search {
    max-width: 950px;
    margin: 0 auto;
  }

  #ajax_search input {
    font-size: 1rem;
  }

  #tagline_l {
    font-size: 3.5em;
    line-height: 1.5;
  }

  #tagline_2 {
    font-size: 1.75em;
    line-height: 1.5;
  }

  #big_search_results {
    max-height: unset;
  }
}

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

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

#feat-attys {
  margin: -60px 1em 0;
  min-height: 328px;
}

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

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

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

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

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

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

.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;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

#feat-attys .slick-prev {
  left: -25px;
}

#feat-attys .slick-next {
  right: -25px;
}

@media (min-width: 375px) {
  #feat-attys {
    margin: -80px 1em 0;
    min-height: 368px;
  }

  .front-page-card {
    min-height: 368px;
  }

  .portrait-frame {
    width: 160px;
    height: 160px;
  }
}

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

@media (min-width: 640px) {
  .portrait-frame {
    border: 5px solid #f7f0d4;
  }

  .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.25em;
  }

  .feat-area {
    font-size: 1.125em;
  }
}

/* - - - - - - - - Find an Attorney Home - - - - - - - - -*/

.find-section #map_inner {
  left: -2em;
}

.side-search.tabs {
  display: flex;
  flex-wrap: wrap;
  border: none;
  justify-content: flex-end;
  margin-bottom: 1.5em;
}

.side-search.tabs label.tab {
  order: 1;
  display: block;
  padding: .75rem 1.5rem .25rem;
  margin-left: 0.25rem;
  margin-right: 0;
  cursor: pointer;
  background: #c2c1c1;
  color: #fff;
  font-weight: bold;
  transition: background ease .25s;
  width: 48.5%;
  text-align: center;
}

.side-search.tabs label.tab.half-width {
  width: 48.9%;
}

.side-search.tabs .tab-content {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  background: #fff;
}

.side-search.tabs input[type="radio"] {
  display: none;
}

.side-search.tabs input[type="radio"]:checked + label {
  background: #fff;
  color: #4a0e01;
  border-bottom: 6px solid #4a0e01;
}

.side-search.tabs input[type="radio"]:checked + label + .tab-content {
  display: block;
}

.side-search input,
.side-search select,
select.state-drop-down {
  background-color: #f0eeee;
  border: 0px;
  outline: none;
  box-shadow: none;
  color: #4a0e01;
  font-weight: 700;
  border-radius: 4px;
  font-size: 1rem;
}

select.state-drop-down {
  margin-bottom: 0;
}

select.state-drop-down option {
  font-weight: 700;
}

.side-search .button {
  margin: 0 auto;
  display: block;
  width: 50%;
}

.tab-content label {
  color: #4a0e01;
}

#mobile-map {
  margin: 1em auto;
}

@media (min-width: 640px) {
  .side-search.tabs label.tab {
    width: unset;
  }
}

@media (min-width: 1024px) {
  .grid-container.find-section {
    margin-bottom: 1.5em;
  }

  .side-search.tabs {
    margin-bottom: 0;
  }
}

/* - - - - - - - - Lawyers and Associations - - - - - - - - -*/

.grid-container.for-la-section {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
}

.for-lawyers,
.for-assoc {
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.side-fla .for-lawyers,
.side-fla .for-assoc {
  padding-bottom: 1em;
}

.for-lawyers,
.side-fla .for-lawyers {
  color: #fff;
  background: url('images/flbg.jpg') no-repeat left center;
  background-size: cover;
  margin-bottom: 1.5em;
}

.for-assoc,
.side-fla .for-assoc {
  color: #f7f0d4;
  background: url('images/fabg.jpg') no-repeat right center;
  background-size: cover;
}

.la-title {
  font-size: 1.75em;
  font-family: 'Lora', serif;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: .1em;
}

.for-la-section p {
  line-height: normal;
  margin: 1em 0 2em;
}

ul.la-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1.125em;
}

ul.la-list li {
  padding-left: 1.75em;
  font-size: 1.125em;
}

ul.la-list li a {
  background: transparent;
  border-radius: 4px;
  padding: .5em;
  display: flex;
  align-items: middle
}

.for-lawyers ul.la-list li a,
#rightBar .for-lawyers ul.la-list li a {
  color: #fff;
}

.for-assoc ul.la-list li a,
#rightBar .for-assoc ul.la-list li a {
  color: #f7f0d4;
}

ul.la-list li a:hover,
ul.la-list li a:active,
ul.la-list li a:focus {
  text-decoration: none;
  background: #ff3003;
  color: #fff;
}

.la-icon {
  width: 35px;
  text-align: center;
  display: inline-block;
  margin-right: .5rem;
}

.la-icon img {
  vertical-align: middle;
}

@media (min-width: 640px) {
}

@media (min-width: 750px) {
  .side-fla .grid-margin-x > .medium-6.for-lawyers,
  .side-fla .grid-margin-x > .medium-6.for-assoc {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .side-fla .for-la-section p {
    display: none;
  }

  .side-fla .la-title {
    font-size: 1.125em;
  }

  .side-fla .la-icon {
    width: 25px;
  }

  .side-fla ul.la-list li {
    padding-left: 0;
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .side-fla .grid-margin-x > .medium-6.for-lawyers,
  .side-fla .grid-margin-x > .medium-6.for-assoc {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .for-la-section {
    position: relative;
    overflow: hidden;
    margin: 1.5em auto;
    background: url('images/labg.jpg') no-repeat center center;
    height: 649px;
  }

  .side-fla .for-la-section {
    height: unset;
    background: none;
  }

  .for-lawyers,
  .for-assoc {
    background: none;
  }

  .grid-padding-x > .cell.for-lawyers {
    padding-right: 1.15em;
  }

  .grid-padding-x > .cell.for-assoc {
    padding-left: 1.15em;
  }

  .for-la-section p {
    margin: 1em 0 2em;
    font-size: 1.15em;
  }

  ul.la-list li {
    font-size: 1.25em;
  }

  .la-icon {
    width: 40px;
  }

  .la-icon img {
    vertical-align: middle;
  }
}

@media (min-width: 1200px) {
  ul.la-list li {
    font-size: 1.5em;
  }

  .la-icon {
    width: 45px;
  }
}

/* - - - - - - - - Internet Lava Section - - - - - - - - -*/

.grid-container.lava-section {
  background: url('images/lavabg.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 1.5em;
  margin-bottom: 1.5em;
}

.lavalogo {
  margin-bottom: 1em;
}

.lava-btn {
  padding: 20px;
  background-color: #eb1e27;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  line-height: normal;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  border-radius: 20px;
  position: relative;
}

.lava-btn:hover,
.lava-btn:active,
.lava-btn:focus {
  background: #fff;
  color: #eb1e27;
  text-decoration: none;
}

.ad-tagline {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.lava-sites .site {
  margin-bottom: 1em;
}

@media (min-width: 375px) {
  .ad-tagline {
    font-size: 1.75em;
  }
}

@media (min-width: 500px) {
  ul.lava-ad-list {
    columns: 2;
    margin: 0 auto 1em auto;
    max-width: 400px;
  }

  ul.lava-ad-list li {
    margin-bottom: .25rem;
  }
}

@media (min-width: 640px) {
  ul.lava-ad-list {
    max-width: 400px;
  }

  .ad-tagline {
    font-size: 1.875em;
    font-weight: 600;
  }

  .study-name {
    font-size: .75em;
  }
}

@media (min-width: 750px) {
  .side-lava .lava-section {
    border-radius: 10px;
  }

  .side-lava .grid-container.lava-section {
    padding: 1rem;
  }

  .side-lava .grid-margin-x > .large-4.lava-left,
  .side-lava .grid-margin-x > .large-8.lava-right,
  .side-lava .grid-margin-x > .medium-4.site {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .side-lava .lava-left {
    text-align: center;
  }

  .side-lava ul.lava-ad-list {
    columns: 1;
    margin-left: 1rem;
  }

  .side-lava ul.lava-ad-list li {
    font-size: .875em;
  }

  .side-lava .lava-btn {
    font-size: 1em;
  }

  .side-lava .ad-tagline {
    font-size: 1.5em;
  }

  .side-lava .study-name {
    font-size: .8125rem;
  }

  .side-lava .site img {
    padding: 0 1rem;
  }
}

@media (min-width: 768px) {
  .study-name {
    font-size: .8125em;
  }

  .side-lava .study-name {
    font-size: .875rem;
  }
}

@media (min-width: 960px) {
  .side-lava ul.lava-ad-list {
    margin-left: 3.25rem;
  }

  .side-lava ul.lava-ad-list li {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .lava-section {
    background-size: default;
    padding: 2.5em
  }

  ul.lava-ad-list {
    column-gap: 1px;
    margin-left: 1.5em;
  }

  ul.lava-ad-list li {
    font-size: .75em;
  }

  ul.lava-ad-list li span {
    position: relative;
    left: -6px;
  }

  .study-name {
    font-size: .75em;
  }
}

@media (min-width: 1100px) {
  ul.lava-ad-list {
    margin-left: 2.5vw;
    max-width: 300px;
  }
}

@media (min-width: 1200px) {
  ul.lava-ad-list {
    margin-left: 4.5vw;
    max-width: 300px;
  }

  ul.lava-ad-list li {
    font-size: .8125em;
  }

  .study-name {
    font-size: .8125em;
  }
}

@media (min-width: 1328px) {
  ul.lava-ad-list {
    margin-left: 2.5em;
    max-width: 375px;
  }

  .study-name,
  ul.lava-ad-list li {
    font-size: .9375rem;
  }
}

@media (min-width: 1353px) {
  .study-name,
  ul.lava-ad-list li {
    font-size: 1rem;
  }
}

/* - - - - - - - - Home Marketing Section (styles extend from sidebar native ads) - - - - - - - - -*/

.grid-container.home-marketing-section {
  background: #4a0e01;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1.5em;
}

.home-marketing-section {
  font-family: 'Lora', serif;
}

.home-marketing-section .marketing-left {
  background: url('images/mkt-shield-bg.jpg') no-repeat center top;
}

.home-marketing-section .mkt-line1,
.home-marketing-section .mkt-line3,
.home-marketing-section .mkt-line4 {
  font-size: 1.75rem;
  margin-bottom: .5rem;
}

.home-marketing-section .mkt-line1,
.home-marketing-section .mkt-line2,
.home-marketing-section .mkt-line3,
.home-marketing-section .mkt-line4 {
  line-height: normal;
}

.home-marketing-section .mkt-line1 {
  margin-top: 1.5rem;
}

.home-marketing-section .mkt-beige-box {
  margin-bottom: .5rem;
  border-radius: 4px;
}

.home-marketing-section .mkt-screen-list {
  margin: 0;
}

.home-marketing-section .mkt-screen {
  margin: 0 .5rem;
}

.home-marketing-section .red_button {
  font-weight: 700;
  font-size: 1.75rem;
  font-style: italic;
}

.home-marketing-section .red_button:hover,
.home-marketing-section .red_button:focus,
.home-marketing-section .red_button:active {
  background: #fff;
  color: #4a0e01;
}

@-webkit-keyframes logoslide {
  from {
    background-position: 799620px;
  }
  to {
    background-position: 0%;
  }
}

@keyframes logoslide {
  from {
    background-position: 799620px;
  }
  to {
    background-position: 0%;
  }
}

.logo-slider {
  height: 50px;
  background: url('images/logo-slider-bg.png') repeat-x;
  background-size: cover;
  animation: logoslide 30000s infinite linear;
  -webkit-animation: logoslide 30000s infinite linear;
  margin-bottom: .75rem;
}

/* - - - - - - - - Mission Statement Section - - - - - - - - -*/

.mission-section {
  margin-bottom: 1.5em;
  background: url('images/fadedshield.jpg') no-repeat 5% 5%;
  background-size: 35%;
}

.mission-section .mission-top {
  color: #4a0e01;
  padding: 1em 0px;
}

.mission-section .connect {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 1.8em;
  margin-bottom: 1rem;
  line-height: normal;
}

.mission-section .connect .big {
  font-size: 2em;
  line-height: 1;
}

.mission-section .mission-statement p {
  color: #4a0e01;
  line-height: 1.4;
}

.mission-section .mission-statement .our-mission {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}

.grid-container.mission-section-2 {
  margin-bottom: 1.5em;
}

.mission-section-2 > .grid-container {
  padding-left: 0;
  padding-right: 0;
}

.mission-grid {
  color: #fdf9e9;
}

.mission-grid-sec {
  padding: 1em;
}

.mission-grid-sec.public {
  background: #4a0e01 url('images/mission-public-bg.jpg') no-repeat;
  background-size: cover;
}

.mission-grid-sec.lawyers {
  background: #31270c url('images/mission-lawyers-bg.jpg') no-repeat;
  background-size: cover;
}

.mission-grid-sec.associations {
  background: #151970 url('images/mission-assoc-bg.jpg') no-repeat;
  background-size: cover;
}

.mission-grid-sec.specialty {
  background: #036 url('images/mission-specialty-bg.jpg') no-repeat;
  background-size: cover;
}

.mission-type {
  color: #fff;
  font-family: 'Lora', serif;
  font-size: 1.125em;
  margin-bottom: .75rem;
}

@media (min-width: 375px) {
  .mission-section {
    background-size: 30%;
  }
}

@media (min-width: 640px) {
  .mission-section {
    background-position: 5% center;
    background-size: 25%;
  }

  .mission-section .mission-statement p {
    font-size: 1.125em;
  }
}

@media (min-width: 768px) {
  .mission-section {
    background-size: auto;
  }

  .mission-section .mission-statement p {
    text-align: left;
    text-indent: -25%;
    max-width: 90%;
    float: right;
  }

  .mission-grid-sec {
    padding: 2em;
  }
}

@media (min-width: 1024px) {
  .mission-section .connect {
    padding-left: 10%;
  }

  .mission-section .mission-statement p {
    max-width: 540px;
    font-size: 1.375em;
    text-indent: -15%;
  }

  .mission-section .mission-statement .our-mission {
    font-size: 2rem;
  }
}

@media (min-width: 1100px) {
  .mission-section .connect {
    padding-left: 15%;
  }
}

@media (min-width: 1328px) {
  .mission-section {
    background-position: 10% center
  }

  .mission-section-2 {
    background: url('images/mission-grid-bg.jpg') no-repeat center center;
    height: 688px;
  }

  .mission-grid-sec {
    padding: 2.5em 4em;
    font-size: 1.125em;
  }

  .mission-type {
    font-size: 1.375em;
  }

  .mission-grid-sec.public,
  .mission-grid-sec.lawyers,
  .mission-grid-sec.associations,
  .mission-grid-sec.specialty {
    background: none;
  }
}

@media (min-width: 1600px) {
  .mission-section {
    background-position: 13.5% center
  }
}

@media (min-width: 2000px) {
  .mission-section {
    background-position: 23.5% center
  }
}

/* - - - - - - - - Home Insights - - - - - - - - -*/

.i-first .post-author,
.i-first .post-date,
.i-second-third .post-author,
.i-second-third .post-date {
  font-size: .8125em;
  margin-top: 1.75em;
}

.insightListing {
  color: #4a0e01;
}

.iExcerpt a {
  color: #4a0e01;
  font-weight: 700;
}

.iExcerpt a:hover,
.iExcerpt a:active,
.iExcerpt a:focus {
  color: #ff3003;
  font-weight: 700;
}

.post-date {
  margin-left: auto;
}

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

.insight-listing-title {
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 700;
}

#insight_with_out_images .insight-listing-title {
  font-size: 1.25rem;
}

.insight_big_2 .iExcerpt,
.insight_big_3 .iExcerpt,
.insight_big_1 hr {
  display: none;
}

.insightListing button.cat-button {
  font-weight: 700;
}

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

.dark_button.featured-insight-button {
  display: block;
  margin: 2em auto 0 auto;
  text-align: center;
  padding: 2em .5em;
  font-weight: 700;
}

@media (min-width: 400px) {
  .i-first .post-author,
  .i-first .post-date,
  .i-second-third .post-author,
  .i-second-third .post-date {
    margin-top: 0;
  }

  .i-first .post-author,
  .i-second-third .post-author {
    margin-left: 64px;
  }
}

@media (min-width: 500px) {
  .insight_big_1,
  .insight_big_2,
  .insight_big_3 {
    max-width: 635px;
  }

  .i-first .post-author,
  .i-first .post-date,
  .i-second-third .post-author,
  .i-second-third .post-date {
    font-size: .875em;
  }
}

@media (min-width: 640px) {
  .i-first .insight-listing-title,
  .i-second-third .insight-listing-title {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  .insight_big_1 .post-author-img {
    position: relative;
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }

  .insight_big_1 .post-meta .post-author,
  .post-meta .post-date {
    margin-top: .75em;
  }

  .insight_big_1 .post-meta .post-author {
    margin-left: 1em;
  }
}

@media (min-width: 1024px) {
}

@media (min-width: 1328px) {
  .grid-margin-x > .large-4.i-first {
    width: 475px;
  }
}

/* - - - - - - - - Recent Attorneys - - - - - - - - -*/

@-webkit-keyframes bgslideleft {
  from {
    background-position: 90000%;
  }
  to {
    background-position: 0%;
  }
}

@keyframes bgslideleft {
  from {
    background-position: 90000%;
  }
  to {
    background-position: 0%;
  }
}

.recent-profiles {
  background-image: url('images/recentattybg.jpg');
  background-repeat: repeat;
  animation: bgslideleft 30000s infinite linear;
  -webkit-animation: bgslideleft 30000s infinite linear;
  color: #fff;
  padding: 1.5em 0;
  border-top: 5px solid #4a0e01;
  border-bottom: 5px solid #4a0e01;
}

.recent-profiles h2 {
  line-height: 1;
  color: #fff;
}

.recent-profiles p {
  font-family: 'Lora', serif;
}

#recent_photos {
  background: #f7f0d4;
  margin: 1.5em auto;
  display: flex;
  flex-wrap: wrap;
  border: 3px solid #f7f0d4;
}

#recent_photos a {
  flex: 0 1 31.222%;
  margin: 3px;
}

#recent_photos a img {
  border: 2px solid #f7f0d4;
}

#recent_photos a:hover img {
  border: 2px solid #4a0e01;
}

.recent-profiles .red_button {
  font-weight: 700;
  padding: 2rem 2.25rem;
  font-size: 1.125em;
}

@media (min-width: 414px) {
  #recent_photos a {
    flex: 0 1 31.75%;
  }
}

@media (min-width: 640px) {
  #recent_photos {
    justify-content: center;
  }

  #recent_photos a {
    flex: 0 1 15.67%;
  }
}

@media (min-width: 640px) {
  #recent_photos a {
    flex: 0 1 13.29%;
  }
}

@media (min-width: 768px) {
  .recent-profiles p {
    font-size: 1.125em;
  }

  #recent_photos a {
    flex: 0 1 13.4%;
  }
}

@media (min-width: 800px) {
  #recent_photos a {
    flex: 0 1 10.36%;
  }
}

@media (min-width: 1000px) {
  .recent-profiles {
    padding: 2.5em 0;
    border-top: 10px solid #4a0e01;
    border-bottom: 10px solid #4a0e01;
  }

  #recent_photos {
    width: 1000px;
    margin: 2.5em auto;
    border: 5px solid #fcf8c4;
  }

  #recent_photos a {
    flex: 0 1 10.102%;
    margin: 5px;
  }
}

/* - - - - - - - - Home Browse Section - - - - - - - - -*/

.home-browse {
  padding: 1.5em 0;
}

.home-browse h2 {
  margin-bottom: 1.5rem;
}

.tabs,
.tabs-content {
  border: none;
  background: #fff;
  color: #4a0e01;
}

.tabs.grid-margin-x > .cell.tabs-title {
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 6px;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected=true] {
  background: #fff;
  color: #4a0e01;
  position: relative;
}

.tabs-title > a:focus:after,
.tabs-title > a[aria-selected=true]:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 6px;
  background: #4a0e01;
  left: 0;
  bottom: 0;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background: #bab9b9;
  font-weight: 700;
  text-align: center;
  transition: .15s all ease;
}

.tabs-title > a:hover {
  background: #a7a6a6;
  color: #f7f0d4;
  text-decoration: none;
}

.tabs-title > a:focus:hover,
.tabs-title > a[aria-selected=true]:hover {
  background: #fff;
  color: #4a0e01;
}

.browselist a,
.pa_list_title a {
  color: #4a0e01;
}

.browselist a:hover,
.pa_list_title > a:hover {
  color: #ff3003;
}

.browselist > div > div > ul > li > a {
  color: #4a0e01;
}

.browselist ul {
  padding-left: 20px;
  list-style: none;
}

.browselist li {
  margin-bottom: 4px;
  font-size: .9375em;
}

.browselist li:before {
  font-family: 'FontAwesome';
  content: '\f101';
  margin: 0 5px 0 -15px;
  font-size: .85em;
  position: relative;
  bottom: 1px;
}

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

.browselist h3 {
  font-size: 1.125em;
  font-weight: 700;
}

.browse-title {
  font-family: 'Lora', serif;
  font-size: 1.5em;
  margin-top: 1.25em;
  font-weight: 700;
}

.browselist .state-links,
.browselist .county-links {
  columns: 2;
}

.specialty-heading {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: .5rem;
}

@media (min-width: 640px) {
  .tabs.grid-margin-x > .cell.tabs-title {
    width: calc(25% - 6px);
  }

  .tabs-title > a {
    font-size: .9375em;
  }

  .browselist .state-links,
  .browselist .county-links {
    columns: 3;
  }
}

@media (min-width: 768px) {
  .tabs.grid-margin-x > .cell.tabs-title {
    width: calc(20% - 6px);
  }

  .browselist .state-links,
  .browselist .county-links {
    columns: 4;
  }

  .browselist ul.spec-sub2 {
    columns: 2;
  }
}

@media (min-width: 1024px) {
  .home-browse {
    padding: 2.5em 0;
  }

  .browselist .state-links,
  .browselist .county-links {
    columns: 5;
  }
}

/* - - - - - - - - Cert Search Banner- - - - - - - - -*/

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

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

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

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

@media (min-width: 1024px) {
  .cert-banner-inner p {
    font-size: 1.375em;
  }

  .cert-banner .cert-banner-inner {
    height: 240px;
    padding: 0;
  }
}

/* - - - - - - - - Cert Search - - - - - - - - -*/

.cert-search-container {
  margin-bottom: 1.5em;
}

.cert-search-header {
  padding: .75rem 1.75rem;
  font-size: 1.125em;
  font-weight: 700;
  background: #f8f8f8;
  border-bottom: 1px solid #e0e0e0;
}

.hidelabel {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#searchbox form,
#searchbox > div,
#searchbox #browse-search {
  border-radius: 4px;
  padding: 1.25em 1.75em;
}

.cert-search-container #searchbox #advanced-search {
  display: none;
}

#legion-content #searchbox.cert-searchbox,
.cert-search-container #searchbox.cert-searchbox {
  background: #eeebeb;
  border: 0px;
  border-radius: 0px;
  font-family: 'Lato', Arial, sans-serif;
}

#cert-search #certcheck {
  display: flex;
  align-items: center;
}

#cert-search .certcheck-label {
  font-size: 1rem;
  color: #363636;
  text-shadow: none;
  padding: 0;
  display: inline-block;
  height: 36px;
  margin-left: .5rem;
}

#cert-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #363636;
  font-size: 1rem;
}

#cert-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #363636;
  font-size: 1rem;
}

#cert-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #363636;
  font-size: 1rem;
}

#cert-search :-moz-placeholder {
  /* Firefox 18- */
  color: #363636;
  font-size: 1rem;
}

#legion-content #searchbox.cert-searchbox #cert-search,
.cert-search-container #searchbox.cert-searchbox #cert-search {
  border: 0px;
}

#cert-search #cert-checkbox {
  margin-bottom: 0;
}

#cert-search #basicstate {
  margin-right: 0px;
}

#cert-search #searchcitystatezip {
  width: 100%;
  margin-bottom: 0;
}

#legion-content #searchbox form#cert-search a.form-submit,
.cert-search-container #searchbox form#cert-search a.form-submit {
  margin: 0 auto;
  float: none;
  height: unset;
  width: calc(25% - 1.875rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4a0e01;
  color: #f7f0d4 !important;
  border: 0px;
  text-shadow: none;
  font-size: 1.125em;
  border-radius: 4px;
}

#legion-content #searchbox form#cert-search a.form-submit:hover,
#legion-content #searchbox form#cert-search a.form-submit:active,
#legion-content #searchbox form#cert-search a.form-submit:focus,
.cert-search-container #searchbox form#cert-search a.form-submit:hover,
.cert-search-container #searchbox form#cert-search a.form-submit:active,
.cert-search-container #searchbox form#cert-search a.form-submit:focus {
  background: #ff3003;
  color: #fff !important;
  text-decoration: none;
}

@media (max-width: 1024px) {
  #legion-content #searchbox form#cert-search a.form-submit,
  .cert-search-container #searchbox form#cert-search a.form-submit {
    display: block;
    width: 92%;
    padding: 15px 0;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  #legion-content #searchbox form#cert-search a.form-submit,
  .cert-search-container #searchbox form#cert-search a.form-submit {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}

#searchbox #cert-search a.form-submit:before {
  display: none;
}

#cert-search .states,
#cert-search .searchprac.certifications,
#cert-search .certifications.grid-x {
  margin-bottom: 1.25rem;
}

#cert-search #basicstate {
  margin-bottom: 0;
}

#cert-search input,
#cert-search select,
#cert-search #basicstate,
#searchcert_cert .searchprac_cert,
#cert-search .searchprac.disabled .pracselection,
#cert-search .searchprac .pracselection,
#cert-search .searchprac-container {
  background: #d6d6d6;
  height: 40px;
  border-radius: 4px;
  border: 0px solid;
  box-shadow: none;
}

#cert-search #basicstate,
#cert-search .searchprac .pracselection,
#cert-search .searchprac.disabled .pracselection,
#searchcert_cert .searchprac_cert,
#cert-search .searchprac.open .pracselection {
  background: #d6d6d6 url('images/select-button.jpg');
  background-repeat: no-repeat;
  background-position: right center;
}

#cert-search .searchprac {
  position: relative;
  z-index: 100;
  width: 100%;
}

#cert-search .searchprac .pracselection {
  display: block;
}

#cert-search .searchprac .pracselection:after {
  display: none;
}

#cert-search .practicepop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 300;
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 0 4px 4px 4px;
}

#searchbox .searchprac.open .practicepop {
  display: block;
}

.pracfind.textfield {
  margin-top: .5rem;
}

#searchbox .practicepop ul {
  overflow: auto;
  max-height: 261px;
  list-style-type: none;
  position: relative;
  padding: 0;
  margin-left: 0;
  margin-bottom: .5rem;
}

#searchbox .practicepop ul li:hover,
#searchbox .practicepop ul li.selected {
  cursor: pointer;
  color: #fff;
}

#searchbox .practicepop ul li:hover,
#searchbox .practicepop ul li.selected {
  background: #4a0e01;
}

#searchbox .practicepop ul li {
  padding-left: .5rem;
}

#searchbox select .parent,
#searchbox .practicepop .parent {
  font-weight: bold;
  color: #555;
  padding-left: .5rem;
}

#searchbox select .child,
#searchbox .practicepop .child {
  padding-left: 1.5rem;
}

#cert-search .searchprac .pracselection,
#cert-search .searchprac.disabled .pracselection {
  font-size: 1rem;
  padding: 12px 6px;
  color: #363636;
  text-shadow: none;
  line-height: 16px;
}

#cert-search #basicstate option {
  background: #fff
}

#cert-search .searchprac .practicepop {
  width: 100%;
}

#cert-search .searchprac .practicepop input {
  width: 100%;
  height: 40px;
}

#cert-search .searchprac .pracresults,
#cert-search .searchprac .practiceprop {
  background: #fff;
}

#searchbox .practicepop ul {
  width: calc(100% - 20px);
}

#cert-search .practicepop ul li {
  height: unset;
}

#cert-search .dark_button {
  width: 100%;
  height: 100%;
}

#cert-search .cert-search-btn {
  width: 100%;
  height: calc(100% - 22px);
  margin-bottom: 0;
  margin-top: 22px;
}

/* - - - - - - - - Interior - - - - - - - - -*/

@media (min-width: 1024px) {
  .grid-margin-x > .large-shrink.main-body {
    width: 62%;
  }
}

/* - - - - - - - - Upgrade Rubric - - - - - - - - -*/

.grid-container.upgrade-banner {
  background: url('images/upgrade-bg.jpg') no-repeat center center;
  background-size: cover;
  border-bottom: 10px solid #f7f0d4;
  margin-bottom: 1.5em;
}

.upgradeh1 {
  font-size: 2em;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  margin-top: 2.25rem;
}

.upgrade-button-row .cell {
  margin-left: .25rem;
  margin-right: .25rem;
}

.upgrade-banner .red_button {
  margin: 2.25em 0;
  color: #fff;
  font-weight: 700;
  padding: 1.5em;
  width: 100%;
}

.head-row {
  background: #f8f8f8;
  font-weight: 700;
  font-size: .9375em;
  padding: .5em 0;
}

.rubric-row {
  padding: .5em;
}

.rubric-row:nth-child(even) {
  background: #f8f8f8;
}

.rubric-row:nth-child(even) {
  background: #ececec;
}

.rubric-inactive,
.rubric-free,
.rubric-enhanced {
  text-align: center;
  position: relative;
}

.rubric-row .fa-times-circle,
.rubric-row .fa-check-circle {
  font-size: 2em;
}

.rubric-row .fa-times-circle {
  color: #fe0000;
}

.rubric-row .fa-check-circle {
  color: #59ad00;
}

.rubric-feature {
  order: 1;
}

.rubric-row .asterisk {
  position: absolute;
  font-weight: 700;
  font-size: 1.5em;
  right: 0;
  left: 1.8em;
}

@media (min-width: 375px) {
  .rubric-container .grid-x > .small-12 {
    width: 50%;
  }

  .rubric-container .grid-x > .small-4 {
    width: 16.66667%;
  }

  .head-row {
    font-size: .75rem;
  }

  .rubric-feature {
    order: 0;
  }
}

@media (min-width: 500px) {
  .head-row {
    font-size: .875rem;
  }
}

@media (min-width: 640px) {
  .head-row {
    font-size: .9375rem;
  }
}

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

  .rubric-content {
    font-size: 1.125rem;
  }
}

/* - - - - - - - - Marketing Page - - - - - - - - -*/

.portfilio-title,
.solutions-section h2,
.aboutil h2,
.trusted-sec h2,
.marketing-form-section h2 {
  font-size: 1.75rem;
}

/*banner*/

.banner.marketing-banner {
  background: #4a0e01 no-repeat url('images/mkt-banner.jpg');
  background-size: cover;
  background-position: center;
  border-bottom: 0px;
  color: #fff;
}

.marketing-banner .banner-interior {
  height: 80vh;
}

.marketing-banner .banner-grid {
  height: 100%;
}

h1.marketing-h1 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 0;
}

.thin-italic {
  font-weight: 400;
  font-style: italic;
}

.marketing-banner .button {
  font-size: 1.875rem;
  font-style: italic;
  padding: .65em 1.5em .75em;
  margin-top: .75rem;
  margin-bottom: 0;
  width: 100%;
  max-width: 458px;
}

.marketing-banner .red_button:hover,
.marketing-banner .red_button:active,
.marketing-banner .red_button:focus {
  background: #fff;
  color: #4a0e01;
}

.marketing-cta-bar {
  background: #f7f0d4;
  color: #4a0e01;
  font-weight: 700;
  font-size: 1.75em;
  padding: .5rem;
}

.marketing-cta-bar a {
  color: #4a0e01;
}

/*portfolio*/

.portfolio-section {
  padding-top: 1.5em;
  color: #4a0e01;
}

.portfolio-thumb {
  text-align: center;
}

.portfolio-thumb,
.portfolio-text-sec {
  margin-bottom: 4em;
}

.portfolio-text-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: -1;
}

.button.portfolio-button {
  display: block;
  width: 100%;
  max-width: 458px;
  font-size: 1.875em;
  font-style: italic;
  padding: .65em 1.5em .75em;
}

/*testimonials*/

.testimonials-section {
  background: #4a0e01;
  color: #fff;
  padding: 1.5em 0 .5em;
}

ul.home-reviews-list {
  margin-left: 0 !important;
}

.home-reviews-list .slick-track {
  display: flex;
  align-items: center;
}

.home-review {
  font-size: 1.375em;
  line-height: 1.5;
}

.home-review-img img {
  border: 8px solid #f7f0d4;
  background: #f7f0d4;
  border-radius: 50%;
  margin: 1rem auto;
}

.home-review-name {
  margin-top: 1rem;
}

.home-reviews-list.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.home-reviews-list .slick-dots {
  position: absolute;
  bottom: -25px;
}

.home-reviews-list .slick-dots li button:before {
  font-family: 'slick';
  font-size: 12px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  opacity: 1;
  color: white;
}

.home-reviews-list .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ff2909;
}

/*solutions/services*/

.solutions-section {
  padding: 1.875em 0;
  color: #4a0e01;
}

.solutions-text {
  font-size: 1.25em;
  margin-bottom: 1.5em;
}

.solutions-section a {
  color: #4a0e01;
  font-size: 1.25em;
}

.solution-tile {
  font-size: 1.25rem;
  text-align: center;
}

.solution-title {
  font-weight: 700;
}

.solution-img {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  margin-bottom: 20px;
}

/*about IL*/

.aboutil {
  background: #4a0e01;
  color: #fff;
  padding: 1.875em 0;
}

.aboutil h2 {
  color: #fff;
  font-size: 1.75rem;
}

.il-logo {
  margin: 1.5em 0;
}

/*trusted by*/

@-webkit-keyframes bgslideleft2 {
  from {
    background-position: 800000px;
  }
  to {
    background-position: 0%;
  }
}

@keyframes bgslideleft2 {
  from {
    background-position: 800000px;
  }
  to {
    background-position: 0%;
  }
}

.trusted-sec {
  background-image: url('images/logosbg.jpg');
  background-repeat: repeat;
  background-size: contain;
  animation: bgslideleft2 30000s infinite linear;
  -webkit-animation: bgslideleft2 30000s infinite linear;
}

.trustedby-body {
  height: 500px;
}

.trustedby-box {
  border: 12px solid #4a0e01;
  background: #f7f0d4;
  color: #4a0e01;
  padding: 1.5em;
}

.trustedby-box p {
  text-align: left;
}

.trusted-sec .red_button {
  width: 100%;
  max-width: 458px;
  font-size: 1.875em;
  font-style: italic;
  padding: .65em 1.5em .75em;
}

/*marketing form*/

.fisher {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.marketing-form-section {
  border-top: 12px solid #4a0e01;
  padding: 2em;
  background: #f7f0d4;
  color: #4a0e01;
  padding: 1.5em 0 100px;
}

.marketing-form-section .form-column {
  order: -1;
}

.grid-container.full.marketing-form-section {
  margin-bottom: -76px;
}

.marketing-form-section p {
  font-size: 1.25em;
}

.marketing-form-section a {
  color: #4a0e01;
  font-weight: 700;
}

.marketing-form {
  background: #4a0e01;
  width: 100%;
  max-width: 550px;
  padding: 2em 2em 1.5em 2em;
  margin: 0 auto;
  color: #fff;
}

.marketing-form {
  margin-bottom: 1.5rem;
}

.marketing-form input {
  height: 50px;
}

.marketing-form input,
.marketing-form textarea {
  border-radius: 0px;
  border: 0px solid #fff;
  padding: .65rem;
}

.marketing-form .red_button {
  font-size: 1.875em;
  font-style: italic;
  padding: .5em 1.5em .75em;
  width: 100%;
  height: unset;
}

.required-notice {
  text-align: right;
}

@media (min-width: 640px) {
  .portfilio-title,
  .solutions-section h2,
  .aboutil h2,
  .trusted-sec h2,
  .marketing-form-section h2 {
    font-size: 2.5em;
  }

  .marketing-banner .banner-interior {
    height: 580px;
  }

  .portfolio-text-sec {
    order: -1;
  }

  .solutions-section {
    padding: 4em 0 1em;
  }

  .aboutil {
    padding: 6em 0;
  }

  .solutions-text {
    margin-bottom: 3em;
    margin-top: 1.5em;
  }

  .trusted-sec {
    background-size: unset;
  }

  .trustedby-body {
    height: 778px;
  }

  .trustedby-box {
    padding: 2.8125em;
  }

  .marketing-form-section {
    padding: 4em 0 100px;
  }

  .marketing-form-section .form-column {
    order: 0;
  }
}

@media (min-width: 1024px) {
  .portfolio-text-sec {
    order: 0;
  }

  .il-logo {
    order: 0;
  }

  .trustedby-box {
    padding: 2.8125em 4em;
  }
}

@media (min-width: 1328px) {
  .solution-tile {
    margin-bottom: 3rem;
  }

  .solution-dec {
    max-width: 335px;
    margin: 0 auto;
  }
}

/* - - - - - - - - Sidebar - Marketing - - - - - - - - -*/

.mkt-ad {
  background: #4a0e01;
  color: #fff !important;
  font-size: 1.75em;
  padding: 1.5rem;
  font-family: 'lora', serif;
  text-align: center;
  margin-bottom: 1.5rem
}

#rightbar a.mkt-ad {
  color: #fff;
}

.mkt-ad:hover,
.mkt-ad:active,
.mkt-ad:focus {
  text-decoration: none !important;
  color: #fff;
  cursor: pointer;
}

.mkt-line2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.mkt-screen img {
  margin: 0 auto;
}

.mkt-under-screens,
.mkt-under-box {
  margin-bottom: 1rem;
}

.mkt-beige-box {
  background: #f7f0d4;
  color: #4a0e01;
  font-weight: 700;
  padding: 1rem;
  margin-bottom: 1rem;
}

.mkt-reason {
  font-size: 4vw;
  margin: .5rem 0;
}

.mkt-icon {
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: .25rem;
}

.mkt-button.red_button:hover,
.mkt-button.red_button:active,
.mkt-button.red_button:focus,
.mkt-ad:hover .mkt-button.red_button,
.mkt-ad:active .mkt-button.red_button,
.mkt-ad:focus .mkt-button.red_button {
  background: #fff;
  color: #4a0e01;
}

@media (min-width: 500px) {
  .mkt-reason {
    font-size: 1.25rem;
  }
}

@media (min-width: 640px) {
  .mkt-reason {
    font-size: 2.5vw;
  }
}

@media (min-width: 850px) {
  .marketing-banner .banner-content {
    line-height: 2;
  }

  .mkt-reason {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .marketing-banner .banner-content {
    font-size: 1.375em;
  }

  .mkt-reason {
    font-size: 1.4vw;
  }
}

@media (min-width: 1328px) {
  .mkt-reason {
    font-size: 1.25rem;
  }
}

/* - - - - - - - - Sidebar - Upgrade - - - - - - - - -*/

.mkt-ad.upgrade-ad .mkt-line1 {
  font-size: 1.6rem;
}

.upgrade-feature .check {
  color: #39b54a;
  margin-right: .5rem;
}

.upgrade-feature {
  font-family: 'lato', arial, sans-serif;
  text-align: left;
  font-size: 5vw;
  margin-bottom: .5rem;
  font-weight: 400;
  color: #000;
}

@media (min-width: 500px) {
  .upgrade-feature {
    font-size: 4vw;
  }
}

@media (min-width: 640px) {
  .upgrade-feature {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .upgrade-feature {
    font-size: 1.5vw;
  }
}

@media (min-width: 1100px) {
  .upgrade-feature {
    font-size: 1.2vw;
  }
}

@media (min-width: 1328px) {
  .upgrade-feature {
    font-size: 1rem;
  }
}

/* - - - - - - - - Global 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: 110px;
  display: inline-block;
}

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

.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: 640px) {
  .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 (min-width: 768px) {
  .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%;
  }
}

@media (min-width: 1024px) {
  .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: 1200px) {
  .footer-links li {
    font-size: 1rem;
  }
}

/*---OLD LEGION STYLES--*/

.assoc-float {
  width: 25%;
  min-width: 95px;
  float: left;
  padding: 0 14px 0 0;
  margin: -1px 0 2em 0;
}

#searchcert.searchprac.certifications.disabled span.pracselection {
  background-color: #939393;
}

.brown_text {
  color: #4a0e01;
}

button.form-submit.cell.small-12.large-3 {
  margin: 0 auto;
  float: none;
  height: unset;
  width: calc(25% - 1.875rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4a0e01;
  color: #f7f0d4 !important;
  border: 0;
  text-shadow: none;
  font-size: 1.125em;
  border-radius: 4px;
  cursor: pointer;
}

.cert_selection .selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -3px;
  background: url(https://cdn.lawyerlegion.com/ms/assets/images/select-button.jpg) right center no-repeat #d6d6d6;
  width: 60px;
  height: 40px;
  border: 0;
}

.cert_selection .selectize-input.full {
  background-color: #d6d6d6;
  height: 39px;
}

.cert_selection .selectize-input > * {
  vertical-align: text-top;
  display: inline-block;
  zoom: 1;
}

input#certnamei, ul#certnamel li:nth-child(1) {
  display: none !important;
}

ul#certnamel {
  margin-left: 0;
  line-height: 22px;
}

ul#certnamel li {
  padding-left: 0;
}

.selectize-input.items.has-options.full.has-items div {
  font-size: 1rem;
}

#cert-search input#searchcert_cert-selectized {
  height: auto;
}