:root {
    --blue: #022169;
    --green: #00833F;
}

@font-face {
    font-family: "Noto Sans Disp";
    src: url("../woff2/notosansdisplay-regular.woff2") format("woff2"), url("../woff/notosansdisplay-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Paralucent";
    src: url("../woff2/paralucent-bold.woff2") format("woff2"), url("../woff/paralucent-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Paralucent";
    src: url("../woff2/paralucent-demibold.woff2") format("woff2"), url("../woff/paralucent-demibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Paralucent";
    src: url("../woff2/paralucent-medium.woff2") format("woff2"), url("../woff/paralucent-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Paralucent";
    src: url("../woff2/paralucent-light.woff2") format("woff2"), url("../woff/paralucent-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Paralucent";
    src: url("../woff2/paralucent-extralight.woff2") format("woff2"), url("../woff/paralucent-extralight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ParalucentText-Book";
    src: url("../woff2/paralucenttext-book.woff2") format("woff2"), url("../woff/paralucenttext-book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ParalucentCond';
    src: url('../woff2/paralucentcond-medium.woff2') format('woff2'), url('../woff/paralucentcond-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

input::placeholder {
    color: #2E2D2D!important;
    opacity: 0.9;
}

html, body {
    overflow-x: clip!important;
    scroll-behavior: smooth;
}

body {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    font-family: "Paralucent";
    background: #fff;
    /*touch-action: none;*/
}


/* =========================Heading Tags=============================== */

h1 {
    font-size: 60px;
    font-family: "Paralucent";
    line-height: 65px;
    color: #2e2d2d;
    font-weight: bold;
}

h2 {
    font-size: 40px;
    font-family: "Paralucent";
    line-height: 50px;
    color: #2e2d2d;
    font-weight: 500;
}

h3 {
    font-size: 30px;
    font-family: "Paralucent";
    line-height: 36px;
    color: #2e2d2d;
    font-weight: 500;
}

h4 {
    font-size: 22px;
    font-family: "Paralucent";
    line-height: 30px;
    color: #2e2d2d;
    font-weight: 500;
}

h5 {
    font-size: 20px;
    font-family: "Paralucent";
    line-height: 30px;
    color:#142468;
    font-weight: bold;
}

h6 {
    font-size: 16px;
    font-family: "Paralucent";
    line-height: 22px;
    color: #2e2d2d;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: capitalize!important;
}

.green h1 {
    font-size: 60px;
    font-family: "Paralucent";
    line-height: 65px;
    color: #fff;
    font-weight: bold;
}

.green h2 {
    font-size: 40px;
    font-family: "Paralucent";
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}

.green h3 {
    font-size: 30px;
    font-family: "Paralucent";
    line-height: 40px;
    color: #fff;
    font-weight: 500;
}

.green h4 {
    font-size: 22px;
    font-family: "Paralucent";
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

p {
    font-family: "ParalucentText-Book";
    color: #010101;
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
}


/* =========================Heading Tags=============================== */

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}


/* =========================Linking tags=============================== */

a {
    font-family: "Paralucent";
    color: #2e2d2d;
    text-decoration: underline;
}

a:hover {
    text-decoration-style: solid!important;
}

a:focus {
    text-decoration-style: solid!important;
}

a:hover {
    color: #018943;
}

a:focus {
    color: #00833F;
}


/* Fix for Anchors & Sticky Header */

:target[id]:before {
    content: '';
    display: block;
    height: 125px;
    margin: -125px 0 0;
}


/* =========================Linking tags=============================== */


/* =========================buttons=============================== */

.custom-btn {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 19px;
    background-color: #203970;
    border-radius: 20px;
    width: 200px;
    height: 55px;
    padding: 18px 0 0;
    text-decoration: none;
}

.custom-btn:hover {
    background-color: #5da1d2;
    color: #010101;
}

.custom-btn-1 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 19px;
    background-color: #203970;
    border-radius: 10px;
    width: 150px;
    height: 45px;
    padding: 18px 0 0;
    text-decoration: none;
}

.custom-btn-1:hover {
    background-color: #5da1d2;
    color: #010101;
}

.custom-btn-2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 19px;
    background-color: #203970;
    border-radius: 10px;
    width: 150px;
    height: 45px;
    padding: 18px 0 0;
    text-decoration: none;
}

.custom-btn-2:hover {
    background-color: #fff;
    color: #203970;
}


/* =========================buttons=============================== */


/* =========================Colors and Background-colors=============================== */

.white {
    background: #ffffff;
}

.antiquewhite {
  /*  background: #f0f8ec;*/
    background:#E7E7EA;
}
.gray {
  /*  background: #f0f8ec;*/
    background:#E7E7EA;
}
.lightgreen {
    background: #00833F;
}

.green {
    background: #466e2d;
}

.blue {
    background: #142468;
}

.light-black {
    background: #2e2d2d;
}

.black {
    background: #010101;
}

.grey {
    background: #E7E7EA;
}

.red {
    background: #C03222;
}

.color-black {
    color: #2e2d2d!important;
}

.color-dark-black {
    color: #010101;
}

.color-white,
.color-white p {
    color: #ffffff;
}


/* =========================Colors and Background-colors=============================== */

a {
    text-decoration: none;
}

label {
    font-size: 15px;
    font-weight: 400;
    color: #606060;
}

*::-moz-selection {
    background: #b3d4fc;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    color: #fff;
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
    color: #fff;
}

ul {
    list-style: disc;
}

#wpbody-content ul,
#wpbody-content ul li {
    /*list-style: none !important;*/
}

::-webkit-input-placeholder {
    color: #606060;
}

::-moz-placeholder {
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

:-ms-input-placeholder {
    color: #606060;
}

:-moz-placeholder {
    color: #606060;
}


/************************* 04. Scrollup *************************/

#scrollUp {
    background: #fff none repeat scroll 0 0;
    bottom: 40px;
    color: #203970;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 40px;
    line-height: 37px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 38px;
    z-index: 9999;
}

#scrollUp:hover {
    background-color: #263238;
    color: #fff;
}

.row {
    --bs-gutter-x: 30px;
}


/* ================header================= */

.logo {
    position: relative;
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo a {
    display: inline-block;
}

.logo img {
    transition: all 0.5s ease 0s;
    width: 100%;
}

.header-area {
    background: #fff;
    position: sticky;
    box-shadow: 0px 3px 6px #00000029;
}

.header-area .container-fluid {
    padding-left: 86px;
    padding-right: 30px;
}

.fixed {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.header-links>span {
    color: #606060;
    display: inline-block;
    font-size: 21px;
    letter-spacing: 0.32px;
    margin-right: 50px;
    line-height: 25px;
    text-transform: uppercase;
}

.header-contact>span.text-theme {
    color: #404141;
    padding-right: 9px;
}

.header-contact {
    float: left;
    padding: 16px 0;
}

.header-links {
    float: right;
    padding: 14px 0 0;
}

.header-links>a {
    color: #ffffff;
    font-size: 24px;
    margin: 0 5px;
    background: #203970;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    position: relative;
    display: inline-block;
}

.header-links>a:last-child {
    margin-right: 0;
}

.header-links>a:hover {
    color: #fff;
    background: #407ca7;
}

.mainmenu-area {
    background: rgba(237, 237, 237, 0.35) none repeat scroll 0 0;
    position: relative;
}

.main-menus ul li {
    margin: 0 5px;
    padding: 8px 12px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #142468 !important;
    background-color: #fff;
}

.xtra-width a:focus,
.xtra-width a:hover {
    color: #fff !important;
    background-color: #466e2d;
    padding: 17px 25px;
}

.sprt-tab-content {
    padding: 30px 30px 0px 0px;
}

.dropdown-menu .dropdown-item {
    color: #010101;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.4px;
    padding: 11px 50px 11px 25px;
    background: none;
    text-transform: none;
}

.dropactive {
    background: #00833F
}

.main-menus ul li a {
    color:#010101;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0.45px;
    padding: 0;
    text-transform: uppercase;
}

.main-menus ul li ul.submenu {
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 19px 15px 14px;
    position: absolute;
    text-align: left;
    top: 90%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 210px;
    z-index: -9;
}

.main-menus ul li:hover>ul.submenu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 9;
    top: 100%;
}

.main-menus ul li ul.submenu li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}

.main-menus ul li ul.submenu li a {
    border-radius: 2px;
    color: #444;
    display: block;
    font-size: 13px;
    padding: 8px 15px;
    text-transform: capitalize;
}

.main-menus ul li ul.submenu li:hover>a {
    background: #b5876d none repeat scroll 0 0;
    color: #ffffff;
}

.main-menus ul li ul.submenu.megamenu {
    padding: 15px 20px;
    right: auto;
    white-space: nowrap;
    width: auto;
}

.main-menus ul li ul.submenu.megamenu>li {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 160px;
}

.main-menus ul li ul.submenu.megamenu>li>a {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.main-menus.text-left span {
    float: right;
}

.header-sticky.sticky {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #fff;
    left: 0;
    padding: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.sticky .main-menus>nav>ul>li {
    padding: 15px 0;
}

.sticky .logo {
    padding: 10px 0;
}

.header-area .sticky {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}

.main-menus ul li ul.submenu.megamenu>li:hover>a {
    background: inherit;
    color: #444;
}

.default-btn {
    background: #00833F;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.2s;
    transition-property: color;
    vertical-align: middle;
    display: inline-block;
}

.default-btn i {
    font-size: 33px;
    color: #2e2d2d;
    position: relative;
    top: 5px;
}

.default-btn:hover i {
    color: #fff;
}

button#mc-submit {
    position: absolute;
    right: 0px;
    top: 0px;
}

.alignfull {
    max-width: 100%;
} 
/*----------------------------------------*/


/* Mobile Menu 
/*----------------------------------------*/

.mobile-menu-area {
    display: none;
}

.mean-container .mean-bar:after {
    display: none;
}

.mean-container .mean-nav ul li a {
    background: #ffffff none repeat scroll 0 0;
    color: #2d3e50;
    display: block;
}

.mean-container .mean-nav ul li a.mean-expand {
    background: none;
    top: -4px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: none;
}

.mean-container .mean-nav ul li li a {
    color: #4e4f54;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    border-top: 0;
}

.mean-container .mean-nav ul li li {
    background: #fff;
}

.mean-container a.meanmenu-reveal {
    color: #010101;
}

.mean-container a.meanmenu-reveal:hover span {
    background: #203970;
}

.mean-last {
    margin-bottom: 20px;
}

.main-menus a::after {
    display: none;
}

.alert-area {
    padding: 0px;
}

.description-area {
    padding: 5px 0;
    min-height: 32.5px;
    position: relative;
    margin-bottom: 0px;
    border-radius: 0px;
}

.circle-section .container {
    width: 1440px;
    max-width: 90%;
}

.circle-area h6 {
    color: #fff;
}

.nav.nav-tabs {
    border: 0 none;
}

.nav-tabs>li>a {
    background: #E7E7EA !important;
    border: 0 none;
    border-radius: 0;
    line-height: 24px;
    margin: 0;
    padding: 10px 0 12px;
}
.nav-tabs>li>a:hover {background:#00A651!important}

.title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

span.title,
span.text {
    color: #444444;
    display: block;
    padding-left: 80px;
}

span.image {
    display: block;
    left: 20px;
    position: absolute;
    top: 27px;
}

.nav-tabs>.nav-item {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #FFFFFF !important;
    border-top: 5px solid #00833F!important;
}

.nav-tabs .nav-link.active .text {
    color: #fff;
}

.nav-tabs .nav-link.active .title {
    color: #fff;
}

.nav-tabs>li>a span {
    transition: all 0.2s ease 0s;
}

.nav-tabs>li:last-child {
    margin: 0;
}

span.image.s-img {
    display: none;
}

.nav-tabs>li>a.active span.s-img,
.nav-tabs>li>a.active:focus span.s-img,
.nav-tabs>li>a.active:hover span.s-img {
    display: block;
}

.xtra-width {
    width: 100%;
    border-radius: 0px;
    background: #00833F;
}

.dropdown-mega .dropdown-menu[data-bs-popper] {
    top: 95% !important;
    padding: 0px 100px;
}

.xtra-width li {
    display: inline-block;
}

.xtra-width a.dropdown-item {
    padding: 15px 25px;
}


/*----------------------------------------*/


/* 11. Newsletter Area 
/*----------------------------------------*/

.search-form.mobile-search-btn {
    display: none;
}

.search-form-form {
    overflow: hidden;
}

.search-form form {
    display: flex;
    align-items: stretch;
}

.search-form button {
    border: 0 none;
    float: right;
    line-height: 92px;
    padding: 0 30px;
    text-transform: uppercase;
}

.main-menu {
    float: right;
    position: relative;
    top: 20px;
    right: 50px;
}

.search-form button:before {
    background: #131313 none repeat scroll 0 0;
}

.search-form button:hover {
    color: #fff;
    background: #466e2d;
}

.slick-list {
    padding: 0 !important;
}

.slick-slide img {
    width: 100%;
}

.slider-nav .slick-slide {
    padding-left: 11px;
    padding-right: 11px;
}

.nav-row {
    margin-left: -11px;
    margin-right: -11px;
}

.slider-nav {
    position: relative;
    overflow: hidden;
}

.slick-prev,
.slick-next {
    font-size: 0;
    padding: 0;
}

.slick-arrow {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 0 none;
    height: 100%;
    left: 11px;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 9;
}

.slick-next {
    left: auto;
    right: 9px;
}

.slick-prev::before,
.slick-next::before {
    color: #444444;
    font-size: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 16px;
    transform: translate(-50%, -50%);
}

.slick-next:before {
    content: "\f2f6";
}

.slider-cardsec.cards-section::after {
    content: " ";
    position: absolute;
    bottom: 0;
    background-image: url(../group-2110.html);
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    background-size: cover;
    margin-bottom: -15px;
}

.slider-area {
    position: relative;
    overflow: hidden;
}

.slider-area img {
    width: 100%;
}

.banner-content,
.single-slide,
.owl-item,
.owl-stage,
.slider-wrapper,
.owl-stage-outer,
.banner-content .container,
.banner-content .row,
.banner-content .col-md-10,
.banner-content .text-content-wrapper,
.banner-content .text-content,
.banner-content .display-table,
.banner-content .display-table-cell {
    height: 100%;
}

section {
    padding: 30px 0px;
}

.home_buttonlist {
    
    padding: 81px 0px 86px;
}

.slider-area {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 125px);
}
section.upcoming-events {
    padding: 0px 0px 65px;
}
.text-content-wrapper,
.slider-area img {
    width: 100%;
}

.banner-content .text-content-wrapper {
    display: table;
}

.banner-content .text-content {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    bottom: 100px;
}

.banner-btn {
    clear: both;
    display: block;
}

.banner-btn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    padding: 0 42px;
    text-transform: uppercase;
    background: #fff;
    color: #b5876d;
}

.banner-btn a:before {
    background: rgba(181, 135, 109, 1);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.banner-btn a:hover,
.banner-btn a:focus,
.banner-btn a:active {
    color: #fff;
}

.slider-area .button-default {
    display: inline;
}

.banner-content p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 25px;
    text-shadow: 0px 3px 6px #0000007c;
    font-weight: normal;
}

.slider-area .banner-content h1 {
    text-shadow: 0px 3px 6px #000000be;
    color: #fff;
}

.slider-area .banner-content h4 {
    text-shadow: 0px 3px 6px #000000be;
    color: #fff;
}

.slider-area .owl-prev {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 26px;
    height: 50px;
    left: 0px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 56%;
    transition: all 0.4s ease 0s;
    width: 70px;
    z-index: 999;
}

.slider-area .owl-next {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 26px;
    height: 50px;
    right: 0%;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 56%;
    transition: all 0.4s ease 0s;
    width: 70px;
    z-index: 999;
}

.owl-nav div:hover {
    background: #fff;
    color: #000;
}

.single-slide {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    float: left;
    min-height: 42px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 99;
}

.mean-container a.meanmenu-reveal {
    color: #010101;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 1px;
    height: 22px;
    line-height: 22px;
    padding: 0px 0 11px;
    right: 23px !important;
    text-decoration: none;
    text-indent: -9999em;
    top: 0;
    width: 25px;
    position: absolute;
    font-size: 37px !important;
}

.mean-container a.meanmenu-reveal span {
    background: #010101;
    display: block;
    height: 3px;
    margin-top: 7px;
    transition: all 0.3s ease 0s;
}

.mean-container a.meanmenu-reveal span:first-child {
    margin-top: 3px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    border-top: 1px solid #b9b8b8;
}

.mean-container .mean-nav ul li a {
    background: #ffffff none repeat scroll 0 0;
    color: #203970;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}

.mean-container .mean-nav ul li li a {
    color: #203970;
    font-weight: 600;
    opacity: 1;
    padding: 0em;
    text-shadow: none !important;
    text-transform: capitalize;
    visibility: visible;
    width: 50%;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    color: #000;
}

.mean-container .mean-nav ul li a.mean-expand {
    border: 0 none !important;
    font-weight: 600;
    height: 18px;
    margin-top: 0;
    padding: 11px 12px !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px;
    z-index: 2;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #fff;
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

.mean-container .mean-bar::before {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 13px;
}

.text-right {
    text-align: right;
}

span.close-icon {
    position: absolute;
    right: 2%;
    top: 5px;
}

section.circle-section {
    padding: 0px 0 50px;
    background: #fff;
}

.main-menu ul li a:hover {
    color: #203970;
}

.container.mean-container {
    width: 100% !important;
    padding: 0px;
}

span.translator {
    margin-right: 0px;
    margin-left: 50px;
    position: relative;
    top: -5px;
}

.goog-te-gadget-simple {
    border-left: 0px solid #d5d5d5 !important;
    border-top: 0px solid #9b9b9b !important;
    border-bottom: 0px solid #e8e8e8 !important;
    border-right: 0px solid #d5d5d5 !important;
}

a.translate-mobile {
    font-weight: normal;
}

a.translate-mobile {
    color: #010101;
    text-transform: lowercase !important;
    text-align: right;
}

.text-theme a:hover {
    color: #203970;
    font-weight: bold;
}

.mean-bar .fa.fa-search {
    position: absolute;
    color: #010101;
    font-size: 23px;
    right: 10px;
}

.mean-bar .fa-search:before {
    content: "\f002";
    position: absolute;
    right: 67px;
    top: 0px;
}

.header-row {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
    margin-right: 0px;
    align-items: center;
}

.rs-toolbar {
    padding: 0px 0;
    background-color: #2e2d2d;
    padding-top: 4px;
    padding-bottom: 3px;
}

.rs-toolbar .rs-toolbar-left {
    font-size: 14px;
    display: flex;
}

.rs-toolbar .rs-toolbar-left span {
    color: #ffffff;
    font-size: 13x;
    line-height: 12px;
    text-transform: uppercase;
}

.rs-toolbar .rs-toolbar-right {
    text-align: right;
}

.select_language select {
    background-image: url(../svg/globe.svg) !important;
    background: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: top 5px right 1px;
    background-repeat: no-repeat;
    color: #EEF0F4;
    font-size: 14px;
    max-width: 115px;
    line-height: 26px;
    background-size: 16px;
    text-transform: uppercase;
    padding-top: 0px;
    padding-right: 30px;
    text-align: right;
    font-family: "ParalucentText-Book";
}

select {
    word-wrap: normal;
}

.select_language select option {
    font-size: 16px;
    color: #000;
}

select#gtranslate_selector {
    outline: none;
}

span.translate-text {
    position: relative;
    color: #fff;
    right: 15px;
    top: 8px;
    font-size: 14px;
}

.select_wrap {
    display: flex;
    padding-left: 0px;
}

.select_wrap select {
    background: none;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
    background-image: url(../svg/select-arrow-down.svg) !important;
    background-repeat: no-repeat;
    background-position: right 0px top 9px;
    padding-right: 15px;
    font-size: 13px;
    background-size: 9px;
    text-transform: uppercase;
}
.select_wrap select:hover{
    text-decoration: underline;
}

.select_col {
    padding-right: 10px;
}

.close-icon a {
    color: #fff;
}

.rs-toolbar-center li {
    display: inline;
    padding: 0 20px;
}

.rs-toolbar-center li a {
    display: inline;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.top_bar_nav-menu li a:hover {
    
}
.top_bar_nav-menu .active a {
    /*background: #6CA04A;
    padding: 15px;
    border-radius: 4px 4px 0px 0px;
     text-decoration: none;*/
}
.top_bar_nav-menu .active a:hover {
    text-decoration: none;
}
.top_bar_nav-menu li {
    padding: 12px 10px 10px 10px;
    position: relative;
    top: 8px;
}

.top_bar_nav-menu li.list-group-item.active,
.top_bar_nav-menu li.list-group-item.active a {
    background: #fff;
    color: #010101;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 14px;
    line-height: 16px;
}

.sprt-tab-content {
    display: none;
}

.sprt-tab-content.active {
    display: flex !important;
}

.common-padding {
    padding: 50px 0;
}

.image-card-sec .card-body {
    text-align: center;
}

.image-card-sec .card {
    border: none;
}

.image-card-sec .card a img {
    width: 100%;
}

.image-card-sec .card-body {
    padding: 15px;
}

.image-card-sec img:hover {
    opacity: 0.7;
}

.image-card-sec.common-padding {
    margin-bottom: 40px;
}


/* news section */
.card.main_card.no-img .cat_main {
    position: inherit;
}

.middle-second-sec {
    margin-top: 15px;
    margin-left: 20%;
}

.new-heading {
    text-align: center;
    background-color: #E7E7EA;
    padding-top: 49px;
    padding-bottom: 49px;
}

.new-heading h2 {
    margin-bottom: 0px;
}

.news-left-card h6.card-subtitle {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.3px;
    font-weight: bold;
    color: #142848;
    text-transform: uppercase;
}

.news-left-card h3.card-title {
    margin: 10px 0;
    color: #010101;
}

.news-left-card p.card-text {
    font-size: 16px;
    line-height: 25px;
    color: #2e2d2d;
}

.news-right-section .card,
.news-left-card .card {
    border: none;
}

.news-right-card .card-body {
    border-top: 0.5px solid #142848;
    border-bottom: 0.5px solid #142848;
}

.news-left-card h5.card-title:hover {
    text-decoration: underline;
}

.new-right-butn, .comm-center-butn {
    padding: 34px 0px 0px;
    text-align: center;
}

.comm-center-butn a {
    font-size: 16px;
    line-height: 42px;
    color: #010101;
    font-weight: bold;
    padding: 12px 20px;
    border: 2px solid #010101;
    border-radius: 4px;
    text-transform: uppercase;
    max-height: 40pt;
    max-width: 189px;
}
.comm-center-butn a:hover {
	background:#6CA04A;
	color:#fff;
	border: 2px solid #6CA04A;
}
.new-right-butn a {
    font-size: 25px;
    line-height: 42px;
    color: #142468;
    font-weight: bold;
    text-decoration: underline;
}
.new-right-butn a:hover {
   
	color:#00A651;
	
}


/* footer section area */

.footer-section {
    background-color: #2E2D2D;
    padding: 50px 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    display:inline-block;
    width:100%;
}

.footer-section .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

ul.footer-1stsec {
    margin-bottom: 10px;
    padding-left: 0px;
}

.footer-section .middle-second-sec {
    /*max-width: 450px;*/
    margin-left: auto;
    margin-right: auto;
}

.left-footer {
    text-align: left;
}

.left-footer img {
    max-width: 330px;
}

.left-footer address {
    line-height: 25px;
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.footer-social a {
 background-color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    display: block;
    border: 2px solid #fff;
     padding: 5px 10px 5px 10px;
    }
    
.right-footer a i {
    font-size: 27px;
    color: #2e2d2d;
    line-height: 37px;
}

.middle-second-sec ul {
    list-style-type: none;
}

.middle-second-sec ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-transform: none;
}

.footer-thumb li {
    display: inline;
    border-right: 1px solid #fff;
}

.footer-thumb li:last-child {
    display: inline;
    border-right: 0px solid #fff;
}

ul.footer-1stsec {
    text-transform: uppercase;
    position: relative;
}

.right-footer {
   /* display: flex;
    justify-content: left;
    align-items: center;*/
}


/* circle section */

.circle-area {
    width: 113px;
    height: 113px;
    border-radius: 50%;
  
    background-color:#003A6E;
    text-align: center;
    padding: 28px 28px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.image-circle a,
.image-circle1 a {
    text-decoration: none;
}

.image-circle h4 , .image-circle p {
    text-align: center;
    font-size: 18px;
    color: #2e2d2d;
  font-weight: 600;
}
.image-circle p span {
    text-align: center;
    font-size: 18px;
    color: #2e2d2d;
  font-weight: 600;
}
.image-circle a:hover .circle-area,
.image-circle1 a:hover .circle-area {
    background: #00A651;
    transition: 0.9s ease;
}

.image-circle {
    position: relative;
}

.col-md-3 .image-circle {
    border-right: 1px solid #142848;
    padding-right: 12px;
}

.col-md-3:last-child .image-circle {
    border-right: 0px solid #142848;
}

.green {
    background: #00833F;
}

.stay-updated {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
}

.generic_form-news h4 {
    color: #010101;
    font-weight: 600;
}

.generic_form-news p {
    color: #010101;
    margin-bottom: 12px;
}

.generic_form-news .gform_fields {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
}
.generic_form-news .gform_wrapper.gravity-theme .gform_body .gform_fields  .gfield {
    grid-column: initial !important;
}

.generic_form-news form {
    display: grid;
    grid-template-columns: auto 180px;
    grid-column-gap: 20px;
    max-width: 700px;
    align-items: flex-start;
}
.generic_form-news form .large{
    border: 0 !important;
}
.generic_form-news div#gform_fields_3 label {
    display: none;
}
.generic_form-news .gform_confirmation_message{
color: #fff;
}

.stay-updated .generic_form-news p {
    margin-bottom: 15px;
    color: #010101;
    line-height: 27px;
    font-size: 16px;
    font-weight: 300;
}

.stay-updated .form-control {
    border: none;
    min-height: 40px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    color: #0b3e68;
    padding: 10px 20px;
    font-weight: 300;
}

.stay-updated .btn_sm {
    width: 189px;
    height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 3px solid #010101;
    letter-spacing: 0.32px;
    font-weight: 600;
}

.btn_sm {
    background: transparent;
    color: #010101;
    display: inline-block;
    padding: 4px 22px;
    text-align: center;
    border: 2px solid #010101;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
    border-radius: 4px;
    width: 189px;
}

img.hover {
    display: none;
}

.image-circle:hover .default {
    display: none;
    transition: 0.9s ease;
}

.navbar .nav-item:hover .dropdown-menu.xtra-width {
    padding-top: 0px;
}

.dropdown-menu li:last-child a.dropdown-item {
    padding-bottom: 15px;
}

.image-circle:hover .hover {
    display: block;
    transition: 0.9s ease;
}

.image-circle h4 span , .image-circle p span {
    position: relative;
}
.image-circle h4 span:after , .image-circle p span:after {
background: #fff;
    height: 2px;
     content: '';
     width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    bottom: -15px;
     margin: 0px auto;
    }
.image-circle:hover h4 span:after , .image-circle:hover p span:after {
    content: '';
    background: #00A651;
    height: 2px;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    bottom: -15px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
   
    margin: 0px auto;
}


/* event-list */

.event-list {
    padding: 20px;
    /*box-shadow: 0px 3px 6px #00000029;*/
}

.event-data-body .event-circle h3 {
    color: #010101;
    font-weight: bold;
    margin-bottom: 0px;
}

.event-circle {
    width: 91px;
    height: 91px;
    border-radius: 50%;
    background-color: #142468;
    margin: 0 auto;
    align-items: center;
    display: grid;
    text-align: center;
    padding: 0px;
}

.event-data-text h4 {
    color: #010101;
    margin-bottom: 0px;
    font-weight: 600;
}

.event-data-text:hover h4 {
    text-decoration: underline;
}

.event-data-text p {
    color: #2e2d2d;
    line-height: 25px;
}

.event-list-scroll {
    max-height: 410px;
    overflow-y: auto;
    overflow-x: hidden;
	padding: 0 32px;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.events-heading {
    text-align: center;
    background-color:#E7E7EA;
    padding-top: 49px;
    padding-bottom: 49px;
}

.events-heading h2 {
    color: #010101;
    margin-bottom: 0px;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-section {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: rgba(20, 36, 104, 0.64);
    cursor: pointer;
}

.image-card-sec:hover .overlay-section {
    opacity: 1;
}


/* Mobile Menu Css */

.mobile-menu {
    display: none;
}

.mobile-menu .header_bar {
    position: absolute;
    top: 0px;
    right: 0px;
}

.mobile-menu .header_bar .mobile-toggle {
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.mobile-menu .header_bar .mobile-toggle {
    height: 50px;
    width: 50px;
    cursor: pointer;
    z-index: 100000000000000;
    position: relative;
}

.mobile-menu .header_bar .mobile-toggle svg g {
    fill: #010101;
    transition: all 200ms linear;
}

.mobile-menu .header_bar .mobile-toggle svg g rect {
    transition: all 200ms linear;
}

.mobile-menu:not(.is-animating) nav {
    display: none;
}

.mobile-menu nav {
    display: block;
    position: absolute;
    top: 88px;
    right: 0;
    bottom: 0;
    width: 100%;
    /* max-width: 360px; */
    overflow: hidden;
    animation-name: Sidebar-out;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}

.mobile-menu nav ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px;
}

.mobile-menu nav ul li {
    padding: 0px 0px;
    position: relative;
    color: #fff;
    background: #000;
    border-bottom: 0.1px solid #d6d6d6;
}

.mobile-menu nav ul li a {
    color: #fff;
    height: 100%;
    text-decoration: none;
    transition: all 200ms linear;
    font-size: 14px;
    font-weight: 500;
    padding: 0 35px;
}

.mobile-menu .item-toggle-button {
    text-indent: -9999px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.mobile-menu nav ul li .secondary-nav {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0ms linear;
}

.mobile-menu nav ul li .secondary-nav ul li {
    float: none;
    padding: 0px 0px;
    background: #f5f5f5;
}

.mobile-menu nav ul li .secondary-nav ul li a {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.mobile-menu nav ul li .tertiary-nav {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0ms linear;
}

.mobile-menu nav ul li .tertiary-nav ul li {
    float: none;
    padding: 10px 20px;
}

.mobile-menu nav ul li .tertiary-nav ul li a {
    font-size: 14px;
}

.mobile-menu .header_bar .mobile-toggle.is-open svg g rect:first-child {
    transform: rotate(45deg) translate(50%);
}

.mobile-menu .header_bar .mobile-toggle.is-open svg g rect {
    x: 0;
    y: 0;
}

.mobile-menu .header_bar .mobile-toggle.is-open svg g rect:nth-child(2n) {
    display: none;
}

.mobile-menu .header_bar .mobile-toggle.is-open svg g rect:last-child {
    transform: rotate(-45deg) translate(-21%, 66%);
}

.mobile-menu.is-open:not(.is-animating) nav,
.mobile-menu.is-animating:not(.is-open) nav {
    display: block;
    animation-name: Sidebar-in;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    z-index: 9;
    height: fit-content;
    background: #000;
}

.mobile-menu .item-toggle-button:after {
    content: "";
    text-indent: 0px;
    font-family: "FontAwesome";
    color: #fff;
    transition: all 200ms linear;
}

.mobile-menu .item-toggle-button.is-open:after {
    transform: rotate(180deg);
    color: #fff;
}

.mobile-menu nav ul li .secondary-nav.is-open {
    max-height: 100%;
    transition: max-height 200ms linear;
    background: #f5f5f5;
}

.mobile-menu nav ul li .tertiary-nav.is-open {
    max-height: 100%;
    transition: max-height 200ms linear;
}

@keyframes Sidebar-out {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes Sidebar-in {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

.secondary-nav ul {
    padding: 0px 11px !important;
}

.mobile-menu nav ul li:last-child {
    border-bottom: 0px solid #fff;
}

.mobile-toggle svg {
    display: none;
}

.mobile-menu {
    display: none;
}

.highlight-section p {
    color: #2e2d2d;
    line-height: 22px;
}

li a:hover {
    /* text-decoration: none; */
    color: #018943;
}

.highlight-section h3 {
    color: #010101;
}

.news-section p {
    color: #2e2d2d;
    line-height: 25px;
}

.news-section h6 {
    letter-spacing: 0.3px;
}

.footer-1stsec a {
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
}

.footer-1stsec li:last-child::after {
    width: 0px;
}

.description-area p {
    letter-spacing: 0.4px;
    line-height: 22px;
    font-weight: 500;
    font-family: ParalucentCond;
    font-size: 16px;
}

.news-section h3 a {
    color: #010101;
    font-size: 30px;
    line-height: 30px;
}

.event-data-text a {
    font-size: 22px;
    line-height: 26px;
}

.dropdown-menu li {
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
}

.map_row {
    padding-top: 0px;
    padding-bottom: 70px;
}

.map_row .search_block .form-control {
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #D9D9D9!important;
    opacity: 0.8;
}

.amt_row img {
    width: 41.25px!important;
    height: 41.25px!important;
}

.map_row .col-le {
    padding-left: 60px;
    padding-right: 25px;
}

.map_row .col-le .searchFilterBlock {
    padding-top: 70px;
}

a.navbar-toggler {
    border: 0px solid;
}

.search_block .form-control {
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #d9d9d9;
    border-radius: 0px;
}

.righty-cards .card-body {
    padding-left: 0;
}

.news-right-section {
    margin: 0px 20px;
}

.news-section {
   margin-top:0px!important;
    padding: 63px 0px 83px;
    
}

.search_block .btn {
    border: 0;
    z-index: 8;
    padding: 6px 10px;
    position: relative;
    margin-left: -4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    position: absolute;
    top: 2px;
    right: 3px;
    height: 47px;
}

.search_block .btn::before {
    content: "|";
    color: #d9d9d9;
    position: relative;
    right: 8px;
}

.search_block .btn i {
    max-width: 18px;
    color: #021F4A;
    font-size: 18px!important;
}

.filterBlock {
    margin-top: 20px;
}

.map_row .col-le .searchFilterBlock .form-group {
    margin-bottom: 12px;
}

.main_wrapper select, .btn-group button {
    background-image: url(../svg/select-arrow.svg);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: top 18px right 11px;
    min-width: 132px;
    box-shadow: 0px 0px 3px #00000029;
    border-radius: 0px;
    color: #2e2d2d;
    border: 2px solid #D9D9D9;
    padding: 11px 30px 11px 11px;
    font-family: 'Paralucent';
    font-weight: 500;
    font-size: 16px;
	background-size:20px;
	height:54px;
}

.map_details {
    padding-top: 70px;
    padding-bottom: 90px;
	clear:both;
}

.main_card {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #d9d9d9;
    height: 100%;
}

.main_card .card_content {
    padding: 20px 25px;
}

.amt_row ul {
    padding: 0px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.amt_row ul li {
    border-radius: 2px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-bottom: 8px;
}

.main_wrapper p,
.main_wrapper ul,
.main_wrapper ol {
    margin-bottom: 20px;
}

a.navbar-toggler::before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #010101;
    top: 15px;
    z-index: 2;
    right: 60px;
}

.page-id-2448 .main_content>.wp-block-advgb-columns,
.page-id-2448 .main_content>.wp-block-group,
.page-id-2448 .main_content>.wp-block-media-text,
.page-id-2448 .main_content>.wp-block-columns,
.page-id-2448 .main_content>.advgb-tabs-wrapper {
    max-width: unset;
    width: 100%;
    justify-content: center;
    display: flex;
    background: #eff2f5;
}


/* =============Page builder CSS start=============== */


/* page builder css */

.container-fluid .img_text_card {
    padding-right: 0;
    padding-left: 0;
}

.main-page-container {
    font-size: 16px;
    color: #2e2d2d;
    line-height: 22px;
    font-family: "ParalucentText-Book";
    min-height: calc(100vh - 459px);
	margin-bottom:50px;
}

.main-page-container .generic_middle_block p {
    color: #010101;
}

.generic_middle_block ul {
    list-style-type: disc;
    padding-left: 2rem;
}

.page-heading {
    text-align: center;
    padding-top: 28px;
    padding-bottom: 28px;
    background: #E7E7EA;
}

.page-heading h1 {
    margin-bottom: 0%;
    color:#010101;
}


/* breadcrumbs */

.main_breadcrumb .breadcrumb {
    background: none;
    margin: 0px;
    padding-left:90px;
    padding-right: 30px;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 15px;
    align-items: center;
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
}

.main_breadcrumb .breadcrumb a {
    color: #080d10;
    font-size: 16px;
    line-height: 30px;
    position: relative;
}

.main_breadcrumb .breadcrumb li img.img-fluid {
    width: 10px;
    height: 10px;
    margin: 10px 0px 10px 10px;
}

.main_breadcrumb .breadcrumb i.fa.fa-chevron-right {
    font-size: 13px;
    margin: 6px;
}

.main_breadcrumb .breadcrumb a i {
    color: #142848;
    font-size: 20px;
    margin-right: 3px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 13px!important;
    color: #142848!important;
    font-weight: 100!important;
}

.breadcrumb-item.active {
    color: #080d10;
    font-weight: bold;
}

li.breadcrumb-item.active {
    line-height: 29px;
}

.bold-paragraph {
    color: #2e2d2d;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 35px;
}

.black-paragraph {
    color: #010101 !important;
    line-height: 26px;
}

.black-paragraph a {
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    font-weight: bold;
    color: #142848;
}

.black-paragraph a:hover {
    color: #466e2d;
}

.page-image {
    width: 100%;
    margin: 20px 0;
}

.common-links_block {
    display: block;
    color: #142848;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-decoration: underline;
    margin-bottom: 15px;
}

.common-links_block:hover {
    color: #466e2d;
    text-decoration: underline;
}

.page-cards {
    margin: 100px 0px;
    display: flex;
    align-items: center;
}

.page-cards .container-fluid {
    max-width: 100%;
    padding: 0px;
}

.page-card-text h2 {
    margin: 0;
}

.page-card-text p {
    margin: 40px 0;
    color: #2e2d2d;
}

.page-card-image {
    width: 55%;
}

.page-card-image img {
    width: 100%;
}

.page-card-text {
    width: 45%;
    padding: 0 30px;
}


/* cards section */

.topTitle {
    text-align: center;
    margin-bottom:18px;
}

.card {
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid transparent;
    border-radius: 0px;
    padding: 0px;
    background: #fff;
	
}

/* .card:hover {
    border-color: #00A651;
}*/
.filter_reset {
    padding-top: 100px;
}
.image-page-card p.card-text {
    font-size: 16px;
    line-height: 25px;
}

.toptitle-2 {
    margin-top: 100px;
}


/* expand grid images */

.image-grid-info .card-body {
    text-align: center;
    padding: 14px 20px 50px 20px;

}

.image-grid-info h2 {
    text-align: center;
    margin-bottom: 50px;
}


/* slider */

.owl-nav div {
    width: 50px;
    height: 50px;
    opacity: 0.7;
    color: black;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.owl-nav div {
    width: 50px;
    height: 50px;
    opacity: 0.7;
    color: black;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    background-color: white;
}

.item {
    position: relative;
}

.owl-next {
    right: 200px;
    top: -500px;
}

.owl-prev {
    left: 200px;
    top: -500px;
}

.category-btn:hover {
    text-decoration: underline!important;
    font-weight: bold!important;
    color: #466e2d!important;
}


/* button list */

.button_list .simple_list_col a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    background: #142468;
    border-radius: 10px;
    line-height: 30px;
    min-width: 280px;
    max-width: 443px;
    margin: 0 auto;
}

.button_list .simple_list_col a:hover {
    background-color: #00A651;
    color: #010101;
    text-decoration: none;
}

.contact-details a strong {
    font-size: 16px;
    line-height: 22px;
    color: #2E2D2D;
    font-weight: bold;
    opacity: 0.9;
    margin-right: 6px;
}

.contact-details p strong {
    color: #2E2D2D;
    font-weight: 600;
    font-family: 'Paralucent';
}

.contact-details a span {
    text-decoration: underline;
    color: #142468;
    font-weight: bold;
}
span.jbl {
    font-weight: bold;
    color: #142468;
    text-decoration: underline;
    font-family: 'Paralucent';
}
.contactcard_row p a {
    font-weight: bold;
    font-family: 'Paralucent';
    text-decoration: underline;
}

.contact-details {
    margin-top: 20px;
}

.wp-block-button__link:hover {
    color: #fff!important;
    background: #010101!important;
    border-color: #010101 !important;
}

ul.advgb-tabs-panel li.advgb-tab,
ul.advgb-tabs-panel li.advgb-tab.ui-state-default {
    float: left;
    margin: 0 8px 8px 0;
    border-left: 1px solid #e0e0e0;
    border-radius: 10px;
    position: relative;
    background: none;
    border-right: 1px solid #e0e0e0;
    border-top: 0px solid!important;
    border-bottom: 0px solid!important;
}

section.howto {
    padding: 0 0 50px 0;
}

.howto .number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 40px;
    min-height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    background: #003A6E;
    color: #ffffff;
    font-weight: bold;
    font-size: 35px;
    line-height: 36px;
    font-family: 'Paralucent';
}

.modal-header.card-body {
    border-bottom-color: transparent;
    justify-content: center;
    flex-direction: column;
}

button.btn-close {
    display: none;
}

.modal-footer {
    border-top: none;
    padding: 0px;
}

.modal-body {
    padding-top: 0px;
    padding-bottom: 50px;
    padding-left: 31px;
}

.modal-header.card-body {
    padding-bottom: 0px;
}


/* =============Page builder CSS end=============== */


/* ========================interactive- map css starts ======================= */

.interactive_map input,
.interactive_map select {
    height: 50px;
    font-family: "ParalucentText-Book";
    border: 1px solid #d9d9d9;
    border-radius: 0px;
    color: #2e2d2d;
}

.interactive_map input::placeholder {
    color: #2e2d2d;
}

.interactive_map .form-control:focus {
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0px 0px 3px #00000029;
}

.map_row .col-le .searchFilterBlock a {
    float: right;
}

.main_card .card ul li a {
    display: inline-block;
}

.main_card_col {
    margin-bottom: 30px;
}

.main_card {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #d9d9d9;
    height: 100%;
    position: relative;
}

.main_card p {
    margin: 20px 0;
    margin-bottom: 40px;
}

.main_card .card-body a.map-right-butn,
.main_card .card-body div.map-right-butn {
    text-decoration: underline;
    color: #142848;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-align: right;
    float: right;
    bottom: 20px;
    right: 0px;
    margin-right: 40px;
    position: absolute;
}

.pagination img {
    margin: 0 auto;
}

.pagination {
    margin-top: 50px;
}


.card.main_card:hover {
    border: 1px solid #018943;
}
.main_breadcrumb .breadcrumb a::after {
    content: " ";
}


/* =================Perk and facilities details pages CSS============= */

.alert-parks {
    background: #f9ba06;
    margin-bottom: 0;
}

.learn-more {
    font-size: 25px;
    line-height: 42px;
    font-weight: bold;
    text-decoration: underline;
    color: #2e2d2d;
}

.alert-parks .alert-content {
    max-width: 880px;
    margin: auto;
    padding: 20px 15px;
}

.alert-parks .close {
    position: absolute;
    right: 20px;
    top: 5px;
    opacity: 1;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 2%;
    top: 5px;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.parks_detail_info {
    padding-top: 35px;
    padding-bottom: 80px;
}

.park_row {
    position: relative;
}

p a {
    font-family:"Paralucent";
}

.pk_amen_rent {
    margin-top: 15px;
    margin-bottom: 30px;
}

.amt_row ul {
    padding: 0px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.amt_row ul li {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
    border-radius: 5px;
}

.rel_parks_trails {
    padding-top: 70px;
    padding-bottom: 90px;
}

.advgb-tabs-panel::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}


/* Track */

.advgb-tabs-panel::-webkit-scrollbar-track {
    background: #fff;
}

.advgb-tabs-panel::-webkit-scrollbar-thumb {
    background: #00833F;
}

.advgb-tabs-panel::-webkit-scrollbar-thumb:hover {
    background: #466e2d;
}


/* =================Search pages CSS============= */

.resultmain {
    padding: 55px 0px 62px 0px;
}

.resultmain .rslt_txt {
    padding-top: 70px;
}

.main_search_content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_input i.fa.fa-search {
    font-size: 19px;
}
.search_input .fa-magnifying-glass:before, .search_input .fa-search:before {
   
    color: #003A6E;
}

.main_search_content h4 {
    margin-right: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #2E2D2D;
    font-size: 20px;
  
}

.main_search_content .form-control {
    min-width:509px;
}

.main_search_content .btn {
    border-radius: 0;
    width: 60px;
    position: absolute;
    right: 0px;
    height: 50px;
    z-index: 9;
}

.main_search_content .btn::before {
    content: "|";
    color: #d9d9d9;
    position: relative;
    right: 8px;
}

.resultmain .acc__panel p {
    font-size: 18px;
    line-height: 26px;
    color: #020202;
}

.resultmain .form-control {
    border: 2px solid #D9D9D9;
    border-radius: 0px;
    min-height: 50px;
    box-shadow: 0px 0px 3px #00000029;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent;
}

.rslt_txt {
    /*max-width: 1000px;
    margin: auto;*/
}

.acc__card, .acc__cards {
    background: #fff;
    margin-bottom: 12px;
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #D9D9D9;
    opacity: 1;
}

.acc__title {
    position: relative;
    padding: 14px 55px 7px 35px;
}

.acc__title h4 {
    margin: 0px;
    font-size: 22px;
}

.acc__title .acco_sign {
    position: absolute;
    right: 12px;
    width: 50px;
    height: 100%;
    top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
}

.acc__title .acco_sign::after {
    content: "\f078";
    font-size: 24px;
    font-family: "FontAwesome";
    color: #142848;
}

.acc__title.active .acco_sign::after {
    content: "\f077";
    font-family: "FontAwesome";
    color: #142848;
}

.acc__panel {
    display: none;
    padding: 0px 60px 20px 35px;
    border-top: 0px solid #D9D9D9;
    opacity: 1;
}

.resull_filter {
    padding: 30px 0px 70px 0px;
}

.filterBlocks {
    padding-left: 5px;
}

.filter_block {
    margin-top: 90px;
}

label.title {
    color: #2E2D2D;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 22px;
    opacity: 0.9;
}

.title-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-sort h2 {
    margin: 0px;
}

.sort_boxResult {
    margin-left: auto;
    margin-bottom: 21px;
}

.sort_boxResult label {
    color: #2E2D2D;
}

.sort_boxResult label.title.color-black {
    color: #2E2D2D !important;
    line-height: 22px;

}

.sort_boxResult select {
    min-width: 210px;
}

.result_row {
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #D9D9D9;
    opacity: 1;
}

.re_category {
    background: #142468;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 2px 20px;
    font-size: 16px;
    font-family: 'Paralucent';
    height: 26px;
    text-transform: uppercase;
    min-width: 200px;
}

.rsltBody {
    padding: 30px 54px;
}

.rsltBody p {
    line-height: 25px;
}
.top-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/* =================Events pages CSS============= */

.evt_search {
    display: flex;
    max-width: 1130px;
    margin: 0 auto;
}

.evt_search .m-yfilter {
    display: block;
}

.evt_search .m-yfilter h6 {
    margin: 0;
}

.evt_search .m-yfilter label {
    grid-column: 1/3;
}

.evt_search .search_box {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
}

.evt_search .search_box input::placeholder {
    color: #2e2d2d;
}

.search_box .input-group {
    /*box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #e2e2e2;*/
}

.search_box .btn::before {
    content: '';
    position: absolute;
    color: #d9d9d9;
    left: 0;
    line-height: 16px;
    width: 2px;
    height: 16px;
    background: #d9d9d9;
    top: 50%;
    transform: translateY(-50%);
}

.evt_search .evt-sort-box {
    margin-top: 20px;
}

.search_box .input-group {
   /* box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #e2e2e2;*/
}

.search_box .form-control {
   /* border: 0;
    box-shadow: none;*/
    min-height: 54px;
}

.evt_filter {
   /* display: flex;
    margin: 0 auto;
    max-width: 1108px;*/
}

.evt_search label.title,
.evt_filter label.title {
    color: #2e2d2d;
    padding-left: 0px;
    font-weight: 600;
}

.cat-select-1 {
    max-width: 100%;
    margin-top: 27px;
    margin-bottom: 0px;
}

.event_wraper {
    padding: 50px 0;
}


/* park-news-section */

.park-news-section {
    text-align: center;
}

.park-news-section h2 {
    margin: 0;
}

.newsletter-section p {
    margin-top: 0;
    margin-bottom: 35px;
}

.park-news-section .name {
    padding: 0;
}

.park-news-card .card-body {
    display: flex;
    flex-direction: column;
    padding: 16px 30px 30px;
}

.park-news-card .card-body a.map-right-butn {
    font-weight: 600;
    text-decoration: none !important;
    line-height: 25px;
    right: auto;
}

.reset a {
    float: right;
    margin-top: -23px;
    font-weight: 600;
    font-size: 16px;
    margin-right: -60px;
}
.reset a:hover {color:#018943;}
.news-archieve input#searchbox,
.error-search input#searchbox {
    min-height: 50px;
    border-radius: 0px;
}

.news-archieve select {
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #d9d9d9;
    color: #2e2d2d;
    font-size: 16px;
    line-height: 25px;
    border-radius: 0px;
}

.news-archieve select option {
    color: #2e2d2d;
    font-size: 16px;
    line-height: 25px;
}

.form-control:focus {
    color: #2e2d2d;
    background-color: #fff;
    border-color: #d9d9d9;
    box-shadow: 0px 0px 3px #00000029;
}

.news-archieve input::placeholder,
.error-search input::placeholder {
    color: #2e2d2d;
}

.text-left {
    text-align: left;
}


/* erroe page */

.error-head {
    padding: 90px 20px 89px 20px;
    text-align: center;
}

.error-head h1 {
    font-size: 300px;
    line-height: 250px;
    margin-bottom: 30px;
}

.error-head h2 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.error-head.blue {
    text-align: center;
    padding-top: 170px;
    padding-bottom: 138px;
    background-size: contain;
    background-position: center bottom 15px;
    height: 470px;
}

.error-head.blue h1 {
    font-size: 500px;
    margin: 0;
    color: #fff;
}

.error-content {
    text-align: center;
    padding: 50px 15px;
    padding-bottom: 70px;
}

.error-search {}

.error-search a.btn_sm {
    margin-top: 40px;
    height: 40px;
    padding: 6px 0;
    font-weight: 500;
	font-size:18px;
}

.error-search a:hover {
    border: 2px solid #010101;
    background-color: #010101;
    color: #ffffff;
}
.error-content h2 {
    margin-bottom: 54px;
}
.error-search .search_block .btn {
    top: 4px;
}


/* contact page */

.contact-head {
    margin-bottom: 25px;
}

.contact-card-right h2 {
    color: #2e2d2d;
    margin-bottom: 20px;
}

.contact_cards {
    margin: 0px;
}

.contact-card-right {
    padding: 100px 250px 100px 100px;
}

.contact_page_cards a {
    height: 90px;
    border-radius: 10px;
    background-color: #142468;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    border: 2px solid #142848;
    box-shadow: 0px 0px 3px #00000029;
}

.contact_page_cards a:hover {
    background-color: #00A651;
    color: #142468;
    border: 1px solid #00A651;
}

.submit-button {
    background: transparent;
    color: #010101;
    display: inline-block;
    padding: 0px 22px;
    text-align: center;
    border: 2px solid #010101;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
    border-radius: 4px;
    width: 189px;
}

.contact_page_cards input,
.contact_page_cards select,
.contact_page_cards textarea {
    border-radius: 4px;
    color: #2e2d2d;
    box-shadow: 0px 0px 3px #00000029;
    opacity: 1!important
}

.contact-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-text h4 {
    font-size: 18px;
}

.staff-directory-section {
    padding: 0;
}

.staff-directory-section .rsltBody {
    cursor: pointer;
    padding: 10px 30px;
}


/* staff  directoruy page */

.staff-directory-subsection {
    padding: 0;
}

.staff-directory-section {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #f5f4f4;
}

.staff-directory-subsection .rsltBody {
    cursor: pointer;
    padding: 10px 30px;
}

.staff-directory .evt_filter input#searchbox::placeholder {
    color: #2e2d2d;
}

.staff-directory-subsection .rsltBody p {
    margin-bottom: 0px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
    font-family: 'Paralucent';
    color: #2E2D2D;
}

.staff-directory-subsection .rsltBody p span {
    font-weight: 400;
    font-family: 'ParalucentText-Book';
    color: #2E2D2D;
    font-size: 16px;
    line-height: 25px;
}

.staff-directory-section .acc__panel a {
    text-decoration: underline;
    font-weight: bold;
    color: #142848;
}

.staff-directory-section .acc__panel {
    padding-bottom: 60px;
}

.staff-directory-section .re_category {
    width: auto;
}

section.staff-directory {
    margin-bottom: 70px;
}

#ImageGridModalToggle .modal-card {
    padding: 30px;
    margin-bottom: 0;
}

.btn .btn-default:hover {
    border-color: #2d2d2d;
}

.park-news-card .card-body .category-btn {
    font-weight: 600;
    color: #142848;
    text-decoration: none;
    position: absolute;
    bottom: 25px;
    font-size: 16px;
    text-transform: uppercase;
}

.park-news-card .card-body img {
    margin-right: 10px;
}

.newsSort h6 {
    color: #2e2d2d;
    font-family: 'Paralucent';
    font-weight: 600;
    font-size: 16px;
}

.modal-button {
    margin: 0px;
    border-radius: 0px;
    height: 35px;
    text-align: center;
    padding: 3px 0;
    width: 100%;
    background-color: #142848;
    border: none;
}

.modal-button {
    margin: 0px;
    border-radius: 0px;
    height: 28px;
    text-align: center;
    padding: 3px 0;
    width: 100%;
    background-color: #142848;
    border: none;
    color: #fff;
}

.modal-button:hover {
    background-color: #142848;
    color: #fff;
}

.modal-content {
    border: 0px solid;
}

.news-left-card .card {
    box-shadow: none;
}

.common-links_block img {
    margin-right: 10px;
    width: 17px;
    max-width: 17px;
}

.common-links_block:hover img {
    filter:brightness(0) saturate(100%) invert(25%) sepia(97%) saturate(1885%) hue-rotate(138deg) brightness(92%) contrast(99%);
}
.document_era.list a:hover span {
    color: #018943;
}
.modal-btn{
    text-decoration: none !important;
}
.image-grid-info .card {
    border: 0px solid transparent;
    height: 100%;
}
.image-grid-info .card:hover .card-body{
    background: #fff;
} 

.navbar .nav-item:hover .dropdown-menu {
    display: block;
    border-top: 7px solid #003A6E;
    margin-top: 0px;
    padding-top: 8px;
}

.navbar .nav-item .dropdown-menu {
    display: none;
}

.navbar .nav-item .dropdown-menu {
    left: 0px;
    padding: 0px;
    border-radius: 0px;
    margin-top: 16px!important;
    border: 1px solid #D6D6D6;
}
.main-menus ul li {
    border-bottom: 7px solid transparent;
}
.rs-menu>li:hover {
    border-bottom: 7px solid #142468;
    background: #E7E7EA;
}
.rs-menu>li:hover a{color:#000;}
.mega-content {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}

#ImageGridModalToggle .form-control {
    min-height: 51px;
}

.calendar-info img {
    width: 100%;
}

#ImageGridModalToggle select {
    background-image: url(../svg/select-arrow.svg);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: top 18px right 15px;
    box-shadow: 0px 0px 3px #00000029;
    color: #2e2d2d;
}

button.btn.submit-button:hover {
    border-color: #010101;
}

.middle-second-sec a:hover {
    text-decoration: underline;
    font-weight: bold;
}
.footer-1stsec li a:hover {
    text-decoration: underline;
    font-weight: bold;
}
address a:hover {
    color: #fff;
    /*text-decoration: underline;*/
}
address>a:nth-child(1):hover {
    color: #fff;
    text-decoration: underline;
}
.form-main {
    background: #6CA04A;
    padding-top: 60px;
    padding-bottom: 60px;
}

.generic_form-news {}

.news-right-section a:hover {
   /* text-decoration: underline;*/
}

.news-left-card a:hover {
   /* text-decoration: underline;*/
}

.int_map img {
    width: 100%;
}

.main_card_col {
    margin-bottom: 20px;
    padding: 0px 10px;
}

.evt_filter .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.col-events {
    padding-left: 0px;
    padding-right: 18px;
}

.col-events-search {
    padding: 0 15px 0 0px;
}

.tab-center-content {
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.nav-tabs .nav-link {
    background: #F0F8EC;
    border-left: 1px solid #D9D9D9!important;
    border-top: 1px solid #D9D9D9!important;
    border-radius: 0px;
}

.parks-tabs ul#pills-tab {
    justify-content: center;
}

.parks-tabs div#nav-tab {
    justify-content: center;
    border-bottom: 1px solid #D9D9D9;
}

.parks-tabs .nav-tabs .nav-link:focus,
.parks-tabs .nav-tabs .nav-link:hover,
.parks-tabs .nav-tabs .nav-link:active {
    background-color: #ffffff!important;
}

.parks-tabs .nav-tabs .nav-link {
    border-radius: 0px;
    padding: 15px 50px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #010101;
}

.tab-content li {
    font-family: 'ParalucentText-Book';
    list-style-type: disc;
}

.tab-content ul {
    padding-left: 2rem!important;
}

.gform_title {
    display: none;
}

.gform_button {
    background: transparent;
    color: #010101;
    display: inline-block;
    text-align: center;
    border: 2px solid #010101!important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
    border-radius: 4px;
    min-width: 170px;
    margin-top: 25px;
    max-height: 40px!important;
    min-height: 40px!important;
}

.gform_button:hover {
    background: #010101;
    color: #fff !important;
    border-color:#010101;
}

#input_2_5 {
    background-color: #fff !important;
}

.error-search .btn i {
    max-width: 18px;
}

.fc-day-header {
    background: #142848;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.fc-center {
    display: none !important;
}

.page-template-template-events .fc-center {
    display: inline-block !important;
}

#searchform .col-events {
    padding-right: 0px;
}

.event-filter .evt_search {
    justify-content: end;
}

.cview.cal_list_sec {
    margin-bottom: 100px;
}

.fc-left strong {
    display: none !important;
}

.fc-right strong {
    display: none !important;
}

.fc-prev-button .fc-icon,
.fc-next-button .fc-icon {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    color: #002554;
}

.fc-prev-button .fc-icon::before,
.fc-next-button .fc-icon::before {
    content: '';
    background: url(../svg/path-23368.svg);
    width: 16px;
    height: 26px;
    background-size: cover;
    display: block;
    transform: rotate(180deg);
}

.fc-prev-button .fc-icon::after {
    font-size: 100%;
    font-weight: normal;
    content: 'Last Month';
    margin-left: 10px;
}

.fc-next-button .fc-icon::after {
    font-size: 100%;
    font-weight: normal;
    content: 'Next Month';
    margin-left: 10px;
    transform: rotate(180deg);
}

.fc-prev-button,
.fc-next-button {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.fc-prev-button .fc-icon,
.fc-next-button .fc-icon {
    font-size: 16px;
    color: #2E2D2D;
}

.fc-next-button .fc-icon {
    transform: rotate(180deg);
}

.pagination {
    margin-top: 50px;
    justify-content: center!important;
    overflow: hidden;
    margin-bottom: 50px;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #000000!important;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 0;
    color: #2E2D2D;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 10px;
    font-family: "Noto Sans Disp";
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    color: #fff;
    background: #022169;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    background-image: url("../svg/angle-right-white.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.wp-pagenavi .previouspostslink {
    transform: rotate(180deg);
}



.generic_middle_block {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px
}

#general-slider img {
    width: 100%;
}

.wp-block-group>section,
.wp-block-group>.wp-block-advgb-adv-tabs,
.wp-block-group>.wp-block-media-text,
.wp-block-group>.wp-block-group,
.wp-block-group>.wp-block-columns,
.wp-block-group .wp-block-advgb-columns {
    max-width: 100%;
}

#gform_3 {
  
}

#gform_3 .gform_body.gform-body {
   
}

#gform_fields_3 {
 
}

.generic_form-news .gform_title {
    display: block;
    font-size: 22px;
    font-family: "Paralucent";
    color: #fff;
    font-weight: 500;
    line-height: 26px;
}

.generic_form-news .gform_description {
    color: #010101;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Paralucent';
}

.generic_form-news .gform_footer.top_label {
    margin-top: 0px !important;
    padding: 0px !important;
}

.generic_form-news .gform_footer .gform_button {
    background: transparent;
    color: #010101;
    display: inline-block;
    padding: 4px 22px;
    text-align: center;
    border: 2px solid #010101 !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    border-radius: 4px;
    min-width: 170px;
    margin: 0px;
}

.generic_form-news .gform_heading {
    margin-bottom: 15px;
}

.wp-block-button__link {
    background: transparent !important;
    color: #010101 !important;
    display: flex;
    padding: 4px 22px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
    border-radius: 4px!important;
    width: auto;
    border: 2px solid #010101;
    opacity: 1;
    height: auto;
    position: relative;
    width: fit-content;
}

.wp-block-media-text__content h2 {
    margin-bottom: 47px;
}

.wp-block-media-text__content p {
    margin-bottom: 34px;
}

.wp-block-media-text__content .button_list {
    margin-top: 10px !important;
}

.generic_middle_block a,
.main_content a {
    text-decoration: underline;
    font-weight: bold;
    color:#142468;
}

.image-grid-info h4.card-title {
    margin-bottom: 0px;
}

.generic_middle_block a:hover {
    text-decoration: underline;
    color:#018943;
    
}
.main_content a:hover {
  /*  text-decoration: underline;
    color: #6CA04A;*/
    
}
.generic_middle_block h5 {
    margin-top: 10px !important;
}

.green #gform_wrapper_3 {
    width: 100%;
}

.green #gform_fields_3 {
    width: 100% !important;
}

.green #gform_3 {
    display: block!important;
}

.green #gform_3 .gform_body.gform-body {
    width: 100%;
}

.green #gform_3 .gform_body.gform-body {
    width: 100%;
    margin-bottom: 20px;
}

.green .gform_footer.top_label {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.green input#input_3_1 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2E2D2D;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'ParalucentText-Book';
    opacity: 1;
}

.green input#input_3_3,
.generic_form-news select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2E2D2D;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'ParalucentText-Book';
    opacity: 1;
}

.amt_row li {
    margin-right: 8px !important;
}

.amenity_row.d-flex img {
    padding-right: 10px;
}

.error-search .btn::before {
    color: #D5C89D!important;
}

.gm-style-iw-d .btn_blue {
    text-decoration: underline!important;
    color: #142848;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.gm-style-iw-d h5 {
    font-size: 16px;
    font-family: "Paralucent";
    line-height: 22px;
    color: #2E2D2D;
    font-weight: 600;
    margin-top: 36px;
    text-transform: capitalize;
}

.contact_page_cards .gform_footer.top_label {
    justify-content: left!important;
}

.gm-style-iw-d p {
    margin-bottom: 27px;
}

.contact-card-right {
    width: 70%;
    float: left;
}

.contact-buttons-section {
    width: 30%;
    padding: 80px 30px 0px 100px;
    float: left;
    display: inline-table;
}

.contact_page_cards {
    display: flex;
}

.gm-style-iw-d p a {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    font-family: 'ParalucentText-Book'!important;
}

.gm-style-iw-d p a:hover {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500!important;
    font-family: 'ParalucentText-Book';
    text-decoration: underline!important;
    color: #00833F!important;
}

.footer-1stsec li a:hover {
    text-decoration: underline;
}

input#input_3_1 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #2E2D2D;
    background-color: #fff;
    border: 1px solid #767775!important;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'ParalucentText-Book';
    opacity: 1;
    min-height: 40px;
}

input#input_3_3 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #2e2d2d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #767775!important;
    
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'ParalucentText-Book';
    opacity: 1;
    min-height:40px;
}

.green #gform_wrapper_3 .gform_title {
    display: block;
    font-size: 22px;
    font-family: "Paralucent";
    line-height: 30px;
    color: #010101;
    font-weight: 600;
}

.new-right-butn a:focus {
    color: #466e2d;
    text-decoration: underline!important;
}

.news-left-card.for-first {
    border-bottom: 1px solid lightgray!important;
    margin-bottom: 20px;
}

.news-left-card.for-first:last-child {
    border-bottom: none!important;
}

.right-footer a:hover {
    background: transparent;
}

.right-footer a img {
    max-width: 26px;
    height: 26px;
    position: relative;
    right: 2px;
    top: 3px;
}

.right-footer a:hover i {
    color: #fff;
}

.green #gform_wrapper_3 .gform_body.gform-body {
    width: 70%;
    margin-bottom: 20px;
    float: left;
}


#gform_submit_button_3:hover {
    color: #fff;
    font-weight: 500;
    background: #010101;
    border: 2px solid #010101!important;
}

.news-category-link {
    color: #1F3457!important;
    font-weight: 600!important;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    text-decoration: none!important;
}

.park-news-card .main_card {
    border-radius: 0px;
}

.event-data-text a:hover {
    color: #2E2D2D;
}

.event-data-text a:focus {
    color: rgb(108, 160, 74);
    text-decoration: underline;
}

.how_title strong {
    font-weight: 500;
}

.wp-container-9.wp-block-group {
    margin-top: 50px;
}

.wp-container-8.wp-block-group {
    padding-top: 113px;
    padding-bottom: 130px;
}

h2.has-text-align-center {
    margin-bottom: 64px;
}
h2.has-text-align-center + section{
    padding: 0px;
}

.contactcard_row .contact_col {
    margin-bottom: 25px;
    display: grid;
    align-items: end;
    padding: 8px;
    width: auto;
}
.contact_col  .card{
    border: 1px solid #D9D9D9;height:100%;
}

.generic_middle_block ol {
    padding: 0px 0px 0px 35px;
}

.generic_middle_block ol li {
    margin-bottom: 8px;
}

section.img_text_card.imagelist {
    padding-bottom: 0px;
    max-width: 1250px;
}

p.subp {
    margin-top: 10px;
}

.main_breadcrumb {
    margin-bottom: 0px;
    padding-top: 10px;
}

.newsletter-section {
    padding: 50px;
}

.map-right-butn:hover {
    color: #466e2d!important;
}

.footer-thumb br {
    display: none;
}

address a {
    color: #fff;
}

section.highlight-section.\33 -images-se {
    margin-bottom: 30px;
}

section.highlight-section {
    padding: 35px 0px;
}

.common-links_block img.img_hover {
    display: none;
}

.common-links_block img.img_hover {
    display: none;
}

a.common-links_block:hover .img_without-hover {
    display: none;
}

a.common-links_block:hover .img_hover {
    display: block;
    position: relative;
    width: 17px;
    float: left;
    top: 2px;
}

.staff-directory-section .acc__panel {
    padding-bottom: 20px!important;
    padding-top: 15px;
    padding-left: 30px;
}

.staff-directory-section .acc__panel p {
    margin-bottom: 0;
}

.staff-directory-subsection .rsltBody {
    cursor: pointer;
    padding: 10px 30px;
}

option {
    font-size: 16px;
    font-family: 'Paralucent';
    font-weight: 500;
    opacity: 0.7;
    color: #000;
}

.error-search #searchbox {
    font-size: 16px;
    font-family: 'ParalucentText-Book';
    line-height: 25px;
    color: #2E2D2D;
    font-weight: 600;
}

input {
    color: #2E2D2D;

}

.main_wrapper select {
  
}

.card-body {
    padding: 20px 20px 40px 20px;
}
.card-body h3 {
    line-height: 28px;
    margin: 11px 0px 18px;
	min-height: 55px;
}

.navbar .nav-item:hover .dropdown-menu.xtra-width {
    border-top: 0px solid #00833F;
}

.navbar-nav {
    padding:30px 35px 10px 0px;
}

.main-menus ul li {
    margin: 0 5px;
    padding: 16px 12px;
    position: relative;
}

.caption {
    width: 100%;
    font-size: 14px;
    font-family: "Paralucent";
    color: #2e2d2d;
    font-style: italic;
    text-align: center;
}

.wp-block-group {
    padding-top:50px;
    padding-bottom:60px;
}

.wp-block-group>h3.has-text-align-center {
    margin-bottom: 40px;
}

input#input_2_3 {
    border: 1px solid #E0E0E0;
    border-radius: 0px;
    min-height: 50px;
    border-radius: 4px;
}

input#input_2_5 {
    border: 1px solid #E0E0E0;
    border-radius: 0px;
    min-height: 50px;
}

.gform_footer.top_label {
    text-align: right;
    justify-content: flex-start;
    padding: 0px!important;
    margin: 0px!important;
}

.timeline-row p {
    margin-top: 0px;
}


/* general styles*/

.aligncenter .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wp-block-group.alignfull {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.img_button_row.three .img_btn_col,
.img_text_card_row.three .img_text_card_col,
.simple_list_info .row.three .simple_list_col,
.contactcard_row.three .contact_col {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.img_button_row.four .img_btn_col,
.img_text_card_row.four .img_text_card_col,
.simple_list_info .row.four .simple_list_col,
.contactcard_row.four .contact_col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.img_button_row.two .img_btn_col,
.img_text_card_row.two .img_text_card_col,
.simple_list_info .row.two .simple_list_col,
.contactcard_row.two .contact_col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.expanding-grid.four .links>li {
    width: 25%;
}

.expanding-grid.two .links>li {
    width: 50%;
}

.expanding-grid.three .links>li {
    width: 33.3%;
}

.advgb-tab-body-wrapper {
    margin-top: 2px;
}

.advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body {
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
/*     margin-top: 259px; */
    margin-top: 0;
	
}

.advgb-tab-body-wrapper div.advgb-tab-body>* {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.advgb-tab-body-wrapper div.advgb-tab-body>div,
.advgb-tab-body-wrapper div.advgb-tab-body>section {
    max-width: 100%;
}

.advgb-tab-body-wrapper div.advgb-tab-body>div.wp-block-buttons {
    max-width: 1250px;
}

.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-accordions,
.advgb-tab-body-wrapper div.advgb-tab-body .document_era,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-list {
    max-width: 1250px
}

.advgb-tab-body-wrapper {
    border-bottom: 0px!important;
    border-left: 0px!important;
    border-right: 0px!important;
}

.advgb-tab-body-wrapper div.advgb-tab-body>.wp-block-advgb-image,
.advgb-tab-body-wrapper div.advgb-tab-body>.wp-block-advgb-list {
    max-width: 1250px !important;
}

.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description,
.gform_legacy_markup_wrapper .instruction {
    font-size: 16px !important;
}

.gform_legacy_markup_wrapper .gfield_checkbox li label,
.gform_legacy_markup_wrapper .gfield_radio li label {
    font-size: 16px !important;
}


/* accordion*/

.advgb-accordion-header {
    background: #fff !important;
    padding: 8px 35px !important;
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #d9d9d9!important;
    opacity: 1;
    padding-right: 50px !important;
}

.advgb-accordion-header:hover {
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #018943!important;
    opacity: 1;
}

.advgb-accordion-header .advgb-accordion-header-title {
    color: #2E2D2D !important;
    font-size: 22px !important;
    font-weight: 500;
}

.wp-block-advgb-accordion-item {
    margin-bottom: 8px !important;
}

.advgb-accordion-header-icon svg {
    display: none;
}

.ui-accordion-header-icon,
.advgb-accordion-header-icon {
    display: block !important
}

.advgb-accordion-body {
    background: #fff !important;
}

.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {
    transform: rotate(180deg);
    margin-top: 0;
}


/* aacordion ends */


/* tabs*/

ul.advgb-tabs-panel {
    display: flex;
    justify-content: center;
    width: auto !important;
    position: relative;
}

ul.advgb-tabs-panel li.advgb-tab {
    border-radius: 0 !important;
    background: #EEF7F2 !important;
    color: #101010 !important;
    font-weight: 700;
    min-width: 250px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px !important;
    border: none !important;
    margin-right: 0px !important;
}

ul.advgb-tabs-panel li.advgb-tab:hover {
    background:#00A651!important;
}


ul.advgb-tabs-panel li.advgb-tab a {
    color: #010101 !important;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    border: 2px solid #D9D9D9;
    border-bottom: 2px solid #F0F8EC !important;
    border-left: 0;
    background: #E7E7EA;
    min-height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.more-items{
	justify-content:flex-start !important;
}

ul.advgb-tabs-panel li.advgb-tab:hover a {
    color: #010101 !important;
}
ul.advgb-tabs-panel li:first-child a {
    border-left: 2px solid #D9D9D9;
}

.overviewinfo ul.advgb-tabs-panel a {
    border-bottom: 2px solid #D9D9D9 !important;
}

.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active {
    background: #fff !important;
    position: relative;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}

ul.advgb-tabs-panel li.advgb-tab a:hover::before,
ul.advgb-tabs-panel li.advgb-tab a:focus::before {
    border-bottom: 2px solid #fff !important;
    bottom: 0px;
    content: '';
    position: absolute;
    width: 100%;
}

.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active a {
    border-radius: 0px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #020202!important;
    font-weight: 500;
    position: relative;
}

ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active a {
    background: #fff;
    border-bottom: 2px solid #fff !important;
    z-index: 1;
    position: relative;
}

.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    background: #fff;
    height: 2px;
}


/* tab ends*/

.has-text-field #wp-link .query-results {
    top: 280px !important;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
    border: 2px solid #021F4A !important;
    outline: 0 !important;
}

.wp-block-image.alignfull {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    max-width: 100vw;
}

.main-owl-slider+h2 {
    margin-top: 30px
}

.main-owl-slider {
    max-width: 1320px !important;
}

p a {
    color:#003A6E;
    text-decoration: underline;
    font-weight: 700;
}

p a:hover {
    color: #00A651;
}

.halfHeight>img {
    height: 70vh;
    object-fit: cover;
}
.col_add_right p {
    color: #2E2D2D;
}
.quartHeight>img {
    height: 40vh;
    object-fit: cover;
}

.maxHeight>img {
    height: 100vh;
    object-fit: cover;
}

.wp-block-group>*,
.wp-block-group>.document_era,
.wp-block-group>.wp-block-advgb-accordions,
.wp-block-group>.gform_legacy_markup_wrapper,
.wp-block-group>.wp-block-image,
.wp-block-group .wp-block-quote {
    max-width: 1250px !important;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group>section,
.wp-block-group>.wp-block-advgb-adv-tabs,
.wp-block-group>.wp-block-media-text,
.wp-block-group>.wp-block-group,
.wp-block-group>.wp-block-columns,
.wp-block-group .wp-block-advgb-columns {
    max-width: 100% !important;
}

.advgb-recent-posts-block {
    max-width: 1250px !important;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group>.wp-block-table {
    margin-left: auto;
    margin-right: auto;
}

.advgb-tab-body-wrapper {
    border-radius: 0px !important;
    border-top: 2px solid #D9D9D9 !important;
    top: -4px;
    position: relative;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.wp-admin .media {
    display: inline-block;
}

.wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.main_wrapper .wp-block-buttons>.wp-block-button {
    margin-right: 10px;
}

.main_wrapper .wp-block-buttons .wp-block-button:last-child {
    margin-right: 0px;
}

.main_content>.wp-block-advgb-accordions:nth-last-child(-n+2) {
    padding-bottom: 60px;
}

.advgb-tabs-wrapper.advgb-tab-horz-desktop+p,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+h2,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+h3,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+h4,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+ul,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+ol {
    padding-top: 40px;
}

.main_content>* .wp-block-embed {
    margin-left: auto;
    margin-right: auto;
}

.main_content>* {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.main_content>.wp-block-quote,
.main_content>.wp-block-image {
    margin-left: auto;
    margin-right: auto;
}

.main_content>p:first-of-type:first-child,
.main_content>h2:first-of-type:first-child,
.main_content>h3:first-of-type:first-child,
.main_content>h4:first-of-type:first-child,
.main_content>h5:first-of-type:first-child,
.main_content>h1:first-of-type:first-child,
.main_content>ul:first-of-type:first-child,
.main_content>ol:first-of-type:first-child {
    padding-top: 40px;
}

.main_content>p:last-of-type:last-child,
.main_content>h2:last-of-type:last-child,
.main_content>h3:last-of-type:last-child,
.main_content>h4:last-of-type:last-child,
.main_content>h5:last-of-type:last-child,
.main_content>h1:last-of-type:last-child,
.main_content>ul:last-of-type:last-child,
.main_content>ol:last-of-type:last-child {
    padding-bottom: 40px;
}

.main_content>.wp-block-advgb-columns,
.main_content>.wp-block-group,
.main_content>.wp-block-media-text,
.main_content>.wp-block-columns,
.main_content>.advgb-tabs-wrapper {
    max-width: 100%;
}

body .wp-block-group.max-wrap,
.max-wrap {
    max-width: 1250px !important;
    width: 100%;
    margin: 0 auto;
}

.main_content>section {
    max-width: 100%;
}

.main_content>.wp-block-columns {
    max-width: 100%;
}

.aligncenter .wp-block-embed__wrapper {
    text-align: center;
}

.image-grid-modalbox h2 {
    margin-bottom: 40px;
}

.image-grid-modalbox .card .card-body {
    height: fit-content !important;
    min-height: auto;
}

.advgb-accordion-body {
    overflow: hidden;
    background: #fff !important;
    padding: 24px 35px 29px!important;
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #F5F0E1!important;
    opacity: 1;
}


/*map section */

.advgb-map-content {
    height: 600px!important;
    width: 100%;
}

.wp-block-advgb-map.advgb-map-block {
    max-width: 100%
}

.wp-block-advgb-map.advgb-map-block {
    margin-bottom: 00px!important;
    margin-top: 0px !important;
}


/* table CSS*/

.wp-block-table th, .wp-block-advgb-table th {
    background: #142468;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    border-top: 0 !important;
    border-bottom: 0px !important;
    font-family: "Paralucent";
}
.wp-block-table tbody tr:nth-child(2n+1), .wp-block-advgb-table tbody tr:nth-child(2n+1) {
    background: #F2F2F2!important;
}
.wp-block-table tbody tr:nth-child(2n), .wp-block-advgb-table tbody tr:nth-child(2n) {background:#fff !important}
.wp-block-table td {
   border-right: 1px solid #D9D9D9;
}
.wp-block-table td:last-child, .wp-block-table th:last-child,
.wp-block-advgb-table td:last-child, .wp-block-advgb-table th:last-child 
{border-right: none!important;}
.wp-block-table thead , .wp-block-advgb-table thead {border-bottom:none !important;}
.wp-block-table tr th, .wp-block-advgb-table tr th {
    padding: 23px 20px !important;
    border-right: 1px solid transparent !important;
    border: 1px solid transparent !important;
}
.wp-block-table tr td, .wp-block-advgb-table tr td {
    padding: 15px 20px !important;
    border-left: none;
    color: #000;
    border-bottom: none!important;
    border-right: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
}

.breadcrumb-item::before {
    line-height: 29px;
}

.sticky {
    margin-top: 0px;
}

.hidden_navbar {
    display: none;
}

.datepicker-days tr:last-child {
    display: none;
}

.slider-area {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 125px);
}

.news-archieve .search_block .input-group {
    width: 293px;
    height: 50px;
}

.category-filter {
    width: 350px;
}

.newsletter-section #gform_wrapper_3 {
    width: 100%!important;
    margin: 0 auto;
}

.newsletter-section #gform_3 {
    display: flex;
    width: 62%;
    vertical-align: middle;
    margin: 0 auto;
    justify-content: center;
    margin-top: 50px;
}

.lefty-cards .card-body {
    padding: 15px 0px;
    position: relative;
}


.righty-cards .card-body {
    padding-top: 0px;
}

.news-right-section {
    position: relative;
    top: -10px;
}

.amt_row li {
    width: 41px;
    height: 41px;
    background: #00833F;
    border-radius: 5px;
}

.gm-style .gm-style-iw-c {
    border-radius: 0px!important;
    padding: 49px;
    padding-bottom: 37px!important;
}

.col-padding {
    padding: 0px 5px;
}

.list_grid_view a {
    width: 22px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.listIcon,
.gridIcon i {
    color: #00833F;
    font-size: 25px;
    margin-right: 10px;
}

.list_grid_view {
    display: flex;
    margin-top: 0px;
}

.card-body a h3:hover {
    text-decoration: underline;
}

a.news-category-link:hover {
    text-decoration: underline;
}

.footer-thumb a {
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    font-weight: 300;
}

.footer-thumb p {
    font-weight: 300;
}

.logged-in.admin-bar header {
    margin-top: 32px;
}

ul#menu-social-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin-left: 0;
     margin-top: 20px;
}

.logged-in.admin-bar button#mc-submit {
    top: 37px;
}

.right-footer a {
  
}

.right-footer .menu-image-hover-wrapper img.hovered-image,
.right-footer .menu-item:hover .menu-image-hover-wrapper img.menu-image {
    opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
}

.footer-section .dashicons-twitter:before {
    content: "\f301";
    font-size: 27px;
    color: #2e2d2d;
    line-height: 37px;
}

.footer-section .dashicons-facebook-alt:before {
    content: "\f305";
    font-size: 27px;
    color: #2e2d2d;
    line-height: 37px;
}

div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg,
div.asp_m.ajaxsearchpro .probox .prosettings .innericon svg,
div.asp_m.ajaxsearchpro .probox .proloading svg {
    width: 43px!important;
}

.search-form .probox .promagnifier .innericon svg {
    color: #fff !important;
    fill: #fff !important;
    /*display: none !important;*/
}

#ajaxsearchpro2_1 .probox,
#ajaxsearchpro2_2 .probox,
div.asp_m.asp_m_2 .probox {
    border: 0px solid rgb(0, 0, 0)!important;
}

#ajaxsearchpro2_1 .probox .promagnifier .innericon,
#ajaxsearchpro2_2 .probox .promagnifier .innericon,
div.asp_m.asp_m_2 .probox .promagnifier .innericon {
    width: 130px!important;
    height: 87px!important;
    background: #022169!important;
}

#ajaxsearchpro2_1.asp_compact,
#ajaxsearchpro2_2.asp_compact,
div.asp_m.asp_m_2.asp_compact {
    top: 29%!important;
}

#ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
  background: #142468 !important; 
  }
  
#ajaxsearchpro1_1.asp_compact,
#ajaxsearchpro1_2.asp_compact,
div.asp_m.asp_m_1.asp_compact, 
#ajaxsearchpro2_2
{
    background: #022169!important;
    top:33px!important;
}

#ajaxsearchpro2_1 .probox .promagnifier,
#ajaxsearchpro2_2 .probox .promagnifier,
div.asp_m.asp_m_2 .probox .promagnifier , 
{
    width: 104px!important;
    height: 91px!important;
}

.search-form .promagnifier {
    background: #142468!important;
}
 
.search-form .promagnifier:hover {
    background: #00A651!important;
}
.search-form .promagnifier:hover .innericon svg {
    color: #010101 !important;
    fill: #010101 !important;
   /* display: none !important;*/
}
.search-form .promagnifier:hover .innericon svg path {
    
    fill: #010101 !important;
   
}
[data-asp-compact~="closed"] #ajaxsearchpro1_1 .probox .promagnifier .innericon,
#ajaxsearchpro1_2 .probox .promagnifier .innericon,
div.asp_m.asp_m_1 .probox .promagnifier .innericon {
    width: 100px !important;
    /*background-image: url(../img/search-large.svg);
  background-repeat: no-repeat;*/
  background-size: 33px;
  background-position: center center !important;
}

[data-asp-compact~="closed"] .probox {
    width: 100px !important;
}

[data-asp-compact~="closed"] .promagnifier {
    width: 100px !important;
}
.simple_list_wrap {
    padding: 0px 60px;
}
.footer-thumb {
    margin-top: 40px;
}

.footer-social a:hover img {
    filter: brightness(0) invert(1);
}

.middle-second-sec ul {
    
    width: 275px;
   
}
.quick-link-first li:nth-child(1), .quick-link-first li:nth-child(2), .quick-link-first li:nth-child(3), .quick-link-first li:nth-child(4), .quick-link-first li:nth-child(5) {
    text-align: center;
}
.advgb-tab-body ul li {
    font-family: 'ParalucentText-Book';
    list-style-type: disc;
    font-size: 16px;
    color: #2E2D2D;
    line-height: 25px;
}

#ajaxsearchpro1_1 .probox,
#ajaxsearchpro1_2 .probox,
div.asp_m.asp_m_1 .probox {
    border: 0px solid rgb(0, 0, 0)!important;
}

.innericon svg:hover {
    fill: #fff!important;
}

.text-img-wrap {
    height: 100%;
}

.text-img-wrap .card {
    height: 100%;
}

.text-img-wrap.no-img .card-body {
    display: flex;
    flex-direction: column;
}

span.advgb-accordion-header-icon {
    background: #142848;
    margin-right: 0px !important;
    width: 57px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 2!important;
    right: -1px;
    top: -1px;
}

.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon::after {
    background:#018943;
    content: '-';
    color:#142468;
    width: 57px;
    text-align: center;
    height: 57px;
    right: -1px;
    top: -1px;
	font-family:'FontAwesome';
}

.advgb-accordion-header-icon::after {
    background: #142468;
    content: '+';
    font-size: 28px;
    width: 57px;
    text-align: center;
    height: 57px;
    color: #fff;
    right: -1px;
    top: -1px;
	font-family:'FontAwesome';
}

a.link_text:hover {
    text-decoration: underline;
}

a.link_text {
    font-weight: bold;
}

.mega-submenu li {
    padding: 4px 0!important;
    list-style: none;
}

.mega-submenu li:hover {
    background: #00833F;
}

.mega-submenu a:focus,
.mega-submenu a:hover {
    color: #000 !important;
    background-color: transparent;
    padding: 0px;
    text-decoration: underline;
}

.mega-content li:hover .mega-submenu {
    display: block!important;
}

.news-section h3:hover {
    text-decoration: underline;
}

.dropdown-menu.xtra-width.mega-submenu {
    margin-top: 0px!important;
}

.mega-submenu ul li a {
    color: #010101;
    position: relative;
    font-size: 16px!important;
    font-weight: 600!important;
    line-height: 22px;
    letter-spacing: 0.45px;
    padding: 0;
    text-transform: uppercase;
}

.lightgreen {
    background: #E7E7EA;
}

.wp-block-advgb-adv-tabs.advgb-tabs-wrapper.advgb-tab-horz-desktop.advgb-tab-vert-tablet.advgb-tab-stack-mobile ul.advgb-tabs-panel {
    min-width: 100%;
	overflow-x: inherit;
    /*overflow-x: auto;*/
  margin: auto !important;
  max-width: 100vw;
}
.advgb-tabs-panel::-webkit-scrollbar {
    width: 12px;
    height: 6px
}

.advgb-tabs-panel::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.advgb-tabs-panel::-webkit-scrollbar-thumb {
    background: #6CA04A;
    border-radius: 6px;
}

.advgb-tabs-panel {
    scrollbar-width: thin;
    scrollbar-color: #6CA04A #f1f1f1;
}

.wp-block-media-text .wp-block-button__link {
    border-radius: 4px!important;
    border: 2px solid #010101;
    opacity: 1;
    text-align: center;
    justify-content: center;
    min-width: 189px;
}

.wp-block-media-text .wp-block-button__link:hover {
    background: #010101;
    color: #fff;
}

.howto .row {
    margin-bottom: 50px;
}

section.howto.list {
    margin-top: 100px;
}

body:not(.wp-admin) .ui-datepicker-calendar td,
body:not(.wp-admin) .ui-datepicker-calendar th {
    text-align: center;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 50%;
    border: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 48px;
    padding: 0 14px !important;
    display: inline-block;
    margin: 6px;
}

body:not(.wp-admin) .ui-datepicker-calendar tr td.ui-datepicker-today,
body:not(.wp-admin) .ui-datepicker-calendar tr td.ui-datepicker-today:hover,
body:not(.wp-admin) .ui-datepicker-calendar tr td.ui-datepicker-today.disabled,
body:not(.wp-admin) .ui-datepicker-calendar tr td.ui-datepicker-today.disabled:hover {
    background-color: transparent !important;
    color: #000;
}

body:not(.wp-admin) .ui-datepicker-calendar thead tr:first-child th,
body:not(.wp-admin) .ui-datepicker-calendar tfoot tr th {
    cursor: pointer;
    color: #010101;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
}

body:not(.wp-admin) .ui-datepicker-calendar .ui-datepicker-today a:hover {
    color: #fff;
}

body:not(.wp-admin) .ui-datepicker-header {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 0 30px;
}

body:not(.wp-admin) .ui-datepicker-title {
    order: 2;
    display: flex;
    font-size: 30px;
    font-weight: bold;
    color: #010101;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

body:not(.wp-admin) table.ui-datepicker-calendar {
    margin: 30px auto 10px auto;
}

#datepicker table.ui-datepicker-calendar {
    width: 100%;
}

#datepicker table.ui-datepicker-calendar th,
#datepicker table.ui-datepicker-calendar td {
    width: 14%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
}

#datepicker .ui-datepicker-calendar tr td {
    border: none !important;
    margin: 8px 0 !important;
}

#datepicker .ui-datepicker-calendar tr td:hover {
    background: transparent !important;
}

#datepicker .ui-datepicker-calendar tr td a {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    border: 2px solid #142468;
    border-radius: 50%;
    line-height: 47px;
}

#datepicker .ui-datepicker-calendar tr td.ui-datepicker-current-day a,
#datepicker .ui-datepicker-calendar tr td.ui-datepicker-today a,
#datepicker .ui-datepicker-calendar tr td a:hover {
    /*background: #142468;
    color: #fff;*/
}
#datepicker .ui-datepicker-calendar tr td.ui-datepicker-today a 
{
color: #000;
}
#datepicker .ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-active, #datepicker .ui-datepicker-calendar tr td.ui-datepicker-current-day a, #datepicker .ui-datepicker-calendar tr td a:hover {
    background: #142468;
    color: #fff;
}

table.ui-datepicker-calendar .ui-datepicker-current-day {
    background-color: #1D5C1E !IMPORTANT;
}

#datepicker table.ui-datepicker-calendar td.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today,
#datepicker table.ui-datepicker-calendar .ui-datepicker-current-day,
#datepicker table.ui-datepicker-calendar tr td:hover {
    background: transparent !important;
}

.ui-state-disabled span.ui-state-default {
    color: #646464;
}

span.ui-icon.ui-icon-circle-triangle-w {
    font-size: 0px;
    background-image: url("https://dev-maryland-park-commission.pantheonsite.io/wp-content/uploads/2023/02/c-arrow2.svg");
    width: 17px;
    height: 29px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
}

span.ui-icon.ui-icon-circle-triangle-e {
    font-size: 0px;
    background-image: url("https://dev-maryland-park-commission.pantheonsite.io/wp-content/uploads/2023/02/c-arrow1.svg");
    width: 17px;
    height: 29px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
}

body:not(.wp-admin) a.ui-datepicker-prev {
    position: relative;
}

body:not(.wp-admin) a.ui-datepicker-next {
    position: absolute;
    right: 40px;
}

.acf-map {
    width: 100%;
}

.map_park_info {
    padding: 25px 40px 40px 40px!important;
}

.gm-ui-hover-effect>span {
    display: none!important;
}

.gm-style .gm-style-iw-c {
    width: 400px;
    max-width: 400px!important;
    border-radius: 0px!important;
    padding-top: 49px;
    padding-bottom: 77px!important;
    padding-left: 37px;
    padding-right: 37px!important;
    height: auto!important;
    max-height: 453px!important;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #D9D9D9;
    opacity: 1;
}

.gm-style-iw-d a {
    text-decoration: none!important;
    font-weight: normal!important;
    color: #2e2d2d!important;
}

.gm-style-iw-d .btn_blue {
    text-decoration: underline!important;
    color: #142848!important;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold!important;
}

.gm-style-iw-d h4 {
    margin-bottom: 20px;
}

.gm-style-iw-d .btn_blue:hover {
    color: #466e2d!important;
}

.gm-style .gm-style-iw-tc::after {
    height: 37px!important;
    width: 52px!important;
    background: transparent!important;
}

.gm-style .gm-style-iw-tc {
    height: 37px!important;
    width: 52px!important;
}

.gm-style .gm-style-iw-tc::after {
    top: -18px!important;
}

.gm-style .gm-style-iw-c {
    top: 20px!important;
}

img {
    max-width: 100%;
    height: auto;
}

#ajaxsearchpro1_1 .probox,
#ajaxsearchpro1_2 .probox,
div.asp_m.asp_m_1 .probox {
    height: 90px!important;
}

#ajaxsearchpro1_1 .probox .promagnifier,
#ajaxsearchpro1_2 .probox .promagnifier,
div.asp_m.asp_m_1 .probox .promagnifier {
    height: 90px!important;
}

.navbar ul.dropdown-menu {
    width: fit-content;
}

.navbar li:nth-last-child(1) .dropdown-menu {
    right: 0px;
    left: auto!important;
}

.navbar li:nth-last-child(2) .dropdown-menu {
    right: 0px;
    left: auto!important;
}

.main-owl-slider .owl-prev {
    left: 260px;
}

.main-owl-slider .owl-next {
    right: 260px;
}

.main-owl-slider .owl-next img {
    transform: rotate(180deg);
}

.modal.show .modal-dialog {
    transform: none;
    width: 385px;
}

.modal-title h4 font {
    color: #2E2D2D;
    font-size: 22px;
    font-weight: 500;
}

.modal-header h6 font {
    font-size: 16px;
    color: #2E2D2D;
    font-weight: 600;
}

.translated-ltr .main-menus ul li a {
    font-size: 15px!important;
}

.translated-ltr .main-menus ul .nav-item {
    padding: 12px 5px!important;
}

.logged-in .alert-area {
    padding: 0px;
}

.contact-section {
    padding-bottom: 100px;
}

.card.main_card .img-fluid {
    width: 100%;
    min-height: 265px;
    object-fit: cover;
}

div.advgb-tab-body {
    padding: 20px 10px 0px 15px!important;
}

.advgb-tabs-wrapper.advgb-tab-horz-desktop {
    flex-direction: column;
    margin-bottom: 30px;
}

.park_detail_img .carousel-item img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.upcoming-events .app__main {
    padding: 40px 30px !important;
     box-shadow: 0px 3px 6px #00000029;
	 height:540px;
}


body:not(.wp-admin) #datepicker .ui-datepicker-calendar tr td {
    cursor: pointer;
}

.acc__card:hover {
   /* border-color: #6CA04A;*/
    cursor: pointer;
}

.result_row:hover {
    border-color: #018943;
}
.logo_wrap img {
    max-width: 80%;
}
.wp-block-media-text.alignwide  {
 max-width: 1300px !important;
}

.advgb-tab-body .wp-block-media-text {
    max-width: 1250px !important;
}
ul#menu-footer-menu {
    padding-left: 19px;
}
nav.navbar.navbar-expand-lg {
    height: 90px;
	background: #fff;
}

.img_text_card .col-xl-3.col-lg-4.col-md-6.col-sm-12 {
    padding: 20px 10px 0px;
    margin: 0px!important;
}

.simple_list_wrap .col-lg-4.col-md-4.simple_list_col {
    padding: 7px 6px;
    margin: 0px!important;
}

.image-grid-info .col-xl-3.col-lg-4.col-md-6.col-sm-12 {
    padding: 10px 5px;
}

.contactcard_row .card-body {
    padding: 30px;
    text-align: left;
}
.contactcard_row .card-body .ext_link{
    color: #022169;text-decoration: underline;
    font-family: "Paralucent";
font-weight: 600;
}

.contactcard_row .card-body .ext_link p{
    color: #022169;
    font-family: "Paralucent";
font-weight: 600;
}
.contactcard_row .card-body .ext_link:hover, .contactcard_row .card-body .ext_link p:hover{
    color: #00833F;
}
.card-body h6 {
    font-size: 22px;
}

.card-body ul, .card-body ol {
    padding-left: 20px;
}

.buttons-list {
    padding-top: 150px;
    padding-bottom: 176px;
}

.img_text_card .col-md-3.img_text_card_col {
    padding: 20px 10px 0px;
    margin: 0px!important;
}
.img_text_card_col {
    padding-left: 8px !important;
    padding-right: 6px !important;
    
}
.pro-cards .img_text_card_col {
    
    margin-bottom: 40px;
}
.pro-cards .text-img-wrap {
   
    box-shadow: 0px 3px 6px #00000029;
}
.pro-cards .text_card_block {
    padding: 14px 20px;
}
.img_text_card .image-page-card {
    height: 100%;
}

.img_text_card .card {
    height: 100%;
}

.image-grid-info span.plus-icons {
    background-color:#142468;
    color: white;
    text-align: center;
    height: 28px;
    padding: 3px 0;
}
.image-grid-info span.plus-icons:hover {
	background-color:#00A651; color:#142468;
}

.image-grid-info  .card-body h6 {
    font-size: 16px;
    font-family: "Paralucent";
    font-weight: 600;
  }
#ajaxsearchpro1_1 .probox .promagnifier,
#ajaxsearchpro1_2 .probox .promagnifier,
div.asp_m.asp_m_1 .probox .promagnifier {
    width: 104px!important;
}

#ajaxsearchpro1_1 .probox .proinput input.orig,
#ajaxsearchpro1_2 .probox .proinput input.orig,
div.asp_m.asp_m_1 .probox .proinput input.orig {
    font-family: 'Paralucent'!important;
    color: #2e2d2d!important;
    font-size: 18px!important;
}

.probox input::placeholder {
    font-size: 18px!important;
}

#gform_fields_9 input {
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #D9D9D9;
    opacity: 1;
}

#gform_fields_9 textarea {
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #D9D9D9;
    opacity: 1;
}

#gform_wrapper_9 .gform_page_footer {
    margin: 0!important;
    padding: 0!important;
}

div#gform_wrapper_9 {
    margin-top: 50px;
    margin-bottom: 100px;
}

.gform_wrapper.gravity-theme .gfield_label {
    color: #2E2D2D!important;
}

input#gform_submit_button_9 {
    margin-top: 0px!important;
}



.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
    font-size: 18px!important;
}

.advgb-recent-posts-block .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper {
    padding: 20px 20px 20px 20px;
    position: relative;
}

h2.advgb-post-title a,
h2.advgb-post-title {
    font-size: 30px;
    font-family: "Paralucent";
    line-height: 32px;
    color: #2e2d2d;
    font-weight: 500;
}
.frontpage-view .advgb-recent-post:nth-child(1) h2.advgb-post-title a, h2.advgb-post-title {
    font-size: 22px;
}

.advgb-post-readmore a {
    font-weight: bold;
}

.advgb-post-readmore a:hover {
    text-decoration: underline;
}

.advgb-recent-post {
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 0px;
}

.editor-styles-wrapper h3 {
    font-size: 24px;
}

body:not(.wp-admin) #datepicker .ui-datepicker-calendar tr td.ui-datepicker-unselectable {
    border: none;
}

#menu-item-13348 {
    background: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#menu-item-13348 a {
    color: #010101;
}

.ui-state-default.ui-state-active {
   /* color: #fff;*/
}
.ui-state-default.ui-state-highlight{color: #fff;}
.card a {
    text-decoration: none;
}

.image-grid-info a {
    text-decoration: none ;
}

.advgb-post-title a {
    text-decoration: none;
}

.img_block a {
    text-decoration: none;
}

.main_content .wp-block-button a {
    text-decoration: none;
}

.rs-menu .mega-submenu li {
    background: none !important;
    border-bottom: 1px solid #D6D6D6;
}

.main-menus .mega-submenu li a {
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #2E2D2D;
}

.main-menus .mega-submenu li a:hover {
    color: #142468 !important;
    /* text-decoration: none; */
}

.plus-minus {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: right;
    font-weight: bold;
}

.plus-minus::after {
    content: '+';
    color: #142468;
    font-size: 22px;
}

.plus-minus.minus-icon::after {
    content: '-';
    font-size: 30px;
}

.main-menus .mega-submenu {
    display: none;
    padding-left: 40px;
    padding-right: 20px;
}

.rs-menu .dropdown-menu>li {
    border-bottom: 1px solid #D6D6D6;
}

.main-menus .mega-submenu>li:last-child {
    border-bottom: 0px;
}

.rs-menu .dropdown-menu>li.active-item>a {
    color:#142468;
}

.editor-styles-wrapper .how_title {
    font-size: 24px !important;
}

.rs-menu .dropdown-menu>li:last-child {
    border-bottom: 0px;
}

.event-item {
    font-family: "Paralucent";
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.event-date {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    font-family: "Paralucent";
}

.addeventatc .addeventatc_icon {
    left: 0px !important;
}

.addeventatc {
    box-shadow: none !important;
    padding-left: 30px;
}

.card_img img {
    width: 100%;
}


/*********march 2**********/

.mt-100 {
    margin-top: 100px;
}

.events-booking p {
    margin-bottom: 26px;
}

.event-cont-info>div {
    flex: 0 0 50%;
}

.event-cont-info .event-book-btns li {
    margin-bottom: 20px;
}

.events-booking .event-cont-info ul li:last-child {
    margin-bottom: 0;
}

.events-booking .event-cont-info {
    margin-bottom: 60px;
}

.event-cont-info .event-book-btns a {
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.32px;
    color: #010101;
    height: 40px;
    border: 2px solid #010101;
    border-radius: 4px;
    padding: 0px 40px;
    display: inline-block;
}

.event-book-info li a {
    color: #142848;
    text-decoration: underline;
    padding-left: 0px;
}

.event-book-info li {
    font-size: 16px;
    line-height: 22px;
    color: #2E2D2D;
    font-weight: bold;
}

.event-location {
    max-width: 300px;
    width: 100%;
    margin-top: 32px;
}

.event-add-btn {
    margin-top: 12px;
}

.event-item h3 {
    color: #2E2D2D;
    font-size: 20px!important;
    font-weight: bold;
    line-height: 30px!important;
    letter-spacing: 0.3px;
}

.event-add-btn a {
    color: #142848;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-left: 10px;
}

.events-booking .event-list {
    padding: 0 20px;
    box-shadow: none;
}

.event-item {
    margin-bottom: 30px;
}

.event-item:last-child {
    margin-bottom: 0px;
}

.event-more-btn a {
    background: #fff;
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #D9D9D9;
    max-width: 443px;
    width: 100%;
    display: inline-block;
    padding: 15px 30px;
}
.expanding-grid .links>li.no-content .plus-minus_icon {
    visibility: hidden;
}
.expanding-grid .links>li.no-content a {
    pointer-events: none;
}
.events-booking {
    padding-left: 24px;
}

.event-detail .news-archieve .container {
    max-width: 80%;
    width: 100%;
}

.events-booking .event-more-info h4 {
    margin-bottom: 16px;
}

.events-booking .event-more-info h4.more-info-des {
    margin-bottom: 0;
}

.events-booking .cat_div {
    margin-bottom: 15px;
}

.events-booking .event-cont-info ul {
    margin: 0;
}

.saprat-sec {
    padding-top: 0px;
    padding-bottom: 50px;
}

.saprat-sec h5 {
    font-family: "Paralucent";
    font-weight: 500;
}

.saprat-sec h5::before {
    content: '';
    position: absolute;
    width: 100%;
    height: auto;
    border: 1px dashed #707070;
    left: 0;
    top: 50%;
    z-index: -1;
}

.saprat-sec h5 span {
    background: #fff;
    padding: 0 10px;
}

.event-detail .load-more a {
    font-size: 25px;
    line-height: 42px;
    color: #2E2D2D;
    text-decoration: underline;
    font-weight: bold;
}

.event-detail .park-news-card .card.main_card a img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.event-detail .park-news-card .card.main_card .card-body {
    justify-content: start;
}

.event-detail .park-news-card .card.main_card .card-body h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.event-detail .park-news-card .card.main_card .card-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-archieve .park-news-card .card-body .category-btn {
    position: inherit;
}

.news-archieve .park-news-card .card.main_card {
    padding: 0;
    overflow: hidden;
}


/********* 3 March **********/

.event_wraper.event-filter .evt_search,
.event_wraper.event-filter .evt_filter {
    max-width: 1220px;
    width: 100%;
}

body .event_wraper.event-filter .evt_filter {
    margin-top: 40px !important;
}

.nsRight {
    display: flex;
    align-items: center;
    height: 30px;
    margin-top: 30px;
}

.list_grid_view a {
    cursor: pointer;
    display: inline-block;
}

.list_grid_view a.gridIcon {
    margin-left: 10px;
}

.list_grid_view a i {
    color: #00833F;
    font-size: 25px;
}

.nav-btn ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none!important;
}

.nav-btn ul li a {
    display: flex;
    align-items: center;
}

.nav-btn ul li.prev-btn span {
    margin-left: 10px;
}

.nav-btn ul li.next-btn span {
    margin-right: 10px;
}

.nav-btn ul li.prev-btn span,
.nav-btn ul li.next-btn span {
    color: #2E2D2D;
    font-size: 16px;
    line-height: 22px;
}

.monthly-event-list {
    margin-top: 20px;
}

.monthly-event-list .main_card a img {
    height: 309px;
    width: 100%;
    object-fit: cover;
}


/*************expanding**************/

section.expand_img_grid {
    padding: 0 0 50px;
}

.expanding-grid {
    position: relative;
}

.expand_img_grid .topTitle {
    margin-bottom: 20px;
}

.expand_img_grid .topTitle h3 {
    color: #2E2D2D;
    font-size: 40px;
    line-height: 50px;
}

.expanding-grid .links {
    overflow: hidden;
    padding: 0;
    margin: 0px;
    margin-left: -8px;
    margin-right: -8px;
}

.no-img .expand_box {
    border: 1px solid #D9D9D9;
    box-shadow: 0px 3px 6px #00000029;
}

.expanding-grid .links>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0px 9px;
    width: 20%;
    list-style: none;
    margin-bottom: 16px;
    flex: 0 0 20%;
}

.expanding-grid .links>li:nth-of-type(3n+1) {
    /*clear: left;*/
}

.expand_box {
    border: 1px solid #D9D9D9;
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
}

.expand_img img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.no-img .expand_det {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.expand_det {
    padding: 15px 0px 0px;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.expanding-grid .links>li .active .expand_det {
    border-top: 0px;
}

.expand_det h5 {
    font-size: 30px;
    line-height: 35px;
    color: #2E2D2D;
    text-align: left;
    font-weight: bold;
}

.expand_det h5 span {
    display: block;
    font-size: 20px;
    color: #142848;
    font-weight: bold;
    text-transform: uppercase;
}

.expand_det p {
    color: #2E2D2D;
    font-size: 16px;
    line-height: 25px;
}

.expand_det h6, .expand_det a.category-btn {
    font-size: 16px;
    line-height: 25px;
    color: #2E2D2D;
    padding: 0px 2px 23px;
    display: block;
    font-weight: 700;
}
.expand_det h4 {
    font-size: 22px;
    color: #2E2D2D;
    font-weight: 600;
}
.expanding-grid .links>li .active .plus-minus_icon::after {
    content: '-';
    color: #fff;
}
.expanding-grid .links>li .plus-minus_icon::after {
    content: '+';
    color: #fff;
    font-size: 25px;
}
.expanding-grid .spacer {
    clear: both;
    display: block;
    margin-bottom: 0px;
}

.expanding-grid .expanding-container {
    clear: both;
    display: none;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    /*position: inherit!important;*/
}
.plus-minus_icon {
    background: #003A6E;
    position: absolute;
    width: 100%;
    margin: 0;
    bottom:0px;
}
.expand-content {
    padding: 50px;
    margin: auto;
    background: #fff;
    display: flex;
}

.expand-content img {
    width: 300px;
    margin-right: 20px;
}

.expand-content h5 {
    font-size: 16px;
    font-weight: bold;
    color: #021F4A;
}

.expand-content .jobtitle {
    font-weight: 500;
}

.tel_email a {
    color: #142848;
    font-weight: 900;
}

.expand-content .single-expand {
    flex: 0 0 38%;
    position: relative;
}

.expand-content .single-expand::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #142848;
    right: 0;
    top: 0;
}

.expand-content .tel_email {
    flex: 0 0 62%;
    padding-left: 50px;
}

.expand-content .tel_email p {
    font-size: 16px;
    line-height: 25px;
    color: #2E2D2D;
}

.expand-content .tel_email a {
    font-size: 16px;
    line-height: 22px;
    color: #142848;
    text-decoration: underline;
    margin-top: 30px;
    display: block;
}

.single-expand h3 {
    font-size: 30px;
    line-height: 40px;
    color: #2E2D2D;
    margin-bottom: 30px;
    margin-top: 30px;
    display: block;
}

.single-expand h5 {
    font-size: 20px;
    line-height: 25px;
    color: #142848;
    font-family: "Paralucent";
    max-width: 240px;
    margin-bottom: 30px;
}

.single-expand a {
    margin-left: 10px;
}

.expand-content .single-expand p {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #2D3036;
    max-width: 180px;
    margin-top: 12px;
}

.text-img-wrap {
    height: 100%;
}

.text-img-wrap .card {
    height: 100%;
}

.text-img-wrap.no-img .card-body {
    display: flex;
    flex-direction: column;
}

.owl-general .owl-stage {
    height: auto!important;
    display: flex!important;
}

span.carousel-control-next-icon {
    background-image: url("../svg/arrow-right.svg")!important;
}

span.carousel-control-prev-icon {
    background-image: url("../svg/arrow-left.svg")!important;
}
.advgb-recent-post .card {
    border: none;
}
.advgb-recent-post:hover {
    border: 2px solid #00A651!important;
}
.slider-view .advgb-recent-post:hover{
border: 0 !important;
}

.advgb-recent-post h2.advgb-post-title {
    text-align: start;
}
.advgb-post-info{
    overflow: hidden;
    margin-bottom: 0px !important;
}
.advgb-post-datetime {
    color: #003A6E !important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    font-family: "Paralucent";
    margin-left: -111px;
    font-size: 20px;
}
.contact_cards {
    margin: 0;
    padding: 0;
}
.advgb-recent-posts-block .advgb-post-wrapper>*, .advgb-recent-posts-block .advgb-text-before-readmore {
   /* margin: 15px 0!important;*/
}
.advgb-recent-posts-block.grid-view {
    margin-bottom: 55px;
}
.grid-view .advgb-post-readmore{
position: absolute;
bottom: 20px;
}
.grid-view .advgb-post-wrapper{
    padding-bottom: 50px !important;
}
.grid-view .advgb-recent-post--no-image .advgb-post-wrapper{
    height: 100%;
    display: block!important;
}
.contactcard_row:last-child .contact_col {
    margin-bottom: 0;
    padding-bottom: 0;
}

.contactcard_row:last-child .contact_col .card {
    margin-bottom: 0;
}

.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post {
    padding-bottom: 0px;
}
.events-section h3 {
    padding-bottom: 13px;
}
.app {
    margin-top: 60px;
}

.advgb-recent-posts-block.list-view .advgb-recent-posts {
    margin-bottom: 31px;
}

.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post:last-child {
    margin-bottom: 0;
}
.list-view .advgb-post-thumbnail img {
    min-height: 350px;
    object-fit: cover;
    width: 100%;
}
.list-view  .advgb-post-wrapper{
    display: block !important;
    padding: 40px 40px !important;
}
.main_wrapper .advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post{
    grid-template-columns: 40% 1fr;padding-bottom: 0;
}
.advgb-recent-posts-block.list-view .advgb-post-readmore {
    margin-top: 73px;
}

.advgb-recent-posts-block.slider-view {
    margin-bottom: 55px;max-width: 700px !important;
}
.slider-view .advgb-post-wrapper{
    text-align: left;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.slider-view  .slick-prev::before, .slider-view  .slick-next::before{
font-size: 30px;opacity: 1;
}
.slider-view  .slick-prev {
    left: -45px;
  }
  .slider-view  .slick-next {
    right: -45px;
  }
  .slider-view .slick-dots,
.wp-block-advgb-images-slider .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0px;
}

.wp-block-advgb-images-slider .slick-dots li {
    margin-left: 2px;
    margin-right: 2px;
}

.slider-view .slick-dots li button,
.wp-block-advgb-images-slider .slick-dots li button {
    background: none !important;
    font-size: 0;
    border: 1px solid #D0D0D0;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    padding: 0;
}
.slider-view .slick-dots li button:hover,
.wp-block-advgb-images-slider .slick-dots li button:hover{
background:#00833F !important;
border-color:#00833F ;
}

.slider-view .slick-dots li.slick-active button,
.wp-block-advgb-images-slider .slick-dots li.slick-active button {
    background: #022169 !important
}
.slick-dots li button::before{
    display: none;
}
.slider-view  .slick-dots li{
    width: auto !important;
    height: auto !important;margin: 0 3px !important;
}

.advgb-recent-posts-block.frontpage-view {
    margin-bottom: 55px;
}
.frontpage-view .advgb-post-readmore {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    bottom: 15px;
}
.advgb-recent-post--no-image .advgb-post-wrapper {
    height: 100%;
    display: block!important;
}
.advgb-recent-posts-block.frontpage-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.frontpage-view .advgb-post-wrapper {
    padding: 20px 20px 50px!important;
}
.advgb-recent-posts-block.frontpage-view .advgb-recent-posts article.advgb-recent-post .advgb-post-wrapper {
    margin: 0;
}

.advgb-recent-posts-block.newspaper-view {
    margin-bottom: 55px;
}
.advgb-recent-posts-block.newspaper-view  .advgb-post-wrapper{
    padding: 0px !important;
}
.newspaper-view .advgb-post-title{
    order: 2;
}
.newspaper-view .advgb-post-info{
    order: 1;
    margin-top: 0px !important;
padding-bottom: 5px;
}
.newspaper-view .advgb-post-content{
    order: 3;
}
.newspaper-view .advgb-recent-post:hover .advgb-post-title a{
    text-decoration: underline;
}
.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post:not(:last-child) {
    border-bottom: 0px solid #ccc;
}

.advgb-recent-posts-block.grid-view .advgb-recent-posts {
    grid-gap: 12px!important;
}

.advgb-recent-posts-block.masonry-view article.advgb-recent-post {
    
}
.advgb-recent-posts-block.masonry-view article.advgb-recent-post:hover{

}

.advgb-recent-posts-block.masonry-view .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper {
    background: #fff!important;
    box-shadow: 0px 3px 6px #00000029!important;
  
}
.advgb-recent-posts-block.masonry-view .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper:hover{
  
}
.advgb-recent-posts-block.masonry-view .advgb-recent-posts .advgb-recent-post{
padding-left: 0px !important;padding-right: 0px !important;
}

.slick-track .advgb-recent-post {
    box-shadow: none;
}


.advgb-recent-posts-block.masonry-view article.advgb-recent-post{
    box-shadow: none;
    border: 2px solid transparent !important;
}

.advgb-recent-posts-block.masonry-view article.advgb-recent-post:hover {
    border: 2px solid var(--green) !important;
}

.newspaper-view .advgb-recent-post {
    box-shadow: none!important;
}

.newspaper-view .advgb-recent-post:hover {
    border: 0px solid #00833F!important;
}

.newspaper-view .advgb-recent-post::after {
    border-right: none!important;
}

.event-filter .evt_search form#searchform {
    padding: 0;
}

article.advgb-recent-post {
    border: 2px solid #fff!important;
}

.newspaper-view article.advgb-recent-post {
    border: 0px solid #fff!important;
}

.newspaper-view .advgb-post-title a:hover {
    text-decoration: underline;
    color: #2e2d2d!important;
}

.add_cal_det .addeventatc {
    color: #142468 !important;
    font-weight: bold;
    font-size: 16px !important;
    border: 0px !important;
    box-shadow: none !important;
    background: none !important;
    text-transform: capitalize;
    padding-left: 27px;
    text-decoration: underline !important;
	padding-top:11px;
}

.addeventatc .addeventatc_icon {
    background-image: url(../svg/calendar-plus-icon.svg) !important;
}

.green .advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon::after {
    border: 1px solid;
}

.green .advgb-accordion-header-icon::after {
    border: 1px solid;
}

.advgb-accordion-body h1 {
    color: #2e2d2d;
    text-align: left;
    margin-bottom: 0px;
}

.advgb-accordion-body h2 {
    color: #2e2d2d;
    text-align: left;
    margin-bottom: 0px;
}

.advgb-accordion-body h3 {
    color: #2e2d2d;
    text-align: left;
    margin-bottom: 0px;
}

.advgb-accordion-body h4 {
    color: #2e2d2d;
    text-align: left;
    margin-bottom: 0px;
}

.advgb-accordion-body h5 {
    color: #2e2d2d;
    text-align: left;
    margin-bottom: 0px;
}

.advgb-accordion-body h6 {
    color: #2e2d2d;
    text-align: left;
    margin-bottom: 0px;
}

.advgb-recent-posts-block+h2 {
    text-align: center
}

.overviewinfo {
    width: 100%;
    padding: 0px;
    margin-bottom: 100px;
}

.overviewinfo .wp-block-media-text {
    margin-bottom: 50px;
}

.overviewinfo h1,
.overviewinfo h2,
.overviewinfo h3,
.overviewinfo h4,
.overviewinfo h5,
.overviewinfo h6,
.overviewinfo .heading-overview,
.overviewinfo .list-view-over,
.overviewinfo p,
.overviewinfo ol,
.overviewinfo ul {
    max-width: 1250px;
    margin-left: auto;
    text-align: left;
    margin-right: auto;
}

.wp-block-image figcaption {
    text-align: inherit;
}

.navbar-nav>li.current_page_ancestor:after, .navbar-nav>li.current-menu-ancestor:after, .navbar-nav>li.current-page-parent:after, .navbar-nav>li.current_page_item:after, .navbar-nav>li.prgm_active:after ,  .navbar-nav>li.current-menu-item:after {
    content: '';
    position: absolute;
    background: #003A6E;
    height: 7px;
    top: -7px;
    width: 100%;
    left: 0px;
    right: 0px !important;
    display: block !important;
    margin: 0;
    border: 0;
}

.navbar-nav>li.current_page_ancestor,
.navbar-nav>li.current-menu-ancestor,
.navbar-nav>li.current-page-parent,
.navbar-nav>li.current_page_item,  .navbar-nav>li.current-menu-item {
    background:#E7E7EA!important;
}

header.header-area.fixed.header-sticky.sticky {
    position: sticky!important;
}

.wp-adminify #wpbody-content ul:advgb-tabs-panel {
    overflow-y: visible !important; 
}

.nav-item.news_active {
    background: #F0F8EC!important;
}

.advgb-recent-posts-block .advgb-recent-post .advgb-post-thumbnail a {
    display: block;
}

.advgb-recent-posts-block .advgb-recent-post .advgb-post-thumbnail a {
    width: 100%;
}

.advgb-recent-posts-block.grid-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail img {
    max-width: none;
    width: 100%;
    height: 272px !important;
    object-fit: cover;
    object-position: top;
}

.card-body h4,
.card-body h6,
.modal-body {
    max-width: 345px;
}

.event-item {
    padding: 10px 22px;
    border: 1px solid #010101;
    border-radius: 4px;
}

.expanding-grid .links>li .active .expand_det::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    
    bottom: -15px;
    left: 0;
    z-index: 9;
}

.modal-body a.Hyperlink {
    color: #142847!important;
    background: transparent!important;
}

.image-grid-info .card .card-body {
    text-align: center;
    padding: 14px 20px 20px 20px;
    margin-bottom: 0px;
}

.modal-body a {
    color: #003A6F!important;
    background: transparent!important;
}

.amt_row li:hover {
    background: #142848;
}

.amt_row li:hover img {
    filter: invert(1);
}

.modal-header {
    margin-bottom: 0px !important;
}

.advgb-accordion-body section.main-owl-slider.list .owl-nav .owl-prev,
.advgb-accordion-body section.main-owl-slider.list .owl-nav .owl-next {
    background: #142848a8;
    color: #fff;
    opacity: 1;
}

.advgb-accordion-body section.main-owl-slider.list .owl-nav .owl-prev {
    left: 0;
}

.advgb-accordion-body section.main-owl-slider.list .owl-nav .owl-next {
    right: 0;
}

.event-item {
    padding: 5px 7px;
    border: 1px solid #010101;
    border-radius: 4px;
}

.event-general .owl-prev {
    left: -50px;
    top: 50%;
}

.event-general .owl-next {
    right: -50px;
    top: 50%;
}

.event-general .owl-nav div {
    opacity: 1;
}

ul.event-book-btns {
    list-style-type: none;
    padding: 0;
}



.overviewinfo ul.advgb-tabs-panel {
    /*max-width: fit-content;*/
    width: 100% !important;
    margin: 0 auto !important;
    justify-content: center;
    position: relative;
    border-bottom: 0 !important;
}

.advgb-tabs-wrapper {
    position: relative;
}

.overviewinfo .wp-block-group {
    padding-top: 0;
    padding-bottom: 100px;
}

.overviewinfo .advgb-tab-body-wrapper {
    border-top: 2px solid #D9D9D9 !important;
    top: -2px;
    position: relative;
    border-left: 0px!important;
    border-right: 0px!important;
    border-bottom: 0px!important;
}

.cal_list_sec .fc-next-button {
    padding-right: 0px;
}

.cal_list_sec .fc-prev-button {
    padding-left: 0;
}

.cal_list_sec .fc-prev-button .fc-icon::after {
    font-weight: 500;
    font-family: 'Paralucent';
}

.cal_list_sec .fc-next-button .fc-icon::after {
    font-weight: 500;
    font-family: 'Paralucent';
}

.fc-event {
    background-color: transparent;
    color: #010101;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'ParalucentText-Book';
}

.fc-event-dot {
    background-color: #142848;
}

.fc-event {
    border: none;
    border-radius: 0;
}

.addeventatc_dropdown {
    padding: 30px 0px 0px 0px!important;
}

.amt_row button {
    background: transparent;
    color: #010101;
    display: inline-block;
    text-align: center;
    border: 2px solid #010101!important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
    border-radius: 4px;
    min-width: 189px;
    margin-top: 25px;
    padding: 10px 0;
}

.amt_row button:hover {
    background: #010101;
    color: #fff;
}

.amt_row.amt-rows-dec {
    display: flex;
}

.card-body a p {
   /* margin-bottom: 2px !important;*/
    color: #2E2D2D;
    font-weight: normal;
}
.contact-details a span:hover {
    color: #00A651!important;
}
.contact-details p.mb-0:nth-child(1) a span:hover {
/*     color: #003A6E!important; */
}
.contactcard_row .contact-details a:hover {
    text-decoration: underline!important;
}

.advgb-tab-body .wp-block-media-text {
    margin-bottom: 20px;
}

.advgb-tab-body .wp-block-embed-youtube {
    margin-top: 30px;
    margin-bottom: 30px;
}

.advgb-tab-body .wp-block-media-text {
    margin-bottom: 30px;
}

.gform_wrapper.gravity-theme * input {
    color: #2E2D2D;
    /*box-shadow: 0px 0px 3px #00000029;*/
    border: 2px solid #D9D9D9;
}

.gform_wrapper.gravity-theme * textarea {
    resize: vertical;
    color: #2E2D2D;
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #D9D9D9;
}

#gform_10 .gform_footer.top_label {
    text-align: center;
    justify-content: center;
}

.image-grid-info .modal-header {
    min-height: auto;
    height: auto!important;
}

.wp-block-media-text__content .button_list {
    margin-top: 0px !important;
    padding-top: 0px;
}

.gform_confirmation_wrapper {
    margin-bottom: 100px;
    text-align: center;
}


.modal-backdrop.show {
    opacity: 0;
    display: none;
}

.modal-backdrop.show.fade {
    opacity: .5;
    display: block;
}

.meeting-can {
    float: left;
    background-color: #c03222;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 3px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    padding-bottom: 6px;
}


/*****10 March******/

.news-left-card #myCarousel .carousel-item img,
.news-left-card .card img.card-img-top {
    width: 100%;
    min-height: 565px;
    max-height: 655px;
    object-fit: cover;
    object-position: top;
    height: 100%;
}

.event-general {
    box-shadow: none!important;
}

.event-general h3 {
    font-size: 20px;
    line-height: 30px;
    color: #142848;
}

.owl-prev.disabled {
    display: none;
}

.owl-next.disabled {
    display: none;
}

.expand-content .single-expand .row {
    max-width: 420px;
}

.expand-content .single-expand {
    padding-right: 50px;
}

.singal-event-general .owl-prev {
    left: -50px;
}

.singal-event-general .owl-next {
    right: -70px;
}

.singal-event-general .owl-nav div {
    opacity: 1;
}

.singal-event-general {
    box-shadow: none;
}

.singal-event-general h3 {
    font-size: 20px!important;
    line-height: 30px!important;
}

.singal-event-general .owl-nav img {
    width: 20px!important;
}

.event-detail .news-section h3:hover {
    text-decoration: none;
}

.event-detail a:hover {
    text-decoration: underline;
}

.addeventatc:hover {
    color: #466e2d!important;
}
.addeventatc:hover .addeventatc_icon{filter:brightness(0) saturate(100%) invert(37%) sepia(7%) saturate(3531%) hue-rotate(53deg) brightness(98%) contrast(89%);}
.full-width {
    max-width: 100% !important;
}

.event-book-btns a:hover {
    background: #010101;
    color: #fff;
    text-decoration: none;
}

.main_content>.center-content {
    max-width: 1250px
}

.modal.img-grid-modal .modal-dialog {
    width: 100%;
    max-width: 855px;
}

.image-grid-card {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.image-grid-card .card-img {
    flex: 0 0 299px;
    width: 100%;
    background: #f7f7f7;
}

.image-grid-card .modal-header.card-body {
    padding: 30px;
    text-align: start;
    display: block;
}

.image-grid-card .card-descript {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.image-grid-card .modal-header.card-body h4 {
    font-size: 22px;
    color: #2E2D2D;
    line-height: 30px;
    display: block;
    white-space: nowrap;
    font-family: "Paralucent";
}

.image-grid-card .modal-header.card-body p.address-card {
    font-size: 16px;
    line-height: 25px;
    color: #2E2D2D;
    margin: 5px 0 0;
    max-width: 210px;
}

.image-grid-card .modal-header.card-body ul.get-touch-card {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
}

.image-grid-card .modal-header.card-body ul.get-touch-card li {
    margin-right: 20px;
    position: relative;
}

.image-grid-card .modal-header.card-body ul.get-touch-card li a {
    background: transparent;
    font-size: 16px;
    line-height: 20px;
    color: #142848;
    padding: 0;
    text-decoration: underline;
}

.image-grid-card .modal-header.card-body ul.get-touch-card li span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2E2D2D;
    line-height: 22px;
    margin-right: 7px;
}

.img-grid-desc img {
    float: left;
    width: 35%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.carousel-caption h1 {
    color: #fff;
}

.carousel-caption h4 {
    color: #fff;
}

.carousel-item img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
}

#main-slider .carousel-control-next,
#main-slider .carousel-control-prev {
    width: auto;
    opacity: 1;
}

#main-slider .carousel-control-next-icon,
#main-slider .carousel-control-prev-icon {
    width: 57px;
    height: 57px;
}

.news-section h3 {
    color: #010101!important;
    margin-bottom: 8px;
}

#main-slider .carousel-item::before {
   /* content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.568032212885154) 0%, rgba(0, 0, 0, 0.526015406162465) 15%, rgba(255, 255, 255, 0.1) 100%);*/
}

a.ui-datepicker-prev.ui-corner-all.ui-state-disabled span.ui-icon.ui-icon-circle-triangle-w {
    filter: contrast(0);
}

.amt_row p {
    display: none;
}

.amt_row li:hover p {
    display: block;
    bottom: 30px;
    background: #000;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 8px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    height: max-content;
}

.amt_row li .tooltip-strip {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    opacity: 0;
    transition: opacity 0.3s;
}

.amt_row li .tooltip-strip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.amt_row li:hover .tooltip-strip {
    visibility: visible;
    opacity: 1;
}

.overviewinfo .advgb-tab-body ul {
    padding: 0 0 0 45px;
}

.overviewinfo .advgb-tab-body ul li {
    padding: 10px 0;
}

.overviewinfo .advgb-tab-body ul li ul {
    margin-bottom: 15px;
}

.img_text_card .category {
    background-color: #142848;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
}

#navbarResponsive.justify-content-end {
    margin-right: 65px;
}

#navbarResponsivedesktop.justify-content-end {
    margin-right: 65px;
}

.carousel-caption h1 {
    font-size: 60px;
    line-height: 65px;
    text-shadow: 0px 3px 6px #000000BE;
}

.carousel-caption h4 {
    font-size: 20px;
    font-weight:300;
    text-shadow: 0px 3px 6px #000000BE;
}

.event-data-body .event-circle h3 {
    font-size: 26px
}

.event-data-body .col-7,
.event-data-body .col-3 {
    padding: 0px;
}

button a:hover {
    color: #fff;
}

button:hover a {
    color: #fff;
}

.post_image {
    padding-bottom: 20px;
}

.wp-block-embed__wrapper {
    text-align: center;
}

.footer-social-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: auto;
    background: rgb(0, 0, 0, 0.5);
    z-index: 9;
    transform: translate(-50%, -50%);
}

.footer-social-modal .social-modal-inner {
    max-width: 500px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    background: #fff;
    padding: 40px;
    border: 2px solid #000;
    border-radius: 5px;
}

.footer-social-modal .modal-footer {
    justify-content: center;
    margin-top: 30px;
}

.footer-social-modal .modal-footer button {
    border: 1px solid #000;
    padding: 10px 30px;
    margin: 0 10px;
}

.footer-social-modal .modal-footer button#proceed {
    border-color: #00833F;
}

.footer-social-modal h4 {
    text-align: center;
    color: #000;
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 600;
}

.footer-social-modal p {
    text-align: center;
}

#speedbump h4 {
    text-align: center;
    color: #000;
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 600;
}

#speedbump .modal-body {
    padding: 0px;
    max-width: 100%;
    text-align: center;
}

#speedbump .modal-content {
    padding: 40px;
    border: 2px solid #000;
    border-radius: 5px;
}

#speedbump .modal-footer {
    justify-content: center;
    margin-top: 35px;
}

#speedbump .modal-footer button {
    border: 1px solid #000;
    padding: 10px 30px;
    margin: 0 10px;
    border-radius: 0px
}

#speedbump .btn-continue {
    background: #142468 !important;
    color: #fff !important;
    border-radius: 0px;
    padding: 10px 30px;
    border-color: #142468 !important;
    
}
#speedbump .btn-continue:hover { background:#00A651 !important; border-color: #00A651 !important;}
#speedbump .modal-dialog {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    min-height: calc(100vh - 60px);
}

.wp-block-group iframe {
    width: 800px;
    height: 500px;
}

.wp-block-embed-youtube iframe {
    width: 885px;
    height: 500px;
}

.carousel_slider .item {
    height: 574px;
}

.carousel_slider .item img {
    height: 100% !important;
}

span.fc-day-number {
    font-size: 22px;
    line-height: 30px;
    color: #2E2D2D;
    padding: 4px 13px !important;
}

.fc-event .fc-content span.fc-time {
    font-weight: 400;
}

.fc-event,
.fc-event:hover {
    color: #2E2D2D !important;
}

a.fc-more {
    color: #142848;
    font-size: 16px;
    font-family: 'Paralucent';
    font-weight: bold;
    text-transform: capitalize;
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
    width: auto;
    left: 160px!important;
    right: 160px;
    background: #F0F8EC!important;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    border: none;
    padding: 58px 0px 70px 62px;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
    background: #F0F8EC!important;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    display: none!important;
}

.fc-header h6 {
    text-align: left!important;
    padding: 0 15px;
    font-size: 30px;
    color: #2E2D2D;
}

a.fc-day-grid-event {
    font-size: 16px;
    font-family: 'ParalucentText-Book';
    line-height: 25px;
}

.bs-popover-right {
    border-width: 1px;
    border-style: solid;
    width: auto;
    left: 50%!important;
    right: 0;
    background: #F0F8EC;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    border: none;
    /*padding: 58px;*/
    transform: translate(-50%, -20%) !important;
    max-width: 900px!important;
    will-change: unset!important;
    top: 100%!important;
    border-radius: 0px!important;
}

.bs-popover-left {
    border-width: 1px;
    border-style: solid;
    width: auto;
    left: 50%!important;
    right: 0;
    background: #F0F8EC;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    border: none;
    /*padding: 58px;*/
    transform: translate(-50%, -20%) !important;
    max-width: 900px!important;
    will-change: unset!important;
    top: 100%!important;
    border-radius: 0px!important;
}

.popover-header {
    background-color: transparent!important;
    border-bottom: 0px!important;
    padding: 0px;
}

.event-popup-content h6 {
    font-size: 30px!important;
}

.event-popup-content p {
    font-size: 16px!important;
    margin-bottom: 20px!important;
    margin-top: 20px!important;
}

.popover-header a.close {
    display: block;
    color: #000;
    position: relative;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.fc-unthemed td.fc-today {
    background: #fff!important;
}

.fc-unthemed .fc-disabled-day {
    background: #FCFCF9!important;
}

.calender-modal {
    background: #F0F8EC;
    max-width: 967px;
    min-height: 436px;
    margin: 0 auto;
    padding: 58px 62px 70px 36px;
}

.calender-modal .event-add-btn {
    margin-top: 12px;
}

.calender-modal .event-add-btn a {
    color: #142848;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-left: 10px;
}

.calender-modal h3 {
    margin-bottom: 17px;
}

.calender-modal .event-add-btn.d-flex.align-items-center {
    margin-bottom: 46px;
}

.calender-modal h5 {
    margin-bottom: 12px;
}

.calender-modal .model-content-box {
    min-height: 250px;
    overflow: hidden;
}

.calender-modal .more a.btn_primary.btn_more {
    font-size: 25px;
    line-height: 42px;
    font-weight: bold;
    border-bottom: 2px solid;
}

.calender-modal .more {
    text-align: left!important;
}

.popover-body {
    padding: 0px!important;
}

#mobile-header {
    display: none;
}

.page-template-mobile-header .desk-view {
    display: none;
}

.img_block img {
    width: 100%;
    height: 274px;
    object-fit: cover;
}

.widgetheader {
    height: max-content!important;
}

.xdsoft_datetimepicker {
    z-index: 1 !important;
}

section.main-owl-slider.list,
.advgb-columns-container>div {
   /* max-width: 1250px !important;
    width: 100%;*/
}

.carousel-control-prev.count_2 {
    display: none;
}

.carousel-control-next.count_2 {
    display: none;
}

.gfield_signature_container {
    z-index: 1 !important;
}

.page-id-2937 section.contact_cards.imagelist {
    margin-bottom: 40px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1250px;
    padding: 0;
}

.rs-toolbar.mobile-rs-toolbar {
    display: none;
}

.rs-toolbar .rs-toolbar-left.mobile-rs-toolbar-left {
    position: inherit !important;
}

.rs-toolbar.main-mobile-tool {
    height: 101px !important;
}

.main-mobile-tool .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-2733.active a {
    color: #00833F !important;
}

.rs-toolbar.main-mobile-tool {
    display: none;
}

.search-form.mobile-search-btn {
    display: none !important;
}

.navbar-toggler::before {
    content: none !important;
}


/* contact*/

.contact_sec {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.contact_sec .antiquewhite {
    background: #E5F2EB;
    padding: 0;
}

.contact_sec .advgb-columns {
    max-width: 100% !important;
}

.contact_sec .col_add_right {
    padding: 00px 70px;
}

.contact_sec .col_add_left {
    padding: 00px 70px;
}

.contact_sec p {
    font-size: 20px;
    font-family: "Paralucent";
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px;
}

.contact_sec p a {
    font-weight: bold;
    color: var(--blue);
}

.contact_sec h3 {
    margin-bottom: 20px;
}

.cont_form .gform_title {
    display: block;
    font-weight: 500;
    color: #fff;
    font-size: 30px;
}

.cont_form .gform_wrapper {
    max-width: 745px !important;
}

.cont_form .textarea,
.cont_form .large {
    min-height: 50px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    opacity: 1;
}

.cont_form .gform_button {
    border-color: #fff!important;
    color: #fff !important;
}
.main_content .cont_form .gform_button:hover {
    background: #6CA04A;
    color: #fff !important;
    border-color: #6CA04A!important;
}
.img_block{
    text-align: center;
}
.img_block a{
    text-decoration: none !important;
}
.img_block_title p {
    font-size: 15px;
    font-weight: 400;
}
.img_block_title p{
    font-size: 15px;
}
.img_block_img{
    position: relative;
}
.img_block_img::before{
    position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: 0.5s ease;
background-color: rgba(0, 131, 63, 0.7);
cursor: pointer;
content: '';
}
.img_block:hover .img_block_img::before{
    opacity: 1;
}
.general_carousel {
    margin-bottom: 30px;
}

.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-accordions{
    max-width: 900px;
}
.container-small .container-fluid{
    max-width: 1250px;
}
.container-small .card-title{
min-height: 56px;
}

.img-grid-modal  .modal-body {
    max-width: 100%;padding: 10px 30px 30px 50px;
  }
  .mod-top-info {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 30px;
    margin-bottom: 30px;
    align-items: center;
  }
  .mod-top-info a{
    text-decoration: underline;
  }
  .img-grid-modal .close-btn{
    cursor: pointer;
    position: relative;
    top: 15px;
    right: -10px;
    text-align: right;
    color: #767775;
    font-family: "ParalucentText-Book";
    display: flex;
justify-content: flex-end;
align-items: center;text-transform: uppercase;
  }
  .img-grid-modal .close-btn img{
    margin-right: 5px;
  }

  ul.ome {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.ome li {
    position: relative;
    margin-right: 30px;
    color: #022169;
    font-weight: bold;
font-family: "Paralucent";
}

ul.ome li a {
    color: #003A6F !important;
    text-decoration: underline;
    font-size: 16px;
}
ul.ome li strong{
    color: #2E2D2D;
}
ul.ome li:nth-child(2) {
    color: #2E2D2D;
}
ul.ome li::after {
    content: "";
    position: absolute;
    right: -15px;
    background: #142848;
    width: 2px;
    height: 15px;
    top: 6px;
}

ul.ome li:last-child::after {
    display: none;
}
.rs-toolbar .row {
    display: flex;
    flex-direction: inherit;
    align-items: center;
}
.carousel-caption {
    
    max-width:1127px;
}
.image-cards .col-md-3 {
    flex: 0 0 auto;
    width: 20%;
    padding-left: 0px;
}
.custom-news-card img {
    height: 450px;
    object-fit: cover;
}
.event-table tr {
    border-color: #003A6E;
   
}
.event-table p a {
    color: #6CA04A;
 
 }
section.policy_lead.expand_img_grids h2 {
    text-align: center;
}
section.policy_lead.expand_img_grids {
    padding: 94px 0px 70px;
}
.policy_lead h2.color-dark-black {
    margin-bottom: 60px;
}
.generic_form-news h2 {
    font-size: 40px;
    color: #010101;
    line-height: 50px;
    margin-bottom: 28px;
}
.generic_middle_block h5 {
    margin-top: 10px !important;
    margin-bottom: 55px;
}
.advgb-post-readmore a:hover {
    color: #018943;
}
.wp-block-group .advgb-recent-posts-block.newspaper-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.masonry-view .advgb-post-readmore {
    margin-top: 25px;
}
.masonry-view.advgb-recent-posts-block .advgb-post-wrapper>*, .masonry-view.advgb-recent-posts-block .advgb-text-before-readmore, .grid-view .advgb-post-content {
    margin: 15px 0 0px!important;
}
.img_text_card_row .image-page-card p.card-text {
   /*padding-top: 15px;*/
}
.wp-block-advgb-columns.advgb-columns-wrapper .advgb-columns-container .advgb-columns {
    display: flex;
    margin: 0 auto;
}
.advgb-columns-container > div {
    max-width: 1250px !important;
    width: 100%;
}
.cont-pg .advgb-columns-2 {
    margin: 0px!important;
}
.col_add_right .advgb-column-inner {
    margin-left: 34%;
    width: 100%;
}
.col_add_right a {
    text-decoration: underline;
    font-weight: bold;
    color: #003A6E;
    font-family: 'Paralucent';
}
.cat_wrap h5.date {
    margin-bottom: 8px;
    margin-top: 0px!important;
}
.cat_wrap {
    padding-top: 23px;
}
.single-post .post_image {
    padding-bottom: 24px!important;
    margin-top: 0px;
}
.middle_wrap .generic_middle_block h2 {
    margin-bottom: 26px!important;
}
.news-right-section .card-body {
    padding:0px 0px 22px 0px;
    position: relative;
}
.card-body .news-category-link {
    color: #142468!important;
}
.news-left-card h5, .news-left-card span, .park-news-card .card-body span {
    margin-bottom: 16px !important;
    font-size: 20px;
    font-family: "Paralucent";
    line-height: 30px;
    color: #142468;
    font-weight: bold;
    text-transform: capitalize;
}
.news-left-card .card.custom-cards img {
    height: 415px;
    object-fit: cover;
}
.nsleft .search_box {
    margin-bottom: 15px;
    max-width: 293px;
}
.nsleft button#searchsubmit {
    left: -40px;
}
.main_search_content .search_box {
    max-width: 510px;
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #D9D9D9;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.dflex {
    display: flex;
    align-items: end;
}
.search_filter_title .filter_box.col-three {
    width: 45%;
}
.search_filter_title .filter_box {
    padding-right: 5px;
    width:211px;
}
.nsRight {
    display: flex;
    margin-top: auto;
    margin-bottom: 55px;
}
.newsSort {
    margin-left: auto;
}
.nsRight select {
    min-width: 211px;
}
.cvf-universal-pagination ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cvf-universal-pagination ul li:nth-child(2) {
    display: none;
}
.cvf-universal-pagination li:first-child {
    color: #fff;
    background: #022169;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    background-image: url(../svg/angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    opacity: 100%;
}
.cvf-universal-pagination li:nth-last-child(2) {
    color: #fff;
    background: #022169;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    background-image: url(../svg/angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 100%;
}
.cvf-universal-pagination li.selected {
    color: #555555!important;
    opacity: 100%!important;
}
.cvf-universal-pagination li:last-child {display:none;}


.cvf-universal-pagination ul li {
    display: inline;
    margin: 0px 3px;
    padding: 4px 8px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 52%;
}
.form-main h2{color:#fff;}
.form-main .generic_form-news .gform_footer .gform_button {
    border-color: #fff!important;
    color: #fff;
}
.form-main input#input_3_1, .form-main input#input_3_3{border:none!important;}
section.upcoming-events.mobile {
    display: none;
}
.app-form .gform_wrapper.gravity-theme .gfield_label, .app-form .gform-field-label {
    color: #fff!important;margin-bottom:8px;font-weight:700;
}
.app-form h3.gsection_title {
    color: #fff;
}
.app-form select, .app-form input {
    border-radius: 4px!important;
    padding: 8px!important;
    min-height: 50px;
}
.app-form .gform_wrapper.gravity-theme #field_22_8 select.medium {
    width: calc(30% - 8px)!important;
}
.app-form .gform_wrapper.gravity-theme #field_22_13 .large.gfield_select{width: calc(60% - 8px);}

.app-form .gform_wrapper.gravity-theme .gfield select.medium {
    width: calc(93% - 8px)!important;
}
.app-form .gform_wrapper.gravity-theme .gfield input.medium {
    width: calc(93% - 8px)!important;
}

.app-form .gform_wrapper.gravity-theme #field_22_22 {
    grid-column: 1/-6;
    min-width: 0;
}
.app-form #field_22_22 .medium.gfield_select{ width: calc(80% - 8px)!important;}
.app-form input#input_22_32_1 {
    float: left;
    /* width: 14px; */
    vertical-align: top;
    display: inline-block;
    min-height: 22px;
    margin-right: 13px;
    margin-bottom: 40px;
}
.app-form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    display: block;
}
.app-form input[type="submit"] {
    padding: 0px 64px!important;
    margin-right: 50px;
}
.app-form input[type="reset"] {
    background: transparent;
    color: #fff!important;
    padding: 0px 64px!important;
    background: transparent;
    color: #010101;
    display: inline-block;
    text-align: center;
    border: 2px solid #ffffff!important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
    border-radius: 4px;
    min-width: 170px;
    margin-top: 25px;
    max-height: 40px!important;
    min-height: 40px!important;
}
.app-form input[type="reset"]:hover {
    background: #6CA04A;
    color: #fff !important;
    border-color: #6CA04A!important;
}
.wp-block-media-text.alignwide.is-stacked-on-mobile.is-vertically-aligned-center {
    background: #E7E7EA;
    padding: 28px 27px;
}
.select_wrap select {
    background: none;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
    background-image: url(../svg/select-arrow-down.svg) !important;
    background-repeat: no-repeat;
    background-position: right 0px top 9px;
    padding-right: 15px;
    font-size: 13px;
    background-size: 9px;
    text-transform: uppercase;
}
.image-cards .row {
    align-items: center;
    justify-content: center;
}
.middle-second-sec {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
ul#menu-footer-menu li a {
    color: #fff;
}
ul#menu-footer-menu li {
    list-style: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
ul#menu-footer-menu li a {
    color: #fff;
    font-size: 16px;
    
}

.right-footer ul#menu-footer-menu li a:hover {
   
    text-decoration: underline;

}

.right-footer ul#menu-footer-menu li a {
    color: #fff;
    font-size: 16px;
   
    font-weight: 300;
    text-transform: uppercase;
}
.home .event-list {
    padding: 0;
    box-shadow: 0px 3px 6px #00000029;
    background: #fff;
    height: 540px;
   /* overflow-y: scroll;
    overflow-x: hidden;*/
}
.event-list h3 {
    padding: 13px 32px;
}

.event-list> hr {
    margin: 0 32px;
}
.upcoming-events .app .app__main #datepicker .ui-datepicker-header a.ui-datepicker-prev:before {
    content: '\f0d9';
}
.upcoming-events .app .app__main #datepicker .ui-datepicker-header a.ui-datepicker-next:before {
    content: '\f0da';
}
.upcoming-events .app .app__main #datepicker .ui-datepicker-header a.ui-datepicker-next:before, .upcoming-events .app .app__main #datepicker .ui-datepicker-header a.ui-datepicker-prev:before {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 34px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    color:#142468;
}
.modal-body .md-top-descr > a {
    color: #2E2D2D!important;
    background: transparent!important;
    font-weight: normal;
    text-decoration: none!important;
}
span.news-category-link {
    position: absolute;
    bottom: 20px;
}
.advgb-recent-posts-block.masonry-view .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper .advgb-post-readmore a {
    text-decoration: underline!important;
}
.middle_wrap .generic_middle_block h2, .middle_wrap .generic_middle_block h5 {
    margin-bottom: 26px!important;
    max-width: 100%!important;
}
.middle_wrap .generic_middle_block {
    max-width: 100%;
   
}

.map_details.news-archieve .news_list_info .main_card {
    box-shadow: none;
    border: none;
   
}
.map_details.news-archieve .news_list_info .park-news-card .card-body {
    display: flex;
    flex-direction: column;
    padding: 23px 2px 30px;
}
.map_details.news-archieve .news_list_info .main_card p {
    margin: 20px 0;
    margin-bottom: 5px;
}
.acc__title h3{ font-size:22px;}
.center-text-info {
    padding: 0px 0px 40px;
}
.newsSort {
    margin-left: auto;
    max-width: 224px;
    margin-bottom: 22px;
}
.re_category a {
    color: #fff;
}
.left-sidbar .document-directory-form {
    padding-top: 190px;
}
.document-result-list .rsltBody {
    padding: 13px 24px;
}
.left-sidbar .col-events-search {
    padding: 0;
}
.content-right-data .center-text-info {
    padding: 0px 0px 40px;
}
.no-accordion .acco_sign {
    display: none;
}
.document_era.\31 .list {
    padding-left: 2px;
}
.meeting-wraper .center-text-info {
    max-width: 1000px;
    margin: 0px auto;
    text-align: center;
}
.meeting-content {
    max-width: 1200px;
    margin: 0px auto;
}
.month-year-wrap {
    margin-left: 25px;
}
.month-year-wrap select {
    margin-right: 10px;
    min-width:163px;
}
/*.meeting-content .input-group .btn {
    position: relative;
    z-index: 2;
    left: -42px;
}*/
.meeting-content .input-group .btn {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 0;
}
.faq-cat .input-group .btn {
    position: relative;
    z-index: 2;
    left: -42px;
}

.meeting-content input#searchbox, .faq-cat input#searchbox {
    width: 315px;
    border-radius: 0px;
}
.main_wrapper .cat-selct select{ width: 315px;}
.form-control {
   color:#2e2d2d;
    border: 2px solid #D9D9D9;
   
    box-shadow: 0px 0px 3px #00000029;
}
.accordion_block {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #F5F4F4;
    padding:0px;
    margin-bottom: 20px;
}
.main_acco_title {
    background: #fff;
    align-items: baseline;
    cursor: pointer;
    border-radius: 0px;
    display: flex;
    padding-right: 35px;
}
.main_acco_title .date_meet {
    background: #142468;
    color: #fff;
    justify-content: center;
   
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    font-size: 28px;
    border-radius: 0px;
    top: 0px;
    height: 100%;
    min-width: 120px;
    max-width: 120px;
    min-height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    position: absolute;
}
.acco_title_info {
    padding-left: 34px;
}
.accordion_block {
   
    margin-bottom: 20px;
    position: relative;
}
.main_acco_title .acco_title_info {
    padding: 14px 25px 20px;
    padding-left:165px;
    flex-grow: 1;
}
.main_acco_title .accosign::after {
    content: "\f078";
    font-size: 24px;
    font-family: "FontAwesome";
    color: #142848;
}
.main_acco_title.active .accosign::after {
    content: "\f077";
    font-family: "FontAwesome";
    color: #142848;
}
.acco_title_info p {
    color: #142468;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}
.acco_title_info h4 {
    color: #010101;
}
.acco_panel {
   
    padding: 0px 190px 30px 165px;
}
.main_wrapper select {
   
    min-height: 50px;
}
.add_cal_det {
    margin-bottom: 31px;
}
.addr_info a {
    display: block;
}
.addr_info {
    margin-bottom: 26px;
}
.more-info {
    font-weight: bold;
    color: #142468;
    text-decoration: underline;
    font-size: 16px;
    padding-top: 20px;
    display: block;
}
.addr_info span{
    margin-bottom: 26px;
    color: #2E2D2D;
    font-weight: bold;
}
.addr_info a {
    display: block;
    color: #142468;
    text-decoration: underline;
}
.addr_infomeeting.contact-details {
    margin-bottom: 26px;
}
span.lef-title.past, .past {
    padding-top: 9px;
    display: block;
    float: left;
}
.back_next_posts {
    padding: 42px 0px 40px;
}
h2.pst {
    text-align: center;
}
.back_next_posts a{
    color: #142468;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}.meeting-day {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.accordion_block_detail .accosign {
    display: none;
}
.accordion_block_detail .container {
    max-width: 831px;
}
.accordion_block_detail .acco_panel, .accordion_block_detail .main_acco_title .acco_title_info {
    padding: 0px 0px 30px 0px;
}
.accordion_block_detail {
    padding-top: 36px;
    padding-bottom: 94px;
}
.img_block_titleh3{color:#010101;}

.dpt_tabs .nav-tabs {
    border: 0;
    justify-content: flex-start;
    /* margin-bottom: 70px; */
    max-width: 100%;
    padding-left: 0px;
    margin-left: 0px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    background: rgb(255, 255, 255, 0);
}
.tabs_wrap>* {
    max-width: 1160px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.dpt_tabs .nav-tabs .nav-link {
    background: #F0F8EC;
    border-left: 1px solid #D9D9D9!important;
    border-top: 1px solid #D9D9D9!important;
    border-radius: 0px;
    padding: 14px;
    color: #010101;
    font-size: 20px;
	width: max-content;
}
.dp_detail_info .simple_list_wrap {
    padding: 0px 0px;
}
.resultmain .container {
    max-width: 1088px;
}
.text-wrapper .has-text-align-left {
    /*max-width: 769px;*/
    margin: 0px auto 40px;
}
.faqs .acco_sign {
    background: #142468;
}
.faqs .acc__title .acco_sign::after{color:#fff;}
.faqs .acco_sign img{display:none;}
/*.faqs .acco_sign {
    background: #142468;
    top: 0px;
    right: 0;
}
.faqs .acc__title .acco_sign::after {
    color: #fff;
    top: 10px;
    position: relative;
}
.faqs .acc__title.active .acco_sign{background:#00A651;}*/
.faqs .acc__title {
border: 1px solid #D9D9D9;
}
.dp_detail_info .faqs .acc__title .acco_sign:after{background: #142468;
    content: '+';
    font-size: 28px;
    width: 57px;
    text-align: center;
    height: 59px;
    color: #fff;
    right: -1px;
}

.dp_detail_info .faqs .acc__title.active .acco_sign:after {
    background: #00A651;
    content: '-';
    color: #142468;
    width: 57px;
    text-align: center;
    height: 59px;
    right: -1px;
    top: -1px;
}
.dp_detail_info .faqs .acc__title .acco_sign {
   
    right: 0;
    
    top: 0;
    
}
.dp_detail_info .faqs .acc__title {
    position: relative;
    padding: 15px 68px 15px 35px;
}
.dp_detail_info .faqs .acco_sign {
    background: #142468;
    margin-right: 0px !important;
    width: 57px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 2!important;
    right: -1px;
    top: -1px;
}
.dp_expandable_grid .expanding-grid .links>li{ width:33%;}
.img_grid:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: rgba(0, 131, 63, 0.7);
    cursor: pointer;
    content: '';
}
.img_grid_col:hover .img_block_img:before {
    opacity: 1;
}
.img_grid {
    position: relative;
}

section.faqs {
    max-width: 938px;
}
#tab1 h2 {
    margin-bottom: 23px;
}
.button_list h2 {
    margin-bottom: 49px;
}
.main-img-button h2 {
    margin-bottom: 40px;
}
.faqs h2, .dp_expandable_grid h2, .dept-staf h2{
    margin-bottom: 47px;
}
.pro-cards h2 {
    margin-bottom: 49px;
}
.img_grid_row .img_block_title {
    text-align: center;
}
.img_grid h4 {
    font-size: 30px;
    margin: 20px 0px;
}
.dept-contact h3 {
    background: #142468;
    color: #fff;
    padding: 12px 0;
    font-size: 22px;text-align:center; 
}
.dept-contact {
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 3px #00000029;
    background: #fff;
}
.conan-info {
    padding: 18px 25px 36px;
}
.add-sec {
    padding: 8px 0px 15px;
}
.add-sec p {
    font-weight: bold;
}
.add-sec a:hover {
    text-decoration: underline;
}
.right-phone p, .hours-dp p {
    margin-bottom: 2px;
    font-weight: 600;
}
.right-phone p strong {
    text-transform: uppercase;
    font-weight: 700;
}
.right-phone h6 {
    letter-spacing: revert;
    margin-bottom: 0 !important;
}
.right-phone .hours-dp {
    margin-top:10px;
}
.right-phone {
    margin-bottom: 13px;
}
.contact-email {
    margin-bottom: 13px;
}
.col-md-9.col_left {
    padding-right: 60px;
}
.plus-minus_icon img {
    display: none;
}
.right-footer.mobilesocialmenu {
    display: none;
}
.quick-link-first li:nth-child(1) a, .quick-link-first li:nth-child(2) a {
    font-weight: bold;
}
.middle-second-sec li:last-child a:hover {
    font-weight: 300;
}
.accordian-sec {
    padding: 114px 0px 165px;
}
.resultWraper .acc__title {
    position: relative;
    padding: 14px 35px 7px 35px;
}
.footer-section address a:hover {
    text-decoration: underline;
}
.meeting-wraper .container {
    max-width: 1100px;
}
.mail-header a {
    font-weight: 300!important;
}
.dpt_tabs .nav-tabs li a {
    text-transform: capitalize!important;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.document_era p strong {
    font-weight: 800;
    font-size: 16px;
}
.main_acco_title.active .accosign img{transform:rotate(180deg);}
.main_acco_title .accosign:after{display:none;}
.date_meet strong {
    text-transform: uppercase;
}
div.asp_m.ajaxsearchpro .probox .proinput{margin-left:30px!important;}
.resultmain .acc__panel {
   
    padding: 20px 60px 20px 35px;
    border-top: 2px solid #D9D9D9;
   
}
.filterBlocks h3{font-size:22px;}
.wp-block-group>.wp-block-advgb-accordions {
    max-width: 1000px!important;
}
.img_block_title {
    padding-top: 11px;
}
.close-btn span {
    background: #D9D9D9;
    color: #fff;
    border-radius: 35px;
    padding: 1px 7px;
    margin-right: 4px;
}
.event-list-scroll::-webkit-scrollbar {
  width: 32px;
}

/* Track */
.event-list-scroll::-webkit-scrollbar-track {
  background: #E6E6E5;
}
.event-list-scroll::-webkit-scrollbar-thumb {
  background: #D6D6D6;
}
.wpDataTable a{color: #142468!important;}
.wp-block-table a:hover, .wpDataTable a:hover {
    color: #00A651!important;
}



button.dt-button.buttons-print.DTTT_button.DTTT_button_print, button.dt-button.buttons-excel.buttons-html5.DTTT_button.DTTT_button_xls, 
button.dt-button.buttons-csv.buttons-html5.DTTT_button.DTTT_button_csv, button.dt-button.buttons-copy.buttons-html5.DTTT_button.DTTT_button_copy {
    color: #142468!important;
    opacity: 1;
}
button.dt-button.buttons-print.DTTT_button.DTTT_button_print:hover, button.dt-button.buttons-excel.buttons-html5.DTTT_button.DTTT_button_xls:hover, 
button.dt-button.buttons-csv.buttons-html5.DTTT_button.DTTT_button_csv:hover, button.dt-button.buttons-copy.buttons-html5.DTTT_button.DTTT_button_copy:hover {
    color: #00A651!important;
    opacity: 1;
}
.event-list .event-circle h3, .event-list .event-circle span {
    padding: 13px 18px 13px 13px;
    color: #fff;
    font-family: "Paralucent";
    line-height: 36px;
    font-size: 26px;
	font-weight:bold;
} 
.link_text {
    position: absolute;
    bottom: 20px;
}
.extratest h4 {
    padding-left: 35px;
}
.col-lg-12.mobilecopy {
    display: none;
}
.foot_center a[href^="mailto:"] {
    font-weight: 300 !important;
}
.navbar-nav>li.current_page_item:after {
    top: 0;
}
.newsletter-section .generic_form-news .gform_confirmation_message {
    color: #142468;
}
.conan-info h4 {

font-size: 20px;
line-height: 25px;
}
.contact-details >p {
    margin: 0;
    margin-bottom: 6px;
}
.detail_wrap {
    padding-top: 60px;
}
.dp_detail_info li {
    font-weight: 300;
    color: #010101;
    font-size: 16px;
    line-height: 25px;
}
li {
    font-weight: 400;
}
ul.nav.nav-tabs.tab_stick {
   background: rgba(255, 255, 255, .9); width:62%;
}

#upcoming_btn {
    float: right;
}
.cvf-universal-pagination{padding-bottom:60px;}
.detail_wrap .button_list .simple_list_col a{min-width:100%;}
.right-phone p {
    font-size: 15px;
    color: #2E2D2D;
}
.alignleft .contactcard_row {
    justify-content: left !important;
}

.alignright .contactcard_row {
    justify-content: right !important;
}
.advgb-accordion-body a:hover {
    color: #00A651;
    text-decoration: underline;
}

.wpdt-c .btn-group.bootstrap-select .inner .text {
    padding: 0;
    padding-right: 20px;
}
.resull_filter:has(:not(.result_row) ) .filter_reset {
    padding-top: 20px;
}
.cat_main {
    position: absolute;
    bottom: 0;
    width: 100%;
}
span.jbl:hover {
    color: #00A651;
    cursor: pointer;
}
.how_to_cont .desc ul {
    padding-left: 50px;
}
.document-result-list .acc__title .acco_sign::after {
    display: none!important; 
}
.dp_sidebar.tab_stick_dp {
    position: sticky;
    top:123px;
}
.col-md-3.offset-1.col_right {
    will-change: min-height;
}
.col-md-3.offset-1.col_right {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
}
.contact-email {
    padding: 0px 0px 0px;
}
.wp-block-group.alignwide {
    max-width: 100%;
}
.wp-block-group.alignfull .container{
    max-width: 100%;
}
.wp-block-group.alignfull>*:not(section){
    max-width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
}
.main_search_content .ajaxsearchpro {
    border-radius: 3px !important;
    min-width: 400px !important;
}
.main_search_content .search_box {
    max-width: 100%;
    margin-bottom: 0;
}
.main_search_content .proinput input.orig {
    font-size: 16px !important;
  
    color: #000 !important;
}
.main_search_content .innericon, .main_search_content .promagnifier, .main_search_content .probox, .main_search_content .proinput input.orig, .main_search_content .proclose {
    height: 50px !important;
}
.main_search_content .promagnifier {
    width: 50px !important;
    background: var(--yellow) !important;
    border-radius: 3px !important;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.resultmain .main_search .main_search_content .probox .promagnifier .innericon svg {
    width: 28px !important;
}
.main_search_content .promagnifier::before {
    content: "|";
    color: #D5C89D;
    position: relative;
    right: 8px;
}
.card-body a p:hover {
   /* color: #00A651;
    text-decoration: underline;*/
}
.upcoming-events .app {
    margin-top: 0;
} 
.dd_img img {
    min-height: 265px;
    object-fit: cover;
    margin-bottom: 10px;
}
.dd_content {
    margin-bottom: 25px;
}
.doc_block {
    display: block;
    color: #142848;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
   
}
.doc_block img {
    margin-right: 8px;width:15px;
}
.text-img-wrap:hover {
    /*border: 2px solid #00A651;*/
}
.acco_panel ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
 .tab_stick {
                position: sticky;
                top: 123px;
                z-index: 90;
           
		   }
		 

.meeting-content .search_box {
    box-shadow: none;
    border: none;
}

ul.nav.nav-tabs::-webkit-scrollbar {
    height: 10px
}

ul.nav.nav-tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
}

ul.nav.nav-tabs::-webkit-scrollbar-thumb {
    background: #142468;
    border-radius: 10px;
}
.dp_detail_info .faqs .acc__title.active .acco_sign {
   
    background: #00a651;
}
.col-events-search input#searchbox {
    padding: 0px 40px 0px 12px;
}
.acco_sign img{width:29px;}
.cat_main a:hover {
    color: #018943!important;
}
.single-post .card-body h3 {
   
    min-height: auto;
}
.single-post .cat_main {
   
    bottom: -26px;
   
}

#datepicker .ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-active , #datepicker .ui-datepicker-calendar tr td a:hover {
  background: #142468;
  color: #fff;
}
.md-grd-info .plus-mins-grid {
    background: #142468;
}
.md-grd-content .fa-add:before, .md-grd-content .fa-plus:before {
    color: #fff;
}
.md-grd-content.expand_box {
    margin-bottom: 16px;
}
.md-grd-info .plus-mins-grid {
    background: #142468;
    position: absolute;
    bottom: 0px;
    width: 100%;
    cursor: pointer;
}

.top_bar_rs-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top_bar_rs-menu ul li {
    position: relative;
    display: inline-block;
    padding: 0px;
	top:0px;
}

.top_bar_rs-menu ul li a {
  display: block;
  padding: 0px 20px;
  text-decoration: none;
  color: #fff;
}

.top_bar_rs-menu ul li:hover > .sub-menu {
  display: block;
}

.top_bar_rs-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 20px;
    background-color: #fff;
    border: 1px solid ##D6D6D6;
    z-index: 99;
}

.top_bar_rs-menu .sub-menu li {
  display: block;
}

.top_bar_rs-menu .sub-menu li a {
    color: #010101;
    padding: 8px 20px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid ##D6D6D6;
    font-weight: bold;
    font-size: 16px;
}

.top_bar_rs-menu .sub-menu li:hover {
  background-color: #fff;
}
.top-nav {
    display: flex;
}
.top_bar_rs-menu ul li > a:after {
    content: '';
    position: absolute;
    right: 2px;
   
    background-image: url(../svg/select-arrow-down.svg) !important;
    background-repeat: no-repeat;
    background-position: right 0px top 9px;
    padding-right: 15px;
    font-size: 13px;
    background-size: 9px;
    text-transform: uppercase;
    width: 17px;
    height: 21px;
}
.advgb-tab-body-wrapper .wp-block-group{
    padding-top: 0px;
	 padding-bottom: 20px;
}
.advgb-tab-body {
    max-width: 1275px;
    margin: 0px auto;
}
section.img_text_card.imagelist .card-title {
    min-height: auto;
}
.faq-cat {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-top: 30px;
}
.faq-cat .filter-container {
    width: 20%;
}
.faq-cat .form-control {
    min-height: 50px;
    border-radius: 0px;
}
.dp_detail_info ul.advgb-tabs-panel li.advgb-tab{min-width:200px;} 
.dp_detail_info .contactcard_row .card-body {
    padding: 20px;
   /*min-height: 215px;*/
}
.faq-cat .filter-container .filter_box .form-control {
    min-width: 395px;
}
.dp_detail_info .advgb-accordion-body {
   
    padding: 24px 17px 29px!important;
   
}
.wp-block-group .wp-block-advgb-button.is-style-squared .wp-block-advgb-button_link {
    border-radius: 4px !important;
}
.wp-block-advgb-button .wp-block-advgb-button_link {
    display: inline-block;
    text-decoration: none !important;
    background-color: transparent!important;
    color: #010101!important;
    border-color: #fff;
    border-radius: 50px;
    border-radius: 4px!important;
    border: 2px solid #010101!important;
    opacity: 1;
    text-align: center;
    justify-content: center;
    min-width: 189px;
}
.wp-block-advgb-button .wp-block-advgb-button_link:hover {
    color: #fff!important;
    background: #010101!important;
    border-color: #010101 !important;
}
section.image-grid-info.imagelist .card .card-body {
    height: auto!important;
}
.dp_detail_info section {
   padding: 60px 0px 10px;
}

.upcoming-events ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    width: auto !important;
    position: relative;
    border-bottom: 2px solid #D9D9D9;
}
.upcoming-events .nav-tabs .nav-link {
    background: #F0F8EC;
    border-left: 1px solid #D9D9D9!important;
    border-top: 1px solid #D9D9D9!important;
    border-radius: 0px;
    color: #010101 !important;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    border: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9!important;
    border-left: 0;
    background: #E7E7EA;
    min-height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
	min-width:250px;
	padding:20px 30px;
}  
.upcoming-events .nav-tabs .nav-link.active {
    border-bottom: 2px solid #fff!important;
}
.faq-cat.search_box form {
    display: flex;
}
.meeting.reset a {
	float: right;
	margin-top: 0px;
	font-weight: 600;
	font-size: 16px;
	margin-right: 40px;

}
.upcoming-events .nav-tabs>.nav-item {
    width: auto;
    border-bottom: none!important;
    box-shadow: none;
    margin-bottom: -2px;
}
.upcoming-events .tab-content {
    padding-top: 135px;
    padding-bottom:40px;
}
.upcoming-events .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.upcoming-events .nav-tabs {
   /* max-width: 1000px;
    margin: 0 auto;*/
}
.faq-cat .main_wrapper select{padding:11px 60px 11px 11px;}
.upcoming-events .main-tabs.neg-margin {
    padding-top: 98px;
}
.logged-in .tab_stick {
    position: sticky;
    top: 155px;
    z-index: 90;
}
.logged-in .dp_detail_info section {
    padding: 70px 0px 10px;
}

.document-result-list .acc__title {
    position: relative;
    padding: 0px 55px 7px 0px;  
}
.upcoming-events .app .app__main #datepicker .ui-datepicker-header a.ui-datepicker-next:before, 
.upcoming-events .app .app__main #datepicker .ui-datepicker-header a.ui-datepicker-prev:before {
    font-size:0px!important;
}
/*.upcoming-events a.ui-datepicker-prev.ui-corner-all.ui-state-disabled span.ui-icon.ui-icon-circle-triangle-w {
    filter: none!important;
}*/
.acc__title.document-directory-subsection.active .acco_sign img {
    transform: rotate(180deg);
}
.btn .caret {
    margin-left: 0;
    display: none;
}
.btn-group .dropdown-toggle::after{ content:inherit!important;}
.search_box .btn-default {
    color: #333;
    background-color:transparent!important;
    border-color:transparent!important; 
}
.btn-group button {text-align:left;}
.btn-group {
   
    width: 100%;
    text-align: left;
}
.catg-wrap {
    max-width: 340px;
    width: 100%;
} 
.btn-group .btn:hover {
   
    border-color: transparent!important; 
}
h2.pst {
    
    margin-bottom: 30px;
}
.btn-group span.multiselect-selected-text {
    text-wrap: wrap;
    line-height: 16px!important;
    display: block;
}
.advgb-accordion-body section.contact_cards.imagelist {
    padding: 10px 0px 0px;
}
.dropdown-menu.show {
    display: block;
    width: 100%;
}
.multiselect-container>li>a>label {
   color: #2e2d2d;
    font-family: 'Paralucent';
    font-weight: 500;
    font-size: 16px;
} 
.newss_cat{position:inherit!important;} 

a.ui-datepicker-prev.ui-corner-all.ui-state-disabled span.ui-icon.ui-icon-circle-triangle-w {
    filter: contrast(0);
}
#skip-link:focus, #skip-link:focus-visible {
    top: 0;
    background-color: #05668d;
}
#skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    color: #fff;
    padding: 10px;
    z-index: 1000;
    transition: top .3s ease;
}

a:focus, a:focus-within, button:focus, button:focus-visible, button:focus-within {
    outline: 3px auto #0055a5 !important;
    outline-offset: 0;
} 
.month-year-col label {
    display: none;
}

.acco_title_info h3 {
  color: #010101 !important;
  font-size: 22px !important;
}

.card-body p.home-card  {
  line-height: 28px;
  margin: 11px 0px 18px;
  min-height: 55px;
  color: #010101;
  font-size: 30px;
  font-weight: 600;
}
.uai.userway_dark
{
  margin-bottom: 50px;
}

.main_breadcrumb .breadcrumb a,
li.breadcrumb-item.active,
.breadcrumb-item::before
{
    line-height: 45px;
}
p {
    line-height: 1.5em !important;
    font-size: 100% !important;
}
.card-body p.home-card {
    font-size: 30px !important;
    }
.event-list-scroll .selected-date .event-data-text p {
    color: #fff;
}

.top_bar_rs-menu .sub-menu li a:hover {
    
    text-decoration: underline;
}
.headerwrap {
    height: 90px;
    background: #fff;
}

div#userwayAccessibilityIcon {
    bottom: 2rem !important;
    right: 0.5rem !important;
}

.uwaw.main {
    max-width: 250px !important;
}

.uwaw_2-col {
    max-width: 250px !important;

}

#open-skip-link:focus, #open-skip-link:focus-visible {
    top: 0;
    background-color: #05668d;
}
#open-skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    color: #fff;
    padding: 10px;
    z-index: 1000;
    transition: top .3s ease;
    cursor: pointer;

}
.sr-only {
    position: absolute; /* Take it out of the normal document flow */
    width: 1px; /* Shrink it down to minimal size */
    height: 1px; /* Shrink it down to minimal size */
    padding: 0; /* Remove any padding */
    margin: -1px; /* Pull it out of view */
    overflow: hidden; /* Hide any overflowing content */
    clip: rect(0, 0, 0, 0); /* Hide it by clipping */
    white-space: nowrap; /* Prevent text wrapping */
    border: 0; /* Remove any borders */
  }
/* .card:hover h3 {text-decoration: underline !important;}
 */

.carousel-caption p{
    font-size: 30px !important;
    font-family: "Paralucent";
    line-height: 36px;
    color: #ffffff;
    font-weight: 500;
}

.carousel-caption h3{ 
    font-size: 30px !important;
    font-family: "Paralucent";
    line-height: 36px;
    color: #ffffff;
    font-weight: 500;
}
p.date {
    font-size: 20px !important;
    font-family: "Paralucent";
    line-height: 30px;
    color:#142468;
    font-weight: bold;
    text-transform: capitalize;
}
.card-body:hover h3 {
    text-decoration: underline;
  }
  .card-body:focus h3, .card-body:focus-within h3 {
    outline: 3px auto #0055a5 !important;
    outline-offset: 0;
} 
.custocardwrap{
    font-weight: bold;
    color: #142468;
    font-family: "Paralucent";
}
.category-archive{
    padding-top: 25px;
}
.cardlink{
    text-decoration: underline !important;
}
.cardlink:hover {
    color: #00833F;
}
.news-category-link:hover + .stretched-link {
    text-decoration: none; /* Remove underline when hovering over .category */
}
.news-category-link:hover {
    text-decoration: underline !important;
}
.gtranslate_wrapper {
    display: none;
}
.select_language .gtranslate_wrapper {
    display: block;
}

.mobile-traslation {
    margin-right: 15px;
}