.book {
  font-family: 'Avenir LT Std';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.arial {
  font-family: Arial, Helvetica, sans-serif;
}
.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;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'), url('../fonts/AvenirLTStd-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'), url('../fonts/AvenirLTStd-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'), url('../fonts/AvenirLTStd-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #000;
  overflow-x: hidden;
  font-family: 'Avenir LT Std';
  font-weight: normal;
}
a {
  color: #097969;
}
a:hover {
  color: #097969;
}
a:hover {
  text-decoration: none;
}
p {
  font-size: 16px;
}
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
  max-width:1600px;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}
h2 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}
h3 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}
h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}
h5 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: initial;
}
h6 {
  font-size: 16px;
  font-family: 'Avenir LT Std';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #000;
}
.main_header ul {
  list-style: none;
  padding: 0px;
}
.btn_brown {
  background: #F06E0B;
  color: #000;
  display: inline-block;
  border-radius: 15px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 15px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  border: 3px solid #F06E0B;
}
.btn_brown:hover {
  background: #fff;
  color: #000;
}
.btn_green {
  background: #7AB800;
  color: #000;
  display: inline-block;
  border-radius: 15px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 15px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  border: 3px solid #7AB800;
}
.btn_green:hover {
  background: #fff;
  color: #000;
}
.green_sm {
  background: #1E9D8B;
  color: #000;
  display: inline-block;
  border-radius: 15px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 15px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  border: 3px solid #1E9D8B;
}
.green_sm:hover {
  background: #fff;
  color: #000;
}
.main_wrapper select {
  min-height: 50px;
  background-image: url(../img/green-arrow-down.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: top 18px right 10px;
  min-width: 130px;
  background-size: 20px;
}
.form-control {
  border: 1px solid #95989A;
  border-radius: 0px;
  min-height: 50px;
  color: #000;
}
.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.main_header {
  position: fixed;
  background: #fff;
  z-index: 99;
  width: 100%;
}
.main_header .navbar-collapse {
  flex-direction: column;
}
.main_header .container {
  align-items: flex-start;
}
.alert-bar_wrapper {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 130px;
  background-color: #FFFFFF;
}
.alert-bar {
  position: relative;
  border: 0;
  text-align: center;
  padding: 7px 50px 7px 30px;
  margin-bottom: 1px;
  border-radius: 0px;
  font-weight: bold;
  color: #453F3C;
  background-color: #FDC82F;
}
.alert-bar:last-child {
  margin-bottom: 0;
}
.alert-bar .button {
  font-weight: bold;
}
.alert-bar .close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 1;
}
.alert-bar p {
  margin: 0px;
  color: #453F3C;
}
.top_header {
  background: #E9F6F4;
}
.top_header ul {
  display: flex;
  margin: 0px;
  align-items: center;
}
.top_header ul li {
  margin: 0px 10px;
  position: relative;
}
.top_header ul li a {
  color: #453F3C;
  font-size: 14px;
}
.top_header ul li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #453F3C;
  right: -10px;
  top: 7px;
}
.top_header_cont {
  margin-left: auto;
  z-index: 9;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}
.navbar {
  padding-bottom: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}
.navbar ul {
  list-style: none;
  padding: 0;
}
.nav_bottom {
  margin-left: auto;
}
.top_menu {
  display: flex;
  min-height: 50px;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: flex-end;
}
.top_menu .social_media {
  display: flex;
}
.top_menu .social_media ul {
  display: flex;
  margin: 0;
}
.top_menu .social_media a {
  padding: 7px 9px;
  display: block;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.top_menu .social_media a img {
  max-width: 18px;
  max-height: 18px;
}
.top_menu .social_media a:hover {
  background: #D3EA52;
}
.top_menu .top_inner_menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
}
.top_menu .top_inner_menu a {
  color: #101E31;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 12px;
  display: inline-block;
}
.top_menu .top_inner_menu a img {
  max-height: 18px;
  margin-right: 3px;
}
.top_menu .top_inner_menu li:last-child a {
  padding-right: 0px;
}
.top_search {
  display: flex;
  position: relative;
}
.top_search .form-control {
  min-height: 45px;
  padding: 2px 10px;
  border-radius: 0px;
  max-width: 190px;
  border-color: #D3D3D3;
  height: auto;
}
header .searchbardiv {
  max-width: 200px;
}
.buttonsearch {
  background: none;
  z-index: 99;
  padding: 6px 10px;
  border: 0;
  display: flex;
  align-items: center;
}
.buttonsearch img {
  max-width: 18px;

}
.select_language {
  display: flex;
  margin: 0px 2px;
  min-height: 38px;
  /*background-image: url(../img/select-arrow.svg);*/
  background-repeat: no-repeat;
  background-position: top 15px right 10px;
}
.select_language select {
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/Globe.svg) !important;
  background-position: top 10px right 15px;
  background-repeat: no-repeat;
  font-size: 14px;
  max-width: 110px;
  line-height: 26px;
  padding-top: 7px;
  padding-left: 5px;
  padding-right: 40px;
  background-size: 16px;
  color: #453F3C !important;
}
.select_language select::-ms-expand {
  display: none;
}
.login_info a {
  background: #1A2840;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  display: inline-block;
}
.login_info a:hover {
  background: #3B4B67;
}
.navbar-nav > li {
  position: relative;
  margin: 0px 20px;
}
.navbar-nav > li > a {
  font-size: 16px;
  padding: 15px 18px 15px 18px !important;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-align: center;
  display: flex;
  color: #000;
  align-items: flex-end;
  justify-content: center;
  line-height: 24px;
  min-height: 80px;
  position: relative;
}
.navbar-nav > li:hover > a:after {
  content: '';
  position: absolute;
  bottom: 8px;
  background: #097969;
  height: 3px;
  width: 100%;
}
.navbar-brand img {
  max-width: 210px;
  margin-bottom: 10px;
}
.navbar-nav > li > .dropdown-menu {
  min-width: 250px;
  border-radius: 0px;
  padding: 20px 20px;
  text-align: left;
  margin-top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #CECECD;
  border-radius: 0;
}
.navbar-nav > li > .dropdown-menu > li {
  margin-bottom: 8px;
  position: relative;
}
.navbar-nav > li > .dropdown-menu > li > a {
  font-size: 16px;
  color: #000;
  position: relative;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 0;
padding-right: 0;
background: none;
}
.navbar-nav > li > .dropdown-menu > li.current-menu-item > a {
color: #097969

}
.navbar-nav > li > .dropdown-menu > li > a:hover {
  color: #097969;
}
.navbar-nav > li > .dropdown-menu a:hover:before {
  display: block;
}
@media (min-width:992px){
.navbar-nav > li:hover .dropdown-menu {
  display: block;
  z-index: 9999;
}
}
img {
  max-width: 100%;
}
.searchbardiv {
  position: fixed;
  background: #1E9D8B;
  top: 35px;
  right: 40px;
  z-index: 1001;
  width: 100%;
  max-width: 370px;
  padding: 10px;
  margin: 0px;
  display: none;
}
.main_banner {
  position: relative;
  display: flex;
  padding-top: 130px;
  margin-bottom: 50px;
}
.main_banner .carousel-caption {
  left: auto;
  top: 50%;
  right: 10%;
  bottom: auto;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-50%);
  padding: 35px 70px;
  max-width: 600px;
  margin: auto;
  padding-bottom: 30px;
  box-shadow: 0px 10px 20px #00000029;
}
.main_banner .carousel-caption p {
  color: #101E31;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.title-bar-green {
  background: #1E9D8B;
  text-align: center;
  padding: 6px 0px;
  box-shadow: 0px 10px 20px #00000029;
  margin-bottom: 50px;
}
.title-bar-green h2 {
  color: #fff;
  font-size: 40px;
  margin: 0px;  margin-bottom: 0 !important;
}
.title-bar-yellow {
  background: #FDC82F;
  text-align: center;
  padding: 6px 0px;
  box-shadow: 0px 10px 20px #00000029;
  margin-bottom: 50px;
}
.title-bar-yellow h2 {
  color: #000;
  font-size: 40px;
  margin: 0px;
  margin-bottom: 0 !important;
}
.ch_content {
  text-align: center;
}
.ch_content .color_bar {
  margin-top: 10px;
  margin-bottom: 15px;
}
.color_bar {
  height: 24px;
  width: 100%;
}
.titleBlock {
  margin-bottom: 50px;
}
.titleBlock h2 {
  position: relative;
  font-size: 36px;
  text-transform: uppercase;
}
.site_img_panel {
  padding: 100px 0px;
}
.panel_det_r {
  position: absolute;
  right: 0px;
  width: 55%;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0px 10px 20px #00000029;
}
.panel_row {
  position: relative;
}
.panel_img_l {
  width: 65%;
}
.panelTitle {
  background: #679B00;
  padding: 6px 40px;
}
.panelTitle h2 {
  margin: 0px;
  color: #fff;
}
.panel_Details {
  padding: 40px 40px;
}
.panel_Details p {
  font-size: 18px;
  margin-bottom: 25px;
}
.communityImpact {
  padding-bottom: 100px;
}
.impat_col {
  padding: 0px 40px;
  position: relative;
}
.impact_content {
  text-align: center;
}
.impact_content h3 {
  font-weight: normal;
  font-size: 36px;
}
.impact_content .color_bar {
  height: 18px;
  margin-bottom: 15px;
}
.impact_content .imp_img {
  min-height: 105px;
}
.impact_content .imp_img img {
  max-height: 95px;
}
.impact_content::after {
  content: '';
  position: absolute;
  background: #453F3C;
  min-height: 200px;
  width: 1px;
  right: 0px;
  top: 50px;
}
.MainEvents {
  background: #F3FAF9;
  padding: 70px 0px;
}
.MainEvents .event_title {
  background-color: #1E9D8B;
  padding: 8px 40px;
}
.MainEvents .event_title h2 {
  color: #fff;
  margin: 0px;
}
.MainEvents .event_info {
  box-shadow: 0px 10px 20px #00000029;
  background: #fff;
}
.MainEvents .event_desscr {
  padding: 30px 40px;
}
.MainEvents p {
  font-size: 18px;
}
.MainEvents .green_sm {
  margin-top: 15px;
}
.MainEvents .event_img img {
  height: 100%;
  object-fit: cover;
}
h6.date {
  color: #097969;
  font-family: Arial, Helvetica, sans-serif;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.signup_area {
  padding: 100px 0px;
  background-image: url(../img/gradient-graphic.png);
  background-repeat: no-repeat;
  margin-top: 70px;
  background-size: cover;
}
.signup_area .form-content {
  max-width: 800px;
  margin: auto;
}
.footer {
  background: #167EAD;
  padding: 60px 0px;
  color: #fff;
}
.footer h6 {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: none;
}
.footer p {
  font-size: 12px;
}
.footer p a {
  color: #fff;
}
.footer p a:hover{
  color:#A6D2E5;
  text-decoration: underline;
} 
.footer .footmenu ul {
  list-style: none;
  padding: 0px;
}
.footer .footmenu ul li {
  margin-bottom: 5px;max-width: 150px;
}
.footer .footmenu ul li a {
  color: #fff;
  font-size: 12px;
  display:block;
}
.footer .footmenu ul li a:hover{
  color:#A6D2E5;
  text-decoration: underline;
} 
.footer .footmenu p {
  font-size: 12px;
}
.footer .foot_media {
  margin-left: auto;
  display: table;
  padding-top: 35px;
}
.footer .foot_media ul {
  list-style: none;
  padding: 0px;
  display: flex;
}
.footer .foot_media ul li {
  margin-right: 8px;
}
.footer .foot_media ul li a {
  border: 4px solid #fff;
  border-radius: 100px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .foot_media ul li a img {
  max-height: 22px;
}
.footer .foot_media ul li a:hover {
  border-color: #A6D2E5;
}
.main_wrapper > section {
  padding-top: 30px;
  padding-bottom: 70px;
}
.main_wrapper {
  padding-top: 138px;
}
.main_wrapper p {
  margin-bottom: 20px;
}
.main_breadcrumb {
  background: #FDC82F;
}
.main_breadcrumb .breadcrumb {
  background: none;
  margin: 0px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 0px;
  align-items: center;
}
.main_breadcrumb .breadcrumb a {
  color: #000;
}
.main_breadcrumb .breadcrumb a img {
  vertical-align: text-top;
  margin-top: -1px;
}
.main_breadcrumb .breadcrumb li.active {
  color: #000;
  font-weight: 900;
}
.main_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  /*background: url(../img/Down_Small.svg);*/
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-right: 2px;
  color: #000000;
}
.page_title {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.page_title h1 {
  position: relative;
  z-index: 9;
  display: table;
  padding-bottom: 20px;
}
.page_title h1::after {
  content: '';
  background: #097969;
  height: 10px;
  width: calc(100% + 100px);
  display: inline-block;
  position: absolute;
  left: -50px;
  bottom: 0;
}
.link_text {
  color: #679B00;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.link_text img {
  margin-left: 3px;
  transform: rotate(180deg);
}
.wp-block-group > *, .wp-block-group__inner-container > .document_era, .wp-block-group__inner-container > .wp-block-advgb-accordions .wp-block-group__inner-container > .gform_legacy_markup_wrapper,
.content_wrap > figure.wp-block-image, .content_wrap > .wp-block-group > figure.wp-block-image{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
figure.wp-block-table {margin: auto;}
.wp-block-group > section, .wp-block-group > .wp-block-advgb-adv-tabs {
  max-width: 100%;
}

.generic_middle_block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-top: 40px;
}
.doc_block {
  display: block;
  color: #097969;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
}
.doc_block img {
  margin-right: 8px;
  margin-bottom: 6px;
  max-width: 18px;
}
.doc_block strong {
  font-size: 16px;
  color: #097969;
  margin-right: 10px;
}
.button_block {
  display: flex;
}
.topTitle {
  text-align: center;
  margin-bottom: 30px;
}
.img_btn_col {
  padding: 0px 8px;
  margin-bottom: 15px;
}
.img_block {
  position: relative;
}
.img_block .img_block_title {
  position: absolute;
  background: rgba(31, 157, 139, 0.8);
  border-radius: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.img_block .img_block_title h4 {
  position: relative;
  text-align: center;
  padding: 0px 6px;
  margin-top: auto;
  color: #fff;
  font-size: 20px;
  text-shadow: 0px 3px 5px #0009;text-transform: uppercase;
}
.img_block img {
  width: 100%;
}
.img_button_row {
  padding-top: 30px;
  padding-bottom: 30px;
}
.text-img-wrap {
  box-shadow: 0px 5px 10px #00000029;
  background: #fff;
  height: 100%;
}
.text-img-wrap:hover {
  outline: 2px solid #679B00;
}
.img_text_card_col {
  padding: 0px 3px;
  margin-bottom: 20px;
}
.text_card_block {
  padding: 15px 30px 25px 30px;
  background: #fff;
  border-top: 15px solid #679B00;
}
.img_text_card  .img_text_card_col:nth-of-type(5) .text_card_block, .img_text_card .img_text_card_col:nth-of-type(6) .text_card_block, .img_text_card .img_text_card_col:nth-of-type(7) .text_card_block, .img_text_card .img_text_card_col:nth-of-type(8) .text_card_block {
  border-top: 15px solid #38A0F8;
}
.img_text_card  .img_text_card_col:nth-of-type(9) .text_card_block, .img_text_card .img_text_card_col:nth-of-type(10) .text_card_block, .img_text_card .img_text_card_col:nth-of-type(11) .text_card_block, .img_text_card .img_text_card_col:nth-of-type(12) .text_card_block {
  border-top: 15px solid #097969;
}
.text_card_block p {
  color: #000;
}
.text_card_block .btn_primary {
  display: inline-block;
}
.text_card_block h4 {
  margin-bottom: 15px;
  color: #507900;
}
.blue-card .text_card_block {
  border-color: #38A0F8;
}
.blue-card h4 {
  color: #167EAD;
}
.blue-card .link_text {
  color: #167EAD;
}
.blue-card .text-img-wrap:hover {
  outline: 2px solid #38A0F8;
}
.green-dark .text_card_block {
  border-color: #1E9D8B;
}
.green-dark h4 {
  color: #1E9D8B;
}
.green-dark .link_text {
  color: #1E9D8B;
}
.green-dark .text-img-wrap:hover {
  outline: 2px solid #1E9D8B;
}
.form_fill {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.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;
}
.generic_form {
  max-width: 700px;
  margin: 0px auto;
  padding: 50px 60px;
  box-shadow: 0px 5px 10px #00000029;
  border-top: 25px solid #F06E0B;
}
.generic_form .form-group label {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}
.generic_form .form-control {
  background: #fff;
  border-radius: 4px;
  min-height: 40px;
  border: 1px solid #453F3C;
}
.generic_form .form-check-label {
  color: #000;
}
.generic_form .btn_brown {
  margin-left: auto;
  display: table;
  width: 140px;
  text-align: center;
  margin-top: 20px;
  border: 0px;
  box-shadow: 0;
}
.slider_imgs {
  width: 50%;
}
.slider_details {
  width: 50%;
  padding: 60px 60px;
}
.slider_details h2 {
  color: #097969;
  font-size: 34px;
  margin-bottom: 40px;
}
.slider_details p {
  margin-bottom: 40px;
}
.owl-general {
  margin-top: 50px;
  position: relative;
  margin-bottom: 50px;
}
.owl-general .item .row {
  margin: 0;
}
.owl-general .owl-stage {
  background: #fff;
}
.owl-general .owl-carousel .owl-item img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  object-fit: cover;
}
.owl-general .owl-nav button {
  width: 50px;
  height: 50px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.owl-general .owl-nav .owl-next {
  right: 50%;
}
.owl-general .owl-nav .owl-next img {
  transform: rotate(180deg);
}
.owl-general .owl-nav .owl-prev {
  left: 0px;
}
.owl-general .owl-carousel .owl-dot {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 100px;
  margin: 0px 3px;
  background: none;
}
.owl-general .owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 25%;
}
.owl-general .owl-carousel .owl-dot.active {
  background: #fff;
}
.how_to_cont h2 {
  margin-bottom: 50px;
  position: relative;
  padding-left: 25px;
}
.how_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.how_row h6 {
  margin-bottom: 0px;
  font-weight: 600;
}
.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: 20px;
  background: #679B00;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.how_to_cont {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
p.how_title {
  margin-bottom: 5px;
}
.simple_list_wrap {
  margin-top: 60px;
}
.simple_list_col {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  background: #F3FAF9;
  border: 1px solid #95989A;
}

.simple_list_col a {
  color: #000;
  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: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  /*background: #F3FAF9;
  border: 1px solid #95989A;*/
}
.simple_list_col:hover {
  background: #097969;
}
.simple_list_col a:hover {
  color: #fff;
}
.expanding-grid {
  position: relative;
}
.expand_box {
  box-shadow: 0px 3px 6px #00000029;
}
.expand_det {
  text-align: center;
  padding: 20px;
  background: #fff;
  padding-bottom: 0px;
}
.expand_det h6 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 900;
  text-transform: capitalize;
  display: inline-block;
}
.expand_det h6 span {
  display: block;
  font-size: 14px;
  color: #000;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: normal;
}
.expanding-grid .links {
  display: block;
  overflow: hidden;
  padding: 1em 0;
  margin: 0px -2px;
 /* display: flex;
  flex-wrap: wrap;
  justify-content: center;
  dont add flex to this ul for centering, it will break the expanded content box alignment
  */
}
.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;
}
.expand_img img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
.expanding-grid .links > li:nth-of-type(4n+1) {

}
.expanding-grid .spacer {
  clear: both;
  display: block;
  margin-bottom: 0px;
}
.expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 100%;
  margin-top: -10px;
  box-shadow: 0px 3px 6px #00000029;
}
.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: 50px 50px 30px 70px;
  margin: auto;
  background: #fff;
}
.plus-minus_icon {
  width: calc(100% + 40px);
  height: 30px;
  background-image: url(../img/white-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  margin-left: auto;
  background-color: #1E9D8B;
  margin-left: -20px;
  margin-right: -20px;
}
.tel_email a {
  color: #0F6134;
  font-weight: 700;
  text-decoration: underline;
}
.expanding-grid .links > li .active .plus-minus_icon {
  transform: rotate(180deg);
    height: 40px;
}
.expanding-grid .links > li .active .expand_det {
  border-top: 0px;
}
#conference-timeline {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: calc(100% - 120px);
  top: 20px;
  left: 50%;
  margin-left: -2px;
  background: #097969;
  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 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 50%;
  width: 100%;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
}
.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 .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
  display: none;
}
.timeline-article .circle_yw {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin-left: -15px;
  color: #fff;
  border-radius: 100%;
  background: #D2EBE8;
  border: 3px solid #097969;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.timeline-article .circle_yw:after {
  content: '';
  background: #D2EBE8;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  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: #097969;
  color: #fff;
  min-width: 125px;
  text-align: center;
  padding: 17px 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}
.timeline-article .content-left p {
  margin-left: auto;
}
.timeline-article .content-left {
  text-align: right;
}
.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;
}
.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: 60px;
}
.even.timeline-article .content-left-container {
  padding-right: 60px;
}
.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 3px;margin-bottom: 6px;
}
.contact_box {
  background: #F3FAF9;
  padding: 30px 30px;
  height:100%;
}
.contact_box p {
  margin-bottom: 5px;
  color: #000;
}
.tel_em_fax {
  margin-top: 15px;
}
.tel_em_fax strong {
  color: #000;
}
.tel_em_fax a {
  color: #000;
}
.tel_em_fax p {
  margin-bottom: 0px;
}
.maintitle {
  margin-bottom: 50px;
}
.main-service {
  background: #167EAD;
  padding: 60px 0px 80px 0px;
}
.main-service h2 {
  color: #fff;
  text-align: center;
}
.icon_buttons {
  padding-bottom: 150px !important;
}
.icon_buttons_row {
  max-width: 1000px;
  margin: auto;
}
.button_ico_box {
  text-align: center;
  padding: 25px 15px;
}
.button_ico_box img {
  width: auto;
  height: 34px;
}
.button_ico_box h5 {
  font-size: 16px;
  color: #453F3C;
  font-weight: normal;
  font-family: 'Avenir LT Std';
}
.button_ico_box .img_icon {
  margin-bottom: 20px;
}
.button_ico_col {
  padding: 0px 10px;
}
.horizontal-buttons {
  max-width: 100% !important;
}
.horizontal-buttons .button_ico_box {
  display: flex;
  box-shadow: 0px 6px 12px #00000029;
  border: 0.5px solid #CECECD;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 12px solid #1E9D8B;
}
.horizontal-buttons .img_icon {
  margin-bottom: 0px;
}
.horizontal-buttons .img_icon img {
  max-width: 60px;
}
.horizontal-buttons h5 {
  margin: 0;
  padding-left: 10px;
}
.allBtn {
  text-align: center;
  margin-top: 40px;
}
.text_card_block .document_era {
  margin-top: 20px;
}
.no-found-info {
  padding: 120px 15px 100px 15px;
  text-align: center;
}
.no-found-info h1 {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 85px;margin-bottom: 0; color: #097969;
}
.no-found-info h2 {
  color: #097969;
  font-size: 80px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.no-found-info h3 {
  font-size: 35px;
  margin-bottom: 50px;
}
.no-found-info .search_block {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
.no-found-info .green_sm,
.no-found-info .btn_brown {
  min-width: 140px;
  text-transform: capitalize;
}
.search_block {
  margin-bottom: 15px;
  max-width: 350px;
  text-align: left;
}
.search_block label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.search_block .input-group .form-control {
  width: 100%;
  background: #fff;
  border-radius: 0;
  min-height: 50px;
  box-shadow: 0px 5px 10px #00000029;
  border: 0;
}
.search_block .btn {
  background: #fff;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 0px;
  z-index: 9;
  top: 0px;
  min-height: 50px;
  width: 55px;
  border-radius: 0;
  border-left: 1px solid #CECECD;
}
.search_block .btn img {
  width: 25px;
}
.search_box {
  margin-bottom: 15px;
}
.search_box .btn {
  background: #097969;
  border-radius: 0px;
}
.search_box .btn img {
  filter: brightness(0) invert(1);
  width: 18px;
}
.dd_content {
  padding-bottom: 100px;
}
.dd_content .search_box {
  max-width: 500px;
}
.programRows {
  margin-bottom: 60px;
}
.pgm_list {
  background: #F3FAF9;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.pgm_list.img-in {
  display: flex;
  padding-left: 15px;
}
.pgm_list .dir_img {
  min-width: 290px;
  margin-right: 15px;
  margin-top: 15px;
  flex-basis: 33.33%;
}
.pgm_details {
  flex-basis: 66.66%;

}
.info-bar {
  background: #097969;
  color: #fff;
  font-weight: 900;
  padding: 4px 10px;
  display: inline-block;
  min-width: 130px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
}
.arrow_btn {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #097969;
  text-transform: uppercase;
}
.lightyellow_box {
  background: #FFFCF4;
}
.lightyellow {
  background: #FFFCF4;
}
.lightgrey, .lightgray, .grey, .gray {
  background: #F3FAF9;
}

.lightyellow_box .info-bar {
  background: #FDC82F;
  color: #000;
}
.commercial .info-bar {
  background: #FDC82F;
  color: #000;
}
.lightyellow_box .arrow_btn {
  color: #000;
}
.lightblue_box {
  background: #F5FAFF;
}
.lightblue_box .info-bar {
  background: #167EAD;
  color: #fff;
}
.agriculture .info-bar {
  background: #167EAD;
  color: #fff;
}
.lightblue_box .arrow_btn {
  color: #167EAD;
}
.dd_row .filterBlock {
  padding-top: 70px;
}
.dd_row .filterBlock .form-group {
  margin-bottom: 30px;
  position: relative;
}
.contactWrap {
  padding: 80px 0px;
}
.contactBox {
  padding: 40px 40px;
  background: #F3FAF9;
  padding-top: 60px;
  min-height: 350px;
  margin-bottom: 15px;
}
.contactBox h5 {
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: uppercase;
}
.contactBox p {
  margin-bottom: 30px;
}
.main_wrapper .contactBox p a {
  color: #000 !important;
  font-weight: 400;
}
.main_wrapper .contactBox a[href^="mailto:"] {
  color: #000 !important;
  font-weight: 900;font-size: 16px;
}
.ctc_box .col-md-6 {
  padding: 0px 5px;
}
.short_descr p {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.short_descr p a {
  color: #000;
}
.catg-info {
  background: #097969;
  font-weight: bold;
  padding: 3px 15px;
  color: #fff;
}
.news-hor-img img {
  width: 100%;
  height: 365px;
  object-fit: cover;
}
.news-hor-Body {
  padding: 50px 40px;
}
.news-hor-Body h4 {
  font-family: 'Avenir LT Std';
  font-size: 22px;
}
.horizontalCard {
  background: #F3FAF9;
}
.newsSlider .carousel-indicators {
  position: static;
  margin: 0px;
  margin-left: 15px;
  margin-right: 15px;
}
.newsSlider .carousel-indicators li {
  border-radius: 100%;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #95989A;
  opacity: 1;
  margin-right: 8px;
}
.newsSlider .carousel-indicators li.active {
  background: #95989A;
}
.carousel-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
  align-items: center;
}
.carousel-nav a {
  position: static;
  width: auto;
}
.signup-alerts {
  background: #FFFCF4;
  padding: 30px 10%;
}
.signup-alerts .form-control {
  min-height: 40px;
  border-radius: 4px;
}
.newsInnerWrap {
  padding-top: 40px;
  padding-bottom: 60px;
}
.search_filter_title {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.search_filter_title label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.search_filter_title .search_block {
  width: 33.3%;
  margin-right: 20px;
}
.search_filter_title .filter_box {
  width: 33.3%;
  max-width: 350px;
}
.search_filter_title .form-control {
  border: 0;
  box-shadow: 0px 5px 10px #00000029;
}
.news_category {
  background: #097969;
  color: #fff;
  width: 100%;
  padding: 5px 10px ;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.news-grid .isotope-item {
  width: 33%;
  padding: 0px 5px;
  margin-bottom: 10px;
}
.news-grid .newsColumn  {
	  width: 33.3%;
  padding: 0px 5px;
  margin-bottom: 10px;
}
.newsinfo {
  box-shadow: 0px 3px 6px #00000029;
}
.newsbody_inner {
  background: #F3FAF9;
  padding: 25px 30px;
}
.newsbody_inner h6 {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: 'Avenir LT Std';
}
.lightgreen-card .news_category {
  background: #679B00;
}
.lightgreen {
background: #F3F7EB
}
.lightgreen-card .newsbody_inner {
  background: #F3F7EB;
}
.lightgreen-card h6.date {
  color: #507900;
}
.power-supply .newsbody_inner {
  background: #F3F7EB;
}
.power-supply h6.date {
  color: #507900;
}
.blue-card .news_category {
  background: #167EAD;
}
.blue-card .newsbody_inner {
  background: #F5FAFF;
}
.blue-card h6.date {
  color: #167EAD;
}
.news .newsbody_inner {
  background: #F5FAFF;
}
.news h6.date {
  color: #167EAD;
}
.yelllow-card .news_category {
  background: #FDC82F;
  color: #000;
}
.yelllow-card .newsbody_inner {
  background: #FFFCF4;
}
.yelllow-card h6.date {
  color: #000;
}
.press-release .newsbody_inner {
  background: #FFFCF4;
}
.press-release h6.date {
  color: #000;
}
.news-grid {
  margin-bottom: 70px;
  display: flex;
flex-wrap: wrap;
}
.news-grid .newsinfo{
	height: 100%;
background: #F3FAF9;
position:relative;
}
.filterWrap-meet {
  justify-content: center;
  margin-bottom: 60px;
}
.filterWrap-meet label {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.filterWrap-meet select {
  box-shadow: 0px 0px 3px #00000029;
  border: 0;
}
.month-year-col {
  display: flex;
}
.month-year-wrap select {
  margin-right: 6px;
  min-width: 135px;
}
.catg-wrap select {
  min-width: 350px;
}
.meeting-title-block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.lef-title {
  flex: 0.5;
  color: #000;
}
.lef-title a {
  color: #000;
  font-weight: bold;
}
.accordion_block {
  margin-bottom: 10px;
}
.main_acco_title {
  display: flex;
  background: #F3FAF9;
  position: relative;
  cursor: pointer;
}
.main_acco_title .mtacc_date {
  background: #097969;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  min-height: 65px;
}
.main_acco_title .mtacc_date span {
  font-weight: normal;
}
.main_acco_title .mtacc_desc {
  flex: 1;
  padding: 5px 15px;
}
.main_acco_title p {
  margin-bottom: 0px;
}
.main_acco_title .mtacc_desc h6 {
  text-transform: initial;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 5px 0px;
}
.main_acco_title .accordion_sign {
  width: 20px;
  height: 20px;
  background-image: url(../img/green-arrow-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  top: 40%;
  position: absolute;
  right: 10px;
}
.main_acco_title.active .accordion_sign {
  transform: rotate(180deg);
}
.acco_panel {
  display: none;
  padding: 30px 30px;
}
.primary-button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #097969;
  border: 2px solid #097969;
  padding: 7px 22px;
  display: inline-block;
}
.meeting-sidebar {
  background: #F3FAF9;
  padding: 50px 50px;
  margin-top: 55px;
}
.meeting-row {
  margin-bottom: 50px;
}
.meeting-wraper {
  padding-bottom: 50px;
}
.acco_panel h5 {
  font-size: 16px;
  text-transform: uppercase;
}
.dc_title {
  background: #FFFCF4;
  padding-bottom: 70px;
}
.top-tabs {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: -55px;
}
.top-tabs ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-tabs ul li a {
  background: #F3FAF9;
  border: 1px solid #95989A;
  padding: 10px 30px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  min-width: 220px;
  display: flex;
  min-height: 55px;
  align-items: center;
  color: #000;
  justify-content: center;
  border-bottom: 0;
}
.top-tabs ul li a.active {
  background: #fff;
}
.search-era {
  background: #fff;
  min-height: 300px;
  border-top: 1px solid #ACB29F;
  padding-top: 40px;
  padding-bottom: 40px;
}
.doc_search .search_block {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 330px;
position: relative;
}
.doc_search .search_block .btn {
  border: 1px solid #95989A;
}
.doc_search .form-control {
  border: 1px solid #95989A !important;
}
.doc_filter {
  display: flex;
  justify-content: center;
}
.doc_filter .filter_box {
  width: 33.3%;
  max-width: 330px;
  margin-right: 10px;
}
.doc_filter .filter_box select {
  box-shadow: 0px 3px 6px #00000029;
}
.doc_content {
  background: #F3FAF9;
  padding-top: 40px;
  padding-bottom: 60x;
}
.acc__panel {
  display: none;
  padding: 15px 25px;
  background: #fff;
}
.acc__title {
  background: #fff;
  min-height: 55px;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  box-shadow: 0px 3px 6px #00000029;
  border: 0.5px solid #95989A;
  background-position: center right 15px;
  cursor: pointer;
  position: relative;
}
.acc__title h5,
.acc__title h6 {
  margin: 0px;
  font-size: 16px;
}
.acc__title:after {
  content: '';
  background-image: url(../img/white-arrow-down.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 55px;
  height: 55px;
  background-size: 22px;
  background-color: #1E9D8B;
  background-position: center;
}
.acc__title.active:after {
  transform: rotate(180deg);
}
.acc__card {
  margin-bottom: 10px;
}
.acc_wrap {
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}
.acc_wrap h2 {
  text-align: center;
  margin-bottom: 40px;
}
.main_search {
  padding-bottom: 40px;
  margin-bottom: 5px;
}
.main_search_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_search_content .form-control {
  min-width: 340px;
}
.main_search_content h4 {
  margin-right: 15px;
  margin-bottom: 0;
}
.main_search_content .input-group {
  border: 1px solid #CECECD;
}
.result_row {
  background: #F3FAF9;
  margin-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
}
.resultmain .result_row {
  max-width: 800px;
  margin: auto;
}
.resull_filter {
  padding: 60px 0px;
}
.filter_block {
  margin-top: 70px;
}
.filter_block select {
  min-height: ;
}
.filter_block .form-group {
  margin-bottom: 8px;
}
label.title {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.rslt_txt {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.rslt_txt h2 {
  text-align: center;
  margin-bottom: 40px;
}
.resultWraper {
  padding-bottom: 60x;
}
.sort_boxResult {
  width: 210px;
  margin-left: auto;
  margin-bottom: 20px;
}
.sort_boxResult select {
  min-width: 210px;
  min-height: 40px;
}
.filterBlocks {
  padding-left: 20px;
  padding-bottom: 50px;
}
.re_category {
  background: #097969;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 20px;
  min-width: 170px;
}
.resull_filter select {
  box-shadow: 0px 5px 10px #00000029;
  border: 0;
  background-size: 14px;
}
.solicit_info {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 70px;
  margin-bottom: 50px;
}
.solicit_info p {
  font-family: Arial, Helvetica, sans-serif;
}
.solicit_info .arrow_btn {
  margin-left: auto;
  display: table;
  margin-right: 100px;
}
.general-tabs {
  background: #F3FAF9;
}
.general-tabs .nav-tabs {
  justify-content: center;
  background: #fff;
}
.general-tabs .nav-tabs .nav-link {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  padding: 10px 30px;
  min-height: 60px;
  display: flex;
  align-items: center;
  border-radius: 0;
  background: #D2EBE8;
  border: 1px solid #95989A;
  border-bottom: 0px;
}
.general-tabs .nav-tabs .nav-link.active {
  background: #fff;
}
.general-tabs .tab-content {
  padding-top: 70px;
  padding-bottom: 100px;
}
.acc__main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.acf-map {
    width: 100%;
    height: 760px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}
.gm-style .gm-style-iw-c{
	padding:20px 20px !important;
	border-radius:0px !important;
	box-shadow: 0 2px 7px 1px rgba(0,0,0,.3) !important;
}
.gm-style .gm-style-iw-c h3{
	font-size: 18px;text-transform: uppercase;
}
.gm-style .gm-style-iw-c  a[href^="mailto:"]

{ 
font-weight:bold;

}
.gm-style .gm-style-iw-c p , .gm-style .gm-style-iw-c p a{
	color: #000;
font-weight: normal;
font-family: 'Avenir LT Std';
}

.main_wrapper .gform_wrapper.gravity-theme .gfield input, .main_wrapper .gform_wrapper.gravity-theme .gfield select , 
.home .gform_wrapper.gravity-theme .gfield input, .home .gform_wrapper.gravity-theme .gfield select
  {
  border: 1px solid #95989A;
  border-radius: 4px;
  background-color: #fff;
  height: 40px;
}
.main_wrapper .gform_wrapper.gravity-theme .gfield input[type='checkbox']{
	height:auto;
}
.main_wrapper .gform_wrapper.gravity-theme .gfield textarea{
	 border-radius: 4px;border: 1px solid #95989A;
}

.gform_footer  .gform_button {
	background: #1E9D8B;
color: #000;
display: inline-block;
border-radius: 15px;
font-family: Arial, Helvetica, sans-serif;
padding: 5px 15px;
text-align: center;
font-weight: bold;
text-transform: uppercase;
border: 3px solid #1E9D8B;
min-width: 130px;
font-size: 16px;line-height: 24px;
}
.gform_footer  .gform_button:hover{
	background: #fff;
color: #000;
}
.contact_form .gform_footer {
	justify-content:flex-end;
}

.gform_wrapper  input::-webkit-input-placeholder,
.gform_wrapper  textarea::-webkit-input-placeholder {
  color: #000;  opacity: 1;
}
.gform_wrapper  input:-moz-placeholder,
.gform_wrapper  textarea:-moz-placeholder {
  color: #000;  opacity: 1;
}
.gform_wrapper  input::-moz-placeholder,
.gform_wrapper  textarea::-moz-placeholder {
  color: #000;  opacity: 1;
}
.gform_wrapper  input:-ms-input-placeholder,
.gform_wrapper  textarea:-ms-input-placeholder {
  color: #000;  opacity: 1;
}

.mega-submenu{
	display:none;
}

 .plus-minus {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0px;
        text-align: center;
		cursor:pointer;top: 3px;
    }
	 .plus-minus:hover{
		 color:#097969;
	 }
    .plus-minus::after {
     content: '+';
        position: absolute;
right:0px;
	background-repeat: no-repeat;
display: block;left: 6px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 20px;
    }
    .plus-minus.minus-icon::after {
        content: '-';
    }
	.navbar	.mega-submenu{
			padding-left: 15px;
		}
	.mega-submenu  li a{
		color:#000;
	}
		.mega-submenu  li a:hover{
			color: #097969;
		}
		.mega-submenu  li {
			margin-bottom: 5px;
			border-bottom: 1px solid #CECECD;
padding-bottom: 3px;padding-top: 3px;
		}
		
		.resull_filter  .container{
			max-width:1030px;
		}
		
.wp-admin .media {
	display:inline-block;
}

.ch_content img{
	max-height:34px;
}

.ch_content p{
	color:#453F3C
}
.newsbody_inner p{
		color:#453F3C
}
.impat_col:last-child  .impact_content::after{
	display:none;
}
.search_box label.title{
	font-family: 'Avenir LT Std';
font-weight: normal;
text-transform: uppercase;

}
.wp-pagenavi{
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span{
	border:0;
	font-size:18px;
	 text-transform: uppercase;
  color: #453F3C;
  font-weight: normal;
}
.nextpostslink , .previouspostslink  {
	font-weight:bold;
}

.MainEvents .container{
	max-width:1240px;
}

.news-hor-Body h6{
	margin-bottom: 30px;
}
.search_filter_title .clear_btn , .search-era .clear_btn , .filterWrap-meet .clear_btn  {
	display: flex;
align-items: center;
margin-top: 20px;
margin-left: 15px;
}
.top-tabs  ul li.current_page_item  a{
	background: #fff;
border-bottom: 0;
position:relative;
}
.top-tabs  ul li.current_page_item a:after{
	content:'';
	position:absolute;
	background:#fff;
	width:100%;
	bottom:-2px;
	height:2px;
}

.wp-block-group{
	padding:30px 0px;
}


.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 
  {
	 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;
 }
 .advgb-tab-body-wrapper{
	 border-radius:0px !important;
	 border:0 !important;
 }
 .wp-admin .media{
	display:inline-block;
}
.aligncenter .row{
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.img_button_row.three  .img_btn_col , .icon_buttons_row.three .button_ico_col  {
-ms-flex: 0 0 33.3%;
flex: 0 0 33.3%;
max-width: 33.3%;
}

.img_button_row.four  .img_btn_col , .icon_buttons_row.four .button_ico_col {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.img_button_row.two  .img_btn_col , .icon_buttons_row.two .button_ico_col {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.img_text_card_row.three .img_text_card_col{
	-ms-flex: 0 0 33%;
flex: 0 0 33%;
max-width: 33%;
}  

.img_text_card_row.four .img_text_card_col{
	-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.img_text_card_row.two .img_text_card_col{
	-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}  
.simple_list_info .row.four .simple_list_col{
	-ms-flex: 0 0 calc(25% - 20px);
flex: 0 0 calc(25% - 20px);
max-width: calc(25% - 20px);
}

.simple_list_info .row.two .simple_list_col{
	-ms-flex: 0 0 calc(50% - 20px);
flex: 0 0 calc(50% - 20px);
max-width: calc(50% - 20px);
}

.simple_list_info .row.three .simple_list_col{
	-ms-flex: 0 0 calc(33.3% - 20px);
flex: 0 0 calc(33.3% - 20px);
max-width: calc(33.3% - 20px);
}
.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;	
}
.advgb-tab-body-wrapper div.advgb-tab-body > *{
	max-width: 900px;
margin-left: auto;
margin-right: auto;
}


.advgb-tab-body-wrapper div.advgb-tab-body >  div, .advgb-tab-body-wrapper div.advgb-tab-body > section{
  padding-top: 10px;
  padding-bottom: 10px;
}
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-accordions {
	max-width:900px;
}
.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;
}
.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 #000 !important;
    outline: 0 !important;
}

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

.advgb-accordion-header{
	background: #fff !important;
padding: 10px 25px !important;
box-shadow: 0px 3px 6px #00000029;
border: 0.5px solid #95989A;
padding-right: 50px !important;
}
.advgb-accordion-header .advgb-accordion-header-title{
color: #000 !important;
font-size: 16px !important;
}
.wp-block-advgb-accordion-item{
	margin-bottom:8px !important;
}
.advgb-accordion-header-icon svg{
	display:none;
}
.advgb-accordion-header-icon{
	margin-right:0px !important;
	width: 50px;
height: 50px;
background-repeat: no-repeat;
margin-top: 0;
	position: absolute;
	top: 0;
	right: -1px;
	background-image: url(../img/white-arrow-down.svg);
	background-size: 22px;
	background-color: #1E9D8B;
	background-position: center;
}
.ui-accordion-header-icon , .advgb-accordion-header-icon{
	display:block !important
}
.advgb-accordion-body{
	background:#fff !important;
}
.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {

    transform: rotate(180deg);
    margin-top: 0;
}


ul.advgb-tabs-panel{
	display:flex;justify-content:center;
	border-bottom: 1px solid #CECECD !important;
}
ul.advgb-tabs-panel li.advgb-tab{
	border-radius: 0 !important;
background: #E9F6F4 !important;
color: #000 !important;
font-weight: 700;
min-width: 220px;
min-height: 60px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0px !important;
border: 1px solid #CECECD !important;
margin-right: 0px !important;
}
ul.advgb-tabs-panel li.advgb-tab:hover{
	
}
ul.advgb-tabs-panel li.advgb-tab a {
color: #000 !important;
width: 100%;
text-align: center;
font-size: 16px;
font-weight: bold;font-family: Arial, Helvetica, sans-serif;
}
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active{
	background:#fff !important;
	border: 1px solid #CECECD !important;
	border-bottom: 0px !important;
	position:relative
}
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active:after{
	content: '';
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
background: #fff;
height: 2px;
}
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active a{
	color: #000 !important;
}
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    background: #fff;
    height: 2px;
}

.main_content > * {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.main_content >  .wp-block-quote , .main_content > .wp-block-image{
	margin-left:auto;
	margin-right:auto;
}
.main_content > p:first-of-type:first-child , .main_content > h2:first-of-type:first-child , .main_content > h3:first-of-type:first-child , .main_content > h4:first-of-type:first-child , .main_content > h5:first-of-type:first-child , .main_content > h1:first-of-type:first-child , 
.main_content > ul:first-of-type:first-child , .main_content > ol:first-of-type:first-child
  {
  padding-top: 40px;
}
.main_content > p:last-of-type:last-child , .main_content > h2:last-of-type:last-child , .main_content > h3:last-of-type:last-child , .main_content > h4:last-of-type:last-child , .main_content > h5:last-of-type:last-child , .main_content > h1:last-of-type:last-child ,
.main_content > ul:last-of-type:last-child , .main_content > ol:last-of-type:last-child
  {
  padding-bottom: 40px;
}

.main_content > section , .main_content > .wp-block-columns .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%;
}

.add_cal_det .addeventatc {
	color: #097969 !important;
border: 0 !important;
box-shadow: none !important;
text-shadow: none !important;
padding: 0px !important;
font-size: 16px !important;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
}

.main_wrapper p a{
	  font-family: 'Avenir LT Std';
	  font-weight:900;
}
.wp-block-group h2{
	margin-bottom: 30px;
}

.page-id-436  .main_content > .wp-block-group:first-child{
	padding-top:0px;
}

.halfHeight > img{
	height:70vh;
	object-fit:cover;
}
.quartHeight >img{
		height:40vh;
	object-fit:cover;
}
.maxHeight > img{
			height:100vh;
	object-fit:cover;
}
.wp-block-media-text {

padding: 60px 10%;
}

.wp-block-button__link{
	background: #7AB800 !important;
color: #000 !important;
display: inline-block !important;
border-radius: 15px !important;
font-family: Arial, Helvetica, sans-serif;
padding: 5px 15px !important;
text-align: center !important;
font-weight: bold;
text-transform: uppercase;
border: 3px solid #7AB800;
font-size: 16px !important;
}

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

.main_wrapper .wp-block-advgb-button_link{
		background: #7AB800 !important;
color: #000 !important;
display: inline-block !important;
border-radius: 15px !important;
font-family: Arial, Helvetica, sans-serif;
padding: 5px 15px !important;
text-align: center !important;
font-weight: bold;
text-transform: uppercase;
border: 3px solid #7AB800 !important;
font-size: 16px !important;box-shadow: none !important
}
.main_wrapper .wp-block-advgb-button_link:hover {
  background: #fff !important;
  color: #000;
}

.wp-block-media-text__content h2{
	background: #679B00;
padding: 6px 40px;
color: #fff;
margin: -40px;
margin-bottom: 40px;
}
.wp-block-media-text .wp-block-media-text__content{
	background: #fff;
box-shadow: 0px 10px 20px #00000029;position: relative;
left: -50px;padding: 40px 40px !important;
width: 675px
}

.form_fill .gform_wrapper  {
	max-width: 700px;
	border-top: 25px solid #F06E0B;
box-shadow: 0px 5px 10px #00000029;padding: 40px 80px;
}
.form_fill .gform_footer .gform_button , .home .gform_footer .gform_button{
	background: #F06E0B;
border: 3px solid #F06E0B;
}
.form_fill .gform_footer {
	justify-content: flex-end;
}
.form_fill .gform_footer .gform_button:hover, .home .gform_footer .gform_button:hover{
background: #fff;
color: #000;	
}

.form_fill .gform_wrapper  h2{
	font-size: 24px;
margin-bottom: 0;
}
.form_fill form{
	padding-top:25px;
}

.gform_wrapper  .gfield_label{
font-family: 'Avenir LT Std';
font-weight: normal !important;
text-transform: uppercase;
font-size: 14px !important;
}
.gform_required_legend{
	display:none
}
.logged-in .alert-bar {
	top: 160px;
}
.logged-in .alert-bar_wrapper {
	top: 160px;
}
.logged-in .alert-bar_wrapper .alert-bar {
	top: 0;
}

.expand_img_grid .container{
	max-width:1250px;
}


 .wp-block-table th{
background: #097969;
font-weight: 600;
color: #fff;
border-top: 0 !important;
border-bottom: 0px !important;
   }
 .wp-block-table tbody tr:nth-child(2n+1) {background:#E9F6F4 !important}
.wp-block-table tbody tr:nth-child(2n) {background: #fff }
.wp-block-table td {
    border-right: 1px solid #CCD9D7;
}
.wp-block-table td:last-child, .wp-block-table th:last-child {border-right: none}
.wp-block-table thead {border-bottom:none !important;}
.wp-block-table  tr th{
	padding: 20px 15px !important;
		border-right: 1px solid #CCD9D7 !important;
		border-left: 0;
		border-bottom: 1px solid #CCD9D7 !important;

}
 .wp-block-table tr td{
padding: 15px 15px !important;
border: 0;
border-right: 1px solid #CCD9D7 !important; 
color: #030303;
 }
 
 .wp-block-group >  .wp-block-table{
	 margin-left:auto;
	 margin-right:auto;max-width: 80%;
 }
 
 .color-table  th{
	 background: #F3FAF9 !important;
	 color: #000 !important;
text-align: center !important;
 }
.color-table th:nth-child(2){
background: #FDC82F !important;
}
.color-table th:nth-child(3){
background: #1E9D8B !important;
}
.color-table th:nth-child(4){
background: #679B00 !important;
}
.member-agency .info-bar{
	background: #507900;
}
.member-agency  .arrow_btn{
	color: #507900;
}
.member-agency  .arrow_btn img{
	filter: invert(33%) sepia(97%) saturate(1189%) hue-rotate(54deg) brightness(65%) contrast(102%);
}
.schools  .info-bar{
	background: #F06E0B
}
.schools  .arrow_btn{
	color: #000;
}
.schools  .arrow_btn img{
filter: brightness(0%);
}

.agriculture  .arrow_btn{
	color:#167EAD;
}
.agriculture  .arrow_btn img{
	filter: invert(35%) sepia(97%) saturate(553%) hue-rotate(158deg) brightness(94%) contrast(89%);
}

.commercial  .arrow_btn{
		color: #000;
}
.commercial  .arrow_btn img{
	filter: brightness(0%);
}
.page-id-342   .wp-block-columns .wp-block-column {
	padding-top: 30px;
padding-bottom: 30px;
}

.wp-block-group > .wp-block-columns{
	max-width:900px; 
 }
 
 .wp-block-media-text + h3 ,  .wp-block-media-text + h2, .wp-block-media-text + h4 , .wp-block-media-text + p{
	 padding-top:10px;
 }
 
 .page-id-436 .page_title{
	margin-top: 30px; 
 }
 .timeline-article .image_year_row {
	 
	 justify-content: flex-end;
 }
 
 .azure{
	 background:#F3FAF9;
 }
 .floralwhite{
	 background:#FFFCF4;
 }
 .lightgreen{
	 background:#F3F7EB;
 }
 
 .img_text_card  .img_text_card_col:nth-of-type(5)  .text_card_block .link_text, .img_text_card .img_text_card_col:nth-of-type(6) .text_card_block .link_text, .img_text_card .img_text_card_col:nth-of-type(7) .text_card_block .link_text, .img_text_card .img_text_card_col:nth-of-type(8) .text_card_block .link_text {
  color: #38A0F8;
}
.page-id-337 .page_title {
/*	background:#FFFCF4;
	max-width: 100%;
margin-bottom: 0;
padding-bottom:30px;*/
}
 .advgb-tab-body-wrapper{
	background: #fff;
box-shadow: 0px 5px 10px #00000029;
padding-top: 20px;
}

.news-wraper > h2,  .news-wraper > h3 , .news-wraper > h4, .news-wraper > h5, .news-wraper > h6, .news-wraper > p, .news-wraper > ul > .news-wraper > ol {
	max-width:920px;margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
}

.news-wraper  .newsSlider{
	margin-top:30px;
}

.signup_area .gform_wrapper {
	position:relative;
}

.navbar-nav > li.current-page-ancestor >  a:after , .navbar-nav > li.current-menu-item >  a:after ,   .navbar-nav > li.current_page_item  >  a:after{
	content: '';
position: absolute;
bottom: 8px;
background: #097969;
height: 3px;
width: 100%;
}

.page-template-template-rebate  .search_box{
position:relative;	
}

/*.page-id-1407 .wp-block-group > *{
max-width:1220px;	
}*/
.wp-block-advgb-button , .wp-block-buttons{
  padding-top: 20px;
  padding-bottom: 20px;
}
.main_breadcrumb .container {max-width: 1600px; padding-left: 80px;}
.inner-banner img, .carousel-inner img {width: 100%;}
.single.single-post .page_title{
	max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.wp-block-advgb-button.align-center, .wp-block-buttons.align-center {text-align: center;}
.icon_buttons_row.horizontal-buttons {display: none;}

.mpl {
	display: flex;
	justify-content: center;
	vertical-align: middle;
	/* align-items: center; */
}
.mpl span {
	font-size: 30px;
	vertical-align: top;
	display: flex;
	/* align-items: self-start; */
	padding-right: 1px;
}
.counter {
	font-size: 30px !important;
	margin-top: 5px !important;
}
.carousel.slide {width: 100%}
.addeventatc .addeventatc_icon{
	display:none;
}

.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;
}
.footer-logo{
	padding-top:20px;
}
.no-found-info .btn_brown{
	margin-top:38px;
}

.resultmain  .page_title{
	margin-bottom:50px;
}

.contact_form h5{
	margin-bottom:33px;
}
.contact_right{
	padding-top:55px;
}
.contact_left .gfield_label{
	display:none;
}
.contact_left .gform_fields{
	grid-column-gap: 12px;
	grid-row-gap: 12px;
}
.nextpostslink span{
	font-weight:bold;
}


.doc_filter .filter_box label {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.wp-block-media-text__media img, .wp-block-media-text__media video{
	box-shadow: 0px 10px 20px #00000029;
}

.pgm_details p{
	color:#000;
}
.no-img .newsinfo{
	display: flex;
align-items: center;
}
.no-img .news_category{
	position:absolute;
	width:100%;top: 0;
}
.no-img .newsbody_inner{
	padding-top:40px;
}

.newsInnerWrap .search_filter_title .filter_box{
width: 40%;
min-width: 40%;max-width: 40%;
}
.cat_yea_drop{
	display:flex;
}
.cat_yea_drop form{
		flex:1;
		  margin-right: 10px
}
.page-id-341 .waterNumber .counter {
	font-weight: normal;
	font-size: 16px !important;
}

.page-id-339 .waterNumber .counter {
	font-weight: normal;
	font-size: 16px !important;
}
.page-id-340 .waterNumber .counter {
	font-weight: normal;
	font-size: 16px !important;
}
.choiceRow{
  justify-content: center;
}

.pgm_wrap{
  display:flex;
}

.mpl_icon{
	padding-top:2px;
}

.expanding-grid .links.no_content{
	display: flex;
flex-wrap: wrap;
justify-content: center;
}
.wp-block-media-text {
  direction: ltr;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.wp-block-media-text .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
  align-self: center;
}
.wp-block-media-text__media img, .wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.rebate_close .dir_img{min-width:240px;max-width:240px;}
.expand_det h6 span.subtitle{font-size:12px;}
.top-tabs.margin-less{
	margin-top:0px;
}


.wp-block-advgb-table th{
  background: #097969;
  font-weight: 600;
  color: #fff;
  border-top: 0 !important;
  border-bottom: 0px !important;
     }
   .wp-block-advgb-table tbody tr:nth-child(2n+1) {background:#E9F6F4 !important}
  .wp-block-advgb-table tbody tr:nth-child(2n) {background: #fff }
  .wp-block-advgb-table td {
      border-right: 1px solid #CCD9D7;
  }
  .wp-block-advgb-table td:last-child, .wp-block-advgb-table th:last-child {border-right: none}
  .wp-block-advgb-table thead {border-bottom:none !important;}
  .wp-block-advgb-table tr th{
    padding: 20px 15px !important;
      border-right: 1px solid #CCD9D7 !important;
      border-left: 0;
      border-bottom: 1px solid #CCD9D7 !important;
  
  }
   .wp-block-advgb-table tr td{
  padding: 15px 15px !important;
  border: 0;
  border-right: 1px solid #CCD9D7 !important; 
  color: #030303;
   }
   
   .wp-block-group >  .wp-block-advgb-table{
     margin-left:auto;
     margin-right:auto;max-width: 80%;
   }
   
   .press-release .newsinfo{
	   background: #FFFCF4;
   }
   .main_content > .ui-helper-reset{
    margin-left: auto;
    margin-right: auto;
  }
  .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e{display:none !important;}


.postid-6461 .advgb-tabs-panel {
	display: none !important;
}
.postid-6469 .advgb-tabs-panel {
	display: none !important;
}
.postid-6473 .advgb-tabs-panel {
	display: none !important;
}
.postid-6475 .advgb-tabs-panel {
	display: none !important;
}
.postid-6478 .advgb-tabs-panel {
	display: none !important;
}
.postid-6480 .advgb-tabs-panel {
	display: none !important;
}
.grecaptcha-badge{bottom:65px !important;}