body.home{
  padding-top: 0;
}
body.home.logged-in.admin-bar {
    padding-top: 0px;
}
.page-header{
    display:none !important;
}
/* body.home header.site-header{
  background: url('../img/orm.png') left top  no-repeat transparent;
} */
header.site-header{
  background:transparent;
}
.top-main-banner .wp-block-uagb-image__figure img{
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.home .member-nav-button{
  color:#fff !important;
  border: 1px solid #fff !important;
}
.home .member-nav-button svg path{
  fill:#fff !important;
}
.home .member-nav-button:hover{
  color:#1a80b6 !important;
  border: 1px solid #1a80b6 !important;
  background: #fff !important;
}
.home .member-nav-button:hover svg path{
  fill:#1a80b6 !important;
} 
#menu-main-menu .menu-item a:hover::before, #menu-main-menu .current_page_item > a::before{
  color:#fff !important;
  border-bottom: 2px solid #fff !important;
} 
.home .top-menu-container{
  flex:1 1 auto !important;
  border-bottom: 1px solid #fff !important;
}
#menu-main-menu .menu-item a:hover::before, #menu-main-menu .current_page_item > a::before{
  color:#fff !important;
}
#menu-main-menu .menu-item a{
  color:#fff !important;
}
#menu-main-menu .menu-item a::before{
  color:#fff !important;
}
#menu-main-menu .menu-item a:hover::before, #menu-main-menu .current_page_item > a::before{
  color:#fff !important;
}
header.site-header.menu-sticky .menu-item a::before, 
header.site-header.menu-sticky #menu-main-menu .menu-item a::before,
header.site-header.menu-sticky .member-nav-button{ 
  color:#222  !important;
}
header.site-header.menu-sticky .member-nav-button{ 
  border: 1px solid #222 !important;
}
header.site-header.menu-sticky .member-nav-button:hover,
header.site-header.menu-sticky #menu-main-menu .menu-item a:hover::before{
  color:#155AA2 !important;
  border-bottom: 1px solid #155AA2 !important;
  background: #F0F7FF !important;
}
.home header.site-header.menu-sticky .member-nav-button svg path{
  fill:#222 !important;
}
.home header.site-header.menu-sticky .member-nav-button:hover svg path{
  fill:#155AA2 !important;
}
header.site-header.menu-sticky #menu-main-menu .menu-item a:hover::before{ 
  border-bottom: 2px solid #155AA2 !important;
}
.home header.site-header.menu-sticky .top-menu-container{
  border-bottom: 1px solid #155AA2 !important;
}  
header.site-header.menu-sticky #menu-main-menu .current_page_item > a::before{
  border-bottom: 2px solid #155AA2 !important;
  color:var(--hover-color) !important;
} 
.event-item{
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #F9F9F9;
  padding:24px
}
.event-time-container{
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.event-time-container .start-time{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color:#447BB5;
}
.event-time-container .end-time{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color:#447BB5;
}
.event-time-container .separator{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color:#447BB5;
}
.event-title h3{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  color:#222222;
  margin:0;
}
.event-place{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color:#4E4E4E;
}
 .event-place .icon-location{
  flex: 0 0 16px;
  height: 16px;
  object-fit: contain;
  margin: 0;
}
.events-accordion {  
  overflow: hidden;
}

.events-year-accordion { 
  margin-bottom: 16px;
  background: #F0F7FF;
}
.events-year-accordion:last-child {
  border-bottom: none;
}
.events-year-header {
  padding: 16px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center; 
  border: none;
  width: 100%;
}
.events-year-title {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color:#155AA2;
}
.news-item-image{
  flex: 0 0 300px;
}
.news-content-container{
  flex: 1 1 calc(100% - 300px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.post-item{
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.post-item .news-item-image{
  flex: 0 0 300px;
  height: 150px;
}
.post-item .news-item-image a{
  height: 100%;
  width: 100%;
  display: block;
}
.post-item .news-content-container{
  flex: 1 1 calc(100% - 300px - 24px);
}
.post-item .news-content-container{
  padding-top: 0px;
}
.post-list{
  gap: 24px;
  display: flex;
  flex-direction: column;
 
}
.post-item .news-content-container .post-meta-category a, 
.post-item .news-content-container .post-meta-category{
  font-size: 12px;
}
.post-item .news-content-container .post-meta-container{
  margin-bottom: 0px;

}
.post-item .news-content-container .post-meta-date{
  font-size: 12px;
}
.post-item .news-content-container .news-item-title{
  margin-bottom: 0px;
}
.post-item .news-content-container .news-item-title a{
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color:#222222;
}
.post-item .news-content-container .news-item-title a:hover{
  color: #155AA2;
}
.post-item  .btn-container a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  color: #155AA2;
  display: flex;
  align-items: center;
  gap: 10px;
}
.post-item .btn-container a:after{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/arrow-right-2.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.menu-toggle-container .menu-toggle-icon{
  border: 2px solid #fff;
}
.menu-toggle-container .menu-toggle-icon span{
  background: #fff;
}
.menu-sticky .menu-toggle-icon{
  border:2px solid #155AA2;
}
.menu-sticky .menu-toggle-icon span{
  background: #155AA2;
}
.contact-from-container form input,
.contact-from-container form textarea,
.contact-from-container .wpcf7-submit{
  width: 100%;
  border: 1px solid #D0D5DD;
  background: #FFF; 
  padding: 12px 16px;
  font-family: var(--font-family);
}
.contact-from-container form  .form-control p{
  margin: 0;
}
.contact-from-container form .form-control {
  margin-bottom: 16px;
}
.contact-from-container form .form-control:last-child {
  margin-bottom: 0;
}
.contact-from-container  .wpcf7-submit{
  background: var(--hover-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px; 
  cursor: pointer;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
}
.contact-from-container  .wpcf7-submit:after{
  width:24px;
  height:24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../img/icons/arrow-right-white2.svg') no-repeat center center  ;
  background-size: 16px;
  content: '';
  flex: 0 0 24px;
}
.contact-from-container  .wpcf7-submit:hover{
  background: #0F4073;
}
.contact-from-container  label{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
  margin-bottom: 6px;
  display: block;
}
.contact-from-container  input::placeholder,
.contact-from-container  textarea::placeholder{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  color:#999999;
}
.contact-from-container form .wpcf7-spinner{
  display: none;
}
.contact-form-container .col-sm-6{
  margin-bottom: 16px;
}
.contact-form-container .col-sm-6:last-child{
  margin-bottom: 0;
}
.contact-form-container .text-red{
  color: #FF0000;
}
.contact-form-container .wpcf7-not-valid-tip{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  display: block;
  margin-top: 4px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
  background: #FBECEB;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;   
  padding: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  color: #000;;
  border:0;
  width: calc(50% - 16px);
  margin:16px 0 0 0
}
 
.wpcf7 form.invalid .wpcf7-response-output::before,
.wpcf7 form.unaccepted .wpcf7-response-output::before,
.wpcf7 form.payment-required .wpcf7-response-output::before{
    content: '';
    display: block;
    width: 20px;
    flex: 0 0 20px;
    height: 20px;
    background: url('../img/icons/icon-error.svg') no-repeat center center;
    background-size: 20px; 
    border-radius: 50%;
    border: 1px solid #FBECEB; 
}
.post-meta-container{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.post-meta-category a, .reasource-doctype .post-meta-category{
  border-radius: 100px;
  background:  #FBECEB ;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
  color: #DC665B;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
} 
.post-nws-category, .reasource-doctype .post-psb-category{
  border-radius: 100px;
  background:  #E8EFF6 ;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
  color: #155AA2;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
}
.post-meta-date{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
  color: #447BB5;
}
@media (min-width: 768px) {
  .post-item{
    flex-direction: row;
  }
  .post-item .news-item-image{
    flex: 0 0 300px;
    height: 150px;
  }
  .post-item .news-content-container{
    flex: 1 1 calc(100% - 300px - 24px);
  }

}