article.restrict-access {
  max-height: 650px;
  overflow: hidden;
  position: relative;
}

.content-restriction-wrap {
  position: absolute;
  display: block;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
  bottom: 0;
  height: 500px;
  right: 0;
  left: 0;
}

.content-restriction-inner {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0 25px 30px;
}

.gform_fields legend {
  border: none;
}

#gform_submit_button_49 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #008435;
  border-color: #008435;
  padding: 8px 20px;
  border: none;
  white-space: normal;
}

#gform_submit_button_49:hover {
  color: #000;
  background-color: #fdd954;
  border-color: #444;
  transition: .3s;
}

.nav .dropdown > a:hover,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: transparent;
  color: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-item.active,
.dropdown-item:active {
  background: #008435;
}

.btn-nav {
  background: #fdd953;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  border: none;
}

.btn-nav:hover {
  color: #000;
  background: #ffcc0d;
}

.public-action-marker {
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.has-yellow-dark-color {
  color: #f7c818;
}

.has-gray-color {
  color: #999;
}

a {
  text-decoration: none;
}

#gform_fields_1 li {
  display: inline-block;
}

.navbar-nav .nav-link {
  padding: 10px 15px !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #325a1e;
}

.bg-fixed {
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 0;
  }
  #menu-menu {
    text-align: center;
  }
  .navbar-nav .dropdown-menu {
    padding: 10px 20px;
  }
  #gform_wrapper_1.gform_wrapper ul li.gfield {
    width: 100%;
  }
  .bg-fixed {
    background-attachment: scroll;
  }
}

body.logged-in.admin-bar .fixed-top {
  top: 32px !important;
}

#titlebar h1 {
  padding-bottom: 180px;
  margin-bottom: 0;
}

.gform_wrapper ul.gform_fields li.gfield input[type=radio],
.gform_wrapper ul.gform_fields li.gfield input[type=checkbox] {
  vertical-align: middle;
  margin-top: 2px;
}

#maincontent ul,
#maincontent ol {
  padding-left: 0;
}

.intro-pad {
  padding: 250px 0 230px;
  margin: 0;
}

.prompt-title {
  padding-top: 20px;
}

.fact-accordion .accordion-button {
  font-size: 20px;
  background: #f5f5f5;
  color: #333;
  font-weight: 700;
  font-style: italic;
}

.fact-accordion .accordion-button:hover {
  color: #008435 !important;
}

.fact-accordion .accordion-header {
  padding-bottom: 0;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
  padding-right: 0 !important;
}

.pum-container.pum-responsive.pum-responsive-medium {
  width: 800px !important;
}
