.roboto {
    font-family: 'Roboto', 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;
}

.cond {
    font-family: 'Roboto Condensed', sans-serif;
}

.border {
    border: 1px solid #C3C3C3;
}


/* h3 36 to 32
*/

body {
    color: #101E31;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #5C6B26;
}

a:hover {
    color: #5C6B26;
}

.darkblue a {
    color: #fff
}

.darkblue a:hover {
    color: #fff
}

a:hover {
    text-decoration: none;
}

p {
    line-height: 25px;
    font-size: 16px;
}

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

h1 {
    font-size: 56px;
    font-weight: 700;
    color: #101E31;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    color: #101E31;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h2.has-large-font-size {
    font-size: 40px !important;
}

h3,
p.has-large-font-size {
    font-size: 32px;
    font-weight: 700;
    color: #101E31;
    font-family: 'Roboto', sans-serif;
}

h4 {
    font-size: 27px;
    font-weight: 700;
    color: #101E31;
    font-family: 'Roboto Condensed', sans-serif;
}

h5 {
    font-size: 24px;
    font-weight: 700;
    color: #101E31;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

h6 {
    font-size: 20px;
    font-weight: 700;
    color: #101E31;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}

.container {
    max-width: 1250px;
}

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

.btn_sm,
.wp-block-button .wp-block-button__link {
    background: #5C6B26;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 25px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 0px;
}

.btn_sm:hover {
    color: #fff;
    background: #101E31;
}

.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 20px right 15px;
    min-width: 130px;
}

.form-control {
    border: 1px solid #C3C3C3;
    border-radius: 0;
    min-height: 50px;
}

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

.main_header {
    position: fixed;
    background: #fff;
    z-index: 99;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
}

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

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

.main_header.shrink .navbar-nav>li>a {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.top_header_cont {
    margin-left: auto;
    z-index: 9;
}

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

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

.nav_bottom .navbar-nav {
    justify-content: center;
    width: 100%;
    background: #5C6B26;
}

.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: #5C6B26;
    border: 0;
    z-index: 99;
    padding: 6px 10px;
    border: 1px solid #5C6B26;
    margin-left: -4px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.buttonsearch img {
    max-width: 18px;
}

.select_language {
    background-color: #D3D3D3;
    display: flex;
    margin: 0px 2px;
    min-height: 38px;
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: top 17px 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 13px right 35px;
    background-repeat: no-repeat;
    font-size: 15px;
    max-width: 200px;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 40px;
    background-size: 16px;
    min-height: 45px;
    font-weight: 700;
    color: #101E31 !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;
    border-right: 2px solid #959B7D;
}

.navbar-nav>li>a {
    font-size: 18px;
    padding: 10px 18px 10px 18px !important;
    text-transform: uppercase;
    font-weight: 700;
    width: 180px;
    text-align: center;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 24px;
    position: relative;
}

@media (min-width:992px) {
    .navbar-nav>li:hover>a {
        background: #E1E4E6;
        color: #101E31;
    }
    .navbar-nav>li:hover>a:after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: -2px;
        height: 8px;
        background: #E1E4E6;
        z-index: 99;
        visibility: hidden;
    }
}

.navbar-nav>li:first-child {
    border-left: 2px solid #959B7D;
}

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

.navbar-nav>li>.dropdown-menu {
    min-width: 380px;
    border-radius: 0px;
    padding: 30px 40px;
    text-align: left;
    margin-top: -2px;
    left: 50%;
    transform: translateX(-50%);
    background: #E1E4E6;
    border: 0;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 0;
    text-align: center;
}

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

.navbar-nav>li>.dropdown-menu a {
    font-size: 16px;
    font-weight: 700;
    color: #101E31;
    position: relative;
    background: none;
}

.navbar-nav>li>.dropdown-menu a:hover {
    color: #5C6B26;
}

.navbar-nav>li>.dropdown-menu>.current-menu-item a {
    color: #5C6B26;
}

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

@media (min-width:992px) {
    .main_header.shrink .top_header_cont {
        display: none;
    }
    .main_header.shrink .navbar {
        display: none;
    }
    .navbar-nav>li:hover .dropdown-menu {
        display: block;
        z-index: 9;
    }
}

img {
    max-width: 100%;
}

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

.main_banner .carousel {
    width: 100%;
}


/*.main_banner .carousel-caption {
  left: 20%;
  top: 40%;
  right: 20%;
  bottom: auto;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  transform: translateY(-50%);
  padding: 50px 80px;
  max-width: 850px;
  margin: auto;
  padding-bottom: 30px;
}*/

.main_banner .carousel-caption {
    left: 20%;
    top: 40%;
    right: 20%;
    bottom: auto;
    text-align: left;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    transform: translateY(-50%);
    padding: 25px 25px;
    max-width: 850px;
    margin: auto;
    padding-bottom: 10px;
}

.main_banner .carousel-caption p {
    color: #101E31;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

.navBlock {
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: -200px;
    max-width: 1200px;
    margin: auto;
    left: 10%;
    right: 10%;
}

.navBlock .navBlock_col {
    margin-bottom: 0px;
    background: #101E31;
    padding: 20px 50px;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    border: 5px solid transparent;
    height: 100%;
}

.navBlock h4 {
    color: #fff;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

.navBlock ul {
    padding: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.navBlock ul li a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    width: 100%;
    display: inline-block;
    padding: 5px 0px;
    font-weight: 500;
}

.navBlock ul li a:hover {
    background: #5C6B26;
}

.navcol {
    padding: 0px 2px;
}

.navblock_icon {
    text-align: center;
   /* margin-top: -70px;*/
}
.navblock_icon img {
    max-height: 40px;
    width: auto;
  }

.boxBottom {
    background: #C6D9DE;
    padding: 30px 30px 20px 30px;
}

.boxBottom h4 {
    margin-bottom: 30px;
}

.image_cards_area {
    background: #E1E4E6;
    padding-top: 220px;
    padding-bottom: 60px;
}

.image_cards_area .owl-item {
    padding: 0px 2px;
}

.titleBlock {
    margin-bottom: 50px;
}

.titleBlock h2 {
    position: relative;
    font-size: 36px;
    text-transform: uppercase;
}

.slide-card {
    background: #fff;
    border: 1px solid #C3C3C3;
}

.slide-card:hover {
    border: 1px solid #5C6B26;
}

.card-content {
    padding: 20px 15px;
}

.image_cards_area .owl-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border: 1px solid #5C6B26;
    border-radius: 100px;
    margin: 0px 3px;
    background: #fff;
}

.image_cards_area .owl-dots {
    text-align: center;
    line-height: 0;
}

.image_cards_area .owl-dot.active {
    background: #5C6B26;
}

.image_cards_area .owl_navigation .owl-prev {
    background: none;
    position: absolute;
    width: auto;
    height: auto;
    left: 45%;
    top: auto;
}

.image_cards_area .owl_navigation .owl-next {
    background: none;
    position: absolute;
    width: auto;
    height: auto;
    right: 45%;
    top: auto;
}

.image_cards_area .owl-nav {
    display: flex;
    justify-content: center;
    position: relative;
    top: -5px;
}

.image_cards_area .owl-nav img {
    max-width: 8px;
}

.site_img_panel,
.wp-block-media-text {
    padding: 150px 50px 100px 50px;
}

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

.site_img_panel .btn_sm {
    margin-top: 25px;
}

.panel_det_r {
    background: #E1E4E6;
    width: 70%;
    margin-left: auto;
    padding: 60px;
    padding-left: 33%;
    min-height: 550px;
}

.wp-block-media-text .wp-block-media-text__content {
    background: #E1E4E6;
    box-shadow: 0px 10px 20px #00000029;
    position: relative;
    right: -50px;
    bottom: -50px;
    width: 150%;
    margin-left: -50%;
    height: 100%;
    padding: 50px 10% 50px calc(50% + 5%) !important;
}

.has-media-on-the-right.wp-block-media-text .wp-block-media-text__content {
    margin-left: 0%;
    margin-right: 50%;
    padding-left: 10% !important;
    padding-right: 15% !important;
    padding-left: 10% !important;
    padding-right: calc(50% + 15%) !important;
}

.wp-block-media-text .wp-block-media-text__media {
    z-index: 2;
}


/*.wp-block-media-text .wp-block-media-text__media {width: 120%; }
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {width: 120%; margin-left: -20%;}*/

.panel_img_l {
    position: absolute;
    left: 0px;
    width: 60%;
    top: -50px;
    height: 100%;
    /* -webkit-box-shadow: 0px 3px 6px #00000029;
        box-shadow: 0px 3px 6px #00000029;*/
}

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

.panel_row {
    position: relative;
}

.align_left .panel_det_r {
    margin-left: 0px;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 33.3%;
}

.align_left .panel_img_l {
    right: 0;
    left: auto;
}

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

.news_events {
    padding: 100px 0px;
}

.event_info .event_desc {
    background: #3E4043;
    box-shadow: 0px 0px 1px #00000029;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event_info .event_desc h3 {
    font-size: 25px;
    font-weight: normal;
}

.footer {
    background: #101E31;
    padding: 60px;
    border-top: 2px solid #5F6A31;
    color: #fff;
}

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

.footer .footmenu ul li {
    margin-bottom: 4px;
}

.footer .footmenu ul li a,
.foot_right a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.footer .footmenu ul li a:hover,
.foot_right a:hover {
    color: #ACB29F;
}

.footadress a {
    color: #FFF;
}

.footadress a:hover {
    color: #ACB29F;
}

.footer .foot_media ul {
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.footer .foot_media ul li {
    margin-bottom: 8px;
    margin-left: 10px;
    margin-right: 10px;
}

.footer .foot_media ul li a img {
    max-height: 35px;
}

.footer .foot_media ul li a:hover img {
    filter: invert(35%) sepia(12%) saturate(288%) hue-rotate(38deg) brightness(82%) contrast(90%);
}

.foot_logo {
    text-align: center;
    margin-bottom: 30px;
}

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

.footer_icn ul li {
    margin: 0px 10px;
}

.footer_icn ul li a img {
    max-height: 50px;
}

.footerBottom {
    position: relative;
    margin-top: 25px;
}

.footerBottom .btn_center {
    margin-bottom: 20px;
}

.footerBottom .simple_row {
    justify-content: center;
}

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

.foot_right {
    position: absolute;
    right: 0;
    width: 30%;
    text-align: center
}

.foot_right a {
    color: #fff;
}

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

.main_wrapper {
    padding-top: 187px;
}

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

.main_breadcrumb {
    background: #EAEBEB;
}

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

.main_breadcrumb .breadcrumb a {
    color: #101E31;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}

.main_breadcrumb .breadcrumb a img {
    vertical-align: initial;
}

.main_breadcrumb .breadcrumb li.active {
    color: #101E31;
    font-weight: 700;
}

.main_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background: url(/wp-content/uploads/2022/04/Down_small.svg);
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-right: 4px;
}

.page_title {
    padding-top: 40px;
    padding-bottom: 50px;
    max-width: 1520px;
    margin: auto;
}

.page_title h1 {
    position: relative;
    z-index: 9;
    margin-left: 90px;
    display: table;
    padding-bottom: 30px;
}

.page_title h1::after {
    content: '';
    background: #5C6B26;
    height: 3px;
    width: calc(100% + 50px);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.lightgray,
.platinum {
    background-color: #E1E4E6 !important;
}

.gray,
.green {
    background-color: #ACB29F !important;
}

.darkblue {
    background: #101E31 !important
}

.darkblue .topTitle h2 {
    color: #fff;
}

.darkblue>h2,
.darkblue>h3,
.darkblue>h4,
.darkblue>h5,
.darkblue>h6,
.darkblue>p,
.darkblue>ul li,
.darkblue>ol li {
    color: #fff;
}

.link_text {
    color: #5C6B26;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

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

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

.generic_middle_block .date {
    color: #5C6B26;
    font-style: italic;
}

.doc_block {
    display: block;
    color: #5C6B26;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.doc_block:hover {
    font-style: italic;
}

.darkblue .doc_block {
    color: #fff;
}

.doc_block img {
    margin-right: 8px;
    position: relative;
    top: -3px;
}

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

.doc_block span {
    text-decoration: underline;
}

.button_block {
    display: flex;
}

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

.img_btn_col {
    padding: 0px 4px;
    margin-bottom: 20px;
}

.img_block {
    position: relative;
}

.img_block .img_block_title {
    position: absolute;
    background: rgba(255, 255, 255, 0.64);
    border-radius: 0;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    transform: translateY(-50%);
    padding: 15px;
    margin: 0px 20px;
    text-align: center;
}

.img_block .img_block_title h4 {
    position: relative;
    text-align: center;
    padding: 0px 20px;
    font-size: 24px;
}

.img_block .img_block_title:hover {
    top: 0;
    transform: none;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
}


/*
.img_block .img_block_title:hover {
	top: 4px;
	transform: none;
	height: 97%;
	opacity: 0; 
}*/

.img_block img {
    width: 100%;
    padding-bottom: 0px;
}

.text-img-wrap {
    border: 1px solid #C3C3C3;
    background: #fff;
    height: 100%;
}

.text-img-wrap:hover {
    border: 1px solid #5F6A30;
}

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

.text_card_block {
    padding: 20px 25px;
    background: #fff;
}

.no_img .text_card_block,
.no_img .event_det {
    margin-top: 150px;
}

.no_img .text_card_block::before,
.no_img .event_det:before {
    content: '';
    background: #5C6B26;
    height: 3px;
    width: calc(70%);
    display: inline-block;
    position: absolute;
    top: 120px;
}

.no_img .event_det:before {
    top: -20px;
}

.text_card_block p {
    color: #101E31;
}

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

.text_card_block h5 {
    margin-bottom: 15px;
}

.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: 600px;
    margin: 0px auto;
    padding: 10px 30px;
    border-left: 3px solid #5F6A31;
}

.generic_form h5 {
    text-align: left;
    text-transform: uppercase;
}

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

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

.owl-general {
    position: relative;
    max-width: 1000px;
    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: 50px;
    background: #5C6B26;
    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: -50px;
}

.owl-general .owl-nav .owl-next img {
    transform: rotate(180deg);
}

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

.owl-general .owl-stage-outer {
    max-width: 960px;
    margin: auto;
    overflow: hidden;
}

.owl-general .owl-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border: 1px solid #5C6B26;
    border-radius: 100px;
    margin: 0px 3px;
    background: #fff;
}

.owl-general .owl-carousel .owl-dots {
    text-align: center;
}

.owl-general .owl-carousel .owl-dot.active {
    background: #5C6B26;
}

.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: 35px;
    background: #5C6B26;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.how_to_cont {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-left: 3px solid #5C6B26;
    padding-left: 40px;
}

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

.simple_list_col {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
}

.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: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    background: #5C6B26;
}

.simple_list_col a:hover {
    background: #101E31;
}

.expanding-grid {
    position: relative;
}

.expand_box {
    border: 1px solid #C3C3C3;
}

.expand_det {
    text-align: center;
    padding: 20px;
    background: #fff;
    padding-bottom: 0px;
}

.expand_det h6 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.expand_det h6 span {
    display: block;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #101E31;
    margin-top: 5px;
    text-transform: capitalize;
}

.expanding-grid .links {
    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;
}

.expand_img img {
    width: 100%;
}

.expanding-grid .links>li:nth-of-type(4n+1) {
    clear: left;
}

.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 #5C6B26;
}

.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: 20px;
    margin-left: auto;
    background-color: #5C6B26;
    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: 42px;
}

.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% - 250px);
    top: 120px;
    left: 50%;
    margin-left: -2px;
    background: #5C6B26;
    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;
}

.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 .content-left:before {
    content: "\f0da";
    right: -8px;
}

.timeline-article .content-right:before {
    content: "\f0d9";
    left: -8px;
}

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

.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 {
    margin-left: 20px;
    background: #5C6B26;
    color: #fff;
    min-width: 180px;
    text-align: center;
    padding: 20px;
    font-size: 40px;
    font-weight: 700;
}

.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;
    margin-right: 20px;
}

.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;
    background: #ACB29F;
    align-items: center;
}

.timeline-article .circle_yw:after {
    content: '';
    /*background: #ACB29F;*/
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
}

.timeline-level-two .circle_yw::after {
    display: none;
}

.timeline-level-two.inner_img .timeline-inner-left img {
    max-width: 400px;
    margin-right: 100px;
}

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

.timeline-level-two.inner_img .timeline-inner-right::after {
    content: '';
    width: 170px;
    height: 3px;
    background: #5C6B26;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
}

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

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

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

.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: 50px;
    margin-top: 50px;
}

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

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

.img_left .image_year_row .section_year {
    position: absolute;
    right: 0px;
}

.img_right .image_year_row .section_year {
    position: absolute;
    left: 0px;
}

.section_img {
    max-width: 430px;
}

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

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

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

.timeline-level-two .circle_yw {
    border-color: #5C6B26;
    background-color: #5C6B26;
}

.contact_col {
    padding: 0px 3px;
}

.contact_box {
    background: #fff;
    padding: 30px 30px;
    border: 1px solid #C3C3C3;
    height: 100%;
}

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

.tel_em_fax {
    margin-top: 15px;
}

.tel_em_fax strong {
    color: #101E31;
    font-family: 'Roboto', sans-serif;
}

.tel_em_fax a {
    color: #5C6B26;
    font-weight: 600;
    word-wrap: break-word;
}

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

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

.maintitle {
    margin-bottom: 50px;
}

.main-service {
    background: #005A76;
    padding: 60px 0px 80px 0px;
}

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

.icon_buttons_row {
    padding-top: 70px;
}

.button_ico_box {
    text-align: center;
    padding: 30px 15px;
    background: #101E31;
    padding-top: 70px;
}

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

.button_ico_box h4 {
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
}

.button_ico_box .img_icon {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background: #5C6B26;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #101E31;
}

.button_ico_box:hover {
    outline: 3px solid #5C6B26;
}

.button_ico_box:hover .img_icon {
    border: 0;
}

.button_ico_col {
    padding: 0px 3px;
}

.NewsMettings {
    background: #E1E4E6;
    border-bottom: 2px solid #5F6A31;
}

.NewsMettings .text_card_block p {
    margin-bottom: 8px;
}

.NewsMettings .latstNews {
    padding: 100px 0px;
}

.NewsMettings .evtRight {
    background: #101E31;
}

.date-info {
    color: #5C6B26;
    font-style: italic;
    font-weight: normal;
}

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

.meetingBoxblock {
    margin-bottom: 12px;
    background-color: #fff;
    padding: 25px 30px;
    border: 1px solid #C3C3C3;
}

.meetingInfo {
    padding: 10px 20px;
}

.upmeetings {
    padding: 100px 0px;
}

.upmeetings h2 {
    color: #fff;
}

.text_card_block .document_era {
    margin-top: 20px;
}

.meetingRow {
    padding: 0px 30px;
}

.center-info {
    max-width: 880px;
    margin: 0 auto;
    padding: 0px 15px;
    margin-bottom: 60px;
}

.housing_pgm_wraper .img_text_card_row {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

.pgm_button_list {
    border-bottom: 2px solid #5F6A31;
}

.pgm_button_list .simple_list_col a {
    padding-left: 50px;
    padding-right: 50px;
}

.no-found-wraper {
    padding: 120px 15px 100px 15px;
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.no-found-wraper h3 {
    margin-bottom: 20px;
}

.no-found-wraper .btn_sm {
    min-width: 130px;
}

.no-found-wraper h2 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.no-found-wraper h2::after {
    content: '';
    background: #6D7D40;
    width: 80%;
    height: 4px;
    display: block;
    bottom: 0;
    position: absolute;
    left: 50%;
    right: auto;
    margin: auto;
    transform: translateX(-50%);
    transition: 0.2s;
}

.oops {
    font-size: 70px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

.search_filter_title {
    display: flex;
    padding-bottom: 25px;
}

.search_filter_title select {
    min-width: 275px;
}

.search_filter_title label {
    text-transform: uppercase;
    font-weight: 400;
}

.project_wrap .search_filter_title label {
    color: #fff;
}

.search_block {
    width: 275px;
    margin-right: 13px;
}

.search_block .input-group .form-control {
    width: 100%;
    background: #fff;
    border-radius: 0;
    min-height: 50px;
}

.search_block .btn {
    background: #687E36;
    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: 1px solid #687E36;
}

.search_block .btn img {
    width: 20px;
}

.project_wrap {
    padding: 100px 0px;
}

.project_wrap .img_text_card_row {
    margin-left: -4px;
    margin-right: -4px;
}

.top_bg {
    position: relative;
    padding-top: 40px;
}

.top_bg::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #101E31;
    height: 300px;
    top: -250px;
    width: 100%;
}

.top-tabs {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: -1px;
}

.top-tabs ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-tabs ul li a {
    background: #ACB29F;
    border: 1px solid #5F6A31;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 700;
    min-width: 220px;
    display: flex;
    min-height: 55px;
    align-items: center;
    color: #101E31;
    justify-content: center;
}

.top-tabs ul li a.active {
    background: #E1E4E6;
    border-bottom: 0;
}

.top-tabs ul li a:hover {
    background: #5C6B26;
    color: #fff;
}

.top-tab-content {
    background: #E1E4E6;
    min-height: 300px;
    border-top: 1px solid #ACB29F;
    padding-top: 60px;
    padding-bottom: 80px;
}

.inner-container {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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

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

.lef-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.lef-title img {
    margin-right: 5px;
}

.main_acco_title {
    background: #fff;
    border: 1px solid #C3C3C3;
    position: relative;
    padding: 26px 36px;
    padding-bottom: 5px;
    cursor: pointer;
}

.main_acco_title h6 {
    margin-bottom: 5px;
}

.date_meet {
    color: #5C6B26;
    font-style: italic;
    margin-bottom: 3px !important;
}

.main_acco_title .accosign {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

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

.accordion_era {
    margin-top: 15px;
}

.main_acco_title.active .accosign {
    transform: rotate(180deg);
    margin-top: -10px;
}

.acco_panel {
    background: #fff;
    padding: 40px 60px;
    display: none;
    border: 1px solid #C3C3C3;
}

.acco_panel h5 {
    text-transform: uppercase;
}

.acco_panel h6 {
    font-size: 16px;
}

h6 .doc_block {
    display: inline-block;
}

.accordion_block {
    margin-bottom: 10px;
}

.expanding-gridevt {
    position: relative;
    width: 100%;
}

.expanding-gridevt .linksevt {
    overflow: hidden;
    padding: 1em 0;
    margin: 0px -5px;
}

.expanding-gridevt .linksevt>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0px 5px;
    width: 33.33%;
    list-style: none;
    margin-bottom: 10px;
}

.expanding-gridevt .linksevt>li>a {
    height: 100%;
}

.expanding-gridevt .event_box {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    position: relative;
    border: 1px solid #C3C3C3;
}

.expanding-gridevt .no_img.event_box {
    height: 100%;
}

.expanding-gridevt .event_box:hover {
    border: 1px solid #5C6B26;
}

.event_det {
    padding: 15px 30px;
    padding-bottom: 20px;
    position: relative;
}

.event_det h6 {
    margin-bottom: 5px;
}

.event_det p {
    margin-bottom: 5px;
    color: #101E31;
}

.event_det .date_time {
    color: #5C6B26;
    font-style: italic;
}

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

.expanding-gridevt .expanding-containerevt {
    clear: both;
    display: none;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border: 1px solid #5F6A30;
    margin-top: -20px;
}

.active .event_det {
    padding-bottom: 35px;
}

.active .event_det:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 10px;
    background: #fff;
    left: 0;
    z-index: 9;
}

.active .event_box {
    border-color: #5F6A30 !important;
}

.expanding-gridevt .expanding-container.expandedevt,
.expanding-gridevt .expanding-container:target {
    /*! display:block */
}

.expanding-gridevt .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-gridevt .close-button.active {
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

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

.expand-contentevt {
    padding: 50px 50px;
}

.exp_left {
    width: 25%;
    border-right: 1px solid #5C6B26;
}

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

.exp_left a {
    color: #5C6B26;
    font-weight: 700;
    text-decoration: underline;
}

.exp_right {
    width: 75%;
    padding-left: 50px;
}

.news-card-wraper {
    padding: 50px 0px 50px 0px;
}

.newsRow .newsColumn {
    width: 33.3%;
    padding: 0px 8px;
    margin-bottom: 6px;
}

.newsRow .newscolLg {
    max-width: 1000px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.newsinfo {
    background: #fff;
    height: 100%;
}

.horizontalCard {
    border: 1px solid #C3C3C3;
    align-items: center;
    background: #fff;
}

.horizontalCard .newsBody {
    padding: 40px 30px;
}

.newsBody {
    padding: 25px 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.newsBody .date-info {
    margin-top: auto;
    margin-bottom: 5px;
}

.newsBody p {
    color: #101E31;
}

.newsimg img {
    width: 100%;
}

.newscard {
    /* border: 1px solid #C3C3C3; */
    min-height: 525px;
    background: #fff;
}

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

.newsSort {
    max-width: 270px;
    margin-left: auto;
    align-self: flex-end;
    min-width: 270px;
}

.news-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px;
}

.news-grid .newsColumn {
    width: 33.3%;
    padding: 0px 8px;
    margin-bottom: 15px;
}

.newsColumn.no-img .newscard {
    display: flex;
    align-items: center;
}

.newsBody h6 {
    position: relative;
}

.newsColumn.no-img h6::before {
    content: '';
    background: #5C6B26;
    height: 2px;
    width: 70%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -30px;
}

.pagination {
    justify-content: center;
    padding: 20px 0px;
}

.main_search {
    padding-bottom: 40px;
    margin-bottom: 5px;
}

.main_search_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main_search_content .form-control {
    min-height: 50px;
}

.main_search_content h5 span {
    font-size: 20px;
    margin-left: 10px;
}

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

.main_search_content .search_input {
    text-align: left;
    margin-bottom: 25px;
    min-width: 400px;
}

.resultmain {
    padding-top: 0px;
    padding-bottom: 60px;
}

.result_row {
    background: #fff;
    margin-bottom: 15px;
}

.result_row .rsltBody {
    padding: 80px 60px 50px 60px;
    background: #fff;
    border: 1px solid #C3C3C3;
}

.result_row .rsltBody h6 {
    position: relative;
}

.result_row .rsltBody h6::before {
    content: '';
    background: #5C6B26;
    height: 2px;
    width: 200px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -30px;
}

.resull_filter {
    padding: 70px 0px;
}

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

.rslt_txt {
    max-width: 900px;
    margin: auto;
}

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

.filterBlocks {
    max-width: 1000px;
    margin: auto;
}

.re_category {
    color: #5C6B26;
    font-style: italic;
    text-transform: capitalize;
}

.resull_filter .ftr_row {
    margin-bottom: 40px;
    justify-content: space-between;
}

.acc__title {
    border: 1px solid #C3C3C3;
    min-height: 55px;
    display: flex;
    align-items: center;
    padding: 5px 25px;
    cursor: pointer;
    position: relative;
    padding-right: 50px;
}

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

.acc__title h6 {
    margin: 0px;
}

.acc__title .acco_sign {
    background: #5C6B26;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.acc__card {
    margin-bottom: 10px;
}

.acc__panel {
    display: none;
    padding: 30px 30px;
}

.directory_wrap .acc__panel .doc_block {
    /*border-bottom: 1px solid #C3C3C3;*/
    padding-bottom: 10px;
    display: table;
    padding-right: 100px;
    text-decoration: underline;
}

.dir_filter_wrap {
    margin-bottom: 50px;
}

.directory_wrap {
    padding-bottom: 100px;
}

.map_row {
    display: flex;
    position: relative;
    max-width: 1520px;
    margin: auto;
}

.map_details_area {
    background: #E1E4E6;
    margin-left: auto;
    width: 70%;
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
    min-height: 600px;
    align-items: center;
    margin-right: 90px;
}

.map_details_area address {
    max-width: 320px;
}


/*
.map_details_area {
	background: #E1E4E6;
	margin-left: 368px;
	width: 70%;
	display: flex;
	justify-content: flex-end;
	padding-right: 100px;
	min-height: 600px;
	align-items: center;

}*/

.map_details_area a {
    text-decoration: underline;
    font-weight: 700;
}

.map_area_contact {
    position: absolute;
    left: 90px;
    top: 40px;
    width: 60%;
    box-shadow: 0px 3px 6px #00000029;
    line-height: 10px;
}


/*
.map_area_contact {
	position: absolute;
	left: 90px;
	top: 40px;
	width: 70%;
	box-shadow: 0px 3px 6px #00000029;
		line-height: 10px;
}*/

.contact_directory {
    padding: 80px 0px;
}

.cont_acco_panel h6 span {
    font-size: 16px;
    font-weight: normal;
}

.cont_acco_panel p a {
    text-decoration: underline;
    font-weight: 700;
}

.cont_acco_panel {
    border: 1px solid #C3C3C3;
    border-top: 0;
}

.direc_row {
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 20px;
}

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

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

#ajaxsearchpro1_1 .probox,
#ajaxsearchpro1_2 .probox,
div.asp_m.asp_m_1 .probox,
#ajaxsearchpro1_1 .probox .promagnifier,
#ajaxsearchpro1_2 .probox .promagnifier,
div.asp_m.asp_m_1 .probox .promagnifier,
#ajaxsearchpro1_1 .probox .promagnifier div.innericon,
#ajaxsearchpro1_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_1 .probox .promagnifier div.innericon {
    min-height: 43px;
}

.accesablitymenu {
    background: #0D51AD;
    color: #fff;
    font-size: 11px;
    text-align: center;
    margin: 2px;
    padding: 4px 10px;
    text-transform: capitalize;
    line-height: 16px;
    outline: 2px solid #0D51AD;
    outline-offset: 2px;
    border-radius: 3px;
    margin-left: 5px;
}

.wp-block-group>ol li {
    margin-block: 20px
}

.gen_video_img {
    padding-left: 80px;
    padding-right: 80px;
}

.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 {
    max-width: 100%;
}

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

.img_button_row.three .img_btn_col {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.img_button_row.four .img_btn_col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.img_button_row.two .img_btn_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 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.simple_list_info .row.two .simple_list_col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.simple_list_info .row.three .simple_list_col {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.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 {
    max-width: 100%;
}

.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 20px !important;
    border-color: #C3C3C3 !important;
    border-radius: 0px !important;
}

.advgb-accordion-header .advgb-accordion-header-title {
    color: #101E31 !important;
}

.advgb-accordion-header:hover {
    border-color: #5C6B26 !important;
    outline: 1px solid #5C6B26
}

.advgb-accordion-header.ui-state-active {
    border-color: #5C6B26 !important;
    outline: 1px solid #5C6B26
}

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

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

.advgb-accordion-header-icon {
    margin-right: -1px !important;
    width: 50px;
    height: 51px;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-top: 0;
    background-image: url(../img/white-arrow-down.svg);
    background-color: #5C6B26;
    position: absolute;
    right: 0;
    background-position: center;
    top: 0;
}

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

.advgb-accordion-body {
    padding: 20px 20px !important;
    border-color: #fff !important;
    background: #fff !important;
}

.lightgray .advgb-accordion-body,
.platinum .advgb-accordion-body {
    border-color: #E1E4E6 !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: 0 !important;
}

ul.advgb-tabs-panel li.advgb-tab {
    border-radius: 0 !important;
    background: #ACB29F !important;
    color: #101E31 !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 #5F6A31 !important;
    margin-right: 0px !important;
}

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

ul.advgb-tabs-panel li.advgb-tab a {
    color: #101E31 !important;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
}

ul.advgb-tabs-panel li.advgb-tab:hover a {
    color: #fff !important;
}

.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active {
    background: #fff !important;
    border: 1px solid #5F6A31 !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: -1px;
    width: 100%;
    background: #5F6A31;
    height: 1px;
}

.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active a {
    color: #101010 !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_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: 1px;
}

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

.gform_wrapper input.large,
.gform_wrapper select,
.gform_wrapper textarea {
    border: 1px solid #C3C3C3;
    min-height: 50px;
}

.gform_wrapper select {
    background-color: #fff;
    padding-top: 13px !important;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
    border: 1px solid #1D283E !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
}

.wp-block-table th {
    background: #5C6B26;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border-top: 0 !important;
    border-bottom: 0px !important;
}

.wp-block-table tbody tr:nth-child(2n+1) {
    background: #fff
}

.wp-block-table tbody tr:nth-child(2n) {
    background: #E1E4E6
}

.wp-block-table td {
    border-right: 1px solid #1B79CB;
}

.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: 15px 15px !important;
    border-right: 1px solid #ADB2A1 !important;
    border-left: 0;
    border-bottom: 1px solid #ADB2A1 !important;
    text-transform: capitalize;
    width: 276px;
}

.wp-block-table tr td {
    padding: 15px 15px !important;
    border: 0;
    border-right: 1px solid #ADB2A1 !important;
    color: #030303;
}

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

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

.main_content>p>a,
.wp-block-group>p a,
.wp-block-media-text__content>p a,
.expand-content>a,
.expand-content>p a,
.generic_middle_block>p a,
.advgb-tab-body-wrapper div.advgb-tab-body>p a,
.text_card_block p a,
.main_content>p a,
.addtocal_linkto a {
    font-weight: 600;
    text-decoration: underline;
}

.main_content>p>a:hover,
.wp-block-group>p a:hover,
.wp-block-media-text__content>p a:hover,
.expand-content>a:hover,
.expand-content>p a:hover,
.generic_middle_block>p a:hover,
.advgb-tab-body-wrapper div.advgb-tab-body>p a:hover,
.text_card_block p a:hover,
.main_content>p a:hover,
.addtocal_linkto a:hover {
    font-style: italic;
}

.main_banner .carousel-item img {
    width: 100%;
}

.wp-block-group.padding-div {
    padding: 0px !important;
}

.addeventatc.addtocal {
    z-index: 0 !important;
    color: #5C6B26 !important;
    border: 0 !important;
    box-shadow: none !important;
    font-weight: 600 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    text-shadow: none !important;
    text-decoration: underline;
    background: none !important;
    padding-left: 25px;
    padding-bottom: 5px;
}

.link_item {
    font-size: 14px;
}

.addeventatc .addeventatc_icon {
    background: url(../img/calendar-icon.svg) !important;
    background-repeat: no-repeat !important;
    left: 0px !important;
}

.footer .btn_sm:hover {
    background: #ACB29F;
    color: #101E31;
}

.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: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 {
    padding-bottom: 40px;
}

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

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

.acf-map {
    width: 100%;
    height: 500px;
}

.gm-style .gm-style-iw-c {
    border-radius: 0px !important;
    /*border: 2px solid #8E2B2D !important;*/
    /*padding: 30px !important;*/
    max-height: none !important;
}

.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    /*transform: translate3d(-50%,-100%,0);*/
    transform: translate3d(-49%, -95%, 0);
    background-color: white;
    border-radius: 8px;
    /*padding: 12px;*/
    padding: 0px;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .3);
}

.carousel-item {
    /*display: none !important;*/
}

.btn_sm.g_map {
    margin-left: 10px !important;
}

.owl-dots-wraper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
}

.prev-tem {
    transform: rotate(90deg);
    cursor: pointer;
    position: relative;
}

.prev-tem:after {
    content: '';
    background: url(../img/select-arrow.svg);
    width: 16px;
    height: 10px;
    display: inline-block;
    /*background-size: 16px !important;*/
}

.next-tem {
    transform: rotate(-90deg);
    cursor: pointer;
}

.next-tem:after {
    content: '';
    background: url(../img/select-arrow.svg);
    width: 16px;
    height: 10px;
    display: inline-block;
    /*background-size: 16px !important;*/
}

.acc__panel .direc_row:last-child {
    border-bottom: 0px;
}

.wp-pagenavi {
    font-size: 22px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 0px 7px;
    color: #101E31;
    font-family: 'Roboto Condensed', sans-serif;
}

.wp-pagenavi a {}

.wp-pagenavi span {
    color: #5C6B26;
    position: relative;
}

.wp-pagenavi span:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 3px;
    background: #5C6B26;
    bottom: -2px;
    left: 6px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    font-size: 16px;
    color: #5C6B26
}

.project_wrap.darkblue {
    border-bottom: 2px solid #5F6A31;
}

.darkblue .simple_list_col a:hover {
    background: #889A49;
}

.upmeetings .btn_sm:hover {
    background: #889A49;
}

.expand-content>* {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

table.fixed.table-view-list.posts {
    table-layout: initial;
}

.acf-block-preview .doc_block {
    display: block;
}

.timeline-article:last-child .circle_yw {
    background: #fff;
}

.timeline-article:last-child .circle_yw::after {
    width: 35px;
    height: 35px;
    background: #ACB29F;
}

.owl-general .prev-tem::after,
.owl-general .next-tem::after {
    background: url(../img/green-arrow-down.svg);
}

.owl-general .prev-tem,
.owl-general .next-tem {
    position: relative;
    top: 6px;
}

#addeventatc1 {
    float: left;
    width: 100%;
}

.addtocal_linkto img {
    padding-right: 10px;
}

.meet-add {
    color: #101E31;
}

.img-met {
    padding-right: 10px;
}

.mt-lin {
    font-weight: 600;
    text-decoration: underline;
}

.newsColumn.no-img a h6::before {
    content: '';
    background: #5C6B26;
    height: 2px;
    width: 70%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -30px;
}

.generic_middle_block>.wp-block-image {
    max-width: 1088px;
}

.page-template-Page-meeting .doc_block {
    text-decoration: underline;
}

.button_list.list.jkp.aligncenter {
    margin-top: 75px;
}

.wp-container-2.wp-block-group.howto.how-to-page {
    padding: 0px;
}

.wp-container-1.wp-block-group.generic_middle_block.how-to-top {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.cont-tit {
    font-weight: bold;
}

.page-template-Page-meeting .label-wrap {
    padding-bottom: 9px;
}

.gform_title {
    display: none;
}

#gform_submit_button_1 {
    background: #5C6B26;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 25px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
}

#addeventatc1 {
    padding-bottom: 8px !important;
}

.til1 {
    padding-right: 10px;
}

.til2 {
    padding-left: 10px;
}

.search_filter_title.news_filter_wrap {
    padding-bottom: 65px;
}

.page-id-781 .wp-container-4.wp-block-group {
    padding-top: 0px;
}

.page-id-781 .wp-container-1.wp-block-group.generic_middle_block {
    padding-top: 0px;
}


/*.hui {
	height: 327px !important;
}*/

.gm-style-iw-d {
    max-width: none !important;
}

.gm-style-iw.gm-style-iw-c {
    max-width: none !important;
}

.hui .map-img-1 {
    width: 340px !important;
}

.hui p {
    width: 300px;
}

.gm-style-iw-d {
    min-height: 427px !important;
}

.txt-map-block h4 {
    font-size: 17px;
}

.txt-map-block {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.gm-ui-hover-effect {
    display: none !important;
}

.gm-style .gm-style-iw-t::after {
    transform: translate(-50%, 60%) rotate(-45deg) !important;
}

.gm-style .gm-style-iw-d {
    overflow-y: hidden !important;
}

.acf-map {
    height: 700px !important;
}

.sticy-news-body {
    border: 1px solid #C3C3C3;
}

.horizontalCard.fer-hor.row.no-gutters {
    align-items: flex-start;
    border: none;
}

.newsBody.fer-body-pd {
    border: 1px solid #C3C3C3;
    border-left: none;
    padding-top: 70px;
    padding-bottom: 70px;
}

.plus-minus {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -20px;
    text-align: center;
    cursor: pointer;
    top: 3px;
}

.plus-minus:hover {}

.plus-minus::after {
    content: '+';
    position: absolute;
    right: 0px;
    background-repeat: no-repeat;
    display: block;
    left: 6px;
    font-weight: bold;
    font-size: 20px;
}

.plus-minus.minus-icon::after {
    content: '-';
}

.inner_submenu {
    display: none;
    background: #FFF;
    padding: 20px !important;
    border-top: 2px solid #5C6B26;
    position: relative;
}

.inner_submenu li a {
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 15px !important;
}

.inner_submenu li a:hover {
    color: #5C6B26;
    font-weight: 600 !important;
}

.inner_submenu:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    background: #fff;
    border-top: 2px solid #5C6B26;
    border-right: 2px solid #5C6B26;
    left: 0;
    right: 0;
    top: -7px;
    margin: 0 auto;
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(135deg);
    background: none;
    -ms-transform: rotate(315deg);
    background: #E1E4E6;
}

.wp-block-advgb-button .wp-block-advgb-button_link {
    background: #5C6B26 !important;
    color: #fff !important;
    display: inline-block !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    padding: 10px 25px !important;
    text-align: center !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
}

.wp-block-advgb-button .wp-block-advgb-button_link:hover {
    color: #fff !important;
    background: #101E31 !important;
}

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

@media(min-width:992px) {
    .navbar-nav>li.current-page-ancestor>a,
    .navbar-nav>li.current-menu-item>a,
    .navbar-nav>li.current_page_item>a,
    .navbar-nav>li.current-menu-ancestor>a {
        background: #ACB29F;
        color: #101E31;
    }
}

.project_wrap.top_bg:before {}

.page-id-629 .project_wrap.top_bg::before {
    display: block;
}

.page-template-Page-projects .map_wrap {
    margin-top: 20px;
}

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

.showon-mobile {
    margin-bottom: 50px;
}

.page-id-1334 .site_img_panel.gray.align_left .btn_sm,
.page-id-1334 .site_img_panel.green.align_left .btn_sm {
    display: none;
}

.expanding-grid .links>li:nth-of-type(4n+1) {
    clear: unset;
}

.wp-block-embed.is-type-video.is-provider-vimeo.wp-block-embed-vimeo.wp-embed-aspect-16-9.wp-has-aspect-ratio {
    margin-left: auto;
    margin-right: auto;
}

.page-template-Page-Contact .acf-map {
    height: 520px !important;
}

.row-icon-button.row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-columns .wp-block-column {
    padding-left: 50px;
    padding-right: 50px;
}


/* 
.page-id-1412 .wp-container-6.wp-block-group {
	max-width: 1400px !important;
}
.page-id-1412 .has-text-align-center.page-pr {
	margin-right: 10px;
}


body .uwy.userway_p3 .uai {
	top: 34px !important;
	transform: translate(-215%) !important;
	right: 42px !important;
}

.uwy:not(.uh).userway_p1 .uai:hover, .uwy:not(.uh).userway_p3 .uai:hover {
	transform: translate(-211%) scale(1.1) !important;
}
.uo .userwayAccessibilityIcon:hover{
	transform: translate(-211%) scale(1.1) !important;
}
.head-shrink #userwayAccessibilityIcon {
	display: none !important;
}
body.page .uwy.userway_p2 .uai, body.page .uwy.userway_p3 .uai {
	left: calc(100vw - 20px);
	top: 5px !important;
}

body.page .uwy:not(.uh).userway_p1 .uai:hover, body.page .uwy:not(.uh).userway_p3 .uai:hover {
	transform: translate(-216%) scale(1.1) !important;
}
 #userwayAccessibilityIcon {
	display: none !important;
}
*/

h5 span {
    text-transform: none;
    font-weight: 600;
    font-size: 18px;
}

.text_card_block p {
    margin-bottom: 40px;
}

.text_card_block .link_text {
    position: absolute;
    bottom: 0;
    /* height: 32px !important; */
    margin-bottom: 16px;
    /* top: -19px; */
}

.accessibility-btn {
    padding: 4px 10px !important;
}

body .uwy.uac.userway_p1 .uai,
body .uwy.uac.userway_p7 .uai,
body .uwy.uac.userway_p8 .uai {
    top: 26px !important;
}

body .uwy.userway_p1 .uai {
    left: calc(100vw - 0px) !important;
}

body .uwy.uac.userway_p1 {
    right: 0px !important;
}

#userwayAccessibilityIcon {
    margin-right: 0 !important;
    position: static !important;
    transform: none !important;
    margin-top: 30px;
    margin-right: 50px !important;
}

.big-uw-icon .accessibility-btn__text,
.utb .accessibility-btn__text {
    font-size: 11px !important;
    letter-spacing: 0 !important;
}

.body-shrink #userwayAccessibilityIcon {
    display: none;
}

.main_content ul li,
.main_content ol li,
.wp-block-group ul li,
.wp-block-group ol {
    font-size: 16px;
}

.pr-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 47px;
}

.m1 p {
    color: #fff;
}

.m2 p {
    color: #fff;
}

.m3 p {
    color: #fff;
}


/*
.page-id-1169 .gfield_label {
	color: #fff;
}
.page-id-1169 .gchoice {
	color: #fff;
}
.page-id-1169 .gfield_description {
	color: #fff;
}
.page-id-1169 b {
	color: #fff;
}
.page-id-1169 .field_description_below {
	color: #fff;
}
.page-id-1169 #input_3_47 {
	border: none;
}*/

.page-id-1169 #input_3_46 {
    border: none;
}

.page-id-1169 #gform_submit_button_3 {
    background: #5C6B26;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 25px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 0px;
    border: none;
}

.page-id-1169 .gfield_list_group_item input {
    height: 50px !important;
}

.page-id-462 .wp-container-2.wp-block-group {
    padding-bottom: 0px;
}

.main_content .wp-block-group>.wp-block-media-text {
    padding-top: 0px;
}

.page-template-Page-Document .directory_wrap {
    padding-top: 50px;
}

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

.darkblue .doc_block:hover img {
    filter: invert(60%) sepia(60%) saturate(213%) hue-rotate(38deg) brightness(93%) contrast(93%);
}

.darkblue .doc_block:hover {
    color: #ACB29F;
}

/*.footerBottom .btn_sm {
    display: none;
}*/

.page-id-1930 .site_img_panel,
.wp-block-media-text {
    padding-top: 0px;
}


/*.page-template-Page-future .img_text_card_col {
	-ms-flex: 0 0 33.3%;
	flex: 0 0 49.3% !important;
	max-width: 49.3% !important;
}*/

.main_content.fur-page {
    color: #fff !important;
}

.main_content.fur-page h3 {
    color: #fff;
}

.page-template-Page-future .map_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-template-Page-future .img_card_block img {
    width: 100%;
}

.darkblue .advgb-accordion-body p a {
    font-weight: 600;
    color: #101E31;
    text-decoration: underline;
}

.wp-block-image.aligncenter.size-large.is-style-default.media-block-inner-image {
    text-align: center;
    width: 700px;
}

.wp-block-image.aligncenter.size-large.is-style-default.media-block-inner-image {
    width: 100%;
}

.entry-area.isection.single-alm {
    padding: 20px 0px;
}

.panel_img_l iframe {
    height: 637px;
    width: 100%;
}

.for-page-a a {
    color: #fff;
}

.document-h3 {
    text-align: center;
    line-height: 34px;
    margin-bottom: 45px;
}

.filterWrap.dflex.property-manger-div {
    display: none;
}

.page-id-1350 .wp-block-advgb-tab.advgb-tab-body-container {
    width: 700px;
    margin: 0 auto;
    padding-top: 20px;
}

.rfp-h6 {
    margin-bottom: 20px !important;
}

.meeting-wraper.rfp-wraper {
    margin-top: 50px;
}

.wp-container-2.wp-block-group.generic_middle_block.fir {
    padding: 20px 0px;
}

.green > p > a {
	color: #5C6B26;
}

.darkblue .advgb-accordion-body .doc_block {
    color: #5C6B26;
}

.darkblue .advgb-accordion-body .doc_block img {
    filter: none;
}

.kop .btn {
    background: #5C6B26;
    border-radius: 0;
    width: 50px;
    border: 0;
    position: absolute;
    right: 0;
    height: 50px;
    z-index: 9;
}

.search_input.kop {
    width: 316px;
    margin-right: 14px;
}

.filterWrap-meet.dflex.faq-flex {
    margin: 0 auto;
    max-width: 600px;
}

.btn_sm.event-btm {
    margin-right: 7px;
}

.main_content.fur-page.page-fur-miidle {
    background-color: #101E31;
}

.project_wrap.darkblue.top_bg.project-wrop {
    border-bottom: none !important;
}

.project_wrap.darkblue.top_bg.project-wrop::before {
    background-color: #fff;
}

.date-info1 {
    margin-top: 10px;
}

#section2203 {
    display: none;
}

#section3456 {
    display: none;
}

#section3455 {
    display: none;
}

.itr-map .gm-style-iw-d {
    display: none;
}

.date.page-date.has-text-color {
    font-style: italic;
}

.item-image img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.couresl-caption {
    position: absolute;
    color: #fff;
    /* top: 0; */
    right: 128px;
    bottom: -20px;
    background-color: #5C6B26;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.green-section {
    padding-top: 150px !important;
    padding-bottom: 150px;
}

.vendor-wraper {
    background-color: #ACB29F !important;
}

.inner-container.inn-jpg {
    padding-top: 50px;
    padding-bottom: 50px;
}

.meeting-wraper.rfp-wraper.vendor-wraper {
    margin-top: 0px;
}

.dip-less {
    display: none;
}

.inner-container.inn-jpg1 {
    padding-bottom: 50px;
}

.top-tab-content.vendor-wraper {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.vendor-tab {
    border: 1px solid #5F6A31 !important;
    border-radius: 0px !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.inractive-map iframe {
    max-width: 100% !important;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto !important;
}

.wp-block-image figcaption {
    color: #101E31 !important;
    font-size: 14px !important;
    text-align: center;
    background-color: #E1E4E6 !important;
    margin-top: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.wp-block-image figcaption a {
    font-weight: 700 !important;
}

.page-template-Page-ContractingWithAHA .wp-container-2.wp-block-gallery-1.wp-block-gallery.has-nested-images.columns-default.is-cropped {
    margin: 0 auto;
    max-width: 1024px;
}

.meeting-wraper.rfp-wraper.vendor-wraper.conract-aha {
    background-color: #fff;
}
.meet-evt {
	text-decoration: underline;
	font-weight: 700;
}
.jbl {
	font-weight: 600;
text-decoration: underline;
	color: #5C6B26 !important;
}

.jbl:hover {
font-style: italic;	
	
}
.meet-evt:hover {
	text-decoration: underline;
	/* font-family: it; */
	font-style: italic;
	font-weight: 700;
}
.acf-map.project-map {
	margin-bottom: 44px;
}
.res-bd .contact_box {
	text-align: center;
}

.acsb-trigger.acsb-trigger-position-x-right{
    right: 50px !important;
    width: 100px !important;
    color: #fff;
    display: flex !important;
    align-items: center;
    font-size: 14px;
    padding: 8px;
    background: #0D51AD !important;
    outline: 1px solid #0D51AD !important;
    outline-offset: 2px;
    height: 40px !important;
    top: 33px !important;
    transform: none !important;
    border-radius: 0px !important;
}
.acsb-trigger-icon::before {
    content: 'Accessibility';
    text-align: center;
    display: table;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    margin-top: 4px;
  }
  .acsb-trigger .acsb-trigger-icon svg{
    display: none;
  }

  .body-shrink .acsb-trigger.acsb-trigger-size-medium{
    display: none !important;
  }

.house-border {
	padding-top: 30px;
}
.top-search-div {
	padding-bottom: 30px;
}

.expanding-gridevt .linksevt > li {
	min-height: 380px;
}
.event_det {
	min-height: 185px;
}

.project-video .project-video-wrapper iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.project-video .project-video-wrapper {
    position: relative;
  padding-top: 56%;
}
.img_card_block {
  margin: auto;
  text-align: center;
}
.map-text {
	margin-top: 50px;margin-bottom: 50px;
}
/* .project-template-default.single-project.postid-3839 .main_wrapper .project-video-wrapper p:nth-child(5) a,.project-template-default.single.single-project.postid-3839 .main_wrapper .project-video-wrapper p:nth-child(6) a,.project-template-default.single.single-project.postid-3839 .main_wrapper .project-video-wrapper p:nth-child(7) a,.project-template-default.single.single-project.postid-3839 .main_wrapper .project-video-wrapper p:nth-child(8) a,.project-template-default.single.single-project.postid-3839 .main_wrapper .project-video-wrapper p:nth-child(9) a {
    text-decoration: underline !important;font-weight: bold !important;
} */
.project-template-default.single.single-project .main_wrapper .project-video-wrapper ul.linklist {
    list-style: none;
    padding: 0;
}

.project-template-default.single.single-project .main_wrapper .project-video-wrapper ul.linklist li {
    margin-bottom: 10px;
}
.project-template-default.single.single-project .main_wrapper .project-video-wrapper ul.linklist li  a {
    text-decoration: underline !important;
    font-weight: bold !important;
}
.homemobilevideo{
    display: none;

}
.homemobilevideo iframe {
    width: 100%;
    height: 400px;
}

.boxzilla-container .boxzilla-bottom-right{
    position: fixed;
    right: 12px !important;
    /* top: 30%; */
    /* bottom: 20%; */
    width: 275px;
    padding: 30px 25px;
    /* background: #fff; */
    border-radius: 30px 30px 0px 0px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    z-index: 1031;
    //background: #e3dce6;
}
span.boxzilla-close-icon {
    top: 10px;
    right: 15px;
}
.boxzilla-container .boxzilla-bottom-right{
    max-height: 100%;
    overflow-y: unset;
}
.boxzilla-container .boxzilla-bottom-right .boxzilla-content{
    max-height: 372px;
    overflow-y: scroll;
    padding-bottom: 60px !important;
    margin-top: 10px !important;
}

.box-heading {
    font-size: 25px;
    padding-bottom: 10px;
}

.apply-here {
    padding: 2rem 0;
    text-align: center;
}

.apply-here a {
    font-size: 1.4rem;
    background: #ff0a00;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 20px 25px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 0px;
    width: 250px;
}

.apply-here a:hover{

    color: #fff;
    background: #ff0a00;

}