body {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1.state {
  color: #308a42;
}

a:hover {
  color: #EEE05D
}

.rMore {
  color: #308a42;
}

.rMore:hover {
  color: #EEE05D;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/*home page*/

#big_search.norml_banner {
  background-image: url(../images/fal-bg-norml.jpg) !important;
}

#big_search_f .loc-container {
  position: relative;
}

#big_search_f .loc-container:before {
  content: "\f041" !important;
  font-family: fontawesome !important;
  color: #308a42 !important;
  position: absolute !important;
  font-size: 1.35em !important;
  top: 18px !important;
  left: 10px !important;
  width: 25px !important;
}

.state-drop-down,
.state-drop-down:focus,
.state-drop-down:active,
.state-drop-down option {
  color: #308a42;
}

/*Norml Header top bar*/

.mast-head {
  height: unset;
  background: #FFF;
  position: static;
}

.topmenu {
  background: #0f1a18;
  background-image: url(/images/servicemark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
}

.topmenu ul,
.norml-menu ul {
  margin-bottom: 0;
}

.topmenu .topmenu-item,
.norml-menu .norml-menu-item {
  height: 45px;
}

.topmenu .topmenu-item a {
  width: 100%;
  text-align: center;
  display: block;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 1em;
  font-size: .75em;
}

.norml-menu .norml-menu-item a {
  font-weight: 700;
  color: #000;
  padding: 0 .75em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: .75em;
}

.topmenu .topmenu-item a:hover,
.topmenu .topmenu-item a:active,
.topmenu .topmenu-item a:focus {
  background: #FFF;
  text-decoration: none;
}

.norml-menu .norml-menu-item a:hover,
.norml-menu .norml-menu-item a:active,
.norml-menu .norml-menu-item a:focus {
  background: #C5E5BD;
  text-decoration: none;
}

/*Social bar*/

.social-menu a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-social-menu ul {
  font-size: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-social-menu ul li {
  border: none;
  display: inline-block;
  margin: 0;
  margin: 0;
  padding: 0;
}

.site-social-menu a,
.site-social-menu a:visited {
  align-items: center;
  color: #dbe3d6;
  display: inline-flex;
  justify-content: center;
  width: 35px;
  height: 35px;
  transition: all 0.25s ease-out;
}

.site-social-menu a:hover,
.site-social-menu a:focus,
.site-social-menu a:active {
  background: #308a42;
  color: #fff;
  text-decoration: none;
}

.site-social-menu a:before {
  font-size: 17px;
  font-size: 1.0625rem;
}

.site-social-menu ul li {
  border-left: 1px solid #262626;
}

.site-social-menu ul li:last-child {
  border-right: 1px solid #262626;
}

/* Social Menu Icons Fallback */

.site-social-menu a:before,
.site-social2-menu a:before,
.widget_nav_menu div[class^='menu-social-'] a:before {
  content: '\f0c1';
}

/* Social Menu Icons */

.site-social-menu a[href*='codepen.io']:before {
  content: '\f1cb';
}

.site-social-menu a[href*='facebook.com']:before {
  content: '\f09a';
}

.site-social-menu a[href*='instagram.com']:before {
  content: '\f16d';
}

.site-social-menu a[href*='twitter.com']:before {
  content: '\f099';
}

@media (min-width: 544px) {
  .site-social-menu a,
  .site-social-menu a:visited {
    width: 45px;
    height: 45px;
  }
}

/*search icon*/

.search-control-wrapper a,
.search-control-wrapper a:visited {
  align-items: center;
  background-color: #308a42;
  color: #000;
  display: inline-flex;
  justify-content: center;
  width: 35px;
  height: 35px;
  transition: all .25s ease-out;
}

.search-control-wrapper a:hover {
  background-color: #2c7e3c;
  text-decoration: none;
  ;
}

.search-control-wrapper a:before {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 17px;
  font-size: 1.0625rem;
}

@media (min-width: 544px) {
  .search-control-wrapper a,
  .search-control-wrapper a:visited {
    width: 45px;
    height: 45px;
  }
}

/*Search curtain*/

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search-curtain-wrapper {
  background: #fff;
  color: #3d3d3d;
  opacity: 0;
  position: fixed;
  transition: all .5s ease-in-out;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 99960;
}

.search-curtain-wrapper.show {
  opacity: 0.98;
  visibility: visible;
}

.search-curtain-wrapper .search-curtain {
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.search-curtain.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.search-curtain-wrapper .search-curtain.show {
  animation-name: fadeInUp;
}

.search-curtain-wrapper .search-curtain-form,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #2c7e3c;
}

.search-curtain-wrapper .search-curtain-close {
  color: #2b7c3b;
  cursor: pointer;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 99970;
}

.search-curtain-wrapper .search-curtain-form {
  width: 90%;
}

.search-form {
  margin: 0;
  padding: 0;
  position: relative;
}

.search-form label {
  display: inline;
}

.search-curtain-wrapper .search-form .search-field {
  height: 60px;
}

.search-form .search-field {
  border: 1px solid #eee;
  padding: 0 20px;
  padding: 0 1.25rem;
  text-align: left;
  width: calc(100% - 60px);
  margin-bottom: 0;
  display: inline-block;
  box-shadow: none;
}

.search-form button {
  background-color: #308a42;
  border: 0;
  color: #FFF;
  display: block;
  float: right;
  width: 60px;
  height: 60px;
  text-align: center;
  transition: all 0.25s ease-out;
  border-radius: 0;
  cursor: pointer;
}

.search-form button:hover,
.search-form button:active,
.search-form button:focus {
  background-color: #2c7e3c;
}

.search-form .search-submit:before {
  content: '\f002';
  font-family: FontAwesome;
}

@media (min-width: 768px) {
  .search-curtain-wrapper .search-curtain-form {
    width: 70%;
  }
}

/*Logo area*/

.logo-area {
  background: #dbe3d6;
  border-bottom: 1px solid #eee;
  margin: 0;
  min-height: 70px;
  padding: 15px 0;
  padding: 0.9375rem 0;
  position: relative;
}

.norml-logo {
  vertical-align: middle;
  max-height: 75px;
  min-height: 75px;
}

@media (min-width: 768px) {
  .logo-area {
    border-bottom: none;
    min-height: 120px;
    padding: 30px 0;
    padding: 1.875rem 0;
  }
}

@media (min-width: 1200px) {
  .logo-area {
    min-height: 150px;
    padding: 2.5rem 0;
  }
}

/*New menu*/

.sf-menu a,
.sf-menu a:visited {
  color: #3d3d3d;
}

@media (min-width: 768px) {
  .sf-menu {
    margin-bottom: 0;
    text-align: center;
  }
  .sf-menu li {
    word-wrap: break-word;
    white-space: normal;
    transition: background 0.2s;
  }
  .sf-menu>li {
    display: inline-block;
  }
  .sf-menu li {
    position: relative;
  }
  .sf-menu>li:before {
    background: #eee;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    top: calc(50% - 6px);
    width: 1px;
    height: 12px;
  }
  .sf-menu>li:first-child:before {
    display: none;
  }
  .sf-menu a,
  .sf-menu a:visited {
    color: #3d3d3d;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 17px;
    padding: 1.0625rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease-out;
    zoom: 1;
  }
  .sf-menu a {
    display: block;
    position: relative;
  }
  .sf-menu,
  .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sf-menu>li>a:after {
    background: #308a42;
    content: '';
    display: block;
    transform: scale(0);
    transition: all 0.5s;
    width: 100%;
    height: 2px;
  }
  .sf-menu>li>a:hover:after {
    transform: scale(1);
  }
  .donatebutton {
    background-color: #308a42;
  }
  .donatebutton a,
  .donatebutton a:visited {
    color: white;
  }
  .sf-menu li:nth-child(8):before {
    background: #308a42;
  }
}

@media (min-width: 1200px) {
  .sf-menu a,
  .sf-menu a:visited {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 17px 24px;
    padding: 1.0625rem 1.5rem;
  }
}

/*mobile menu icon*/

.toggle-menu-wrapper {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  text-align: center;
}

.toggle-menu-wrapper a:before {
  content: "\f0c9";
  font-family: FontAwesome;
  font-size: 25px;
  font-size: 1.5625rem;
  vertical-align: middle;
}

.toggle-menu-wrapper a,
.toggle-menu-wrapper a:visited {
  color: #0f1a18;
}

@media (min-width: 768px) {
  .toggle-menu-wrapper {
    display: none;
  }
}

/*mobile menu*/

.mobilenav {
  background: #141414;
  top: 0;
}

.mobilenav.opened-nav {
  background: #141414;
  color: #fff;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 30px;
  padding: 1.875rem;
}

.menu-overlay.menu-opened {
  top: 0;
}

#menu-close {
  color: #308a42;
  cursor: pointer;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 15px;
}

.mobilenav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mobilenav ul.mobile-menu li a {
  color: #dbe3d6;
  padding: 0.2em 0.4em;
}

.mobilenav ul.mobile-menu li.donatebutton {
  background: #308a42;
}

/*google search*/

div#cse-search-form,
div.gsc-control-searchbox-only {
  margin-top: 0;
  padding-top: 0;
  top: -2px;
  position: relative
}

div.gsc-control-searchbox-only table.gsc-branding {
  visibility: hidden;
  height: 0
}

div.gsc-control-searchbox-only form.gsc-search-box {
  height: 30px
}

div.gsc-control-searchbox-only form.gsc-search-box input.gsc-search-button {
  height: 24px
}

div.gsc-control-searchbox-only form.gsc-search-box input.gsc-input {
  height: 24px;
  margin: 0;
}

.gsc-search-box tbody {
  background: transparent;
  border: 0px;
}

/*Breadcrumbs*/

.crumbs {
  padding-left: 1.5em;
}

.crumbs a {
  color: #308a42;
}

@media (min-width: 768px) {
  .crumbs {
    color: #308a42;
    padding: .7em 0 .7em 1rem;
  }
  .crumbs a,
  .crumbs span a {
    color: #308a42;
  }
}

@media (min-width: 1024px) {
  .crumbs {
    padding: .7em 0 .7em 1.95em;
  }
}

@media (min-width: 1130px) {
  .crumbs {
    padding: .7em 0 .7em 2.6em;
  }
}

@media (min-width: 1200px) {
  .crumbs {
    padding: .7em 0 .7em 3em;
  }
}

@media (min-width: 1300px) {
  .crumbs {
    padding: .7em 0 .7em 3.15em;
  }
}

@media (min-width: 1328px) {
  .crumbs {
    padding: .7em 0 .7em 3.25em;
  }
}

@media (max-width: 640px) {
  .seal-nlc {
    display: none;
  }
}

/*--FIND A LAWYER PAGE--*/

#big_search {
  border-bottom: 10px solid #dbe3d6 !important;
}

.sp-heading {
  background: #dbe3d6;
  color: #308a42;
}

.sp-heading:before {
  background: #dbe3d6;
}

.browselist>div>div>ul>li>a,
.browselist a,
.pa_list_title a {
  color: #308a42;
}

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

.big-first-field:before,
.big-first-field+div:before {
  color: #308a42 !important;
}

#big_search_btn {
  background-color: #dbe3d6 !important;
  color: #308a42 !important;
  border-radius: 0px;
}

#big_search_btn:hover,
#big_search_btn:active,
#big_search_btn:focus {
  background-color: #308a42 !important;
  color: #FFF !important;
}

/*---SEARCH RESULTS---*/

.listing {
  color: #308a42;
}

.desktop-num {
  color: #308a42;
}

.goToReviews {
  color: #308a42;
}

/*search box*/

.tabs {
  justify-content: flex-start;
}

.tabs input[type="radio"]:checked+label {
  color: #308a42;
  border-bottom: 6px solid #308a42;
}

#basic-search {
  background: #F5F5F5;
  margin-bottom: 1.5em;
  padding: 1em 0;
  border-top: 1px solid #E0E0E0;
}

#advanced-search {
  background: #F5F5F5;
  margin-bottom: 1.5em;
  padding: 1em .9375em;
  border-top: 1px solid #E0E0E0;
}

.basic-search-text {
  margin-bottom: .5em;
}

.side-search input,
.side-search select {
  color: #308a42;
  background: #DFDFDF;
}

.side-search .button {
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: .6em;
}

/*Attorney Name Bar*/

.attorney-name,
.attorney-name::before {
  background-color: #CCC;
  color: #308a42;
}

.pro .attorney-name,
.pro .attorney-name::before {
  background-color: #EEE05D;
}

.namelink:hover .attorney-name {
  background: #308a42;
  color: #FFF;
}

@media (min-width: 640px) {
  .listing.pro .attorney-name:after {
    padding-right: 1em;
    font-size: .5em 1em;
  }
}

/*search result buttons*/

.listing .card-btn {
  background: #dbe3d6;
  color: #308a42;
}

.listing .call-btn {
  background: #EEE05D;
}

@media (min-width: 768px) {
  .listing .call-btn {
    background: #dbe3d6;
  }
}

.listing .profile-btn {
  background: #308a42;
  color: #FFF;
}

/*Buttons*/

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

.dark_button {
  background: #308a42;
  color: #FFF;
}

.dark_button:hover,
.dark_button:focus,
.dark_button:active {
  background: #EEE05D;
  color: #308a42;
}

.card-btn {
  background: #308a42;
  color: #FFF;
}

a.card-btn:hover,
a.card-btn:focus,
a.card-btn:active {
  background: #308a42;
  color: #FFF;
}

.sidebar-container #map_canvas {
  margin: 1.5em auto;
}

.sidebar-container #div-gpt-ad-1339533503589-0 {
  margin: 0 auto;
}

/*---PROFILE PAGE---*/

.cover-photo {
  background: #308a42;
  border-color: #dbe3d6;
}

.cover-photo .grid-container,
.cover-photo .grid-x {
  height: 100%
}

/*baseball card*/

.atty-card {
  color: #308a42;
}

.portrait-frame {
  background-color: #dbe3d6;
  border-color: #dbe3d6;
}

.call-btn {
  background: #EEE05D;
  color: #308a42;
}

a.pf-nav-link {
  flex: 0 1 calc(33.333% - 2px);
}

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

.sealhr {
  display: none;
}

.listing.pro .sealhr {
  display: block;
}

.seal-nlc {
  display: none;
}

@media (min-width: 768px) {
  .msg-btn {
    color: #308a42;
    background: #EEE05D;
  }
  .call-btn {
    background: #308a42;
    color: #FFF
  }
  .seal-nlc {
    display: block;
  }
  .sealhr {
    display: block;
  }
}

/*sections*/

.section-heading {
  background: #308a42;
  color: #FFF;
}

.pageSection .pageSection .section-heading {
  background: #dbe3d6;
  color: #308a42;
}

/*resume block*/

.rb-title {
  color: #308a42;
}

/*Profile buttons*/

.red_button,
.pageSection .dark_button {
  background-color: #EEE05D;
  color: #308a42;
}

.red_button:hover,
.red_button:active,
.red_button:focus,
.pageSection .dark_button:hover,
.pageSection .dark_button:focus,
.pageSection .dark_button:active {
  background-color: #308a42;
  color: #FFF;
}

/*practice Area Legend*/

.pa_box_1 {
  background-color: #007510;
}

.pa_box_2 {
  background-color: #1ea004;
}

.pa_box_3 {
  background-color: #65c90b;
}

.pa_box_4 {
  background-color: #bcea1a;
}

.pa_box_5 {
  background-color: #e9dc4c;
}

.pa_box_6 {
  background-color: #DDDDDD;
}

/*--FOOTER---*/

ul.pf-mobile-nav {
  background: #308a42;
}

ul.pf-mobile-nav li a {
  color: #FFF;
}

/*---Support Norml Box---*/

/*original code*/

.support-norml .norml-newsletter input[type=submit] {
  position: absolute;
  right: 10px;
  bottom: 0
}

#mj-slide-wrapper .mj-text h3,
.support-norml h4,
.yoo-zoo div.state-laws h5 {
  text-transform: uppercase;
  font-weight: 700
}

.support-norml .leaf {
  height: 225px;
  width: 162px;
  background: url(https://norml.org/templates/norml/images/bg-leaf.png) 50% 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2
}

.support-norml .span-9 {
  position: relative;
  z-index: 3
}

.support-norml {
  line-height: 135%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  color: #c5e5bd;
  margin: 0;
  background-color: #004000;
  background-position: center center;
  background-repeat: no-repeat;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#060), to(#004000));
  background: -webkit-radial-gradient(circle, #060, #004000);
  background: -moz-radial-gradient(circle, #060, #004000);
  background: -ms-radial-gradient(circle, #060, #004000)
}

.support-norml .sidebar_module>h3 {
  background: 0 0;
  color: #c5e5bd;
  margin: 0;
  padding: 0
}

.support-norml h4,
.support-norml h5 {
  color: #c5e5bd;
  margin: 0;
  padding: 0 15px
}

.support-norml h4 a,
.support-norml h5 a {
  color: #c5e5bd;
  text-shadow: 0 0 10px #420
}

.support-norml h4 a:hover,
.support-norml h5 a:hover {
  color: #fc0
}

.support-norml h4 {
  font-size: 120%
}

.support-norml h4 span a {
  font-size: 10.5px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  color: #CCC
}

.support-norml h4 span a:hover {
  text-decoration: underline;
  color: #fff
}

.support-norml h5 {
  font-size: 90%;
  font-weight: 400;
  margin-top: 10px
}

.support-norml .sidebar_module {
  border: 0
}

.support-norml .sidebar_module>.content {
  padding: 0
}

.support-norml .sidebar_module ul.joomla-nav {
  margin: 0;
  padding: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: auto;
}

.support-norml .norml-newsletter h3,
.support-norml .sidebar_module ul.joomla-nav li a {
  font-size: 110%;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff
}

.support-norml .sidebar_module ul.joomla-nav li {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
  display: inline;
  line-height: 1.5;
}

.support-norml .sidebar_module ul.joomla-nav li a {
  margin: 0;
  padding: 5px 40px;
  height: 25px;
  background: 0 0;
  background: rgba(255, 255, 255, .1);
  background-image: url(https://norml.org/templates/norml/images/bg-support-norml.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #c5e5bd;
  line-height: 25px;
  font-size: 15px;
  box-sizing: initial;
}

.support-norml .sidebar_module ul.joomla-nav li a:hover {
  color: #fc0;
  background-color: #002d00;
  background-color: rgba(0, 0, 0, .33)
}

.support-norml .sidebar_module ul.joomla-nav li a.support-join {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 0px;
  background-position: 10px -70px
}

.support-norml .sidebar_module ul.joomla-nav li a.support-donate {
  border-bottom: 1px solid #fff;
  background-position: 10px 0;
  font-weight: 700;
  background-color: #B00316
}

.support-norml .sidebar_module ul.joomla-nav li a.support-donate:hover {
  border-bottom: 1px solid #fff;
  background-position: 10px 0;
  font-weight: 700;
  background-color: #a20314
}

.support-norml .sidebar_module ul.joomla-nav li a.support-shop {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-position: 10px -35px
}

.support-norml .sidebar_module ul.joomla-nav li a.support-act {
  border-bottom: 1px solid #fff;
  background-position: 10px -105px
}

.support-norml .sidebar_module ul.joomla-nav li a.support-bottom {
  background-position: 35% -140px
}

.support-norml .sidebar_module ul.joomla-nav li.item485 {
  width: 100%;
  text-align: center;
}

.norml-newsletter {
  padding: 0 15px;
  position: relative;
}

hr.space {
  height: .75em;
  margin: 0;
  background: #fff;
  color: #fff;
  visibility: hidden;
}

.sidebar_module.norml-newsletter a {
  color: #ddfbdb;
}

.sidebar_module ul.joomla-nav li a {
  color: #333;
  font-weight: 400;
  background: url(https://norml.org/templates/norml/images/bg-menu-gradient.png) 0 50% repeat-x #C5E5BD;
  display: block;
  margin: 0 5px 5px 0;
  padding: 5px;
  float: none;
  font-size: 100%;
  white-space: nowrap;
  text-decoration: none;
}

/*added code*/

.cover-photo .support-norml {
  position: relative;
  width: 100%;
  max-width: 881px;
  display: none;
}

@media (min-width: 1024px) {
  .cover-photo .support-norml {
    display: block;
    left: calc(30% + .75em)
  }
  .cover-photo .support-norml .sidebar_module ul.joomla-nav li,
  .cover-photo .support-norml .sidebar_module ul.joomla-nav li.item485 {
    width: 20%;
  }
  .cover-photo .support-norml .sidebar_module ul.joomla-nav li a {
    border-bottom: 0px !important;
  }
  .cover-photo .support-norml .sidebar_module ul.joomla-nav li a.support-act {
    border-right: 1px solid #fff;
  }
  .cover-photo .support-norml .sidebar_module ul.joomla-nav li a.support-bottom {
    background-position: 6px -140px;
  }
  .cover-photo .support-norml .leaf {
    height: 100%;
    background-position: 50% 0;
  }
}

/*self-nav*/

@media (min-width: 1024px) {
  .self-nav {
    width: 400px;
    top: 250px;
    left: 11%;
  }
  .self-nav.sticky {
    width: 100%;
    left: unset;
  }
}

/*Message Form*/

.messageForm .input-wrapper input,
.messageForm .input-wrapper textarea {
  border-color: #f0eeee #f0eeee #308a42;
}

/*footer*/

.lfooter {
  background: #dbe3d6;
  color: #0f1a18;
  text-align: center;
  padding-bottom: 1rem;
  margin-top: 0;
  font-size: .8125rem;
  line-height: 1.7;
}

.lfooter>.lfooter {
  padding-bottom: 0;
}

.lfooter ul {
  list-style-type: none;
  border-top: 5px solid #308a42;
  padding: 1rem 0;
  background: #0f1a18;
  margin: 0 0 1rem;
}

.lfooter ul li {
  display: inline-block;
}

.lfooter ul li a {
  padding: 0 1em;
  color: #FFF;
  font-size: 1rem;
}

.lfooter ul li a:hover,
.lfooter ul li a:active,
.lfooter ul li a:focus {
  color: #aaa;
  text-decoration: none;
}

.lfooter a {
  color: #0f1a18;
  font-size: 1em;
}

.lfooter a:hover,
.lfooter a:active,
.lfooter a:focus {
  text-decoration: underline;
  color: #000;
}

.lfooter .telephone {
  margin: 0 10px;
}

.seal_text {
  font-weight: 700px;
  font-size: 1.1em;
}

.search_bio>a,
.search_bio>a:visited {
  color: #073d07;
}

.search_bio>a:hover {
  color: #1b961b;
}

/* — — — — — — — — Home States Link List — — — — — — — — -*/

.home-state-links {
  columns: 2;
}

@media(min-width: 640px) {
  .home-state-links {
    columns: 3;
  }
}

@media(min-width: 768px) {
  .home-state-links {
    columns: 4;
  }
}