.opensans {
  font-family: 'Open Sans', sans-serif;
}
.allcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rubik {
  font-family: 'Rubik', sans-serif;
}
.upper {
  text-transform: uppercase;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extrabold {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
/*28 to 24
40 to 36
48 to 40
20 to 18
*/
body {
  color: #010102;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}
a {
  color: #000E91;
}
a:hover {
  color: #992018;
}
a:hover {
  text-decoration: none;
}
p , li {
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
h1 {
  font-size: 54px;
  font-weight: 700;
  color: #010102;
  font-family: 'Rubik', sans-serif;
}
h2 {
  font-size: 40px;
  color: #010102;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
}
h3 {
  font-size: 36px;
  color: #010102;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  color: #010102;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  color: #161617;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
}
h6 {
  font-size: 18px;
  font-weight: 600;
  color: #064174;
  text-transform: uppercase;
}
.container {
  max-width: 1200px;
}
.buttonPrimary {
  background: #000E91;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 25px;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  border-radius:0px;
}
.buttonPrimary:hover {
  background: #010102;
  color: #fff;
}

.wp-block-button__link{
	  background: #000E91;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 25px;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  border-radius:0px;font-size: 16px;
}
.wp-block-button__link:hover{
	  background: #010102;
  color: #fff;
}
.buttonPrimary img {
  max-width: 18px;
  margin-right: 6px;
}
select {
  min-height: 50px;
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: top 18px right 15px;
  color: #010102 !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600 !important;
  background-size: 18px;
}
.form-control {
  border: 1px solid #D9D9D9;
  border-radius: 0px;
  min-height: 45px;
}
.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.main_header {
  position: fixed;
  background: rgba(255, 255, 255, 0.94);
  z-index: 99;
  width: 100%;
}
.main_header .navbar-collapse {
  flex-direction: column;
}
.main_header .container {
  align-items: flex-start;
}
.main_header .navbar-brand {
  position: absolute;
  top: 10px;
display: flex;
align-items: flex-start;
}
.top_header_cont {
  display: flex;
  margin-left: auto;
  z-index: 9;
}
.navbar {
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0;
}
.navbar ul {
  list-style: none;
  padding: 0;
}
.top_menu {
  display: flex;
  min-height: 50px;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.top_menu .social_media {
  display: flex;
}
.top_menu .social_media a {
  padding: 2px 14px;
}
.top_menu .social_media a img {
  max-width: 18px;
}
.top_menu .top_inner_menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.top_menu .top_inner_menu a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 5px 18px;
  display: inline-block;
  background: #000E91;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
}
.top_menu .top_inner_menu a:hover {
  background: #010102;
}
.top_search {
  display: flex;
  position: relative;
}
.top_search .form-control {
  min-height: 38px;
  padding: 2px 10px;
  border-radius: 0;
  max-width: 155px;
  border-color: #414141;
  height: auto;
}
header .searchbardiv {
  max-width: 200px;
}
.buttonsearch {
  background: #000E91;
  border: 0;
  z-index: 99;
  padding: 6px 10px;
}
.buttonsearch img {
  max-width: 18px;
}
.select_language {
  padding-left: 10px;
  padding-right: 10px;
  background: #414141;
  display: flex;
  margin: 0px 2px;
  min-height: 38px;
}
.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 0px;
  background-repeat: no-repeat;
  color: #fff !important;
  font-size: 15px;
  max-width: 125px;
  line-height: 26px;
  padding-right: 30px;
  background-size: 16px;
  min-height: 32px;text-transform: uppercase;
  font-weight: 400 !important;
  font-family: 'Rubik', sans-serif;
}
.select_language select::-ms-expand {
  display: none;
}
.navbar-nav > li {
  position: relative;
}
.navbar-nav > li:last-child .dropdown-menu{
	left:auto;
	right:0px;
	transform: none;
}


.navbar-nav > li > a {
  font-size: 18px;
  padding: 10px 20px !important;
  text-transform: uppercase;
  font-weight: 700;
  align-items: flex-end;
  display: flex;
  color: #010102;
}
.navbar-brand img {
  max-width: 130px;
}
.navbar-brand  img.text_logo{
	width: 200px;
min-width: 240px;
margin-top: 25px;
margin-left: 10px;
}

.navbar-nav > li > .dropdown-menu {
  min-width: 320px;
  border-radius: 0px;
  padding: 25px 30px;
  text-align: left;
  margin-top: 0;
  left: 50%;
  background: #010102;
  transform:translateX(-50%);
}
.navbar-nav > li > .dropdown-menu > li {
  margin-bottom: 8px;
  position: relative;
}
.navbar-nav > li > .dropdown-menu a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  background: none;
  position:relative;
  width: auto;
display: table;
}

@media (min-width:992px){
.navbar-nav > li:hover .dropdown-menu {
  display: block;
  z-index: 9999;
}
.navbar-nav > li:last-child .dropdown-menu:before{
	left: auto;
right: 50px;
transform: none;
}
.navbar-nav > li:last-child .dropdown-menu:after{
	left: auto;
right: 48px;
transform: none;
}
.navbar-nav > li > .dropdown-menu a:hover:after{
  content: '';
  position: absolute;
  width:calc(100% - 20px);
  left: 20px;
  height: 1px;
  background: #fff;
  bottom: 2px;
}
.navbar-nav > li > .dropdown-menu > li{
	
}
.navbar-nav > li > .dropdown-menu .inner_submenu  a:hover::after{
	bottom: 0px;
	width: 100%;
left: 0;
}
.page-id-1290 .text_card_block h4{
	height:auto !important;
}
}
.img_card_block{
	overflow:hidden;
}
.bott_menu {
  align-items: center;
}
.bott_menu a:first-child {
  background: #2D8420;
  color: #fff;
  padding: 14px 30px;
  font-size: 19px;
}
.bott_menu a:first-child:hover {
  background: #2A4EC3;
  color: #fff;
}
.bott_menu a:last-child {
  background: #C8E1F7;
  color: #000A3E;
  padding: 14px 30px;
  font-size: 19px;
}
img {
  max-width: 100%;
  height:auto;
}
.main_banner {
  position: relative;
  padding-top:220px;
}
.carousel-inner {margin-top:-105px;}
.navBlock {
  position: absolute;
  bottom: 50px;
  display: flex;
  width: 60%;
  width: calc(90% - 420px);
 /* max-width: 1240px;*/
  left: 10%;
 flex-wrap:wrap;

}
.navBlock .navBlock_col {
  /*width: 25%;*/
  width: calc(50% - 5px);
  text-align: center;
  background: rgba(0, 0, 0, 0.79);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  margin-right: 5px;
  margin-bottom:5px;
   padding: 20px 20px;
}
.navBlock .navBlock_col:hover h4:after {
  width: 90%;
}
.navBlock .navBlock_col a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.navBlock h4 {
  padding-bottom: 12px;
  color: #fff;
  position: relative;
  width: 100%;
  text-transform: uppercase;
}
.navBlock h4::after {
  content: '';
  background: #A70708;
  width: 100px;
  height: 2px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.5s;
}
.navBlock p {
  color: #fff;
  margin: 0;
}
.site_img_panel .panel_det_r {
  padding: 0px 15%;
}
.dflex {
  display: flex;
  flex-wrap: wrap;
}
.verticalBoxes {
  position: absolute;
bottom: 50px;
  right: 50px;
  width: 350px;
  text-align: center;
}
.verticalBoxes .vtBox {
  background: rgba(0, 0, 0, 0.79);
  /*margin-bottom: 6px;
  padding: 20px;*/
  padding: 12px;
}
.verticalBoxes .vtBox h4 {
  color: #fff;
}
.verticalBoxes .vtBox .form-control {
  margin-bottom: 15px;
}
.verticalBoxes .vtBox.grey {
  background: #D6D6D6;
  box-shadow: 0px 0px 3px #00000029;
  padding-top: 25px;
  padding-bottom: 25px;
}
.verticalBoxes .vtBox.grey p {
  color: #010102;
}
.verticalBoxes .vtBox.grey h4 {
  color: #010102;
}
.verticalBoxes .arrowDown img {
  max-width: 25px;
}
.footer {
  background: #5F5F5F;
  text-align: center;
  padding: 40px 0px 15px 0;
}
.footer .footmenu ul {
  display: flex;
  list-style: none;
}
.footer .footmenu ul li {
  padding: 0px 20px;
}
.footer .footmenu ul a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  text-transform:uppercase;
}
.footer .footerInfo {
  justify-content: center;
  margin-bottom: 10px;
}
.footer .social_media a {
  padding: 2px 10px;
}
.footer .social_media a img {
  filter: brightness(0) invert(1);
  max-height: 20px;
}
.footer .social_media a:hover img{
	opacity:0.7;
}
.footer .footerBottom p {
  color: #fff;
  margin: 0;
}
.main_wrapper {
  padding-top: 100px;
}
.page_title {
  background-image: url(../img/banner-short.png);
  min-height: 350px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-pack: end;
       -ms-flex-pack: end;
           justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  padding-bottom:50px;
}
.page_title::before {
  content: '';
  background: rgba(1, 1, 2, 0.4);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
}
.page_title h1 {
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 2px #000;
}
.page_title h1::after {
  content: '';
  background: #A70708;
  width: 150px;
  height: 3px;
  display: table;
  margin: auto;
  margin-top: 20px;
}
.main_breadcrumb {
  background: #D6D6D6;
  font-family: 'Rubik', sans-serif;
}
.main_breadcrumb .breadcrumb {
  background: none;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
  align-items: center;
}
.main_breadcrumb .breadcrumb a {
  color: #010102;
  font-weight: 400;
}
.main_breadcrumb .breadcrumb li.active {
  color: #010102;
  font-weight: 600;
}
.main_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: url(../img/Down_Small.svg);
  background-repeat: no-repeat;
  margin-top: 8px;
  margin-right: 4px;
}
.generic_middle_block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-top: 60px;
}
.doc_block {
  display: block;
  color: #000E91;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.doc_block img {
  margin-right: 8px;
}
.doc_block strong {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #064174;
  margin-right: 10px;
}
.grey {
  background: #D6D6D6;
  border-top: 1px solid #A70708;
border-bottom: 1px solid #A70708;
}
.lightgrey {
  background: #E4E5E6;
}
.main_wrapper > section {
  padding: 50px 0px;
}
.topTitle {
  margin-bottom: 40px;
  text-align: center;
}
.img-txt-cards {
  border: 1px solid #767676;
  height: 100%;
  background: #fff;
}
.text_card_block {
  padding: 20px 25px;
  background: #fff;
}
.text_card_block p {
  color: #010102;
}
.text_card_block h6 {
  font-size: 15px;
  color: #010102;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
.img_text_card_col {
  padding: 0px 5px;
  margin-bottom: 10px;
}
.right_info {
  border: 1px solid #767676;
  margin-bottom: 10px;
}
.right_info_cont {
  padding: 20px 25px;
}
.generic_form {
  background: #010102;
  padding: 30px 15px;
}
.generic_form h4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.generic_form .form-group label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-family: 'Rubik', sans-serif;
}
.img_btn_col {
  padding: 0px 8px;
  margin-bottom: 15px;
}
.img_block {
  position: relative;
}
.img_block .img_block_title {
  position: absolute;
  background: rgba(1, 1, 2, 0.6);
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.img_block .img_block_title h4 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 15px;
  text-align: center;
  font-size: 16px;
}
.img_block .img_block_title:hover {
  background: #010102;
}
.expanding-grid {
  position: relative;
}
.expand_box {
  border: 1px solid #767676;
}
.expand_det {
  text-align: center;
  padding: 20px;
  background: #fff;
  padding-bottom: 0px;
  position: relative;
}
.expand_det h6 {
  font-size: 18px;
  text-transform: capitalize;
  color: #161617;
  font-weight: 700;
}
.expand_det h6 span {
  display: block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #00070D;
  font-weight: normal;
  margin-top: 5px;
  text-transform: capitalize;
}
.expanding-grid .links {
  display: block;
  overflow: hidden;
  padding: 1em 0;
  margin: 0px -5px;
}
.expanding-grid .links > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0px 5px;
  width: 25%;
  list-style: none;
  margin-bottom: 10px;
}
.expand_img img {
  width: 100%;
}
.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%;
  background: #fff;
  border: 1px solid #00178B;
  margin-top: 0px;
}
.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: 40px 0px 20px 0px;
  margin: auto;
  max-width: 800px;
}
.expand-content h3 {
  font-size: 28px;
}
.plus-minus_icon {
  width: 40px;
  height: 40px;
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  margin: 0px auto;
}
.expanding-grid .links > li .active .plus-minus_icon {
  background-image: url(../img/minus.svg);
}
.owl-general {
  position: relative;
}
.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: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: 50px;
}
.owl-general .owl-nav .owl-next {
  right: 50px;
  left: auto;
}
.owl-general .owl-nav img {
  max-width: 15px;
}
.how_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.how_row h6 {
  margin-bottom: 0px;
}
.how_row .number {
  font-size: 14px;
  font-weight: 700;
  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: #000E91;
  color: #fff;
  font-size: 16px;
}
.how_to_cont {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
p.how_title {
  margin-bottom: 5px;
}
.simple_list_col {
  padding-left: 2px;
  padding-right: 2px;
}
.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: 90px;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  padding: 10px;
  background: #010102;
  text-transform: uppercase;
}
.simple_list_col a:hover {
  background: #000E91;
  color: #fff;
}
#conference-timeline {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: calc(100% - 80px);
  top: 120px;
  left: 50%;
  margin-left: -2px;
  background: #00178B;
  z-index: 0;
  top: 40px;
}
.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  #A70708;
  -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;
}
.timeline-article .section_year {
color: #010102;
font-size: 35px;
font-weight: 700;
font-family: 'Rubik', sans-serif;
}
.image_year_row .section_year {
  margin-left: 20px;
  background: #000E91;
color: #fff;
min-width: 180px;
text-align: center;
padding: 20px;
}
.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;
  align-items: center;

}
.timeline-article .circle_yw:after {
  content: '';
  background: #A70708;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
}
.conference-timeline-content .timeline-article:first-child .circle_yw {
  top: 40px;
}
.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-left:after{
content: '';
width: 150px;
height: 3px;
background: #00178B;
position: absolute;
right: 0;
top: 50%;
z-index: -1;
}
.conference-timeline-content {
  max-width: 1200px;
  margin: auto;
}
.timeline-wrap {
  position: relative;
}
.contact_col {
  padding: 0px 3px;
}
.contact_box {
  background: #fff;
  padding: 30px 30px;
  border: 1px solid #767676;
}
.contact_box p {
  margin-bottom: 5px;
}
.contact_box h6 {
  color: #003272;
}
.tel_em_fax {
  margin-top: 15px;
}
.tel_em_fax strong {
  color: #010102;
  font-family: 'Open Sans', sans-serif;
}
.tel_em_fax a {
  color: #000E91;
  font-weight: 600;
}
.tel_em_fax p span{
	 color: #000E91;
  font-weight: 600;
}
.tel_em_fax p {
  margin-bottom: 0px;
}
.latstNews {
  padding: 50px 30px;
}
.upmeetings {
  padding: 50px 30px;
}
.titleBlock {
  margin-bottom: 30px;
}
.meetingBox {
  border: 1px solid #767676;
  background: #fff;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 0px;
  cursor:pointer;
}
.meetingBoxblock{
	margin-bottom:8px;
}
.meetingBox .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 14px;
  right: 10px;
  transition: .5s;
-webkit-transition: .5s;
-moz-transition: .5s;
}
.meetingBox:hover  .arrow{
	right:4px;
}
.meeting-panel-info
{
display:none;
background: #fff;
padding: 15px;
border: 1px solid #767676;border-top: 0;
}
.meetingBox.active{
	border-bottom:0px;
}
.meetingBox h5 {
  margin-bottom: 0;
}
.meetingBox p {
  margin-bottom: 0px;
}
.allBtn {
  text-align: center;
  margin-top: 40px;
}
.InnerWraper {
  padding: 70px 0px;
}
.dptRow {
  margin: 0px -5px;
}
.search_box {
  margin-bottom: 15px;
}
.search_box .form-control {
  border: 1px solid #414141;
  min-height: 50px;
  border-radius: 0px;
}
.search_box .btn {
  background: #000E91;
  border-radius: 0px;
}
.search_box .btn img {
  filter: brightness(0) invert(1);
}
.searchFilterEra {
  padding-right: 50px;
}
.searchFilterEra p {
  font-size: 14px;
}
.searchFilterEra p span {
  color: #000E91;
  font-weight: 700;
}
.searchFilterEra label.title {
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
}
.main_wrapper select {
  border: 1px solid #767676;
  min-height: 50px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: top 20px right 10px;
  background-color:#fff;
}
.acco_panel {
  display: none;
  padding: 20px;
}
.main_acco_title {
  border: 1px solid #767676;
  min-height: 55px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.main_acco_title:hover{
	background: #E4E5E6 ;
}
.main_acco_title .accordion_sign {
  position: absolute;
  right: 12px;
  top: 12px;
}
.main_acco_title .accordion_sign img {
  max-width: 16px;
}
.main_acco_title.active .accordion_sign{
	transform:rotate(-180deg)
}
.main_acco_title h5 {
  margin-bottom: 0px;
}
.main_search {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-bottom: 5px;
}
.main_search_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_search_content .form-control {
  box-shadow: 0px 0px 3px #00000029;
  border: 1px solid #414141;
}
.main_search_content h4 {
  margin-right: 15px;
  margin-bottom: 0;
}
.main_search_content .search_input {
  width: 300px;
}
.main_search_content .btn {
  background: #000E91;
  border-radius: 0;
  border: 0;
  width: 50px;
}
.resultmain {
  background: #E4E5E6;
  padding: 60px 0px;
  border-top: 1px solid #A70708;
  border-bottom: 1px solid #A70708;
}
.resultmain .result_row {
  max-width: 780px;
  margin: auto;
  border: 0;
}
.result_row {
border: 1px solid #767676;
  background: #fff;
  margin-bottom: 8px;
}
.result_row .re_category {
  background: #D6D6D6;
  color: #161617;
  text-transform: uppercase;
  font-weight: normal;
  padding: 5px 30px;
}
.result_row .re_category  a{
	color:#161617
}
.result_row .rsltBody {
  padding: 20px 30px 10px 30px;
}
.resull_filter {
  padding: 60px 0px;
}
.filter_block {
  margin-top: 25px;
}
.filter_block .form-group {
  margin-bottom: 8px;
}
.filter_block label.title {
  font-weight: 600;
  color: #09161F;
  text-transform: uppercase;
}
.rslt_txt {
  max-width: 700px;
  margin: auto;
}
.moreTitle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sort_boxResult {
  min-width: 200px;
}
.filterBlocks {
  padding-left: 20px;
}
.infoTxt {
  margin-top: 25px;
}
.newsRow,
.news-grid {
  max-width: 1000px;
  margin: 0 auto;
}
.newsRow .newsColumn {
  width: 33.3%;
  padding: 0px 3px;
  margin-bottom: 6px;
}
.newsRow .newscolLg {
  width: 100%;
  margin-bottom: 20px;
}
.newsinfo {
  background: #fff;
}
.horizontalCard {
  border: 1px solid #767676;
  align-items: center;
}
.horizontalCard .newsBody {
  padding: 40px 40px;
}
.newsBody {
  padding: 20px 20px;
}
.newsBody p {
  color: #010102;
}
.newsimg img {
  width: 100%;
}
.newsBody h6 {
  font-size: 15px;
  color: #010102;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
.newscard {
  border: 1px solid #767676;
}
.newsSearchEra {
  background: #E4E5E6;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #A70708;
border-bottom: 1px solid #A70708;
}
.search_filter_title label {
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
}
.newsSearchEra .nsright {
  padding-left: 100px;
}
.newsSearchEra .generic_form {
  text-align: left;
  padding: 40px;
}
.newsSearchEra .generic_form h4 {
  text-align: left;
}
.newsSearchEra .generic_form p {
  color: #fff;
  text-align: left;
}
.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 3px;
  margin-bottom: 6px;
}
.newsInRow {
  margin-bottom: 50px;
}
.meetingWraper {
  padding: 40px 0px;
}
.container-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 15px;
}
.meeting-intr p a {
  color: #000E91;
  font-weight: 700;
}
.meeting-intr p a:hover{
	color:#A70708;
}
.meetFilter {
  margin-bottom: 35px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
align-items: center;
}
.meetFilter  .filter_box{
	min-width:350px;
}
 .clear_btn{
	margin-top: 10px;
	width: 100%;

}
 .clear_btn a{
color: #000E91;
text-transform: uppercase;
font-weight: 600;
}
.meetFilter label {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.meet_acco_title {
  border: 1px solid #767676;
  min-height: 55px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 8px;
  flex-direction: column;
}
.meet_acco_title .accordion_sign {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 20px;
  right: 20px;
}
.meet_acco_title.active .accordion_sign{
	transform: rotate(180deg);
	margin-top: -10px;
}
.meet_acco_title h5 {
  margin-bottom: 0;
}
.meet_acco_title p {
  margin-bottom: 0px;
}
.acco_panel_meet {
  display: none;
  padding: 10px 30px 30px 30px;
}
.meet_acco_title .timedate{
	margin-bottom:4px;
	color: #161617;
font-size: 16px;
font-weight: 500;
}
/*
.admin-bar h2{ font-size:25px;}
.admin-bar h3{ font-size:20px;}
.admin-bar p{ font-size: 18px;}*/
.admin-bar .menu-settings-group { margin:0; padding-left:0;}
.admin-bar .menu-settings-group-name {
float: left;
clear: both;
padding: 3px 0 0;
width: auto;
margin-left: 0;
}
.top_menu .social_media ul { display: flex; margin: 0;}
.select_language option {
    color: #000;
}
.footer .footerInfo .social_media ul{display: flex; list-style: none;}

.wp-block-group {
    padding: 80px 0px;
	max-width: 100%;
}

 .wp-block-group__inner-container > h2 {
    margin-bottom: 50px;
}

.wp-block-group__inner-container > * ,  .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
  {
	 max-width:880px;
	 margin-left:auto;
	 margin-right:auto;
 }
 
  .wp-block-group__inner-container > section ,   .wp-block-group__inner-container > .wp-block-advgb-adv-tabs , .wp-block-group__inner-container >  .wp-block-media-text{
	  	 max-width:100%;
  }
  .wp-block-group__inner-container >  .wp-block-group{
	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%;
-webkit-box-flex: 0;
        flex: 0 0 33.3%;
max-width: 33.3%;
}

.img_button_row.four  .img_btn_col {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
        flex: 0 0 25%;
max-width: 25%;
}
.img_button_row.two  .img_btn_col {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
        flex: 0 0 50%;
max-width: 50%;
}
.img_text_card_row.three .img_text_card_col{
	-ms-flex: 0 0 calc(33.3% - 15px);
-webkit-box-flex: 0;
        flex: 0 0 calc(33.3% - 15px);
max-width: calc(33.3% - 15px);
}  

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

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

.expanding-grid.four .links > li{
	width:25%;
}
.expanding-grid.two .links > li{
	width:50%;
}
.expanding-grid.three .links > li{
	width:33.3%;
}

.advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body{
padding-left:0px;	
padding-right:0px;	
background-color: #fff;
padding-bottom: 0;
}
.advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body  .gen_video_img {
	margin-top:-10px;
}
.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%;
}

.advgb-tab-body-wrapper div.advgb-tab-body >  .document_era {
		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;
}

.wp-block-group__inner-container > table {
    max-width: 900px !important;

}

.img_card_block img{
	-webkit-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.img_card_block:hover img{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.expand_img img{
		-webkit-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.expand_img:hover img{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.expand_img{
	overflow:hidden;
}
.advgb-accordion-header{
background: #fff !important;
padding: 8px 20px !important;
border-color: #767676 !important;
border-radius: 0px !important;
}
.advgb-accordion-header:hover{
	background: #E4E5E6 !important;
}
.advgb-accordion-header .advgb-accordion-header-title{
color: #161617 !important;
font-size: 18px !important;
}
.advgb-accordion-header.ui-accordion-header-active{
	border-bottom-color: #fff !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: 20px;
height: 20px;
background-repeat: no-repeat;
background-size: 20px;
margin-top: 10px;
background-image: url(../img/select-arrow.svg);
}
.ui-accordion-header-icon , .advgb-accordion-header-icon{
	display:block !important
}
.advgb-accordion-body{
	background:#fff !important;border-color: #767676 !important;
}
.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {

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

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

 .wp-block-advgb-table {
box-shadow: 0px 0px 6px #00000029;
  }
 .wp-block-advgb-table  tbody tr:nth-child(2n+1) {background:#fff !important}
.wp-block-advgb-table  tbody tr:nth-child(2n) {background:#F4F4F4 !important}
.wp-block-advgb-table  td {
    border-right: 1px solid #1B79CB;
}
.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;}
.wp-block-advgb-table  tr th{
padding: 12px 10px !important;
border-right: 1px solid #fff !important;
border-bottom: 1px #fff solid;
background: #010102;
color: #fff;
font-size: 16px;
}
 .wp-block-advgb-table  tr td{
padding: 12px 10px !important;
border: 0;
border-right: 1px solid #BADDF4 !important; 
 }
 
 
 ul.advgb-tabs-panel{
	display:flex;justify-content:center;
	border-bottom: 2px solid #00178B !important;
}
ul.advgb-tabs-panel li.advgb-tab{
	border-radius: 0 !important;
background:#767676 !important;
color: #fff !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 #235973 !important;
margin-right: 0px !important;
}
ul.advgb-tabs-panel li.advgb-tab:hover{
	background:#fff !important;
	color:#161617 !important;
}
ul.advgb-tabs-panel li.advgb-tab a {
color: #fff !important;
width: 100%;
text-align: center;
font-size: 18px;
text-transform: uppercase;
font-weight: 800;
}
ul.advgb-tabs-panel li.advgb-tab:hover a{
	color:#161617 !important;
}
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active{
	background:#fff !important;
	 border: 2px solid #00178B !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: -4px;
width: 100%;
background: #fff;
height: 4px;
}
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active a{
	color: #101010 !important;
}

.horizontalCard  .newsimg {
	padding:0px;
}
.newsBody h4{
	font-size:20px
}
.horizontalCard  .newsBody h4{
		font-size:24px
}
.generic_form .gform_wrapper.gravity-theme .gfield_label{
	color: #fff;
}
.gform_button {
	background: #000E91;
color: #fff;
display: inline-block;
text-transform: uppercase;
padding: 10px 25px;
text-align: center;
font-family: 'Rubik', sans-serif;
font-weight: 600;
border-radius:0px;
border:0px;
}
.gform_button:hover{
background: #010102;
color: #fff;
}
.search_filter_title .clear_btn {
margin-top:15px;	
}

.main_breadcrumb .breadcrumb a img{
	vertical-align: baseline;
}
.wp-block-group__inner-container >  .wp-block-advgb-columns.advgb-columns-wrapper{
max-width:100%  !important	
}

.form_sec{
background: #010102;
color: #fff;
padding: 30px 40px;
}

.form_sec h4{
	color:#fff;
}

.gform_wrapper.gravity-theme .gfield_label{
	font-family: 'Rubik', sans-serif !important;
font-weight: 600 !important;
font-size: 15px !important;
}

.con_right_col{
	padding: 50px 60px;
display: flex;
align-items: center;
}
.con_right_col .wp-block-separator{
	opacity: 1;
margin-bottom: 20px;
width: 250px !important;
margin-left: 0;
border-bottom: 1px solid #A70708;
}
.con_right_col p a{
	color:#000E91;
	font-weight:600;
}

.expanding-grid .active .expand_det::after {
   content: '';
position: absolute;
background: #fff;
height: 12px;
width: calc(100% + 2px);
bottom: -12px;
z-index: 9;
left: -1px;
border-left: 1px solid #767676;
border-right: 1px solid #767676;
}
.wp-block-media-text
{
	border-bottom: 1px solid #A70708;
}

.contact_box p{
	color:#010102
}
.no-found-info{
max-width: 800px;
margin: 0 auto;
padding: 200px 15px;
text-align: center;
}
.no-found-info h1{
	display: table;
margin-left: auto;
margin-right: auto;
position: relative;
}
.no-found-info h1::after {
  content: '';
  background: #A70708;
  width: 170px;
  height: 4px;
  display: table;
  margin: auto;
  margin-top: 15px;
  margin-bottom:20px;
}
.hide { display: none; }

.dp-details > section {
    padding: 60px 0px;
    border-bottom: 1px solid #A70708;
}

.dp-details section h2 {
    margin-bottom: 20px;
}

.half-width {
    max-width: 70%;
}

.dp-details .simple_list_wrap {
    max-width: 75%;
}
.dp-details  .half-width .simple_list_wrap{
	    max-width: 100%;
}
.dp-details .expand-content .simple_list_wrap {
	  max-width: 100%;
}
.dp-details .container {
    position: relative;
}

.sidebar-info {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 300px;
    z-index: 9;
}

.sidebar-panel {
    padding: 20px 25px;
    background: #fff;
}

.sidebar-card {
    border: 1px solid #767676;
    margin-bottom: 15px;
}

.sidebar-info h4 {
    margin-bottom: 15px;
}

.search-form .search-field {
    min-height: 42px;
    padding: 2px 10px;
    border-radius: 0;
    height: auto;
    border: 1px solid #414141;
    width: 230px;
}
.search-submit {
    background: #000E91;
    border: 0;
    padding: 9px 10px;
    margin-left: -8px;
	color:#fff;
}
.search-submit:hover{
	background:#010102
}
.search-form{
	margin-bottom:20px;
}

.accordion_block.no_content .accordion_sign{
	display:none
}
.accordion_block.no_content .main_acco_title{
	pointer-events:none;
}

.navbar-nav > li.current_page_item > a::after, .navbar-nav > li.current-page-ancestor > a::after , .navbar-nav > li.current_page_ancestor > a::after    {
    content: '';
    background: #A70708;
    height: 5px;
    display: block;
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
  right: 20px;
    bottom: 0;
}
.footmenu  li a{
	position:relative;
}
.footmenu  li a:hover:after{
	content: '';
background: #A70708;
height: 3px;
display: block;
width: 100%;
position: absolute;
left: 0;
right: 0;
bottom: -13px;
}

.timedate .date{
	text-transform:uppercase;
}

.main_wrapper > h3, .main_wrapper > p  , .main_wrapper > ul ,  .main_wrapper > h2 , .main_wrapper > h4 , .main_wrapper > h5, .main_wrapper > h6, .main_wrapper > ol {
	max-width:1000px;
	padding:0px 15px;
	margin:0 auto;
}

.content_wrap > p, .content_wrap > ol, .content_wrap > h1, .content_wrap > h2, .content_wrap > h3, .content_wrap > h4, .content_wrap > h5, .content_wrap > h6, .content_wrap > ul , .content_wrap > figure,
.content_wrap > .add_cal_det, .content_wrap > .document_era , .content_wrap > .wp-block-image 
  {
	 max-width:880px;
	 margin-left:auto;
	 margin-right:auto;
 }
 .content_wrap > p:first-child {padding-top:70px;}

.navbar-nav > li > .dropdown-menu::before {
   content: '';
width: 25px;
height: 15px;
background-image: url(../img/select-arrow.svg);
position: absolute;
background-repeat: no-repeat;
top: -8px;
left: 50%;
transform: translateX(-50%);
background-position: center;
background-size: 23px;
  z-index:99;

}
.navbar-nav > li > .dropdown-menu::after {
  content: "";
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 14px solid #fff;
    position: absolute;
    top: -4px;
    left: 50%;
   transform: translateX(-50%);
}

.add_cal_det .addeventatc {
	visibility: visible;
color: #000E91 !important;
border: 0;
box-shadow: none !important;
padding-left: 0px;
text-transform: uppercase;
font-weight: 700;
padding-bottom: 0;
}
.addeventatc .addeventatc_icon{
	display:none;
}
.dropdown-menu  > li.current_page_item > a{
	color:#A70708;
}

.dp-details{
	min-height:600px;
}

.main_wrapper  > .content_wrap >  * {
	/*max-width: 900px;
margin-left: auto;
margin-right: auto;
padding:50px 0px;*/
}
.acco_panel_meet p:empty{
	display:none;
}
.main_banner .carousel-item img{
	width:100%;
}

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


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

.board-tabs ul{
	list-style:none;
	display: flex;
justify-content: center;
border-bottom: 2px solid #00178B ;
}
.board-tabs ul li a{
	border-radius: 0 ;
background: #767676;
color: #fff ;
font-weight: 700;
min-width: 220px;
min-height: 60px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0px ;
border: 1px solid #235973;
margin-right: 0px ;
text-align: center;
text-transform: uppercase;
font-weight: 800;
}

.board-tabs ul li.current_page_item  a{
	background:#fff;
	 border: 2px solid #00178B ;
	border-bottom: 0px;
	position:relative;
	color: #101010;
}
.board-tabs ul li.current_page_item  a:after{
	content: '';
position: absolute;
left: 0;
bottom: -4px;
width: 100%;
background: #fff;
height: 4px;
}
.adv-board{
	padding-top:30px;
}


.tabMenu {}

.tabMenu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #00178B;
}

.tabMenu ul li a {
    border-radius: 0;
    background: #767676;
    color: #fff;
    font-weight: 700;
    min-width: 220px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    border: 1px solid #235973;
    margin-right: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}
.tabMenu ul li a:hover{
	background:#fff;
	color:#161617;
} 
.tabMenu ul li.current_page_item a {
    background: #fff;
    border: 2px solid #00178B;
    border-bottom: 0px;
    position: relative;
    color: #101010;
}

.tabMenu ul li.current_page_item a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    background: #fff;
    height: 4px;
}

.details-wraper {
    padding-top: 30px;
}

.tab-inner-content {
    padding-top: 30px;
}

.detail_sec .sidebar-info {
    position: static;
	margin-left: auto;
margin-right: 15px;
}

.dtLeft {
    padding-right: 50px;
	padding-bottom: 50px;
}

.tab-inner-content .how_to_cont {
    max-width: 100%;
}

.details-wraper section {
    padding: 60px 0px;
}

.tab-inner-content .topTitle {
    text-align: left;
}

.content_wrap > .img_text_card ,  .content_wrap > .expand_img_grid  {
	margin-bottom:20px;
}

.news-grid .newsBody h5{
	min-height:45px;
}
.news-grid .newsBody p{
	min-height:140px;
}

.alert-warning{
	position: absolute;
background: #414141;
border:0;
z-index: 9;
border-radius: 0px;
width: 100%;
top: 105px;text-align: center;
}
.alert-warning .close {
	opacity:1;
}
.alert-warning .close img{
	max-width:20px;filter: brightness(0) invert(1);
}
.alert-warning p {
	color: #fff;margin:0px;
}

  .alert-warning p a{
	font-weight:700;	color: #fff;
}

.wrap_info{
	background: #000E91;
color: #fff;
padding: 15px;
margin-bottom: 10px;
}
.wrap_info p , .wrap_info p span{
	color:#fff;
}
.md-accordion{
	padding: 0px 15px;
width: 100%;
max-width: 900px;
}
.md-accordion .card-header{
	border-radius: 0px !important;
border: 1px solid #767676;margin-bottom: 15px;background: #fff;
position:relative;
}

.md-accordion .card-header:hover{
	background: #E4E5E6;
}
.md-accordion .card-header h6{
	margin: 0;
color: #161617 !important;
font-size: 18px !important;
font-family: 'Rubik', sans-serif;
font-weight: 700;
}
.main_accordion  .search_event{
	max-width:870px;
}
.main_accordion  .search_event #searchsubmit{
	color: #fff;
font-size: 15px;
font-weight: 400;
padding: 8px 18px;
display: inline-block;
background: #000E91;
font-family: 'Rubik', sans-serif;
text-transform: uppercase;
border-radius: 0;

}

.main_accordion  #searchform{
	margin-bottom:15px;
}
.main_accordion  .search_event  .clear_btn{
	margin-bottom:15px;
}

.card-header .acco_arw{
	position: absolute;
right: 10px;
top: 18px;
max-width: 18px;
}


.btn_link_sec .simple_list_col a {
	margin-bottom:2px;
}

.con_left_col .advgb-column-inner{
	line-height:0px;
}
.main_header.shrink .navbar-brand{
	top:8px;padding: 0;
}
.main_header.shrink  .navbar-brand img{
	max-width: 70px;
}

.main_header.shrink   .navbar-brand img.text_logo{
	width: 200px;
min-width: 200px;
}
.main_header.shrink  .top_menu{
	align-items: flex-start;min-height: 40px;
}
.main_header.shrink  .navbar-nav > li > a{
	padding: 6px 20px !important;
}

.contactcard_row {
	justify-content:center;
}

.page-template-template-do_i_live .meeting-intr {
	padding-top:40px;
}

.wp-block-group__inner-container > ul > li{
	font-size:15px;line-height: 28px;
}

.advgb-accordion-body ul li{
	font-size:15px;line-height: 28px;
}

.dtLeft .document_era {
	margin-bottom:20px;
}
.dtLeft ul li{
	margin-bottom:6px;
}

.privacy-policy .wp-block-group__inner-container > h2 {
  margin-bottom: 15px;
}

.top_search div.asp_m.asp_m_2 .probox , .top_search div.asp_m.asp_m_2 .probox .promagnifier , .top_search div.asp_m.asp_m_2 .probox .promagnifier div.innericon{
	height:36px !important;
}
.top_search div.asp_m.asp_m_2 .probox .proinput input.orig{
	height:36px !important;
}

.wp-block-group__inner-container > h3{
	margin-bottom:20px;
}

.wp-block-group__inner-container > .wp-block-advgb-adv-tabs{
	clear:both;
}

.img_left.odd  .image_year_row{
	justify-content: flex-end;
}

.lrpad  .wp-block-media-text{
	max-width: 880px;
margin: auto;
border-bottom: 0;
}
.lrpad{
	background: #E4E5E6;border-bottom: 1px solid #A70708;
}

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

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

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

.dp-details  .simple_list_col a{
	height:100%;
	margin-bottom:0px;
}
.simple_list_col{
	margin-bottom:4px;
}

.dept_feat_img  .img_block img{
	height:190px;
	width:100%;
	object-fit: cover;
}

.navbar .inner_submenu {
	display:none;
	padding-left: 40px;
margin-top: 10px;
margin-bottom: 10px;
}
.plus-minus{
	  position: absolute;
width: 30px;
height: 30px;
right: 0px;
top: 0px;
text-align: center;
background: #A70708;
color: #fff;
}
.plus-minus::after {
 content: '+';
color: #fff;
font-size: 27px;
position: relative;
top: 0px;
}

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

.inner_submenu  li a{
	font-size:13px !important;
}
.wp-pagenavi{
	text-align:center;
	padding-top:30px;
}
.wp-pagenavi a, .wp-pagenavi span{
	border:0;
	font-family: 'Rubik', sans-serif;
font-weight: 700;
}
.nextpostslink{
	color: #161617;
text-transform: uppercase;
}
.previouspostslink{
		color: #161617;
text-transform: uppercase;
}
.wp-pagenavi span.current{
	color:#A70708
}
.listIcon  h5 {
  padding: 5px;
  }

.listIcon.active h5 {
border-bottom: 3px solid #A70708;
color: #A70708;
padding: 5px;
}
.calIcon h5 {
  padding: 5px;
} 
.calIcon.active h5 {
  border-bottom: 3px solid #A70708;
  color: #A70708;
} 

.left.arrow {
  color: #A70708;
  font-weight: bold;
  font-size: 17px;
  margin-right: 10px;
}
.right.arrow {
  color: #A70708;
  font-weight: bold;
  font-size: 17px;
  margin-left: 10px;
}
.linksevt{
	list-style:none;padding: 0;
	margin:0px -15px;
	display: flex;
flex-wrap: wrap;
}
.linksevt li{
		width: 33.3%;
  padding: 0px 8px;
  margin-bottom: 16px;
}
.expanding-containerevt{
	display:none;
}
.event_img img{
	min-height: 170px;
object-fit: cover;

}
.event_box {
	border: 1px solid #767676;
}
.event_det{
	padding:20px;
}
.event_det p{
	color:#161617
}
.event_det h6{
	font-size: 15px;
color: #010102;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
}
.list_grid_view{
	margin-left:auto;
}
.fc-event, .fc-event-dot
{background-color: #A70708 !important;}
.fc-event
{border: 1px solid #A70708 !important;}

.resultmain .result_row{
	background:none;
}
.resultmain .accordion_block , .resultmain .main_acco_title:hover {
	background:#fff;
}
.simple_list_col a{
	height:100%;
}
.wp-block-buttons + .wp-block-buttons{
  margin-top: 8px;
}
.advgb-accordion-body  .wp-block-buttons + p{
	padding-top:10px;
}
.form_sec .gform_wrapper .gfield_required {
  color: #FF5A32;
}