/**
 * @file
 * Subtheme specific CSS.
 */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: #000;
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: block;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.flex-banner {
    overflow-x: hidden;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.4);
    margin: 0px auto 0;
}

.flex-main
 {
    min-height: 250px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background: #ececb1;
    -webkit-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.4);
    margin: 0px auto 0;
}

.page {
    background: #cabfa1;
}

.py-3 {
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 0px;
}

.nav-item {
    color: #19A112;
    font-size: 16px;
    font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    font-weight: bold;
    font-style: normal;
    padding: 3px 7px;
}

.nav-item a{
    color: #19A112;
    font-size: 16px;
    font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    font-weight: bold;
    font-style: normal;
    padding: 3px 7px;
}

.user-login-form label{
    color: #19A112 !important;
    font-size: 16px;
    font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    font-weight: bold;
    font-style: normal;
    padding: 3px 7px;
}

.user-login-form a{
    color: #19A112 !important;
    font-size: 16px;
    font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    font-weight: bold;
    font-style: normal;
    padding: 3px 7px;
}

a.nav-link-child {
    color: #19A112 !important;
    font-size: 16px;
    font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    font-weight: bold;
    font-style: normal;
    padding: 3px 7px;
}

a.nav-link--content-tc3a9rkc3a9p {
    color: #19A112 !important;
    font-size: 16px;
    font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    font-weight: bold;
    font-style: normal;
    padding: 3px 7px;
}

h2.block-title {
    color: #FFFFFF;
    font-size: 20px !important;
    font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    font-weight: normal;
    font-style: normal;
    margin: 0 0px !important;
    background: #19A112;
    padding: 3px 7px;
    width: 200px;
}
.flex-sidebar {
    padding-left: 0px !important;
}

.col-lg-3 {
    flex: 0 0 auto;
    border-right: 1px solid rgba(123, 9, 17, 0.14);
    width: 200px;
}

.field.field-body p {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-primary {
    border: 0;
    border-collapse: separate;
    -webkit-background-origin: border !important;
    -moz-background-origin: border !important;
    background-origin: border-box !important;
    background: #ececb1;
    background: linear-gradient(top, #19A112 0, #000000 100%) no-repeat;
    background: -webkit-linear-gradient(top, #19A112 0, #000000 100%) no-repeat;
    background: -moz-linear-gradient(top, #19A112 0, #000000 100%) no-repeat;
    background: -o-linear-gradient(top, #19A112 0, #000000 100%) no-repeat;
    background: -ms-linear-gradient(top, #19A112 0, #000000 100%) no-repeat;
    background: linear-gradient(top, #19A112 0, #000000 100%) no-repeat;
    -svg-background: linear-gradient(top, #19A112 0, #000000 100%) no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    padding: 0 15px;
    margin: 0 auto;
    height: 29px;
    color: white;
}

.bg-secondary-subtle {
    background-color: none;
}
a.is-active {
    background-color: #19A112;
    color: #ffffff !important;
}

.navbar-nav .dropdown-menu {
  position: static;
  display: block;
  background: none;
  box-shadow: none !important;
}

.views-element-container h2{
font-size: 20px !important;
color: #38610B !important;
}

.views-element-container h2 a{
font-size: 20px !important;
color: #38610B !important;
}

.views-element-container a {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px !important;
    color: #38610B !important;

}
.views-element-container p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px !important;
}

.field-type-email {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px !important;
}

.node--type-article h2 a {
font-size: 26px !important;
color: #38610B !important;
}