/**
 * @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;
    background: #fffcc7;
    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;
    padding-left: 15px;
}

.flex-main
 {
    min-height: 250px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background: #fffcc7;
    -webkit-box-shadow: 0 12px 7px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 12px 7px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 12px 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: #1d2b3a;
    font-size: 14px;
    font-family: Veranda, 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    font-weight: bold;
    font-style: normal;
    padding: 3px 7px;
    margin: 1px white;
}
.nav-item a{
    color: #1d2b3a;
    font-size: 14px;
    font-family: Veranda, 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    font-weight: bold;
    font-style: normal;
    padding: 3px 7px;
    box-sizing: border-box;
    border: 1px solid #caf0fe;
}

.view-content h2 a{
    color: #014603;
    font-size: 22px;
    font-family: Arial,'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    font-weight: bold;
    font-style: normal;
    padding: 3px 7px;
}

.nav-item a:hover{
    color: #fff;
    background-color: #1d2b3a;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    font-weight: bold;
    font-style: normal;
    padding: 3px 7px;
    box-sizing: border-box;
}

.user-login-form label{
    color: #1d2b3a !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: #1d2b3a !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: #1d2b3a !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: #1d2b3a !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: #1d2b3a;
    padding: 3px 7px;
    width: 200px;
}
.flex-sidebar {
    padding-left: 0px !important;
}

.col-lg-3 {
    flex: 0 0 auto;
    background: #CAF0FE;
    border-right: 1px solid #CAF0FE;
    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, #1d2b3a 0, #000000 100%) no-repeat;
    background: -webkit-linear-gradient(top, #1d2b3a 0, #000000 100%) no-repeat;
    background: -moz-linear-gradient(top, #1d2b3a 0, #000000 100%) no-repeat;
    background: -o-linear-gradient(top, #1d2b3a 0, #000000 100%) no-repeat;
    background: -ms-linear-gradient(top, #1d2b3a 0, #000000 100%) no-repeat;
    background: linear-gradient(top, #1d2b3a 0, #000000 100%) no-repeat;
    -svg-background: linear-gradient(top, #1d2b3a 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: #1d2b3a;
    color: #ffffff !important;
    border: 1px solid #fff;
    border-radius: 4px;
}
.nav-link:focus, .nav-link:hover {
    color: #fff;
    background-color: #1d2b3a;
    border: 1px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
}

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

.my-4 {
    margin-top: 0rem !important;
    margin-bottom: 1.5rem !important;
}

.flex-article {
    font-size: 13px;
    color: #014603;
}

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

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

.views-element-container a {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px !important;
    color: #04B404 !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;
    color: #04B404 !important;
}

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