.upper {
    text-transform: uppercase;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semi {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.dflex {
    display: flex;
}

.underline {
    text-decoration: underline;
}

.df {
    display: flex;
}

.dfw {
    display: flex;
    flex-wrap: wrap;
}

.rel {
    position: relative;
}

.img-white {
    filter: brightness(0) invert(1);
}

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

.absolute {
    position: absolute;
}

.rotate {
    transform: rotate(180deg);
}

.worksans {
    font-family: 'Work Sans', sans-serif;
}

.lato {
    font-family: 'Lato', sans-serif;
}

:root {
    --blue: #293A4F;
    --yellow: #F8B218;
    --primary: #000000;
}


/* 75 to 65
h2 55 to 50
h5 24 to 20
h4 28 to 24
*/


/* fonts*/

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

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.woff2') format('woff2'), url('../fonts/Calibri-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.woff2') format('woff2'), url('../fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.container {
    max-width: 1250px;
}

img {
    max-width: 100%;
    height: auto;
}

.form-control {
    border: 2px solid #000000;
    border-radius: 3px;
    min-height: 50px;
    background-color: #fff !important;
}

.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.sm-gutters>.col,
.sm-gutters>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}


/*base strcture*/

body {
    color: #000000;
    overflow-x: hidden;
    font-family: 'Work Sans', sans-serif;
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

a:hover {
    text-decoration: none;
}

p {
    line-height: 24px;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
}

.p-lg {
    font-size: 22px;
    line-height: 26px;
}

h1 {
    font-size: 60px;
    color: var(--blue);
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
}

h2 {
    font-size: 40px;
    color: var(--blue);
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Work Sans', sans-serif;
}

h3 {
    font-size: 30px;
    color: var(--blue);
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
}

h4,.headingfour {
    font-size: 24px;
    color: var(--blue);
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
}

h5,.headingfive {
    font-size: 22px;
    color: var(--blue);
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    text-transform: none;
}

h6,.headingsix {
    font-size: 19px;
    color: var(--blue);
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    text-transform: none;
}

.btn_red {
    background: #E91A15;
    color: #ffff;
    font-size: 18px;
    padding: 10px 40px;
    display: inline-block;
}

.btn_red:hover {
    color: #fff;
}

.btn_red img {
    margin-right: 5px;
    max-width: 23px;
}

.blue {
    background: #BBCFDB;
}
.yellow {
    background: #FFB71B !important;
}
.blue h2 {
    color: #293A4F;
}

.btn_sm {
    background: var(--yellow);
    color: #293A4F;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid #293A4F;
}

.btn_sm:hover {
    color: #293A4F;
    background: #8FB0C3;
}

.link_red {
    color: #E91A15;
}

.main_wrapper select {
    min-height: 50px;
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: top 20px right 12px;
    min-width: 130px;
    background-size: 16px;
    color: #000000;
}


/*header*/

.main_header {
    position: fixed;
    background: var(--blue);
    z-index: 99;
    width: 100%;
    box-shadow: 0px 8px 30px #0000001A;
    top: 0px;
}

.main_header ul {
    list-style: none;
    padding: 0px;
}

.main_header .navbar-collapse {
    flex-direction: column;
}

.main_header .container {
    align-items: flex-start;
}

.top_header_cont {
    margin-left: auto;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    align-items: center;
    padding-top: 6px;
}

.select_language {
    display: flex;
    margin: 0px 0px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
    align-items: center;
}

.select_language select {
    background: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*background-image:url(../img/Globe.svg)!important;*/
    background-repeat: no-repeat;
    background-position: right 0px top 4px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}

.select_language select:hover {
    color: #EDB543 !important;
}

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

.select_language select::-ms-expand {
    display: none;
}

.navbar {
    padding-bottom: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
}

.navbar ul {
    list-style: none;
    padding: 0;
}

.navbar .container-fluid {
    align-items: center;
}

.social_media {
    display: flex;
    align-items: center;
}

.social_media ul {
    display: flex;
    margin: 0;
}

.social_media ul li {
    margin-right: 8px;
}

.social_media a {
    padding: 7px 9px;
    display: block;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #8FB0C3;
}

.social_media a img {
    max-width: 16px;
    max-height: 16px;
    min-width: 16px;
    height: auto;
}

.social_media a:hover {
    background: #EDB543;
}

.top_menu {
    display: flex;
}

.top_menu .top_inner_menu {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.top_menu .top_inner_menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 8px 15px;
    display: flex;
    align-items: center;
}

.top_menu .top_inner_menu a::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 1px;
    height: 15px;
    right: 0px;
}

.top_menu .top_inner_menu a:hover {
    color: #EDB543;
}

.top_menu .top_inner_menu ul {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
}

.top_search {
    display: flex;
    position: relative;
    margin-left: 20px;
}

.top_search .form-control {
    min-height: 45px;
    padding: 2px 10px;
    border-radius: 0px;
    max-width: 190px;
    border-color: #EBEBEB;
    height: auto;
    background: #EBEBEB;
}

header .searchbardiv {
    max-width: 200px;
}

.searchbardiv div.asp_m.asp_m_1 {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    margin-top: 5px !important;
}

.searchbardiv .promagnifier {
    margin-right: -3px !important;
    border: 0 !important;
    box-shadow: none !important;
}

.searchbardiv .innericon {
    padding-right: 5px !important;
}

.searchbardiv .probox {
    border: 0 !important;
}

.searchbardiv .innericon:hover {
    background: var(--yellow) !important;
}

div.asp_m.ajaxsearchpro .probox .proinput input {}

.top_search .orig::-webkit-input-placeholder {
    text-transform: uppercase;
}

.top_search .orig:-moz-placeholder {
    text-transform: uppercase;
}

.top_search .orig::-moz-placeholder {
    text-transform: uppercase;
}

.top_search .orig:-ms-input-placeholder {
    text-transform: uppercase;
}

.buttonsearch {
    background: none;
    z-index: 99;
    padding: 3px 10px;
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    font-family: 'League Spartan', sans-serif;
    padding: 8px 12px;
    color: #fff;
}

.buttonsearch img {
    max-width: 20px;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.buttonsearch:hover>img {
    filter: brightness(0) saturate(100%) invert(93%) sepia(11%) saturate(5797%) hue-rotate(150deg) brightness(81%) contrast(78%);
}

.nav_bottom {
    margin-left: auto;
    display: flex;
}

.navbar-nav>li {
    position: relative;
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 13px 15px 15px 15px !important;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
}

.navbar-nav>li:hover>a {
    color: #EDB543;
}

.logo_wrap .navbar-brand {
    box-shadow: 0px 5px 6px #00000029;
    border-radius: 0px 0px 200px 200px;
    background: #fff;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 30px;
}

.navbar-brand img {
    max-width: 160px;
}

.navbar-nav>li>.dropdown-menu {
    min-width: 300px;
    border-radius: 0px;
    padding: 10px 0px;
    text-align: left;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 3px 3px;
    padding-bottom: 0;
}

.navbar-nav>li>.dropdown-menu>li {
    margin-bottom: px;
    position: relative;
}

.navbar-nav>li>.dropdown-menu>li:last-child {
    border-bottom: 0px;
}

.navbar-nav>li>.dropdown-menu a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 4px 20px;
    white-space: normal;
}

.navbar-nav>li>.dropdown-menu a:hover {
    background: #B0C4D0;
}

.navbar-nav>li>.dropdown-menu a:hover:before {
    display: block;
}

.alert-bar {
    background: #EDB543;
    position: fixed;
    width: 100%;
    z-index: -9;
    top: 94px;
    border: 0;
    text-align: center;
    padding: 15px 10px;
    border-radius: 0px;
}

.alert-bar .close {
    position: absolute;
    right: 20px;
    top: 12px;
    opacity: 1;
    color: #293A4F;
}

.alert-bar p {
    margin: 0px;
    color: #203041;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.main_banner {
    position: relative;
    display: flex;
    padding-top: 92px;
}

.main_banner::before {
    background: linear-gradient(180deg, #293A4F00, #293A4F);
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 1;
    display: none;
}

.main_banner .carousel {
    width: 100%;
}

.main_banner .carousel-caption {
    left: 5%;
    top: 40%;
    right: 5%;
    bottom: auto;
    transform: translateY(-50%);
    text-align: left;
}

.main_banner .carousel-caption h1 {
    color: #fff !important;
    font-size: 75px;
    font-weight: 700;
    text-shadow: 0px 3px 6px #00000029;
    letter-spacing: 1.25px;
}

.main_banner .carousel-caption p {
    font-size: 25px;
    font-weight: 700;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
}

.main_banner .carousel-caption h2 {
    letter-spacing: 0.82px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    font-weight: bold;
    font-style: italic;
    font-family: 'Lato', sans-serif;
}

.main_banner .carousel-item img {
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 95px);
    max-height: 800px;
}

.main_banner .carousel-control-next,
.main_banner .carousel-control-prev {
    width: 50px;
    opacity: 1;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    z-index: 9;
    display: none !important;
}

.main_banner .carousel-control-prev {
    left: 3%;
}

.main_banner .carousel-control-next {
    right: 3%;
}

.main_banner .carousel-indicators li {
    width: 16px;
    height: 16px;
    border: 0;
    border-radius: 100px;
    background: #fff;
    opacity: 1;
}

.main_banner .carousel-indicators {
    bottom: 15px;
}

.navBlock {
    justify-content: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 9;
}

.navBlock .navBlock_col {
    margin-bottom: 0px;
    position: relative;
    text-align: center;
}

.navBlock span {
    display: block;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 24px;
}

.navBlock::before {
    content: '';
    background: rgba(41, 58, 79, 0.9);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.navcol {
    padding: 40px 15px;
    width: 20%;
    position: relative;
}

.navcol::after {
    content: '';
    background: #fff;
    width: 1px;
    height: 150px;
    position: absolute;
    right: 0px;
    top: 30px;
}

.navcol:last-child::after {
    display: none;
}

.navcol:hover h4 {
    color: var(--yellow);
}

.navcol:hover img {
    filter: brightness(0) saturate(100%) invert(87%) sepia(23%) saturate(7335%) hue-rotate(349deg) brightness(104%) contrast(94%);
}

.navblock_icon {
    text-align: center;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navblock_icon img {
    max-width: 60px;
}

.site_img_panel {
    padding-top: 60px;
    padding-bottom: 60px;
}

.panel_det_r {
    padding-left: 30px;
}

.panel_det_r h2 {
    position: relative;
}

.panel_det_r h2::after {
    content: '';
    height: 2px;
    width: 240px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.panel_det_r .btn_sm {
    margin-top: 20px;
}

.sm-gutters>.col,
.sm-gutters>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.services .container,
.news_meeting_events .container,
.park-text-cards .container,
.rel_parks_trails .container {
    max-width: 1250px;
}

.park-text-cards {
    padding-bottom: 50px;
}

.map_details .container {
    max-width: 1200px;
}

.title-area {
    margin-bottom: 40px;
}

.title-area h2 {
    font-size: 60px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
}

.title-area p {
    font-weight: 500;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.section-padding {
    padding-top: 70px;
    padding-bottom: 80px;
}

.services {
    background: #BBCFDB;
}

.service-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 40px;
    align-items: center;
    padding-top: 10px;
}

.service-img img {
    border-radius: 100%;
    height: 380px;
    width: 380px;
    object-fit: cover;
    min-width: 380px;
    min-height: 380px;
    object-position: center;
}

.service-btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    max-width: 700px;
}

.blue-btn {
    background: #293A4F;
    min-height: 110px;
    display: flex;
    align-items: center;
    border-radius: 21px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    padding: 20px 40px;
    position: relative;
}

.blue-btn img {
    margin-right: 20px;
}

.blue-btn:hover {
    background: var(--yellow);
    color: #293A4F;
}

.blue-btn:hover img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(50%) saturate(452%) hue-rotate(173deg) brightness(91%) contrast(90%);
}

.blue-btn span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.our_people {
    padding-top: 100px;
    padding-bottom: 100px;
}

.our_people .ppl_col {
    width: 20%;
    padding: 0px 6px;
    margin-bottom: 12px;
}

.ppl_row {
    margin-bottom: 35px;
    justify-content: center;
}

.ppl_box {
    background: var(--blue);
    position: relative;
}

.ppl_box h5 {
    color: #fff;
}

.ppl_box h5 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 4px;
}

.ppl_box p {
    color: #fff;
}

.ppl_box:hover .hover-content {
    display: flex;
}

.ppl_box .ppl_img img {
    width: 100%;
}

.ppl_info {
    padding: 15px;
    text-align: center;
}

.ppl_info p {
    margin-bottom: 5px;
}

.hover-content {
    background: #8FB0C3;
    border-radius: 3px;
    display: none;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 4px;
    padding-right: 4px;
}

.hover-content h5, .hover-content .headingfive {
    color: #000000;
    text-align: center;
}

.hover-content h6,.hover-content .headingsix {
    color: #000000;
    text-align: center;
}

.hover-content .btn_sm {
    min-width: 160px;
    border: 0px;
    margin-bottom: 20px;
    margin-top: 6px;
}

.hover-content .btn_sm:hover {
    background: var(--yellow);
}

.pp_soc-media {
    display: flex;
    padding: 0px;
    justify-content: center;
    list-style: none;
}

.pp_soc-media li {
    margin-right: 15px;
}

.pp_soc-media li a {
    width: 25px;
    height: 25px;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.pp_soc-media li a img {
    max-width: 15px;
    filter: brightness(0) saturate(100%) invert(87%) sepia(3%) saturate(4316%) hue-rotate(173deg) brightness(84%) contrast(78%);
}

.comm_row {
    /*   margin-bottom: 60px;*/
}

.comm_row+.btn-center {
    margin-bottom: 70px;
}

.btn-center .btn_sm {
    min-width: 200px;
    text-transform: uppercase;
}

.our_county {
    padding-top: 60px;
    padding-bottom: 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.our_county .title-area h2 {
    text-shadow: 0px 3px 6px #00000029;
}

.our_county .container {
    max-width: 1000px;
}

.ct_img_number {
    display: flex;
    align-items: center;
    min-height: 67px;
}

.ct_img_number h2 {
    font-weight: 700;
    margin: 0px;
    padding-left: 15px;
}

.suffix_info {
    font-weight: 700;
    font-size: 45px;
    color: var(--blue);
}

.ct_img_number+p {
    padding-left: 20px;
    padding-top: 5px;
    color: #293A4E;
    font-size: 22px;
}

.ct_img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #293A4E;
    border-radius: 100px;
}

.ct_img i {
    font-size: 24px;
    color: var(--blue);
}

.icon_textcards {
    background: #BBCFDB;
    padding: 70px 0px;
    padding-bottom: 60px;
}

.icon_textcards h2 {}

.prj_row {
    justify-content: center;
}

.prj_content {
    background: var(--blue);
    border-radius: 0px 0px 3px 3px;
    height: 100%;
    position: relative;
}

.prj_img img {
    width: 100%;
}

.prj_info {
    padding: 25px 20px;
    padding-bottom: 45px;
}

.prj_info h5,.prj_info .headingfive {
    color: #fff;
}

.prj_info p {
    color: #fff;
}

.prj_info .arrow {
    display: table;
    margin-left: auto;
    margin-top: auto;
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.prj_content:hover {
    background: var(--yellow);
}

.prj_content:hover h5,
.prj_content:hover p,
.prj_content:hover .headingfive {
    color: #293A4F;
}

.prj_content:hover .arrow {
    filter: brightness(0) saturate(100%) invert(19%) sepia(50%) saturate(452%) hue-rotate(173deg) brightness(91%) contrast(90%);
}

.prj_col {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
}

.news_meeting_events {
    background-size: cover;
    padding-bottom: 50px;
}

.nme_box {
    background: #fff;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    box-shadow: 0px 5px 6px #00000029;
}

.home .nme_box {
    max-height: 420px;
    overflow: auto;
}

.nme_title {
    border-radius: 21px 21px 0px 0px;
    background: #293A4F;
}

.home .nme_box .nme_row:last-child {
    border-bottom: 0px;
}

.home .nme_box.newsanc .nme_row:last-child {
    border-bottom: 2px solid #707070;
}

.home .nme_box.newsanc a:last-child .nme_row {
    border-bottom: 0px;
}

.non-event {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.nme_title h5,.nme_title .headingfive {
    color: #fff;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.nme_row {
    display: grid;
    grid-template-columns: 80px auto;
    border-bottom: 2px solid #707070;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    align-items: start;
}

.nme_box>a:last-child .nme_row {
    border-bottom: 0px;
}

.nme_date {
    background: #F8B218;
    color: #293A4F;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 60px;
    padding: 5px;
    line-height: 20px;
    font-size: 18px;
}

.nme_date span {
    display: block;
}

.nme_descr h6,
.nme_descr h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}

.nme_descr p {
    color: #293A4F;
    margin: 0px;
}

.nme_col {
    padding-left: 5px;
    padding-right: 5px;
}

.nme_row:hover .nme_date {
    background: #293A4F;
    color: #fff;
}

.nme_row:hover .nme_descr h6 {
    text-decoration: underline;
}

.category_red {
    background: #F8B218;
    color: #293A4F;
    font-weight: 700;
    grid-column: 2/3;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    justify-self: start;
    padding: 5px 10px;
}

.event-modal .modal-content {
    box-shadow: 0px 3px 6px #00000045;
    border-radius: 3px;
}

.event-modal .modal-dialog {
    -webkit-transform: translate(0, -50%) !important;
    -o-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    top: 50%;
    margin: 0 auto;
}

.event-modal .close {
    position: absolute;
    right: 10px;
    z-index: 9;
    opacity: 1;
}

.event-modal p.address {
    font-size: 18px;
    padding-top: 10px;
}

.event-modal .modal-body {
    padding: 30px;
}

.addeventatc.addtocal {
    color: #0067BC !important;
    box-shadow: none !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: underline !important;
    padding-left: 0px !important;
    background: none !important;
    z-index: 90 !important;
}

.acco_panel .addeventatc.addtocal:hover {
    color: var(--blue) !important;
}

.addeventatc .addeventatc_icon {
    display: none;
}

.event-modal .add_cal_det {
    margin-bottom: 30px;
}

.event-modal .document_era h6 {
    margin-bottom: 15px;
}


/* footer*/

.footer {
    background: var(--blue);
    padding-top: 50px;
    padding-bottom: 40px;
}

.footer ul {
    padding: 0px;
    list-style: none;
    justify-content: center;
    width: 100%;
}

.footer .social_media a:hover img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(51%) saturate(367%) hue-rotate(173deg) brightness(91%) contrast(97%);
}

.foot-menu {
    margin-top: 25px;
}

.foot-menu ul {
    display: flex;
}

.foot-menu ul li a {
    color: #fff;
    font-size: 17px;
    padding: 0px 20px;
    position: relative;
}

.foot-menu ul li a:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 1px;
    height: 16px;
    right: 0px;
    top: 3px;
}

.foot-menu ul li a:hover {
    color: #EDB543;
}

.foot-menu ul li:last-child a::after {
    display: none;
}

.copy_right p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin: 0;
}


/* footer ends*/


/* page builder*/

.gray,
.grey {
    background-color: #F7F7F7;
}

.main_wrapper>section {
    padding: 80px 0px;
}

.main_wrapper {
    padding-top: 170px;
}

.main_wrapper p {
    margin-bottom: 20px;
    margin-top: 0;
}

.main_breadcrumb {
    background: #fff;
    padding-top: 10px;
    margin-bottom: 20px;
}

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

.main_breadcrumb .breadcrumb a {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    position: relative;
}

.main_breadcrumb .breadcrumb a:hover {
    text-decoration: none;
}

.main_breadcrumb .breadcrumb a:hover:after {
    content: '';
    position: absolute;
    bottom: 2px;
    height: 1px;
    background: #EDB543;
    width: 100%;
    left: 0;
}

.main_breadcrumb .breadcrumb li.active {
    color: #293A4F;
    font-weight: bold;
    font-size: 16px;
}

.main_breadcrumb .breadcrumb img {
    vertical-align: unset;
    margin-right: 6px;
}

.main_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    padding-right: 5px;
    color: #000000;
    margin-right: 0px;
}

.main_breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 5px;
}

.main_breadcrumb .container {
    max-width: 100%;
    padding-left: 30px;
}

.page_title {
    padding-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.page_title h1 {
    position: relative;
    z-index: 9;
    display: table;
    padding-bottom: 50px;
}

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

.topTitle h2 {
    color: #101010;
}

.link_text {
    color: #5C6B26;
    font-weight: 700;
    font-size: 15px;
}

.link_text img {
    margin-left: 3px;
    transform: rotate(180deg);
}

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

.generic_middle_block .date {
    color: #000000;
    font-weight: normal;
    font-size: 20px;
}

.general_carousel {
    margin-bottom: 30px;
}

.doc_block {
    display: block;
    color: #0067BC;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    text-decoration: underline;
}

.doc_block img {
    margin-right: 8px;
    max-width: 20px;
}

.doc_block strong {
    font-size: 16px;
    color: #283762;
    margin-right: 10px;
}

.doc_block:hover {
    color: #293A4F;
    text-decoration: underline;
}

.doc_block:hover img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(26%) saturate(772%) hue-rotate(173deg) brightness(94%) contrast(93%);
}

.text-img-wrap {
    background: #293A4F;
    height: 100%;
    border-radius: 3px;
    position: relative;
}

.text-img-wrap:hover {
    background: #F8B218;
}

.text-img-wrap p a {
    color: #fff !important;
}


.text-img-wrap .category {
    background: #8FB0C3;
    font-weight: 600;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    left: 0;
}

.text-img-wrap.no-img {
    padding-top: 30px;
}

.text-img-wrap.no-img .btn_sm {
    /*position: absolute;
    bottom: 20px;*/
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.img_card_block img {
    width: 100%;
}

.img_text_card_col {
    padding: 0px 6px;
    margin-bottom: 15px;
}

.text_card_block {
    padding: 20px 25px;
}

.has-button.text-img-wrap {
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.has-button.text-img-wrap .text_card_block {
    height: 100%;
    padding-bottom: 28px;
}

.has-button.text-img-wrap .btn_sm:last-child {
    position: absolute;
    left: 5%;
    right: 5%;
    display: table;
    width: auto;
    bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.text_card_block p {
    color: #fff;
}

.text_card_block h5, .text_card_block .headingfive,
.text_card_block h4,
.text_card_block h3,
.text_card_block h2,
.text_card_block h6,
.text_card_block li,
.text_card_block .headingfive,
.text_card_block .headingsix,
.text_card_block .headingfour, .text_card_block .doc_block{
    margin-bottom: 15px;
    color: #fff;
}

.text-img-wrap:hover h5,
.text-img-wrap:hover p,
.text-img-wrap:hover h4,
.text-img-wrap:hover h3,
.text-img-wrap:hover h6,
.text-img-wrap:hover li,
.text-img-wrap:hover .headingfive,
.text-img-wrap:hover .headingsix {
    color: #293A4F;
}

.text_card_block .btn_sm {
    font-weight: 700;
    padding: 8px 25px;
    font-size: 14px;
}

.button_block {
    display: flex;
}

.img_button_row {
    justify-content: center;
}

.img_btn_col {
    margin-bottom: 8px;
    padding-left: 7px;
    padding-right: 7px;
}

.img_block {
    position: relative;
    border-radius: 3px;
    height: 100%;
}

.img_block a img {
    border-radius: 3px;
    height: 100%;
    object-fit: cover;
}

.img_block .img_block_title:before {
    background: rgba(0, 0, 0, 1);
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.43;
}

.img_block .img_block_title:hover:before {
    background: rgba(41, 58, 79, 1);
    opacity: 0.95;
}

.img_block .img_block_title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_block .img_block_title h3 {
    color: #fff;
    font-size: 24px;
    position: relative;
    font-weight: 500;
}

.img_block img {
    width: 100%;
}

.right_info_cont {
    background: #F4F4F4;
    box-shadow: 0px 0px 1px #00000029;
    padding: 25px 30px;
    margin-bottom: 10px;
}

.right_info_cont .btn_primary {
    display: inline-block;
}

.form_fill {
    background: #4E453B;
}

.generic_form {
    max-width: 300px;
    margin: 0px auto;
    padding: 10px 30px;
}

.generic_form .form-group label {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.generic_form .form-control {
    background: #fff;
    border-radius: 0px;
    min-height: 50px;
    box-shadow: 0px 0px 6px #00000029;
    border: 1px solid #BABABA;
}

.generic_form .form-check-label {
    color: #fff;
}

.generic_form .btn_blue {
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding: 15px 30px;
    width: 150px;
    margin-top: 20px;
    border: 0px;
    box-shadow: 0;
}

.generic_form h4 {
    color: #fff;
    text-align: left;
}

.generic_form p {
    text-align: left;
    color: #fff;
}

.owl-general {
    position: relative;
    margin: 0px auto;
}

.owl-general .owl-stage {
    display: flex;
}

.owl-general .owl-stage .owl-item {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}

.owl-general .owl-stage .item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.owl-general .owl-carousel .owl-item img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.owl-general .owl-nav button {
    width: 50px;
    height: 60px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background: rgba(255, 255, 255, 0.2);
}

.owl-general .owl-nav button img {
    max-width: 20px;
}

.owl-general .owl-nav .owl-next {
    right: 15px;
}

.owl-general .owl-nav .owl-prev {
    left: 15px;
}

.owl-general .owl-stage-outer {
    margin: auto;
    overflow: hidden;
}

.owl-general .owl-carousel .owl-dot {
    width: 32px;
    height: 1px;
    border-radius: 0;
    margin: 0px 3px;
    background: #4E453B;
}

.owl-general .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
    display: none;
    margin-bottom: 15px;
}

.owl-general .owl-carousel .owl-dot.active {
    background: #4E453B;
    height: 3px;
}

.how_to_cont h2 {
    margin-bottom: 50px;
    position: relative;
    padding-left: 25px;
}

.how_row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.how_row h6 {
    margin-bottom: 0px;
}

.how_row .number {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    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: 25px;
    background: #fff;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border: 3px solid #293A4F;
    color: #293A4F;
}

.how_title {
    font-size: 16px !important;
    font-weight: 600;
    color: #000;
}

strong {
    font-weight: 700;
}

.how_to_cont {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

p.how_title {
    margin-bottom: 5px;
}

.simple_list_col {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 15px;
}

.simple_list_col a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 85px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    border-radius: 21px;
    font-weight: 500;
    padding: 10px;
    background: var(--blue);
    height: 100%;
}

.simple_list_col a:hover {
    background: var(--yellow);
    color: var(--blue);
}

.expanding-grid {
    position: relative;
}

.expand_box {
    border: 1px solid #8EB0C2;
}

.expand_det {
    text-align: center;
    padding: 15px;
    background: #fff;
    position: relative;
}

.expanding-grid .active .expand_det::after {}

.expand_det .headingsix {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    color: var(--blue);
}

.page-id-7527 .expand_det h6 {
    word-break: break-word;
}

.expand_det .headingsix span {
    display: block;
    font-size: 18px;
    color: var(--blue);
    margin-top: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

.expanding-grid .links {
    display: block;
    overflow: hidden;
    padding: 1em 0;
    margin: 0px -5px;
}

.expanding-grid .links>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0px 5px;
    width: 25%;
    list-style: none;
    margin-bottom: 16px;
}

.expanding-grid .links>li>a {
    text-decoration: none;
}

.expanding-grid .links>li.no-content .plus-minus_icon {
    visibility: hidden;
}

.expanding-grid .links>li.no-content a {
    pointer-events: none;
}

.expand_img img {
    width: 100%;
}

.expanding-grid .spacer {
    clear: both;
    display: block;
    margin-bottom: 0px;
}

.expanding-grid .expanding-container {
    clear: both;
    display: none;
    overflow: hidden;
    width: 100%;
    margin-top: -17px;
    border: 1px solid #8EB0C2;
}
.expanding-grid.two .expanding-container {
    margin-top: -40px;
}

.expanding-grid .expanding-container.expanded,
.expanding-grid .expanding-container:target {
    display: block;
}

.expanding-grid .close-button {
    background: url(../img/cancel.png);
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 1;
    overflow: hidden;
    text-decoration: none;
    text-indent: 5em;
    white-space: nowrap;
    width: 25px;
    will-change: opacity;
    z-index: 5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 20px;
    margin-right: 20px;
}

.expanding-grid .close-button.active {
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.expanding-grid .close-button:hover {
    opacity: 0.5;
}

.expand-content {
    padding: 30px 40px 30px 40px;
    margin: auto;
    background: #fff;
}

.plus-minus_icon {
    width: calc(100% + 30px);
    height: 27px;
    margin-left: auto;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expanding-grid .links>li .active .plus-minus_icon img {
    transform: rotate(180deg);
}

.expanding-grid .links>li .active .expand_det {
    border-top: 0px;
    padding-bottom: 25px;
}

.expanding-grid .links>li .active .expand_det::after {
    content: '';
    position: absolute;
    background: #fff;
    height: 5px;
    bottom: -2px;
    left: 0px;
    width: 100%;
    z-index: 9;
}

#conference-timeline {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#conference-timeline .conference-center-line {
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0px;
    left: 50%;
    margin-left: -2px;
    background: #293A4F;
    z-index: 0;
}

.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
}

.timeline-article h5 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
    max-width: 50%;
    width: 100%;
}

.timeline-article .content-left p,
.timeline-article .content-right p {
    max-width: 380px;
}

.timeline-article p span.article-number {
    position: absolute;
    font-weight: 300;
    font-size: 44px;
    top: 10px;
    left: -60px;
    color: #00b0bd;
}

.timeline-article .content-left-container {
    float: left;
    padding-right: 0px;
}

.timeline-article .content-right-container {
    float: right;
    margin-left: auto;
    padding-left: 0px;
}

.timeline-article .circle_yw {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    color: #fff;
    border-radius: 100%;
    background: #fff;
    border: 3px solid #293A4F;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.timeline-article .circle_yw:before {
    content: '';
    background: #293A4F;
    width: 60px;
    height: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 28px;
    z-index: -9;
}

.timeline-article.even .circle_yw:before {
    right: 28px;
    left: auto;
}

.timeline-article .circle_yw::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: #293A4F;
    border-radius: 100px;
    right: -65px;
}

.timeline-article.even .circle_yw::after {
    right: auto;
    left: -65px;
}

.timeline-article.even h5 {
    max-width: 380px;
    margin-left: auto;
}

.timeline-article.no-img .section_img,
.timeline-article.no-img .section_year {
    display: none;
}

.timeline-article .image_year_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.image_year_row .section_year {
    background: #293A4F;
    color: #fff;
    min-width: 95px;
    text-align: center;
    padding: 17px 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    height: 48px;
}

.noimg .section_year {
    display: none;
}

.timeline-article .content-left p {
    margin-left: auto;
}

.timeline-article .content-left {
    text-align: left;
}

.timeline-article .content-right {
    text-align: left;
}

.timeline-article .content-right .section_year {
    margin-left: 0;
}

.timeline-article .circle_yw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.timeline-level-two.inner_img .timeline-inner-left {
    position: relative;
}

.conference-timeline-content {
    max-width: 1200px;
    margin: auto;
}

.timeline-wrap {
    position: relative;
    padding-top: 70px;
}

.timeline-row {
    width: 100%;
}

.timeline-level-one {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.odd.timeline-article .content-right-container {
    padding-left: 90px;
}

.even.timeline-article .content-left-container {
    padding-right: 90px;
}

.timeline-inner-left,
.timeline-inner-right {
    max-width: 50%;
    width: 100%;
    position: relative;
}

.timeline-level-two {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.timeline-inner-left {
    text-align: right;
    padding-right: 60px;
}

.timeline-inner-right {
    text-align: left;
    padding-left: 60px;
    position: relative;
}

.section_img {
    max-width: 430px;
    margin-left: auto;
}

.img_right .section_img {
    margin-right: auto;
    margin-left: 0;
}

.inner_img .timeline-inner-right {
    text-align: right;
}

.inner_img .timeline-inner-right img {
    max-width: 500px;
}

.timeline-level-two .circle_yw {
    border-color: #097969;
    background: #1E9D8B;
    top: 0px;
    transform: none;
}

.two-left .circle_yw:after {
    content: '';
    width: 60px;
    height: 3px;
    background: #097969;
    position: absolute;
    right: 0;
    top: 12px;
    z-index: -1;
    display: block !important;
    border-radius: 0px;
}

.two-right .circle_yw:after {
    content: '';
    width: 60px;
    height: 3px;
    background: #097969;
    position: absolute;
    right: -40px;
    top: 12px;
    display: block !important;
    border-radius: 0px;
    z-index: -1;
}

.contact_col {
    padding: 0px 6px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cont_inner {
    padding: 20px 30px;
    min-height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cont_inner h5,.cont_inner .headingfive {
    color: #fff;
    font-weight: 600;
    font-size: 19px !important;
}

.cont_inner h5 span {
    display: block;
    font-weight: 500;
    margin-top: 5px;
}

.contact_box {
    background: var(--blue);
    border-radius: 3px;
    height: 100%;
}

.contact_box .cont_img img {
    width: 100%;
}

.contact_box p{
    margin-bottom: 5px;
    color: #fff;
}

.contact_box a {
    color: #fff;
}

.contact_box a:hover{
    color: #fff;
   
}

.tel_em_fax {
    margin-top: 15px;
}

.tel_em_fax strong {
    color: #fff;
    font-weight: 600;
}

.tel_em_fax a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
    margin: 0px 5px 5px 5px;
}

.tel_em_fax a[href^="mailto:"] {
    word-wrap: break-word;
}

.tel_em_fax a:hover,
.cont_inner>a:hover p,
.cont_inner>h5 a:hover p {
    color: var(--yellow);
}

.tel_em_fax p {
    margin-bottom: 0px;
}

.maintitle {
    margin-bottom: 50px;
}

.main-service {
    background: var(--blue);
    padding: 60px 0px 80px 0px;
}

.main-service h2 {
    color: #fff;
    text-align: center;
}

.icon_buttons_row {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.button_ico_box {
    padding: 25px 25px;
    background: var(--blue);
    border-radius: 20px;
    display: grid;
    grid-template-columns: 60px auto;
    height: 100%;
}

.button_ico_box:hover {
    background: #F8B218;
}

.button_ico_box:hover h4,
.button_ico_box:hover p {
    color: #293A4F;
}

.button_ico_box:hover .img_icon {
    border-color: #293A4F;
}

.button_ico_box:hover .img_icon img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(16%) saturate(1604%) hue-rotate(173deg) brightness(94%) contrast(85%);
}

.button_ico_box img {
    max-width: 100px;
}

.button_ico_box h4 {
    color: #fff;
    padding-top: 10px;
    margin-bottom: 10px;
}

.button_ico_box p {
    color: #fff;
}

.button_ico_box .img_icon {
    width: 50px;
    height: 50px;
    border: 1px solid #F8B218;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.button_ico_col {
    padding: 0px 8px;
    margin-bottom: 16px;
}

.allBtn {
    text-align: center;
    margin-top: 40px;
}

.middle_wrap {
    position: relative;
}

.sidebar_info {
    box-shadow: 0px 3px 6px #00000029;
    padding: 40px 25px;
    max-width: 300px;
}

.sidebar_info h4 {
    border-bottom: 2px solid #716558;
    padding-bottom: 3px;
    margin-bottom: 15px;
}

.sidebar_info a {
    color: #006738;
}


/* calendar meeting starts*/

.meeting-wraper .tab-content {
    background: #BBCFDB;
}

.main-tabs .nav-tabs {
    border-bottom: 2px solid #000000;
    justify-content: center;
}

.main-tabs .nav-tabs li a {
    background: #293A4F;
    border: 2px solid #000000 !important;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 30px;
    min-width: 220px;
    text-align: center;
    border-radius: 0;
    border-bottom: 0px !important;
    position: relative;
}

.main-tabs .nav-tabs li a.active {
    background: #BBCFDB;
    color: #000000;
}

.main-tabs .nav-tabs li a.active::after {
    content: '';
    position: absolute;
    background: #BBCFDB;
    height: 2px;
    bottom: -1px;
    left: 0px;
    width: 100%;
    z-index: 9;
}

.main-tabs .nav-tabs li:first-child a {
    border-top-left-radius: 21px;
}

.main-tabs .nav-tabs li:last-child a {
    border-top-right-radius: 21px;
}

.meeting-content {
    padding: 60px 0px;
}

.title-row {
    margin-bottom: 40px;
}

.title-row h2 {
    text-align: center;
}

.accordion_era {
    margin-bottom: 60px;
}

.filterWrap-meet {
    margin-bottom: 35px;
}

.catg-wrap {
    padding-left: 5px;
}

.month-year-col {
    display: flex;
}

.month-year-wrap select {
    margin-right: 6px;
    min-width: 130px;
}

.catg-wrap select {
    min-width: 300px;
}

.catg-wrap .reset {
    padding-top: 5px;
}

.catg-wrap .cat-selct form {
    margin-bottom: 0px;
}

label.title {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}

.reset a {
    font-weight: 500;
}

.month-year-col {
    display: flex;
}

.month-year-col select {
    margin-right: 6px;
    min-width: 130px;
}

.back_next_posts {
    display: flex;
    /* justify-content: space-between;*/
    align-items: center;
    margin-bottom: 20px;
}

.back_next_posts a {
    font-size: 19px;
    font-weight: 500;
}

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

.pst {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.back_next_posts h3 {}

.container-sm {
    max-width: 1000px !important;
}

.meeting-wraper .pagination {
    padding-top: 0px;
}

.meeting-wraper .accordion_era {
    margin-bottom: 0px;
}

.main_acco_title {
    display: flex;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.main_acco_title .date_meet {
    background: #9AB7C8;
    min-width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
    opacity: 0.9;
}

.main_acco_title .acco_title_info {
    flex-grow: 1;
    padding: 15px 20px;
}

.main_acco_title .acco_title_info h5,.main_acco_title .acco_title_info .headingfive {
    margin: 0px;
}

.main_acco_title .acco_title_info p {
    margin: 0px;
    font-size: 18px;
}

.main_acco_title .accosign {
    position: absolute;
    top: 25px;
    right: 25px;
}

.main_acco_title .accosign img {
    max-width: 18px;
}

.main_acco_title.active .accosign img {
    transform: rotate(180deg);
}

.main_acco_title .canel-info {
    color: #293A4F;
    font-weight: bold;
    font-size: 20px;
    margin-right: 60px;
    margin-top: 24px;
}

.main_acco_title:hover {
    background: var(--blue);
}

.main_acco_title:hover h5,
.main_acco_title:hover p,
.main_acco_title:hover .canel-info {
    color: #fff;
}

.acco_panel {
    display: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0px 3px 6px #00000029;
    background: #fff;
    padding: 25px;
}

.acco_panel h6 {
    color: #000000;
}

.acco_panel h5+h6 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 15px;
}

.acco_panel p.address {
    font-size: 18px;
}

.acco_panel p.address.add_loc {
    margin-bottom: 0px;
}

.acco_panel .document_era {
    margin-top: 35px;
    margin-bottom: 20px;
}

.acco_panel .document_era h6 {
    margin-bottom: 20px;
    color: #000000;
}

.acco_panel .document_era .doc_block {
    text-decoration: none;
}

.acco_panel .document_era .doc_block:hover {
    text-decoration: underline;
}

.acco_panel h6.cancl {
    color: #293A4F;
    font-weight: 500;
    text-transform: uppercase;
}

.accordion_block {
    margin-bottom: 20px;
}

.from-to-filter {
    display: flex;
    margin-bottom: 50px;
}

.from-to-filter select {
    margin-right: 6px;
    width: 130px;
}

.evt_ftr .form-group {
    margin-bottom: 6px;
}

.evt_top_sc_ftr {
    display: grid;
    max-width: 90%;
    grid-template-columns: 1.5fr 1.2fr;
    grid-column-gap: 30px;
    margin-bottom: 60px;
}

.evt_lst_row {
    display: flex;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;
    grid-template-columns: 1fr 1.6fr;
    background: #fff;
    align-items: center;
    min-height: 200px;
}

.evt_lst_row:hover {
    background: var(--blue);
    â‚¬;
}

.evt_lst_row:hover h3,
.evt_lst_row:hover p,
.evt_lst_row:hover h6,
.evt_lst_row:hover .post-slide h5,
.evt_lst_row:hover h4,
.evt_lst_row:hover h3 a {
    color: #fff;
}

.evt_lst_row:hover .evt_desc h6 span::before {
    background: #fff;
}

.evt_lst_row_wrap {
    margin-bottom: 20px;
}

.evt_lst_row_wrap.noimg .evt_img_sec {
    display: none;
}

.evt_lst_row_wrap.noimg .evt_lst_row {
    grid-template-columns: auto;
    padding-left: 40px;
}

.evt_img_sec {
    width: 40%;
    overflow: hidden;
}

.evt_img_sec img {
    min-height: 250px;
    object-fit: cover;
    min-width: 370px;
    height: auto;
}

.evt_desc {
    padding: 20px;
    width: 60%;
}

.evt_desc h6 {
    color: #000;
}

.evt_desc h6 span {
    font-weight: normal;
    position: relative;
}

.evt_desc h6 span::before {
    content: '';
    width: 2px;
    height: 16px;
    background: #000000;
    display: inline-block;
    margin-left: 10px;
    margin-right: 11px;
    position: relative;
    top: 2px;
}

.evt_desc p {
    font-size: 18px;
    font-weight: 500;
}

.evt_desc h4 {
    font-size: 16px;
    font-weight: normal;
}

.post-slide {
    border-right: 1px solid var(--yellow);
}

.evt_sidebar .post-slide {
    border: 0px;
    position: relative;
}

.evt_sidebar .post-slide:after {
    content: '';
    position: absolute;
    background: var(--yellow);
    height: 45px;
    width: 1px;
    top: 0px;
}

.slider-evt .owl-stage-outer {
    padding: 0px 7px;
}

.evt_sidebar .owl-stage-outer {
    padding-top: 200px;
    margin-top: -200px;
    padding-bottom: 200px;
    margin-bottom: -200px;
}

.post-slide h5 {
    font-size: 18px;
    text-align: center;
}

.post-slide h5 span {
    font-weight: bold;
    display: block;
    font-size: 12px;
}

.slider-evt .owl-prev {
    position: absolute;
    left: -10px;
    top: 40%;
    transform: translateY(-50%);
    background-image: url(../img/arrow-left-yellow.svg) !important;
    width: 20px;
    height: 25px;
    background-repeat: no-repeat !important;
    background-size: 13px !important;
}

.slider-evt .owl-prev span {
    font-size: 0px;
}

.slider-evt .owl-next {
    position: absolute;
    right: -15px;
    top: 40%;
    transform: translateY(-50%);
    background-image: url(../img/arrow-right-yellow.svg) !important;
    width: 20px;
    height: 25px;
    background-repeat: no-repeat !important;
    background-size: 13px !important;
}

.slider-evt .owl-next span {
    font-size: 0px;
}

.slider-evt .owl-dots {
    display: none;
}

.pagination {
    padding-top: 50px;
}

.resull_filter .pagination {
    padding-top: 0px;
}

.event_dt_img {
    margin-bottom: 30px;
}

.event_dt .container {
    max-width: 1300px;
}

.event_dt_img.img-smaller {
    /* float: left;*/
    margin-right: 20px;
}

.single-event .page-title {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px;
}

.event_dt_img>img {
    max-height: 430px;
    width: 100%;
    object-fit: cover;
}


/* 404 page start */

.no-found-info {
    padding: 50px 0px 120px 0px;
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.no-found-info h3 {
    margin-bottom: 50px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
}

.no-found-info .larger-text {
    font-weight: bold;
    font-size: 200px;
    margin-bottom: 00px;
    color: var(--blue);
    line-height: 200px;
    padding-bottom: 0px;
    font-weight: 800;
}

.no-found-info .btn_sm {
    min-width: 190px;
    padding: 9px 22px;
    font-size: 17px;
}


/* 404 end*/


/* result page start*/

.main_search_content {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--blue);
    padding: 25px 0px;
}

.main_search_content .search_box .btn {
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.main_search_content .search_box {
    max-width: 100%;
    margin-bottom: 0;
}

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

.main_search_content h5 {
    margin-right: 15px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
}

.search_box {
    margin-bottom: 15px;
    max-width: 450px;
}

.search_box .form-control {
    border: 2px solid #000;
    box-shadow: none;
    border-radius: 3px;
    color: #000;
}

.search_box .form-control::-webkit-input-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.search_box .form-control:-moz-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.search_box .form-control::-moz-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.search_box .form-control:-ms-input-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.search_box .btn {
    background: var(--yellow);
    border-radius: 3px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    z-index: 9;
    border: 2px solid #000;
    border-left: 0px;
}

.search_box .btn img {
    max-width: 30px;
}

.main_search_content .search_box .form-control {
    border: 0;
}

.resultmain {
    padding: 20px 0px 20px 0px;
}

.result_row {
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px #00000029;
    border-radius: 3px;
}

.result_row>a {
    padding: 0px 40px 20px 40px;
    display: block;
}

.doc_dir_row .result_row {
    padding: 0px 40px 20px 40px;
}

.result_row:hover {
    background: var(--blue);
}

.result_row:hover h5,
.result_row:hover p {
    color: #fff;
}

.result_row:hover .doc_block {
    color: #fff;
}

.result_row:hover .doc_block img {
    filter: brightness(0) invert(1);
}

.result_row .rsltBody {
    padding-top: 25px;
}

.result_row .rsltBody h5 {
    font-weight: bold;
    font-size: 16px;
}

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

.filter_block {
    margin-top: 60px;
}

.filter_block .form-group {
    margin-bottom: 12px;
}

.rslt_txt {
    background: #8FB0C39A;
    padding: 60px 0px;
    margin: auto;
}

.rslt_txt .container {
    max-width: 1100px;
}

.rslt_txt .acc__panel {
    padding: 20px 30px;
}

.rslt_txt h2 {
    font-weight: 400;
}

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

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

.filterBlocks {
    padding-left: 5px;
}

.re_category {
    background: #BCD0DB;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    min-width: 300px;
    text-align: center;
    text-transform: capitalize;
}

.rst_title h1 {
    padding-bottom: 0px;
}

.more-title h2 {
    color: #000;
    font-weight: 400;
}

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

.resultWraper .re_category {
    min-width: 240px;
}

.resultWraper .searchFilterBlock {
    padding-top: 50px;
}

.signup-alerts {
    background: #8FB0C39A;
    padding: 40px 0px;
    border-radius: 21px;
}

.signup-alerts .generic_form-news {
    max-width: 80%;
    margin: auto;
}

.signup-alerts p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.signup-alerts form {
    display: grid;
    grid-template-columns: auto 200px;
    max-width: 90%;
}

.signup-alerts .large {
    border: 1px solid #809EB1;
    border-radius: 4px;
    min-height: 50px;
    text-transform: capitalize;
}

.gform_footer .gform_button {
    background: var(--yellow);
    color: #293A4F;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid #293A4F;
    text-transform: uppercase;
    min-width: 180px;
}

.gform_footer .gform_button:hover {
    color: #293A4F;
    background: #8FB0C3;
}

.signup-alerts .gform_button {}

.event_dt {
    padding-bottom: 100px;
}

.evt_sidebar {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;
    border-top: 20px solid #EDB543;
    padding: 25px 20px 40px 25px;
    background: var(--blue);
}

.evt_sidebar .slider-evt .owl-next,
.evt_sidebar .slider-evt .owl-prev {
    top: 50%;
}

.evt_sidebar .category_red {
    background: none;
    color: #FFF;
    font-size: 20px;
    padding: 0;
}

.evt_sidebar .addeventatc.addtocal {
    color: #FFF !important;
    text-transform: none;
    text-decoration: none !important;
    font-weight: normal !important;
}

.evt_sidebar .post-slide .addeventatc.addtocal {
    text-align: center;
    font-size: 14px !important;
    padding: 6px 2px !important;
    width: 100%;
}

.evt_sidebar .post-slide .addeventatc.addtocal:hover {
    text-decoration: underline !important;
}

.evt_sidebar h3,
.evt_sidebar p {
    color: #fff;
}

.evt_sidebar h4.loc_name {
    color: #fff;
}

.evt_sidebar .slider-evt {
    margin-bottom: 10px;
    margin-top: 15px;
}

.evt_sidebar .post-slide h5 {
    color: #fff;
    min-height: 40px;
}

.evt_sidebar .address {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 33px;
}

.evt_sidebar .address:hover {
    color: #EDB543;
}

.evt_sidebar h6.prc_info {
    font-weight: 600;
    font-size: 22px;
}

.evt_sidebar h6 {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}

.evt_sidebar .evt_type {
    font-weight: normal;
    padding-top: 10px;
    font-size: 22px;
}

.evt_sidebar h3 {
    margin-bottom: 0px;
}

.evt_type {
    margin-bottom: 20px;
}

.event_left .btn_sm {
    min-width: 200px;
    margin-top: 20px;
}

.event_left p strong {
    font-weight: 500;
}

.event_left .carousel {
    margin-bottom: 25px;
}


/* news page */

.page-title {
    margin-bottom: 30px;
}

.page-title h1 {
    color: #000000;
}

.news_sec_row {
    margin-bottom: 60px;
}

.news_img_info {
    position: relative;
    height: 100%;
}

.news_img_info::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(0, 0, 0, 0.43);
}

.news_img_info img {
    min-height: 450px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.news_dt_title {
    position: absolute;
    bottom: 20px;
    left: 40px;
    right: 40px;
    /* max-width: 500px;*/
    ;
}

.news_dt_title h2 {
    color: #fff;
    font-size: 60px;
}

.news_dt_title p {
    color: #fff;
    font-weight: bold;
}

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

.news_dt ul li {
    color: #fff;
    font-size: 19px;
    margin-right: 20px;
    position: relative;
}

.news_dt ul li::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 1px;
    height: 15px;
    right: -10px;
    top: 8px;
}

.news_dt ul li:last-child::after {
    display: none;
}

.date-category {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.date-category .dt_info,.cat_info {
    font-weight: normal;
        font-size: 19px;
}

.news_sec_bk {
    padding: 10px 15px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.home .news_sec_bk {
    border-top: 0px;
    border-bottom: 5px solid #293A4F;
}

.news_sec_bk h5 {
    font-weight: normal;
    color: var(--blue);
}

.news_sec_bk p {
    margin-bottom: 10px;
}

.news_sec_bk:hover {
    background: var(--yellow);
    border-color: #293A4F;
}

.newsSearchEra {
    padding-top: 50px;
    padding-bottom: 60px;
}

.newsSearchEra h2 {
    font-weight: 400;
}

.newsSearchEra .top-title {
    margin-bottom: 40px;
}

.search_filter_title .search_block {
    max-width: 280px;
    margin-bottom: 15px;
}

.search_filter_title .filter_box {
    padding-right: 5px;
    width: 145px;
    position: relative;
}

.search_filter_title .filter_box.col-one {
    width: 45%;
}

.search_filter_title .reset {
    padding-top: 6px;
}

.search_filter_title .filter_box.col-three .reset {
    text-align: right;
    margin-right: -70px;
    margin-top: -22px;
}

.newsSort {
    margin-left: auto;
}

/*.nsRight {
    display: flex;
    margin-top: auto;
    margin-bottom: 20px;
}*/
.nsRight {
    display: flex;
    position: relative;
}

.nsRight select {
    min-width: 320px;
}

.newsInRow {
    margin-bottom: 20px;
}

.newsimg img {
    width: 100%;
}

.news_lst_row {
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 21px;
    margin-bottom: 15px;
}

.news_lst_row .newsimg img {
    border-radius: 21px 0px 0px 21px;
}

.news_lst_row:hover {
    background: var(--blue);
}

.news_lst_row:hover .headingsix,
.news_lst_row:hover p,
.news_lst_row:hover .headingfive {
    color: #fff;
}

.news_lst_row.noimg .newsinfo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.news_lst_row.noimg .news_category {
    border-radius: 21px 21px 0px 0px;
}

.news_category {
    background: #8FB0C3;
    color: #000;
    font-weight: bold;
    border-radius: 0px 21px 0px 0px;
    padding: 5px 20px;
    text-transform: uppercase;
}

.newsbody_inner {
    padding: 20px;
}

.newsbody_inner h6 {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 15px;
}


/* news ends*/


/* department directory*/

.dp-directory {
    padding-bottom: 80px;
}

.searchFilterBlock .search_box,
.searchFilterBlock .form-group {
    margin-bottom: 6px;
}

.searchFilterBlock .btn_sm {
    min-width: 200px;
    margin-top: 15px;
}

.acc__card {
    margin-bottom: 8px;
}

.acc__title {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;
    display: flex;
    align-items: center;
    min-height: 55px;
    padding: 10px 30px;
    background: #fff;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
}

.acc__title span.headingsix {
    margin: 0px;
    color: #000;
    font-size: 19px;
}

.acc__title .acco_sign {
    position: absolute;
    right: 15px;
    top: 10px;
}

.acc__title .acco_sign img {
    max-width: 20px;
}

.acc__title:hover {
    background: #293A4F;
}

.acc__title:hover h6 {
    color: #fff;
}

.acc__title.active .acco_sign img {
    transform: rotate(180deg);
}

.acc__panel {
    display: none;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 40px 20px;
    background: #fff;
}

.acc__panel p strong {
    font-weight: 500;
}

.acc__panel .document_era {
    padding-top: 5px;
    margin-bottom: 30px;
}

.acc__panel .document_era h6 {
    color: #000;
    margin-bottom: 20px;
}

.acc__panel .document_era .doc_block {
    color: var(--blue);
}

.dp_info_row,
.svc_info_row {
    margin: 0px;
}

.sv_empty .right_col {
    display: none;
}

.sv_empty .left_col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.acc__panel .button_list {
    padding: 30px 0px;
}

.acc__panel .button_list+.document_era {
    padding-top: 20px;
}

.acc__panel .wp-block-advgb-accordions {
    margin-bottom: 20px;
}

.loc_info {
    padding-top: 10px;
}

.acc__panel .loc_info {
    padding-top: 0px;
}

.loc_info h6 {
    margin-bottom: 15px;
}

.loc_info .btn_sm {
    margin-top: 10px;
}

.dp_cont_info {
    border-left: 3px solid #EDB543;
    padding-left: 30px;
}

.dp_cont_info.no_border {
    border-left: 0px;
    padding-left: 0px;
}

.dp_cont_info.no_border .dp_soc_media {
    padding-left: 30px;
}

.dp_inner_info {
    border-left: 3px solid #EDB543;
    padding-left: 30px;
    padding-bottom: 0px;
}

.dp_cont_info p {
    font-size: 19px;
}

.dp_cont_info p a {
    color: #0067BC;
    text-decoration: underline;
    font-weight: normal;
}

.dp_cont_info h6 {
    margin-bottom: 20px;
}

.cont_info {
    margin-bottom: 20px;
}

.cont_info p {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
}

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

.dp_soc_media ul li {
    margin-right: 3px;
}

.dp_soc_media ul li a {
    width: 40px;
    height: 40px;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.dp_soc_media ul li a:hover {
    background: #F8B218;
}

.ser-directory {
    padding-bottom: 80px;
}

.blue_box {
    /*
    background: #8FB0C398;
    padding: 30px 35px;*/
    ;
}

.directoryWrap {
    padding-bottom: 80px;
}

.center-text-info {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px;
    margin-bottom: 60px;
}

.center-text-info p strong {
    font-weight: 500;
}

.center-text-info h2 {
    text-align: center;
}

.directoryWrap .search_box {
    margin-bottom: 15px;
}

.directoryWrap .searchFilterBlock {
    padding-top: 70px;
}


/* contact*/

.contact_content {
    background: var(--blue);
    display: flex;
    padding: 40px 30px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    height: 100%;
}

.contact_content p {
    color: #fff;
    font-size: 19px;
    line-height: 30px;
}

.contact_content p a {
    color: #fff;
    text-decoration: underline;
}

.contact_content p a:hover {
    color: #EDB543;
}

.contact_content h3 {
    color: #fff;
    margin-bottom: 25px;
}

.contact_content .icon_sm {
    margin-bottom: 10px;
}

.contact_content .hours_info p:not(.h-title) {
    margin-bottom: 0px;
}

.contact_content .hours_info p.h-title {
    margin-bottom: 10px;
}

.cont-top {
    margin-bottom: 40px;
}

.con_map {
    height: 100%;
}

.con_map img {
    height: 100%;
    object-fit: cover;
}

.con_map .acf-map {
    height: 580px;
}

.contact-form {
    background: #BBCFDB;
}

.form-content {
    padding: 40px;
}

.form-content h2 {
    margin-bottom: 30px;
}

.contact-btns {
    padding-top: 60px;
    padding-bottom: 80px;
}

.contact-btns .row {
    justify-content: center;
}

.contact-btns .topTitle h2 {
    color: var(--blue);
}


/* projects*/

.main_proj_info {
    position: relative;
    margin-bottom: 70px;
}

.main_proj_info .prj-info {
    position: absolute;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;
    background: #fff;
    max-width: 380px;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}

.no_img.main_proj_info .prj-info {
    position: static;
    transform: none;
}

.main_proj_info .prj_img {
    height: 700px;
    object-fit: cover;
    width: 100%;
}

.dep_contact {
    background: var(--blue);
    color: #fff;
    padding: 40px 30px;
}

.dep_contact h3 {
    color: #fff;
    margin-bottom: 20px;
}

.dep_contact p {
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 10px;
}

.dep_contact p a {
    text-decoration: underline;
    color: #fff;
}

.dep_contact p a:hover {
    color: #EDB543;
}

.overview_info {
    padding: 40px 30px;
}

.overview_info h3 {
    margin-bottom: 20px;
    font-weight: 400;
}

.main_tabs .nav-tabs {
    border: 0;
    justify-content: center;
    background-color: #BCD0DB;
}

.main_tabs .nav-tabs li a {
    font-size: 21px;
    color: var(--blue);
    font-weight: 500;
    border: 0 !important;
    border-radius: 0px;
    padding: 17px 20px;
    position: relative;
    text-transform: uppercase;
}

.main_tabs .nav-tabs li a.active {
    background: var(--blue);
    color: #fff;
}

.main_tabs .nav-tabs li a:hover {
    background: var(--blue);
    color: #fff;
}

.main_tabs .nav-tabs li a::after {
    content: '';
    position: absolute;
    background: var(--blue);
    width: 2px;
    height: 15px;
    right: 0;
    top: 25px;
}

.main_tabs .nav-tabs li:last-child a::after {
    display: none;
}

.proj_tabs .container {
    max-width: 1100px;
}

.proj_timeline .container {
    max-width: 1100px;
}

.pr_tab_content {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pr_tab_content h2 {
    margin-bottom: 20px;
}

.title-left {
    margin-bottom: 30px;
}

.map_row .search_box {
    margin-bottom: 15px;
}

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

.map_details {
    padding: 80px 0px;
    width: 100%;
}

.map_details .card_img img {
    height: 210px;
    object-fit: cover;
    width: 100%;
}

.main_card {
    background: var(--blue);
    height: 100%;
    border-radius: 3px;
}

.main_card:hover {
    background: var(--yellow);
}

.main_card:hover h5,
.main_card:hover p {
    color: var(--blue);
}

.main_card:hover .amt_row ul li {
    background: var(--blue);
}

.main_card:hover .amt_row ul li img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(27%) saturate(4273%) hue-rotate(349deg) brightness(107%) contrast(94%);
}

.main_card_col {
    padding: 0px 8px;
    margin-bottom: 15px;
}

.card_content {
    padding: 25px;
}

.card_content h5 {
    color: #fff;
    margin-bottom: 10px;
}

.card_content p {
    color: #fff;
}

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

.amt_row ul li {
    width: 44px;
    height: 44px;
    border-radius: 100px;
    background: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.alert-parks {
    background: var(--yellow);
    border: 1px solid #293A4F;
    border-radius: 21px;
    padding: 40px;
    max-width: 90%;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

.alert-parks p {
    font-weight: 500;
    color: #000;
}

.alert-parks h3 {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

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

.park_row {
    position: relative;
    margin-bottom: 50px;
}

.park_row iframe {
    max-width: 100%;
}

.park_row .park_map {
    padding: 0px;
    width: 36%;
}

.park_row .park_map iframe {
    height: 550px;
}

.park_row .park_img {
    padding: 0px;
    width: 64%;
    padding-left: 30px;
}

.map_park_info {
    background: var(--blue);
    border-radius: 3px;
    padding: 30px;
    margin-top: 20px;
    padding-left: 40px;
}

.map_park_info p {
    font-size: 19px;
    color: #fff;
}

.map_park_info p a {
    color: #fff;
    text-decoration: none;
}

.map_park_info p a:hover {
    text-decoration: underline;
    color: #fff;
}

.map_park_info p img {
    margin-right: 15px;
    max-width: 28px;
}

.park_detail_img .carousel-item img {
    height: 530px;
    object-fit: cover;
}

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

.pk_amen_rent h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.pk_amen_rent .amt_row ul li {
    margin-right: 7px;
}

.pk_amen_rent .amt_row ul li img {
    min-width: 25px;
}

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

.title-center {
    margin-bottom: 40px;
}

.title-center h2 {
    font-weight: normal;
}

.dp_detail_info .title-center {
    margin-bottom: 30px;
}

.evt-category {
    border-radius: 3px 3px 0px 0px;
    background: #8FB0C3;
    color: #293A4F;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 500;
}

.img_mt_block img {
    width: 100%;
}

.mt-img-wrap {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;
    height: 100%;
}

.text_mt_block {
    padding: 15px 30px;
}

.text_mt_block h6 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.text_mt_block p {
    color: var(--blue);
}

.mt-img-wrap:hover {
    background: #293A4F;
}

.mt-img-wrap:hover h5,
.mt-img-wrap:hover h6,
.mt-img-wrap:hover p {
    color: #fff !important;
}

.park-text-cards .text_mt_block p {
    color: #000;
}

.img_mt_block img {
    width: 100%;
}

.mt_img_col {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 15px;
}

.center-btn {
    padding-top: 30px;
}

.center-btn a {
    min-width: 200px;
}

.rel_parks_trails {
    padding: 50px 0px;
}

.dp_detail_info section {
    /*    padding: 50px 0px;*/
    padding: 20px 0px;
}

.dp_detail_info .img_text_card .container {
    padding-left: 5px;
    padding-right: 5px;
}

.dp_detail_info>.wp-block-group.grey,
.dp_detail_info>.wp-block-group.gray,
.dp_detail_info>.wp-block-group.blue {
    padding-left: 30px;
    padding-right: 30px;
}

.dp_detail_info .wp-block-group:not(.gray,
.blue)+.wp-block-group:not(.gray,
.blue) {
    padding-top: 0px;
}

.dp_detail_info .wp-block-group.grey {
    padding-top: 30px !important;
}

.dp_detail_info .wp-block-group.grey+p {
    padding-top: 20px;
}

.dp_detail_info .wp-block-group.grey+.wp-block-group:not(.grey) {
    padding-top: 30px !important;
}

.dp_detail_info .wp-block-group.gray,
.dp_detail_info .wp-block-group.grey,
.dp_detail_info .wp-block-group.blue {
    padding-left: 30px;
    padding-right: 30px;
}

.dp_detail_info .contact_box {
    height: 100%;
}

.dp_detail_info section {}

.dp_detail_info .howto {
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 30px;
}

.dp_detail_info .how_to_cont {
    max-width: 100%;
}

.how_to_cont .wp-block-button {
    margin-bottom: 12px;
}

.sidebar_box {
    box-shadow: 0px 4px 8px #00000029;
}

.dept-contact {
    background: var(--blue);
    padding: 40px;
    text-align: center;
}

.dept-contact h4 {
    color: #fff;
    font-weight: 600;
}

.dept-contact h4 span {
    display: block;
    font-weight: 500;
    margin-top: 5px;
}

.dept-contact h6 {
    color: #fff;
    margin-bottom: 8px;
}

.dept-contact h6+.hours-dp {
    padding-top: 0px;
}

.dept-contact p a[href^="tel:"] {
    display: block;
}

.dept-contact h3 {
    color: #fff;
    margin-bottom: 20px;
}

.dept-contact p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.dept-contact p a {
    color: #fff !important;
    text-decoration: underline;
}

.dept-contact address a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.dept-contact p a:hover,
.dept-contact address a:hover {
    color: #EDB543 !important;
}

.dept-contact .soc-media li img {
    max-width: 23px;
}

.soc-media {
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.soc-media li {
    margin-right: 5px;
}

.soc-media li a {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
}

.soc-media li a:hover {
    background: #D6E2E9;
}

.hours-dp {
    padding-top: 20px;
}

.hours-dp p {
    font-weight: normal;
}

.forms_rel {
    padding: 25px;
    text-align: center;
}

.forms_rel h3 {
    margin-bottom: 20px;
}

.forms_rel .doc_block {
    font-size: 19px;
}

.forms_rel .btn_sm {
    min-width: 210px;
}

.forms_rel .document_era {
    margin-bottom: 30px;
}

.detail_wrap {
    padding-bottom: 30px;
}

.detail_wrap .img_text_card_col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
}

.dpt_tabs .nav-tabs {
    border: 0;
    justify-content: center;
    background-color: #BCD0DB;
    margin-bottom: 70px;
    max-width: 100%;
}

.dpt_tabs .nav-tabs li a {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    border: 0 !important;
    border-radius: 0px;
    padding: 18px 20px;
    position: relative;
}

.dpt_tabs .nav-tabs li a.active {
    background: var(--blue);
    color: #fff;
    margin-left: -2px;
}

.dpt_tabs .nav-tabs li a:hover {}

.dpt_tabs .nav-tabs li a::after {
    content: '';
    position: absolute;
    background: var(--blue);
    width: 2px;
    height: 15px;
    right: 0;
    top: 25px;
}

.dpt_tabs .nav-tabs li:last-child a::after {
    display: none;
}

.dpt_tabs .nav-tabs li a:hover:before {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    height: 2px;
    background: var(--blue);
    bottom: 10px;
    left: 20px;
    right: 20px;
}

.dp_detail_info h2 {
    margin-bottom: 30px !important;
}

.imag_grid_area {
    padding-top: 6px;
}

.img_grid_col {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 15px;
}

.img_grid {
    position: relative;
    height: 100%;
}

.img_grid_title {
    padding: 15px;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_grid_title span {
    color: #fff;
    position: relative;
    z-index: 9;
}

.img_grid_title::after {
    background: rgba(0, 0, 0, 0.43);
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.68;
}

.img_grid_title:hover:after {
    background: var(--blue);
    opacity: 0.95;
}

.img_grid.noimg .img_grid_title {
    position: static;
    background: var(--blue);
}

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

.dp_news_area {
    margin-top: 40px;
}

.dp_news_area h3 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
}

.newsdp_content {
    border-radius: 3px;
}

.news-dp-info {
    padding: 25px;
    background: var(--blue);
}

.news-dp-info h5,.news-dp-info .headingfive {
    color: #fff;
    margin-bottom: 20px;
}

.news-dp-info p {
    color: #fff;
}

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

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

.wp-block-group>h2 {
    margin-bottom: 30px;
}

.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%;
}

.contactcard_row.one {
    justify-content: center;
}

.contactcard_row.one .contact_col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.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-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body {
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
    max-width: 1000px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.advgb-tab-body-wrapper div.advgb-tab-body>*,
.advgb-tab-body-wrapper div.advgb-tab-body>.wp-block-button {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.advgb-tab-body-wrapper div.advgb-tab-body>.wp-block-button {
    margin-bottom: 20px;
}

.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 .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: 900px;
}

.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: 1000px !important;
}

div.advgb-tab-body>ul li,
div.advgb-tab-body>ol li {
    margin-bottom: 10px;
}

.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;
}

.advgb-accordion-header {
    background: #fff !important;
    padding: 8px 30px !important;
    border: 0 !important;
    border-radius: 3px !important;
    box-shadow: 0px 3px 6px #00000029;
}

.advgb-accordion-header:hover {
    background: #293A4F !important;
}

.advgb-accordion-header .advgb-accordion-header-title {
    color: #000 !important;
    font-weight: 500;
    font-size: 19px !important;
}

.advgb-accordion-header:hover .advgb-accordion-header-title {
    color: #fff !important;
}

.wp-block-advgb-accordion-item {
    margin-bottom: 8px !important;
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 5px;
}

.advgb-accordion-header-icon svg {
    fill: #F8B218 !important;
    font-size: 30px !important;
    width: 40px !important;
    height: 40px !important;
    display: none;
}

.advgb-accordion-header-icon {
    margin-right: -17px !important;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-top: 15px;
    background-image: url(../img/select-arrow.svg);
    position: absolute;
    right: 30px;
    top: 5px !important;
}

.ui-accordion-header-active .advgb-accordion-header-icon {
    top: 0px !important;
}

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

.advgb-accordion-body {
    background: #fff !important;
    border: 1px solid #fff !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 20px !important;
}

.advgb-accordion-body .button_list.blue {
    padding-top: 30px;
    padding-bottom: 30px;
}

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

ul.advgb-tabs-panel {
    display: flex;
    justify-content: center;
    border-bottom: 0 !important;
    background: #BBCFDB !important;
}

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

ul.advgb-tabs-panel li.advgb-tab:hover {}

ul.advgb-tabs-panel li.advgb-tab a {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000 !important;
    text-transform: uppercase;
    line-height: 24px;
}

.main_wrapper ul.advgb-tabs-panel li.advgb-tab:before {
    content: '';
    background: #000;
    width: 2px;
    height: 18px;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
}

.main_wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active:before {
    visibility: hidden;
}

.main_wrapper ul.advgb-tabs-panel li.advgb-tab:last-child:before {
    display: none;
}

.main_wrapper ul.advgb-tabs-panel li.advgb-tab:hover::after {
    content: '';
    position: absolute;
    bottom: 10px;
    background: #293A4F !important;
    height: 2px;
    width: calc(100% - 20px);
    left: 10px;
    right: 10px;
}

.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active {
    background: #293A4F !important;
}

.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active a {
    color: #fff !important;
    background: #293A4F !important;
}

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

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
    border: 1px solid #3573B3 !important;
    outline: 0 !important;
}

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

.wp-block-group__inner-container .main-owl-slider+h2 {
    margin-top: 30px;
}

p a {}

p a:hover {}

p a,
.advgb-tab-body li a,
.wp-block-advgb-list li a,
.expand-content ul li a,
.main_wrapper ul:not(.advgb-tabs-panel,
.links,
.ome,
.nav-tabs) li a,
.main_wrapper ol li a,
table td a,
.expand-content>a,
.left_col>a:not(.btn_sm) {
    color: #0067BC;
    text-decoration: underline;
}

p a:hover,
.advgb-tab-body li a:hover,
.wp-block-advgb-list li a:hover,
.expand-content ul li a:hover,
.main_wrapper ul:not(.advgb-tabs-panel,
.links,
.ome,
.nav-tabs) li a:hover,
.main_wrapper ol li a:hover,
table td a:hover,
.expand-content>a:hover,
.left_col>a:not(.btn_sm):hover {
    color: #293A4F;
    text-decoration: underline;
}

.wp-block-table th,
.wp-block-advgb-table th {
    background: #293A4F;
    color: #fff;
    border-top: 0 !important;
    border-bottom: 0px !important;
    font-weight: 500;
    font-size: 20px;
}

.wp-block-table tbody tr:nth-child(2n+1),
.wp-block-advgb-table tbody tr:nth-child(2n+1) {
    background: #fff !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 {}

.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*/
    ;
}

.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: 20px 20px !important;
    border-right: 1px solid #B2B2B2 !important;
    border-left: 0;
    text-align: center;
}

.wp-block-table tr td,
.wp-block-advgb-table tr td {
    padding: 18px 18px !important;
    border: 1px solid #293A4F;
    font-weight: 500;
}

.page-template-template-page-builder .dvgb-tab-horz-desktop {
    margin-top: 70px;
}

.halfHeight>img {
    height: 70vh;
    object-fit: cover;
}

.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: 900px;
    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%;
}

.wp-block-group>.wp-block-table {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.advgb-tab-body-wrapper {
    border-radius: 0px !important;
    border: 0 !important;
}

.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: 900px;
    margin-left: auto;
    margin-right: auto;
}

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

.main_content>.wp-block-quote,
.main_content>.wp-block-image,
.main_content>.wp-block-embed {
    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,
.main_content>.contact_cards:not(.grey,
.gray,
.blue):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%;
}

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

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

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

.main_content>.contact_cards.alignleft {
    max-width: 900px;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 900px;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 900px;
}

.wp-block-button__link {
    background: var(--yellow) !important;
    color: #293A4F !important;
    display: inline-block !important;
    padding: 10px 30px;
    text-align: center !important;
    font-weight: 700;
    font-size: 16px !important;
    border-radius: 50px !important;
    border: 1px solid #293A4F;
}

.editor-styles-wrapper .has-background-color.wp-block-button__link {
    color: #293A4F !important;
}

.wp-block-button__link:hover {
    background: #8FB0C3 !important;
    color: #293A4F !important;
}

.main_wrapper .gen_video_img {
    max-width: 90% !important;
}

.wp-block-media-text.alignwide {
    max-width: 1330px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px;
    padding-right: 15px;
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 0;
    color: #000;
    font-weight: normal;
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0px 5px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
    font-weight: bold;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

.wp-pagenavi .nextpostslink {
    position: relative;
    font-size: 0px;
}

.wp-pagenavi .nextpostslink::after {
    content: 'NEXT';
    font-size: 20px;
    color: #000;
}

.wp-pagenavi .nextpostslink:hover::after,
.wp-pagenavi .previouspostslink:hover::after {
    font-weight: bold;
}

.wp-pagenavi .previouspostslink {
    position: relative;
    font-size: 0px;
}

.wp-pagenavi .previouspostslink::after {
    content: 'PREV';
    font-size: 20px;
    color: #000;
}

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

.advgb-recent-posts-block.grid-view,
.advgb-recent-posts-block.list-view {
    max-width: 1250px;
}

.advgb-recent-posts-block.grid-view .advgb-recent-post:hover {
    border-radius: 3px;
}

.grid-view .advgb-post-thumbnail {
    padding-top: 28px;
}

.advgb-recent-posts-block .advgb-recent-post .advgb-post-title,
.advgb-recent-posts-block .advgb-recent-post .advgb-post-title a {
    color: #293A4F;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 22px;
    font-weight: 500;
}

.advgb-recent-posts-block .advgb-recent-post {
    box-shadow: 0px 3px 6px #00000029;
    background: #fff;
}

.advgb-recent-posts-block .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper {
    padding: 20px;
    margin: 0px !important;
}

.advgb-recent-posts-block.list-view .advgb-post-wrapper {
    padding-left: 0px !important;
    align-content: start;
    padding-bottom: 0px !important;
    position: relative;
    padding-top: 50px !important;
}

.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post {
    padding-bottom: 0px !important;
}

.acf-map {
    height: 530px;
}

.tooltip-inner {
    background-color: #BCD0DB;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px;
    color: #293A4F;
    padding: 5px 15px;
    font-size: 15px;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #BCD0DB !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #BCD0DB !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #BCD0DB !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #BCD0DB !important;
}

.gm-style .gm-style-iw {
    max-width: 450px !important;
    border-radius: 0px !important;
    padding: 20px 25px !important;
    font-weight: normal !important;
    box-shadow: 0px 3px 6px #00000029 !important;
}

.gm-style .gm-style-iw .btn_sm {
    margin-bottom: 12px;
}

.gm-style .gm-style-iw h5 {
    margin-bottom: 15px;
}

.con_map iframe {
    height: 582px;
}

.form-content .large,
.form-content .small {
    min-height: 50px;
    box-shadow: 0px 0px 6px #00000029;
    border: 1px solid #809EB1;
    border-radius: 4px;
}

.form-content .gfield_label {
    font-weight: 600 !important;
    text-transform: uppercase;
}

.form-img img {
    width: 100%;
}

.form-content .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 200px;
}

.form-content .gform_footer {
    justify-content: center;
}

.proj_tabs .advgb-tab-body-wrapper div.advgb-tab-body>* {
    max-width: 1000px;
}

.proj_timeline {
    max-width: 1030px;
    margin: 0 auto;
}

.main_proj_info .acf-map {
    height: 750px;
}

.advgb-recent-posts-block.grid-view .advgb-post-thumbnail img {
    height: 240px !important;
    object-fit: cover;
    width: 100%;
}

.advgb-recent-posts-block.grid-view .advgb-post-thumbnail a {
    width: 100%;
}

.advgb-recent-posts-block.list-view .advgb-recent-post {
    border-radius: 21px;
}

.advgb-recent-post:hover {
    background: var(--blue);
    color: #fff;
}

.main_wrapper .advgb-recent-posts-block .advgb-recent-posts .advgb-recent-post:hover .advgb-post-title>a,
.main_wrapper .advgb-recent-posts-block .advgb-recent-posts .advgb-recent-post:hover .advgb-post-content .advgb-post-excerpt,
.advgb-recent-post:hover,
.advgb-recent-post:hover .advgb-post-readmore a {
    color: #fff !important;
}

.grid-view .advgb-post-info,
.list-view .advgb-post-info {
    overflow: hidden;
}

.grid-view .advgb-post-datetime,
.list-view .advgb-post-datetime {
    margin-left: -113px;
    padding-left: 15px;
    text-transform: uppercase;
}

.grid-view .advgb-post-tax>div,
.list-view .advgb-post-tax>div {
    margin: 0px;
}

.grid-view .advgb-post-tax.advgb-post-category>div .advgb-post-tax-term {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #293A4F !important;
    border: 0;
}

.list-view .advgb-post-tax.advgb-post-category>div .advgb-post-tax-term {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000 !important;
    border: 0;
}

.grid-view .advgb-post-tax-info,
.list-view .advgb-post-tax-info {
    margin: 0px !important;
}

.grid-view .advgb-post-category {
    position: absolute;
    top: 0;
    width: 100%;
    background: #8FB0C3;
    left: 0;
    border-radius: 3px;
    text-align: center;
}

.list-view .advgb-post-category {
    position: absolute;
    top: 0;
    width: calc(100% + 21px);
    background: #8FB0C3;
    left: -21px;
    text-align: left;
    border-radius: 0px 21px 0px 0px;
    padding-left: 15px;
}

.list-view .advgb-recent-post--no-image .advgb-post-category {
    width: 100%;
    left: 0px;
    border-radius: 21px 21px 0px 0px;
    padding-left: 25px;
}

.list-view .advgb-recent-post--no-image .advgb-post-wrapper {
    padding-left: 30px !important;
    padding-bottom: 30px !important;
}

.advgb-recent-posts-block.grid-view .advgb-recent-post--no-image {
    padding-top: 60px;
}

.advgb-recent-posts-block.grid-view .advgb-recent-post:hover {
    border-radius: 5px;
}

.list-view .advgb-post-title {
    order: 2;
}

.list-view .advgb-post-info {
    order: 1;
}

.list-view .advgb-post-content {
    order: 3;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
    display: none;
}

.cvf-universal-pagination ul li.inactive {
    display: none;
}

.cvf_pag_loading {
    padding: 0px;
}

.cvf-universal-pagination ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cvf-universal-pagination ul li {
    display: inline;
    margin: 0px 3px;
    padding: 4px 8px;
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
}

.cvf-universal-pagination ul li:hover {
    font-weight: 700;
}

.cvf-universal-pagination ul li.active:hover {
    cursor: pointer;
}

.cvf-universal-pagination ul li.inactive {
    background: #7E7E7E;
    display: none !important;
}

.cvf-universal-pagination ul li.selected {
    font-weight: bold;
    opacity: 1;
}

.cvf-universal-pagination ul li:nth-child(1) {
    display: none;
}

.cvf-universal-pagination ul li:nth-child(2) {}

.cvf-universal-pagination ul li:nth-child(5) {}

.cvf-universal-pagination ul li:nth-child(6) {
    /*display: none;*/
}

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

.dt_ul li {
    font-weight: 600;
    margin-right: 20px;
    position: relative;
}

.dt_ul li::after {
    content: '';
    position: absolute;
    background: #000;
    height: 15px;
    width: 1px;
    right: -10px;
    top: 4px;
}

.dt_ul li:last-child::after {
    display: none;
}

.dt_ul li a {
    color: #BE4C14 !important;
    font-weight: normal;
    text-decoration: none !important;
}

.newsdt_img {
    margin-bottom: 20px;
}

/* .newsdt_img img {

    object-fit: cover;
    max-height: 450px;
} */

.news_detail .how_to_cont {
    max-width: 100%;
}

.news_left_content p a {
    color: #BE4C14;
}

.news_left_content .container {
    padding: 0px;
}

.news_left_content h2 {
    color: #000000;
}

.news_left_content p a:hover {
    color: #CC8319;
}

.news_detail .how_row .number {
    background: #BE4C14;
    border: 3px solid #BE4C14;
    color: #fff;
    margin-right: 20px;
}

.news_detail .how_title {
    color: #000;
}

.news_left_content {
    border-bottom: 4px solid #293A4F;
}

.news-dt-soc {
    display: flex;
    margin-top: 20px;
}

.news-dt-soc ul {
    list-style: none;
    padding: 0px;
}

.news-dt-soc h5 {
    font-weight: bold;
    color: #000000;
    margin: 0;
    padding-right: 15px;
}

.news_detail {
    padding-bottom: 60px;
}

.news_latest h3 {
    color: #012E2D;
    font-weight: normal;
    margin-bottom: 18px;
}

.news_latest .nme_box {
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 21px;
}

.news_latest .nme_box .nme_row:last-child {
    border: 0;
}

.acc__panel .loc_info .loc_p img {
    margin-right: 6px;
}

.acc__panel .loc_info .loc_p a {
    color: #000;
    text-decoration: none;
}

.dp_content .loc_info p {
    margin-bottom: 5px;
}

.acc__panel .loc_info .loc_p {
    margin-bottom: 25px;
}

.link {
    color: #0067BC;
    font-weight: 500;
    font-size: 19px;
    text-decoration: underline;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.link:hover {
    color: #293A4F;
    text-decoration: underline;
}

.contact_infomeeting h5 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.contact_infomeeting h6 {
    font-size: 16px;
    font-weight: normal;
}

.contact_infomeeting a:hover {
    color: #0067BC;
    text-decoration: underline;
}

.wp-core-ui .button-group.button-hero .button,
.wp-core-ui .button.button-hero {
    height: 46px !important;
}

body.wp-adminify-login-customizer #loginform #wp-submit:hover {
    background: #000744 !important;
    color: #fff !important;
}

.wp-adminify #wpbody-content #dashboard_right_now ul {
    flex-wrap: wrap;
}

.main_wrapper .broken_link,
.main_wrapper a.broken_link {
    text-decoration: underline;
}

.advgb-accordion-body .wp-block-table {
    padding-left: 1px;
}

.wp-block-group>.button_list.blue {
    padding-top: 40px;
    padding-bottom: 40px;
}

.wp-block-group>.button_list {
    max-width: 100%;
}

.alignleft {
    float: left;
    margin-right: 20px !important;
}

.alignright {
    float: right;
    margin-left: 20px !important;
}

.main_content>.wp-block-image.alignleft {
    padding-left: 30px;
}

.col_left .advgb-tabs-panel.more-items {
    overflow-x: auto;
    justify-content: flex-start;
}

.col_left ul.advgb-tabs-panel.more-items li.advgb-tab {
    max-width: 200px;
    width: 200px;
    min-width: 200px;
}

.advgb-tabs-panel.more-items::-webkit-scrollbar {
    width: 12px;
    height: 6px;
}

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

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

.advgb-tabs-panel.more-items {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.block-editor-block-list__block .advgb-tabs-wrapper ul.advgb-tabs-panel .advgb-tab.advgb-tab-active {
    background: #293A4F !important;
}

.block-editor-block-list__block .advgb-tabs-wrapper ul.advgb-tabs-panel .advgb-tab.advgb-tab-active a {
    color: #fff !important;
    background: #293A4F !important;
}

.block-editor-block-list__block ul.advgb-tabs-panel li.advgb-tab a {
    display: flex;
    align-items: center;
}

.page-id-6218 .cont_inner {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.button_list+h3 {
    padding-top: 20px;
}

.dp_detail_info>h2+.wp-block-group:not(.grey),
.dp_detail_info>h2+.wp-block-group:not(.gray) {
    padding-top: 0px;
}

.wp-block-advgb-accordions,
.dp_detail_info>.button_list.blue,
.dp_detail_info>.wp-block-media-text {
    margin-bottom: 25px;
}

.dp_detail_info .img_grid_row {
    margin-left: -5px;
    margin-right: -5px;
}

.dp_detail_info .cont_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dp_detail_info .cont_inner .tel_em_fax {
    margin-top: auto;
}

.alignleft+p+h3 {
    clear: both;
}

h3+.wp-block-advgb-adv-tabs,
h4+.wp-block-advgb-adv-tabs,
h5+.wp-block-advgb-adv-tabs,
h6+.wp-block-advgb-adv-tabs {
    padding-top: 15px;
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #fff !important;
    text-align: center;
    padding: 0px 10px;
}

.wp-block-cover__inner-container .wp-block-buttons {
    justify-content: center;
}

.wp-block-cover {
    margin-bottom: 40px;
}

.grey div.advgb-tab-body,
.gray div.advgb-tab-body {
    background: none !important;
}

.tabs_wrap>* {
    max-width: 1160px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.tabs_wrap>.wp-block-advgb-adv-tabs,
.tabs_wrap>.wp-block-group {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.tabs_wrap>ul,
.tabs_wrap>ol {
    padding-left: 30px;
}

.components-toolbar-group .components-button.components-button::before,
.components-toolbar-group .components-button.has-icon.has-icon::before {
    background: none;
}

.wp-adminify #wpbody-content .components-popover__content .components-button:hover svg path {
    /* fill: none !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 .ajaxsearchpro {
    border-radius: 3px !important;
    min-width: 400px !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;
}

.main_search_content .probox {
    border: 0 !important;
}

.main_search_content .probox .promagnifier .innericon svg {
    width: 28px !important;
}

.main_search_content .proinput input.orig {
    font-size: 16px !important;
    font-family: 'Work Sans', sans-serif;
    color: #000 !important;
}

.main_search_content .proinput input.orig::-webkit-input-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.main_search_content .proinput input.orig:-moz-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.main_search_content .proinput input.orig::-moz-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.main_search_content .proinput input.orig:-ms-input-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.wp-adminify .adminify-top_bar nav.adminify-top-navbar .navbar-brand .navbar-item {
    padding-top: 25px !important;
}

.news-dt-soc .a2a_kit a {
    display: flex !important;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.news-dt-soc .a2a_kit a:hover {
    background: #F5B018 !important;
}

.news-dt-soc .addtoany_list {
    display: flex;
    align-items: center;
}

.addtoany_list a span {
    background: none !important;
    display: flex !important;
    align-items: center;
}

.dp_detail_info .addtoany_list a span {
    background: var(--blue) !important;
}

.addtoany_content {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.news-dt-soc .a2a_kit a:hover span {
    filter: brightness(0) saturate(100%) invert(19%) sepia(24%) saturate(955%) hue-rotate(173deg) brightness(92%) contrast(89%);
}

.figure-left .wp-block-image img {
    max-width: 500px;
}

.has_news .tab_stick_dp {
    position: static;
}

.wp-adminify #wpbody-content #editor .block-editor-block-inspector .categorychecklist-holder label input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    position: static !important;
}

.home .news_seprate {
    padding-bottom: 40px;
}

.home .news_seprate .news_sec_row {
    margin-bottom: 20px;
}

.dp_detail_info .wp-block-image.alignleft img,
.dp_detail_info .wp-block-image.alignRight img {
    max-height: 450px;
    height: auto;
    width: auto;
}


/* slider view*/

.main_wrapper .advgb-recent-posts-block.slider-view .advgb-recent-posts .advgb-recent-post:hover .advgb-post-title>a {
    color: #293A4F !important;
}

.advgb-recent-posts-block.slider-view .advgb-recent-post {
    box-shadow: none;
}

.advgb-recent-posts-block.slider-view .advgb-post-readmore a {
    color: #0067BC !important;
    text-decoration: underline;
}

.slider-view .advgb-recent-post:hover {
    background: none !important;
}

.slider-view.advgb-recent-posts-block {
    max-width: 700px;
}

.slider-view.advgb-recent-posts-block .advgb-recent-post {
    border: 0px;
}

.slider-view .advgb-post-wrapper {
    text-align: left;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.slider-view .slick-dots li {
    margin: 0px !important;
    width: 15px;
}

.slider-view .advgb-post-thumbnail a {
    width: 100%;
}

.slider-view .slick-dots li button::before {
    display: none;
}

.slider-view .slick-dots li button {
    width: 9px;
    height: 9px;
    border: 1px solid #D0D0D0;
    border-radius: 100px;
    padding: 0;
    background: #F2F2F2 !important;
}

.slider-view .slick-dots li button:hover {
    background: #EDB543 !important;
    border-color: #EDB543;
}

.slider-view .slick-dots li.slick-active button {
    background: #293A4F !important;
    border-color: #293A4F !important;
}

.slider-view .slick-prev::before {
    color: #293A4F;
    font-size: 40px;
    font-weight: 700;
}

.slider-view .slick-next::before {
    color: #293A4F;
    font-size: 40px;
    font-weight: 700;
}

.slider-view .slick-prev {
    left: -80px;
}

.slider-view .slick-next {
    right: -80px;
}

.slider-view .slick-prev:hover::before,
.slider-view .slick-next:hover::before {
    opacity: 1;
    color: #EDB543;
}


/* masonry view*/

.advgb-recent-posts-block.masonry-view {
    max-width: 1000px;
}

.advgb-recent-posts-block.masonry-view .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper {
    background: none !important;
}

.advgb-recent-posts-block.masonry-view .advgb-recent-posts .advgb-recent-post {
    padding-left: 0px;
    padding-right: 0px;
}

.advgb-recent-posts-block.masonry-view .advgb-post-readmore a {
    color: #0067BC !important;
    text-decoration: underline !important;
}

.advgb-recent-posts-block.masonry-view .advgb-recent-post:hover .advgb-post-readmore a {
    color: #EDB543 !important;
}

.masonry-view .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper .advgb-post-info span {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: -113px;
    padding-left: 15px;
}

.masonry-view .advgb-post-info {
    overflow: hidden;
}

.advgb-recent-posts-block.masonry-view.columns-2 .advgb-recent-posts .advgb-recent-post {
    width: 48% !important;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px !important;
    padding: 0px !important;
}

.advgb-recent-posts-block.masonry-view .advgb-recent-post:hover .advgb-post-info .advgb-post-datetime {
    color: #fff !important;
}


/* front page view*/

.advgb-recent-posts-block.frontpage-view {
    max-width: 1000px;
}

.advgb-recent-posts-block.frontpage-view .advgb-recent-post .advgb-post-info .advgb-post-datetime {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: -113px;
    padding-left: 15px;
}

.advgb-recent-posts-block.frontpage-view .advgb-recent-post:hover .advgb-post-info .advgb-post-datetime {
    color: #fff !important;
}

.advgb-recent-posts-block.frontpage-view .advgb-post-readmore a {
    color: #0067BC !important;
    text-decoration: underline;
}

.advgb-recent-posts-block.frontpage-view .advgb-recent-post:hover .advgb-post-readmore a {
    color: #EDB543 !important;
}

.frontpage-view .advgb-post-info {
    overflow: hidden;
}

.frontpage-view .advgb-post-tax-info {
    display: none;
}

.ubermenu-nav>li>a {
    font-size: 16px !important;
    padding: 13px 15px 15px 15px !important;
    font-weight: 500 !important;
    background: none !important;
}

.ubermenu-nav>li>a>i {
    display: none;
}

.ubermenu-nav>li:hover>a {
    color: #EDB543 !important;
    background: none !important;
}

.ubermenu .ubermenu-nav .ubermenu-submenu li a {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000 !important;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 6px 20px !important;
    white-space: normal;
    border: 0 !important;
}

@media (min-width:1200px) {
    .ubermenu .ubermenu-nav .ubermenu-submenu li a:hover {
        background: #B0C4D0;
    }
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 3px 3px;
    border: 0 !important;
    background: #fff !important;
    padding: 10px 0px !important;
    min-width: 260px;
}

.ubermenu-nav .ubermenu-current-menu-item>a,
.ubermenu-nav .ubermenu-current-menu-parent>a,
.ubermenu-nav .ubermenu-current-menu-ancestor>a {
    color: #EDB543 !important;
}

.ubermenu-nav>li.ubermenu-current-menu-item>a:after,
.ubermenu-nav>li.ubermenu-current-menu-parent>a:after,
.ubermenu-nav>li.ubermenu-current-menu-ancestor>a:after {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
    height: 4px;
    bottom: 0px;
    background: #EDB543;
}

.ubermenu-submenu>li {
    position: relative !important;
}

.nav_bottom .ubermenu .ubermenu-active .ubermenu-submenu .ubermenu-submenu-type-stack {
    display: none;
}

.ubermenu-item .ubermenu-submenu-drop>li>ul {
    display: none;
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1200px) {
    .ubermenu-item .ubermenu-submenu-drop>li.active-item>ul {
        display: block !important;
    }
}

.ubermenu-item .ubermenu-submenu-drop>li.active-item>a {
    position: relative;
}

.ubermenu-item .ubermenu-submenu-drop>li.active-item>a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 6px;
    height: 35px;
    background: #EDB543;
}

.plus-minus {
    position: absolute;
    top: 18px;
    right: 12px;
    cursor: pointer;
    z-index: 99;
    transform: translateY(-50%);
}

.plus-minus::after {
    content: '+';
    color: #F8B218;
    font-weight: 500;
    font-size: 24px;
}

.plus-minus.minus-icon::after {
    content: '-';
    margin-top: -2px;
}

.ubermenu-nav .megamenu>.ubermenu-submenu {
    min-width: 900px;
}

.ubermenu-nav .megamenu .plus-minus {
    display: none;
}

.ubermenu-item .megamenu>li>ul.ubermenu-submenu {
    display: block;
}

.ubermenu .ubermenu-nav .megamenu>li.ubermenu-has-submenu-stack>a {
    font-weight: 700 !important;
}

.ubermenu-item .megamenu>li>ul {
    padding-left: 0px;
    padding-right: 0px;
}

.ubermenu .ubermenu-nav .megamenu .ubermenu-column-full>a {
    background: var(--yellow);
    padding: 10px 30px !important;
    text-align: center;
    font-weight: 700 !important;
    font-size: 16px !important;
    border-radius: 50px;
    border: 2px solid #293A4F !important;
    text-transform: none;
    color: #293A4F !important;
}

.ubermenu .ubermenu-nav .megamenu .ubermenu-column-full>a:hover {
    color: #293A4F !important;
    background: #8FB0C3 !important;
}

.ubermenu-nav .cta-header>ul>li:last-child a {
    background: var(--yellow);
    padding: 10px 30px !important;
    text-align: center;
    font-weight: 700 !important;
    font-size: 14px !important;
    border-radius: 50px;
    border: 2px solid #293A4F !important;
    text-transform: none;
    color: #293A4F !important;
    margin-top: 8px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.ubermenu-nav .cta-header>ul>li:last-child a:hover {
    color: #293A4F !important;
    background: #8FB0C3 !important;
}

.ubermenu .ubermenu-nav .megamenu .ubermenu-column-full {
    padding: 10px 20px;
}

.ubermenu .ubermenu-nav .megamenu a {
    display: inline-block;
}

.ubermenu .megamenu>ul>li.ubermenu-has-submenu-stack>a {
    font-weight: 700 !important;
}

.cta-header .ubermenu-column {
    float: none !important;
}

.upmeetings .nme_date {
    background: #F8B218 !important;
    color: #293A4F !important;
}

.upmeetings .nme_descr h6 {
    text-decoration: none !important;
}

.prc_link a {
    color: #fff;
}

.evt_sidebar h6.prc_link {
    font-size: 18px;
    text-decoration: underline;
}

.evt_sidebar h6.prc_link a:hover {
    color: #EDB543;
}

.event-rightcon {
    padding: 25px 20px 40px 25px;
    background: var(--blue);
    color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 3px;
    margin-top: 15px;
}

.event-rightcon h2,
.event-rightcon h3 {
    color: #fff;
    font-size: 26px;
}

.event-rightcon a {
    color: #fff;
    text-decoration: underline;
}

.event-rightcon a:hover {
    color: #EDB543;
    text-decoration-style: solid;
}

.interface-interface-skeleton__notices .components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary) {
    color: #fff !important;
    text-decoration: underline !important;
}

.col_left .contact_cards.alignleft {
    float: none;
}

.a2a_button_twitter {
    position: relative;
}

.detail_wrap .a2a_button_twitter:after {
    background-image: url(../img/logo-x.svg);
    position: absolute;
    width: 35px;
    height: 31px;
    content: '';
    top: 0;
    z-index: 9;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.detail_wrap .a2a_button_twitter svg {
    display: none;
}

.alert-bar p a {
    color: #003061;
}
.single_paragraph.has-background {
    background-color: #EBF1F5 !important;
}
.single_paragraph.has-background a {
    color: #005094 !important;
}
h2.wp-block-heading.h4 {
    margin-bottom: .5rem !important;
}.dept-contact span {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.2;
    margin-top: 0;
    display: block;
}.cont_inner h2 {
    color: #fff;
    font-weight: 600;
    font-size: 19px !important;
    font-family: 'Work Sans', sans-serif;
    text-transform: none;
    margin-bottom: .5rem !IMPORTANT;
}
.cont_inner span {
    display: block;
    font-weight: 500;
    margin-top: 5px;
}

.headingfive{
    margin-bottom: 15px;
    display: block;
}
.headingsix{
    display: block;
    margin-bottom: 8px;
}
.news_sec_bk .headingfive,.news_sec_bk .headingsix {
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: .5rem;
}
.hours-dp span {
    color: #fff !important;
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    text-transform: none;
    line-height: 1.2;
    margin-top: 0;
}
 .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
}

.addtoany_content span.a2a_label {
    color: #293A4F;
}
.cont_inner .headingfive {
    font-weight: 600;
    font-size: 19px !important;
    line-height: 1.2;
    margin-bottom: 8px;
}
.single-parks_trails .park_row .pk_amenity .headingfive {
    font-size: 22px;
    color: var(--blue);
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}
.card_content h3 {
    color: #fff !important;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    text-transform: none;
    line-height: 1.2;
}.postid-4727 .dpt_tabs {
    display: none;
}
.postid-4727 section#tab1 > h2:first-of-type {
    display: none;
}



/* #menu-item-2469 .ubermenu-submenu {
    display: block !important;
}

#menu-item-9573 .ubermenu-submenu {
    display: block !important;
}

#menu-item-9573 {
    position: relative;
} */





.acc__title span.headingsix:hover {
    color: #fff !important;
}

.acc__title:hover span {
    color: #fff !important;
}

.sidebar-social-button a {
    padding: 20px;
}
.sidebar-social-button {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
}
.page-id-5452 .hideselepage, .page-id-7493 .hideselepage {
    visibility: hidden;
}
.page-id-5452 .hideselepagese, .page-id-7493 .hideselepagese {
    visibility: hidden;
}

.generic_form-news a {
    background-color: #F8B218;
    padding: 1rem;
    text-decoration: none;
    color: #333;
    margin: 0.2rem 0;
    display: inline-block;
    border: 2px solid #F8B218;
    transition: all ease .3s;
    font-weight: 600;
}

.generic_form-news a:hover {
    background: transparent;
    border: 2px solid #F8B218;
    transition: all ease .3s;
    text-decoration: none;
}
.img_block br,
.btn_sm br,
p:empty{
    display:none;
}
.img_text_card_row .has-button p a {
   /* color: #293A4F !important;*/
}
.branding-style {
    background-color: #F8B218; /* Yellow background */
    border-radius: 8px; /* Rounded corners for a more modern look */
    text-align: center; /* Center the text */
    font-family: Arial, sans-serif; /* A clean font style */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin-bottom: 10px;
}

.extra-notice.branding-style p {
    padding: 15px;
}

.branding-style .stronglink {
    margin: 0 0px; /* Spacing between text elements */
    color: #333; /* Dark color for the text */
    text-decoration: underline;
}

.branding-style a {
    text-decoration: none; /* Remove default underline */
    color: #000; /* Black color for links */
}

.branding-style .stronglink:hover {
    color: #ffffff; /* Change the link color on hover */
    text-decoration: underline; /* Underline links on hover */
}
.stronglinknew{
    margin: 0 5px; 
}

.extra-notice.branding-style p {
    font-weight: 600;
    font-size: 18px;
}

.newsdt_img img {
    display: block;
    margin:  0 auto;
}

.excerpt {
    text-align: center;
    margin: 0px 56px;
    font-size: 12px;
}
.single-post .addtoany_content {
    display: none;
}
.singposso .advgb-social-icons {
    margin: 0 auto;
    text-align: center;
    display: flex !important;
    margin-bottom: 50px;
    justify-content: center;
}
.single .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display: none;
}