/*******Overall Styles*******/
h1 {
    color: #036A36;
    font-size: 3.125rem;
}
h2 {
    color: #036A36;
    font-size: 2.813rem;
}
h3 {
    color: #036A36;
    font-size: 2.5rem;
}
h4 {
    color: #036A36;
    font-size: 2.25rem;
}
h5 {
    color: #036A36;
    font-size: 2.125rem;
    margin-bottom: 1.9375rem;
}
h6 {
    color: #036A36;
    font-size: 1.25rem;

}
p, ul, dl, ol {
    color: #545759;
    font-size: 1.125rem;
    line-height: 1.8rem;
}
hr {
    color: #77BC1F;
    border-top: 5px solid;
    margin: 3rem 0;
}
.lead {
    font-weight: 400;
    font-size: 1.5rem;
}
.text-muted {
    color: #545759!important;
    font-style: italic;
    font-size: 1rem;
}
a {
    color:#001C0E;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
}
a:hover, a:focus {
    color: #036A36;
    text-decoration: underline;
}
.csi-btn {
    background: white;
    padding: 1% 8%;
    border: 2px solid #77BC1F;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1.68px;
}
.csi-btn:hover, .csi-btn:focus {
    background: #77BC1F;
    color: #001C0E;
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
}
.panel-group a {
    border: 2px solid #77BC1F;
    border-radius: 0;
}
.panel-group a:hover, .panel-group a:focus {
    background: #77BC1F;
    text-decoration: none;
}
.panel-group h5 {
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1.28px;
    color: #001C0E;
}
.arrow {
    display: none;
}
.panel-group .panel-body {
    border: 2px solid #77BC1F;
    border-radius: unset;
    padding: 15px 25px 15px;
}
.panel-group a[aria-expanded=true] {
    border-radius: unset!important;
}
.nav-tabs {
    padding-bottom: 0;
}
.nav-tabs .nav-link, .nav-tabs .nav-link.active {
    border: 2px solid #77BC1F;
    border-color: #77BC1F;
    border-radius: unset;
    border-bottom: unset;
    color: #001C0E;
    text-transform: uppercase;
    letter-spacing: 1.28px;
    font-style: normal;
    font-size: 1rem;
}
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
    background: #77BC1F;
}
.tab-content {
    border: 2px solid #77BC1F;
}
.tab-pane {
    border: unset;
    border-radius: unset;
}
.no-title h3 {
    display: none;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.table-responsive {
    box-shadow: 0px 7px 22px #1C100045;
    margin: 3% 0;
}
.table {
    margin-bottom: 0;
    table-layout: fixed;
}
.table td, .table th {
    padding: 3%;
    color: #0D2A33;
    font-size: 1.25rem;
}
.table tr>td:first-child {
    text-transform: uppercase;
    font-weight: 600;
}
.error404 .csi-ib{
	display: none;
}