.black {
  font-weight: 900;
}
.regular {
  font-weight: normal;
}
.extra-ligh {
  font-weight: 200;
}
.thin {
  font-weight: 100;
}
.medium {
  font-weight: 500;
}
.light {
  font-weight: 300;
}
.semi {
  font-weight: 600;
}
.upper {
  text-transform: uppercase;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.bold {
  font-weight: bold;
}
.ultrablack {
  font-family: 'AcuminProUltraBlack';
}
/* h5 28 to 24
h4 32 to 28
h2 54 to 48
h5 24 to 22
h6 22 to 20
h3 41 to 38
*/
@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/AcuminPro-Black.woff2') format('woff2'), url('../fonts/AcuminPro-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/AcuminPro-Regular.woff2') format('woff2'), url('../fonts/AcuminPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/AcuminPro-Bold.woff2') format('woff2'), url('../fonts/AcuminPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/AcuminPro-ExtraLight.woff2') format('woff2'), url('../fonts/AcuminPro-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/AcuminPro-Thin.woff2') format('woff2'), url('../fonts/AcuminPro-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/AcuminPro-Medium.woff2') format('woff2'), url('../fonts/AcuminPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/AcuminPro-Light.woff2') format('woff2'), url('../fonts/AcuminPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/AcuminPro-Semibold.woff2') format('woff2'), url('../fonts/AcuminPro-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AcuminProUltraBlack';
  src: url('../fonts/AcuminProUltraBlack.eot');
  src: url('../fonts/AcuminProUltraBlack.eot') format('embedded-opentype'), url('../fonts/AcuminProUltraBlack.woff2') format('woff2'), url('../fonts/AcuminProUltraBlack.woff') format('woff'), url('../fonts/AcuminProUltraBlack.ttf') format('truetype'), url('../fonts/AcuminProUltraBlack.svg#AcuminProUltraBlack') format('svg');
}
body {
  color: #0D192E;
  overflow-x: hidden;
  font-family: 'Acumin Pro';
}
a {
  color: #0B6D84;
	 font-family: 'Acumin Pro';
}
a:hover {
  color: #0B6D84;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 25px;
  font-size: 16px;
}
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
h1 {
  font-size: 64px;
  color: #081D52;
  font-weight: 900;
	 font-family: 'Acumin Pro';
}
h2 {
  font-size: 48px;
  color: #001C55;
  font-weight: 900;
	 font-family: 'Acumin Pro';
}
h3 {
  font-size: 38px;
  color: #0F192C;
  font-weight: bold;
	 font-family: 'Acumin Pro';
}
h4 {
  font-size: 28px;
  font-weight: bold;
  color: #0F192C;
	 font-family: 'Acumin Pro';
	  text-transform: none;
}
h5 {
  font-size: 22px;
  color: #0D192E;
  font-weight: bold;
	 font-family: 'Acumin Pro';
	 text-transform: none;
}
h6 {
  font-size: 20px;
  color: #0D192E;
  font-weight: bold;
  margin-bottom: 12px;
   text-transform: none;
	 font-family: 'Acumin Pro';
}
.container {
  max-width: 1250px;
}
.btn_sm {
  background: #1B3D6F;
  border: 2px solid #1B3D6F;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 10px 22px;
  text-align: center;
}
.btn_sm:hover {
  border-color: #20B0DA;
  color: #fff;
}
.btn_sm img {
  margin-right: 5px;
}

.wp-block-button__link{
  background: #1B3D6F;
  border: 2px solid #1B3D6F;
  color: #fff;
  display: inline-block !important;
  font-weight: bold;
  padding: 10px 22px !important;
  text-align: center !important;opacity: 1 !important;
  border-radius: 0px !important;
}
.wp-block-button__link:hover {
  border-color: #20B0DA;
  color: #fff;
}
.main_wrapper select {
  min-height: 50px;
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: top 20px right 15px;
  min-width: 150px;
  border: 1px solid #C3C3C3;
  background-size: 18px;
}
.form-control {
  border: 1px solid #c3c3c3;
  border-radius: 0px;
  min-height: 50px;
}
.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.main_header {
  position: fixed;
  background: #fff;
  z-index: 99;
  width: 100%;
}
.main_header .navbar-collapse {
  flex-direction: column;
}
.main_header .container {
  align-items: flex-start;
}
.main_header.shrink .top_header_cont {
  display: none;
}
.main_header.shrink .navbar-brand {
  width: 43px;
  overflow: hidden;
}
.main_header.shrink .navbar-brand img {
  max-height: 50px;
}
.main_header.shrink .navbar-nav > li > a {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.main_header.shrink .container-fluid {
  align-items: center;
}
.top_header_cont {
  display: flex;
  margin-left: auto;
  z-index: 9;
  background: #CDE7ED;
}
.navbar {
  padding: 0px;
}
.navbar ul {
  list-style: none;
  padding: 0;
}
.top_menu {
  display: flex;
  min-height: 52px;
  align-items: center;
  /*padding-left: 15px;*/
  padding-right: 15px;
}
.top_menu .top_inner_menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.top_menu .top_inner_menu a {
  color: #1B3D6F;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 12px;
  display: inline-block;
  position: relative;
}
.top_menu .top_inner_menu a::before {
  content: '';
  /*background: #fff;*/
  width: 1px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 5px;
}
.top_menu .top_inner_menu a:hover:after{
content: '';
background: #20B0DA;
height: 2px;
position: absolute;
bottom: 2px;
width: calc(100% - 24px);
left: 12px;
right: 12px;
}
.top_search {
  display: flex;
  position: relative;
  /*margin-right: 15px;*/
     margin-right: 50px;
}
.main_header.shrink .nav_bottom.d-md-flex.ml-auto {
	/*margin-right: 58px;*/
}
.top_search .form-control {
  min-height: 38px;
  padding: 2px 10px;
  border-radius: 0;
  max-width: 155px;
  border-color: #E0E0E0;
  height: auto;
}
header .searchbardiv {
  max-width: 200px;
}
.buttonsearch {
  background: #1B3D6F;
  border: 0;
  z-index: 99;
  padding: 6px 10px;
  display: flex;
  align-items: center;
}
.buttonsearch img {
  max-width: 18px;
}
.select_language {
  padding-left: 0px;
  padding-right: 10px;
  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-1.svg) !important;
  background-position: top 11px right 11px;
  background-repeat: no-repeat;
  font-size: 15px;
  max-width: 125px;
  line-height: 26px;
  padding-right: 30px;
  background-size: 16px;
  min-height: 32px;
  font-weight: 400;
  color: #1B3D6F !important;
  font-weight: bold;
}
.select_language select::-ms-expand {
  display: none;
}
.navbar-nav > li {
  position: relative;
}
.navbar-nav > li > a {
  font-size: 18px;
  padding: 15px 15px 15px 15px !important;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  align-items: center;
  display: flex;
  color: #1B3D6F;
  text-align: center;
}
.navbar-nav > li > a:after {
  content: '';
  background: url(../img/blue-arrow-down.svg);
  width: 18px;
  height: 11px;
  display: inline-block;
  margin-left: 8px;
}
.navbar-nav > li:hover > a:after {
  transform: rotate(180deg);
}
.navbar-brand {
  padding-top: 12px;
}
.navbar-brand img {
  max-width: 240px;
}
.navbar .container-fluid {
  align-items: flex-start;
}
.navbar-nav > li > .dropdown-menu {
  min-width: 400px;
  border-radius: 0px;
  padding: 40px 40px;
  text-align: left;
  margin-top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #C3C3C3;
}
.navbar-nav > li > .dropdown-menu > li {
  margin-bottom: 8px;
}
.navbar-nav > li > .dropdown-menu a {
  font-size: 16px;
  font-weight: 500;
  color: #0F192C;
  padding: 5px 10px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #C3C3C3;
  padding-left: 0;
}
.navbar-nav > li > .dropdown-menu a:hover {
  color: #0F192C;
  background: #CDE7ED;
}

@media (min-width:992px){
.navbar-nav > li:hover .dropdown-menu {
  display: block;
  z-index: 9999;
}
.navbar-nav > li:last-child .dropdown-menu{
	right: 0;
left: auto;
transform: none;
}
}
img {
  max-width: 100%;
}
.navbar-nav > li.megamenu_item {
  position: static;
}
.megamenu_drop {
  position: absolute;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 1200px;
  border: 1px solid #C3C3C3;
  padding: 50px 50px;
  display: none;
}
.mega_col {
  border-right: 1px solid #C3C3C3;
}
.mega_col ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #0F192C;
  padding: 5px 10px;
  border-bottom: 1px solid #C3C3C3;
  padding-left: 0px;
  display: inline-block;
  width: 100%;
  padding-left: 15px;
}
.mega_col ul li a:hover {
  background: #CDE7ED;
}
.mega_col h6 {
  /*border-bottom: 1px solid #C3C3C3;*/
  padding-bottom: 8px;
  margin-bottom: 0;
  padding-top: 8px;
color: #0D192E;
}
.mega_col h6  br{
	display:none;
}
.mega_col h6 a {
  padding-left: 10px;
}
.mega_col h6:hover {
  background: #CDE7ED;
}
.mega_col:last-child {
  border: 0;
}
@media (min-width: 992px) {
  .navbar-nav > li.megamenu_item:hover .megamenu_drop {
    display: block;
  }
}
.main_banner {
  position: relative;
  padding-top: 110px;
}
.main_banner .carousel-caption {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  text-align: right;
  left: auto;
  right: 0;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 15px 15px 50px;
}
.navBlock {
  display: flex;
  margin-top: 12px;
  margin-bottom: 00px;
}
.navBlock_col {
  width: 25%;
  text-align: center;
  margin-right: 4px;
  position: relative;
  min-height: 160px;
}
.navBlock_col h5 {
  background-color: #1B3D6F;
  padding: 12px 25px;
  color: #fff;
  margin: 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 0.3s;
  text-align: left;
  background-image: url(../img/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
}
.navBlock_col:hover h5 {
  padding-top: 20px;
  color: #CDE7ED;
}
.navBLock_img {
  background: #CDE7ED;
  padding: 25px 0px;
}
.simple-image-content {
  padding: 0px 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.img-cont-col {
  padding: 0px 2px;
  margin-bottom: 4px;
}
.img-cont-info {
  position: relative;

}
.img-cont-img{
	  overflow:hidden;
}
.img-cont-img img{
   -webkit-transition:all .5s ease; 
    -moz-transition: all .5s ease; 
    -ms-transition: all .5s ease;  
   -o-transition:all .5s ease; 
    transition: all .5s ease; 
}
.img-cont-img:hover img{
    -webkit-transform:scale(1.10); 
    -moz-transform:scale(1.10);
    -ms-transform:scale(1.10); 
    -o-transform:scale(1.10); 
     transform:scale(1.10);
}
.img_card_block{
	  overflow:hidden;
}
.img_card_block img{
   -webkit-transition:all .5s ease; 
    -moz-transition: all .5s ease; 
    -ms-transition: all .5s ease;  
   -o-transition:all .5s ease; 
    transition: all .5s ease; 
}
.img_card_block:hover img{
   -webkit-transform:scale(1.10); 
    -moz-transform:scale(1.10);
    -ms-transform:scale(1.10); 
    -o-transform:scale(1.10); 
     transform:scale(1.10);
}
.img-cont-info h4 {
  color: #0D192E;
}
.img-cont-info .img-cont-title {
  background: #CDE7ED;
  padding: 15px 40px;
  padding-bottom: 25px;
}
.img-cont-info .img-cont-title p {
  color: #0D192E;
}
.img-cont-info .blue-square {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: #1B3D6F;
  justify-content: center;
  transition: 0.3s;
}
.img-cont-info:hover .blue-square {
  height: 50px;width: 50px;
}
.about-us {
  padding: 80px 0px 60px 0px;
}
.about-us .img-cont-row {
  max-width: 1000px;
  margin: auto;
}
.top-title {
  text-align: center;
}
.top-title h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.waterNumber {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.waterNumber h3 {
  color: #fff;
  font-weight: 900;
  font-size: 38px;
  position: relative;
}
.waterNumber h5 {
  color: #fff;
  position: relative;
  text-transform: uppercase;
}
.waterNumber p {
  position: relative;
  color: #fff;
}
.waterNumber .bgoverlay {
  position: relative;
  background-size: cover;
}
.waterNumber .bgoverlay::before {
  background-color: rgba(27, 61, 111, 0.6);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.div1 {
  grid-area: 1 / 1 / 5 / 3;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
}
.div1 h3 {
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.div1 h3::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 3px;
}
.div2 {
  grid-area: 1 / 3 / 3 / 7;
  height: 247px;
}
.div3 {
  grid-area: 3 / 3 / 5 / 7;
  height: 247px;
}
.div4 {
  grid-area: 1 / 7 / 5 / 9;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
}
.div4 h3 {
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.div4 h3::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 3px;
}
.horiz_content {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.horiz_content p {
  max-width: 300px;
}
.cont_right_info {
  padding-left: 30px;
  position: relative;
}
.cont_right_info::before {
  content: '';
  width: 2px;
  height: 60px;
  background: #fff;
  position: absolute;
  left: 13px;
  top: 20px;
}
.center-btn {
  margin-top: 30px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.footer {
  background: #1B3D6F;
  padding: 30px 0px 15px 0px;
  color: #fff;
}
.footer .footer-row {
  align-items: center;
  margin-bottom: 15px;
}
.footer .foot_bottom p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.footer .footCenter {
  margin: 0 auto;
  text-align: center;
}
.footer .footCenter ul {
  padding: 0px;
  display: flex;
  list-style: none;
  margin: 0;
}
.footer .footCenter ul li {
  padding: 0px 15px;
}
.footer .footCenter ul li a {
  color: #DFECF4;
  font-weight: bold;
}
.footer .footCenter ul li a:hover {
  color: #00B0DA;
}
.footer .footer-right ul {
  padding: 0px;
  display: flex;
  list-style: none;
  margin: 0;
}
.footer .footer-right ul li {
  padding: 0px 8px;
}
.gray {
  background-color: #E4E6E9;
}
.lightblue {
  background: #CDE7ED;
}
.darkblue {
  background: #1B3D6F;
}
.darkblue .topTitle h2 {
  color: #fff;
}
.darkblue  > h1 , .darkblue  > h2 ,  .darkblue  > h3, .darkblue  > h4 , .darkblue  > h5, .darkblue  > h6 , 
.darkblue  > ol li, .darkblue  > ul li, .darkblue  > p {
	color:#fff;
}
.main_wrapper > section {
  padding: 80px 0px;
}
.main_wrapper {
  padding-top: 110px;
}
.main_wrapper p {
  margin-bottom: 20px;
}
.main_breadcrumb {
  background: #EFEDED;
}
.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: #1B3D6F;
  font-weight: 400;
}
.main_breadcrumb .breadcrumb a img {
  vertical-align: baseline;
}
.main_breadcrumb .breadcrumb li.active {
  color: #1B3D6F;
  font-weight: 700;
}
.main_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: url(/wp-content/uploads/sites/2/2022/05/Down_small.svg);
  background-repeat: no-repeat;
  margin-top: 7px;
  margin-right: 4px;
}
.page_title {
  min-height: 300px;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  align-self: flex-end;
  width: 100%;
  text-align: center;
  padding-left: 5%;
}
.page_title h1 {
  position: relative;
color: #081D52;
}
.generic_middle_block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-top: 60px;
}
.generic_middle_block .date {
  color: #101010;
}
.doc_block {
  display: block;
  color: #0B6D84;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.doc_block:hover{
	color:#1B3D6F;
font-style: italic;
}
.doc_block img {
  margin-right: 8px;
  max-width: 16px;
}
.doc_block strong {
  font-size: 16px;
  color: #005A76;
  margin-right: 10px;
}
.doc_block span {
  text-decoration: underline;
}
.doc_block:hover {
  color: #0B6D84;
}
.button_block {
  display: flex;
}
.topTitle {
  text-align: center;
  margin-bottom: 50px;
}
.topTitle h2 {
  position: relative;
}
.img_button_row {
  justify-content: center;
}
.img_btn_col {
  padding: 0px 3px;
  margin-bottom: 6px;
}
.img_block {
  position: relative;
}
.img_block .img_block_title {
  position: absolute;
  background: rgba(27, 61, 111, 0.51);
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.img_block .img_block_title h5 {
  color: #fff;
  position: relative;
  text-align: left;
  padding: 0px 20px;
  background-image: url(../img/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 60%;
  width:100%;
}
.img_block .img_block_title:hover {
  background: rgba(27, 61, 111, 0.94);
}
.text-img-wrap {
  border: 1px solid #233D6B;
  height: 100%;
  box-shadow: 0px 0px 3px #00000029;
}
.text-img-wrap:hover {
  outline: 2px solid #54AED6;
  border-color: #54AED6;
}
.text-img-wrap.no_img .text_card_block {
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.img_text_card_col {
  padding: 0px 2px;
  margin-bottom: 15px;
}
.text_card_block {
  padding: 30px 30px;
  background: #fff;
}
.text_card_block p {
  color: #050505;
}
.text_card_block .btn_primary {
  display: inline-block;
}
.text_card_block h4 {
  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 {
  background: #1B3D6F;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 50px;
}
.generic_form h4 {
  text-align: left;
  color: #fff;
}
.generic_form p {
  color: #fff;
}
.generic_form .form-group label {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}
.generic_form .form-control {
  background: #fff;
  border-radius: 0px;
  min-height: 50px;
  border: 1px solid #69910F;
}
.generic_form .form-check-label {
  color: #fff;
}
.owl-general {
  position: relative;
  max-width: 1000px;
  margin: 0px auto;
}
.owl-general {
  position: relative;
}
.owl-general .owl-stage-outer {
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}
.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: #00B0DA;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.owl-general .owl-nav button img {
  transform: rotate(90deg);
}
.owl-general .owl-nav .owl-next {
  right: -50px;
}
.owl-general .owl-nav .owl-next img {
  transform: rotate(-90deg);
}
.owl-general .owl-nav .owl-prev {
  left: -50px;
}
.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: #00B0DA;
  color: #0D192E;
  font-size: 20px;
}
.how_to_cont {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.how_to_cont h2 {
  margin-bottom: 40px;
}
p.how_title {
  margin-bottom: 5px;
}
.simple_list_col {
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom:2px;
}
.simple_list_col a {
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  min-height: 80px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  border: 2px solid #1B3D6F;
  font-weight: bold;
  padding: 10px 20px;
  background: #1B3D6F;
  height:100%;
}
.simple_list_col a::after {
  content: '';
  background-image: url(../img/white-arrow-right.svg);
  position: absolute;
  top: 30px;
  width: 11px;
  height: 18px;
  right: 15px;
  background-repeat: no-repeat;
}
.simple_list_col a:hover {
  border-color: #20B0DA;
}
.simple_list_info .row {
  justify-content: center;
}
.expanding-grid {
  position: relative;
}
.expand_box {
  border: 1px solid #1B3D6F;
}
.expand_box:hover {
  outline: 2px solid #54AED6;
  border-color: #1B3D6F;
}
.expand_det {
  text-align: center;
  padding: 20px;
  background: #fff;
  padding-bottom: 0px;
  position: relative;
}
.expand_det h6 {
  font-size: 20px;
  color: #0D192E;
  font-weight: bold;
}
.expand_det h6 span {
  display: block;
  font-size: 16px;
  color: #0D192E;
  margin-top: 5px;
  font-weight: 500;
}
.expanding-grid .active .expand_det::after {
  content: '';
  position: absolute;
  /*background: #1B3D6F;*/
  height: 15px;
  width: calc(100% + 0px);
  bottom: -10px;
  z-index: 9;
  left: -1px;
}
.expanding-grid .links {
  display: block;
  overflow: hidden;
  padding: 1em 0;
  margin: 0px -2px;
}
.expanding-grid .links > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0px 4px;
  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: 2px solid #C1C1C1;
  margin-top: -10px;
}
.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;
	margin-bottom: 10px;
}
.plus-minus_icon {
  width: 45px;
  height: 42px;
  background-image: url(../img/white-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  margin: 0px auto;
  background-color: #1B3D6F;
}
.expanding-grid .links > li .active .plus-minus_icon {
  transform: rotate(180deg);
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.expanding-grid .links > li .active .expand_det {
  border-top: 0px;
}
.jobtitle {
  font-size: 16px;
  font-weight: 500;
}
#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: #233D6B;
  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 #233D6B;
  -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;
  color: #001C55;
  min-width: 180px;
  text-align: center;
  padding: 20px;
  font-size: 44px;
  font-weight: 900;
}
.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: #fff;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
}
.timeline-level-two .circle_yw::after {
  background: #233D6B;
  width: 29px;
  height: 29px;
}
.timeline-level-two.inner_img_left .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_right .timeline-inner-right:after {
  content: '';
  width: 50%;
  height: 3px;
  background: #243D6A;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
.timeline-level-two.inner_img_left .timeline-inner-left:after {
  content: '';
  width: 50%;
  height: 3px;
  background: #243D6A;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
.inner_img_left .timeline-inner-left {
  text-align: left;
  position: relative;
  z-index: 9;
}
.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;
  z-index: 9;
}
.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: 500px;
}
.img_right .section_img {
  margin-left: auto;
}
.inner_img_right .timeline-inner-right {
  text-align: right;
}
.inner_img_right .timeline-inner-right img {
  max-width: 400px;
}
.timeline-level-two .circle_yw {
  border-color: #233D6B;
  width: 30px;
  height: 30px;
  margin-left: -15px;
}

.timeline-article:last-child  .circle_yw:after{
	background:#00B0DA;
	width: 30px;
height: 30px;
}
.contact_col {
  padding: 0px 3px;
}
.contact_col {
  padding: 0px 4px;
  margin-bottom: 8px;
}
.contact_box {
  background: #fff;
  padding: 30px 30px;
  border: 1px solid #233D6B;
}
.contact_box  > a{
	color: #0B6D84;
text-decoration: underline;
font-weight: 600;
}
.contact_box p {
  margin-bottom: 5px;
}
.contact_box p a {
  text-decoration: underline;
  font-weight: bold;
}
.contact_box h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.tel_em_fax {
  margin-top: 15px;
}
.tel_em_fax strong {
  color: #0D192E;
}
.tel_em_fax a {
  color: #0B6D84;
}
.tel_em_fax p {
  margin-bottom: 0px;
}
.maintitle {
  margin-bottom: 50px;
}
.main-service {
  background: #CDE7ED;
  padding: 60px 0px 80px 0px;
}
.main-service h2 {
  color: #fff;
  text-align: center;
}
.button_ico_col {
  padding: 0px 2px;
  margin-bottom: 4px;
}
.button_ico_box {
  text-align: center;
  min-height: 160px;
  position: relative;
}
.button_ico_box h5 {
  background-color: #1B3D6F;
  padding: 12px 25px;
  color: #fff;
  margin: 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 0.3s;
  text-align: left;
  background-image: url(../img/white-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 15px;
}
.button_ico_box .img_icon {
  background: #CDE7ED;
  padding: 25px 0px;
}
.button_ico_box:hover h5 {
  padding-top: 20px;
  color: #CDE7ED;
}
.filterWrap-meet {
  justify-content: flex-start;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.filterWrap-meet select {
  min-width: 200px;
}
.filterWrap-meet .form-group {
  margin-right: 8px;
}
.meeting-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0px;
}
.simple_text a {
  font-weight: 700;
  text-decoration: underline;
}
.meet_acco_title {
  cursor: pointer;
  position: relative;
  padding: 15px 30px;
  margin-bottom: 12px;
  background: #CDE7ED;
  box-shadow: 0px 3px 6px #00000029;
}
.accordion_sign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #1B3D6F;
  width: 45px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.meet_acco_title.active .accordion_sign img {
  transform: rotate(180deg);
}
.meet_acco_title h5 {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 20px;
}
.meet_acco_title p {
  margin-bottom: 0px;
}
.acco_panel_meet {
  display: none;
  padding: 30px 70px 30px 70px;
}
.meeting-title-block {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
.right-title {
  margin-left: auto;
  text-align: right;
}
.right-title a {
  font-weight: 700;
  text-decoration: underline;
}
.date-info-meet {
  font-weight: bold;
}
h6 .doc_block {
  display: inline-block;
}
.acco_panel_meet p a {
  font-weight: 600;
  text-decoration: underline;
}
.acco_panel_meet h6 {
  font-size: 16px;
}
.rfp_text {
  max-width: 900px;
  margin: auto;
  padding: 80px 15px;
}
.generalTab .nav-tabs .nav-link {
  border: 1px solid #233D6B;
  background: #CDE7ED;
  color: #0F192C;
  font-weight: 500;
  border-radius: 0px;
  min-width: 200px;
  text-align: center;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.generalTab .nav-tabs .nav-link:hover{
	background: #00B0DA;
}
.generalTab .nav-tabs .nav-link.active {
  background: #EFEDED;
  border-bottom: 0px;
}
.generalTab .nav-tabs {
  justify-content: center;
  border-bottom: 1px solid #233D6B;
}
.generalTab .tab-content {
  padding: 60px 80px;
}
.generalTab {
  position: relative;
}
.jobrowtabs .jbRightinfo {
  padding-left: 30px;
}
.job_acco_title {
  background: #CDE7ED;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px 30px;
  position: relative;
}
.jbPanel h6 {
  font-weight: normal;
  font-size: 16px;
}
.jbPanel h6 strong {
  font-weight: bold;
}
.jbPanel h5 {
  font-size: 20px;
}
.jobCat {
  font-weight: bold;
  margin-bottom: 5px;
}
.jobacco_panel {
  padding: 30px;
  display: none;
}
.job_acco_title.active .accordion_sign img {
  transform: rotate(180deg);
}
.jobacco_block {
  margin-bottom: 12px;
}
.form-right.generic_form {
  padding: 40px 40px;
}
.rfp_descr {
  margin-top: 40px;
}
.rfp_descr h5 {
  font-size: 24px;
  margin-bottom: 15px;
}
.mapinfo img {
  width: 100%;
}
.search_block {
  margin-bottom: 15px;
  max-width: 350px;
}
.search_block .input-group .form-control {
  width: 100%;
  background: #fff;
  border-radius: 0;
  min-height: 50px;
}
.search_block .btn {
  background: #1B3D6F;
  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 #c3c3c3;
}
.search_block .btn img {
  width: 20px;
}
.mapRow {
  background: #E4E6E9;
}
.mapRow .searchFilterBlock {
  padding: 60px 20px 30px 70px;
}
.checkWraper {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.checkWraper .checkgroup {
  width: 100%;
}
.checkbox-custom {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 30px;
}
.checkbox-custom,
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  color: #0D192E;
  cursor: pointer;
  margin-bottom: 0px;
}
.checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: #fff;
  border-radius: 0;
  border: 1px solid #233D6B;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  margin-top: -3px;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
  background: #233D6B;
}
.checkbox-custom-label {
  position: relative;
}
.signup-info {
  background: #CDE7ED;
}
.signup-container {
  max-width: 1100px;
  padding: 20px 15px;
  margin: 0 auto;
}
.signup-container h5 {
  font-size: 24px;
}
.signup-row {
  display: flex;
  align-items: center;
}
.signup-img {
  max-width: 350px;
  margin-right: 30px;
}
.main_area {
  padding: 90px 0px !important;
}
.proj_acco_title {
  cursor: pointer;
  position: relative;
  padding: 20px 30px;
  margin-bottom: 12px;
  background: #CDE7ED;
  box-shadow: 0px 3px 6px #00000029;
}
.accordion_proj {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 15px;
}
.acco_panel_proj {
  padding: 40px 60px;
  display: none;
}
.proj_acco_title.active .accordion_sign img {
  transform: rotate(180deg);
}
.showmore {
  margin-top: 30px;
}
.showmore a {
  font-size: 16px;
  font-weight: 500;
}
.showmore a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.no-found-wraper {
  min-height: 800px;
  background-size: cover;
  background-position: center center;
}
.no-found-info {
  padding-left: 80px;
  padding-top: 50px;
  max-width: 900px;
}
.no-found-info h1 {
  color: #0D192E;
  margin-bottom: 30px;
}
.no-found-info .search_block {
  max-width: 350px;
  margin-bottom: 25px;
  margin-right: 0px;
}
.no-found-info .btn_sm {
  min-width: 160px;
}
.newsinfo {
  background: #CDE7ED;
  box-shadow: 0px 3px 6px #00000029;
  /*height: 420px;*/
  display: flex;
}
.news_category {
  background: #1B3D6F;
  color: #fff;
  font-weight: bold;
  padding: 6px 40px;
  text-align: center;
}
.newsBody {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.newsbody_inner {
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;

}
.newsbody_inner h6 {
  font-size: 16px;
position: absolute;
bottom: 0px;
}
.newsbody_inner h6 strong {
  font-weight: bold;
}
.newsbody_inner h6 a {
  text-decoration: underline;
}
.newsArea {
  padding: 90px 0px;
}
.newsRow .newsColumn {
  width: 33.3%;
  padding: 0px 3px;
  margin-bottom: 6px;
  display: flex;
  flex-direction: column;
}
.newsRow .newscolLg {
  width: 100% !important;
  margin-bottom: 30px;
}
.horizontalCard .newsbody_inner {
  padding: 50px 50px;/*justify-content: center;*/
}
.horizontalCard .news_category {
  text-align: left;
}
.newsSearchEra {
  padding: 90px 0px;
}
.newsArea .container {
  max-width: 1200px;
}
.newsSearchEra .container {
  max-width: 1000px;
}
.ftr_col {
  padding: 0px 5px;
}
.ftr_row {
  margin-left: -5px;
  margin-right: -5px;
}
.sort_box {
  max-width: 200px;
  margin-left: auto;
}
.newsRow_list .newsbody_inner {
  padding: 20px 30px;
}
.newsRow_list .newscolLg {
  margin-bottom: 20px;
}
.newscolLg.no_img .newsinfo {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.newscolLg.no_img .news_category {
  padding-left: 80px;
}
.newscolLg.no_img .newsbody_inner {
  padding-left: 80px;
}
.newsRow_list {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 25px;
}
.newscolLg .newsimg img {
  height: 100%;
  object-fit: cover;
}
.dd_row .col-le {
  background: #E4E6E9;
}
.dd_row .searchFilterBlock {
  padding: 60px 30px 30px 70px;
}
.dd_row .form-group {
  margin-bottom: 8px;
}
.dd_content {
  padding: 50px 50px;
}
.acc__panel {
  display: none;
  padding: 15px 25px;
}
.acc__panel .document_era {
  padding-top: 10px ;
  padding-bottom: 10px;
  border-bottom: 1px solid #C3C3C3;
}
.acc__title {
  background: #CDE7ED;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  box-shadow: 0px 0px 3px #00000029;
  background-position: center right 15px;
  cursor: pointer;
  position: relative;
}
.acc__title h5,
.acc__title h6 {
  margin: 0px;
  font-size: 20px;
}
.acc__title:after {
  content: '';
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  width: 18px;
  height: 11px;
  background-size: 18px;
  top: 20px;
}
.acc__title.active:after {
  transform: rotate(180deg);
}
.acc__card {
  margin-bottom: 10px;
}
.dd_content h3 {
  margin-bottom: 25px;
}
.dd_content .acc__panel {
  border: 1px solid #C3C3C3;
  border-top: 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;
  min-width: 340px;
}
.main_search_content h6 span {
  font-size: 20px;
  margin-left: 10px;
  text-decoration: underline;
}
.main_search_content .btn {
  background: #1B3D6F;
  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;
}
.resultmain {
  padding: 60px 0px;
}
.result_row {
  background: #fff;
  margin-bottom: 8px;
}
.result_row .rsltBody {
  padding: 30px 50px 20px 50px;
  background: #CDE7ED;
  box-shadow: 0px 3px 6px #00000029;
}
.result_row .rsltBody h4 {
  font-size: 26px;
}
.resull_filter {
  padding: 70px 0px;
}
.resull_filter .container {
  max-width: 1100px;
}
.rslt_txt {
  max-width: 900px;
  margin: auto;
}
.rslt_txt h3 {
  text-align: left;
  margin-bottom: 25px;
}
.filterBlocks {
  max-width: 900px;
  margin: auto;
}
.re_category {
  background: #1B3D6F;
  width: 100%;
  text-align: left;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: bold;
}
.resull_filter .ftr_row {
  margin-bottom: 50px;
}
.modal-rfp .modal-content {
  background: #1B3D6F;
  border-radius: 0;
  color: #fff;
}
.modal-rfp .modal-content p {
  color: #fff;
}
.modal-rfp .modal-content .close {
  opacity: 1;
  text-align: right;
  margin-top: 20px;
  margin-right: 20px;
}
.modal-rfp .modal-body {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
.modal-rfp [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.btn_blue {
  background: #00B0DA;
  color: #0D192E;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  min-width: 140px;
}
.blue_wrap {
  background: #00B0DA;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}
.blue_wrap p {
  margin: 0px;
  font-weight: 500;
}
.icon_buttons_row.five .button_ico_col {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.contact_icon_buttons h5 {
  font-size: 18px;
}
.contact_icon_buttons h6 {
  font-size: 16px;
  margin-top: 10px;
}
.contact_icon_buttons .img_icon img {
  max-height: 35px;
}
.contact_icon_buttons {
  padding: 60px 0px;
}
.contact_area {
  padding: 50px 0px;
}
.contact_row {
  align-items: center;
}
.contactMapinfo {
  text-align: center;
}
.contactMapinfo .marker {
  margin-bottom: 20px;
}
.contactMapinfo h6 {
  margin-bottom: 3px;
}
.contact_directory {
  padding: 80px 0px;
}
.contact_directory .title-head select {
  background-color: #1B3D6F;
  color: #fff;
  background-image: url(../img/white-arrow-down.svg);
  max-width: 500px;
  margin: auto;
	font-weight: bold;
}
.contact_directory .title-head option {
  color: #fff;
	font-weight: bold;
}
.contact_directory .title-head h2 {
  margin-bottom: 15px;
}
.contact_directory .acc__main {
  max-width: 900px;
  margin: auto;
  margin-top: 50px;
}
.contact_directory .button_center {
  margin-top: 30px;
}
.contact_panel p a {
  font-weight: 600;
  text-decoration: underline;
}
.intranet_header .top_inner_menu li:first-child a::before {
  visibility: hidden;
}
.dp_section {
  padding: 60px 0px;
  position: relative;
}
.dp_section .container {
  position: static;
}
.three .simple_list_col {
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.intranet_wraper .simple_list_wrap {
    max-width: calc(100% - 300px);
}
.sidebar-info {
  background: #E4E6E9;
  border: 1px solid #1B3D6F;
  position: absolute;
  right: 50px;
  top: 0px;
  width: 25%;
  padding: 25px;
  min-width: 300px;
  max-width: 300px;
  z-index: 9;
}
.sidebar-info h3 {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.sidebar-info h3 img {
  margin-right: 10px;
}
.sidebar-info .sidebar_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.sidebar-info .sidebar_title .sm_title {
  font-weight: 600;
  text-decoration: underline;
}
.bookmark_lists {
  list-style: none;
  padding: 0px;
}
.bookmark_lists li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #C3C3C3;
}
.bookmark_lists li a {
    text-decoration: underline !important;
    font-family: 'Acumin Pro';
    font-size:16px;
	font-weight: bold;
}

.cbxwpbookmark-title.cbxwpbookmark-title-postlist {
	display: none !important;
}

.align_LR {
  display: flex;
  justify-content: space-between;
}
.intranet_wraper .meeting_era {
  max-width: 70%;
}
.intranet_wraper .accordion_meet {
  margin-top: 50px;
}
.intranet_wraper .news_section .container {
  max-width: 1000px;
}
.intranet_wraper .news_section .newsimg {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.intranet_wraper .news_section .newsimg img {
  min-height: 260px;
  object-fit: cover;
}
.intranet_wraper .news_section .newsinfo {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.intranet_wraper .news_section .newsbody_inner {
  min-height: 240px;
  padding-left: 50px;
}
.intranet_wraper .newscolLg.no_img .newsinfo {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.intranet_wraper .newscolLg.no_img .newsbody_inner {
  padding-left: 20%;
}
.intranet_wraper .dp-title {
  margin-bottom: 50px;
}
.intranet_wraper .dropdown {
  margin-left: auto;
  text-align: right;
}
.intranet_wraper .dropdown .btn-lg {
  border: 2px solid #54AED6;
  min-width: 300px;
  background: #fff;
  border-radius: 0px;
  text-align: left;
  color: #7d7d7d;
  font-weight: normal;
}
.intranet_wraper .dropdown .btn-lg::after {
  content: '';
  background-image: url(../img/select-arrow.svg);
  border: 0;
  width: 19px;
  height: 12px;
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 20px;
}
.intranet_wraper .dropdown .dropdown-menu {
  width: 300px;
  border: 2px solid #54AED6;
  border-radius: 0;
  border-top: 0;
  margin-top: 0;
  padding: 20px 30px;
}
.intranet_wraper .dropdown.show .btn-lg::after {
  transform: rotate(180deg);
}
.main_wrapper .wp-block-group {
	padding: 80px 0px;
}
.wp-block-group > h2.has-text-align-center {
	margin-bottom: 40px;
}
.timeline-level-two.inner_img_left .timeline-inner-left::after {
	content: '';
	width: 50%;
	height: 3px;
	background: #243D6A;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: -1;
	transform: translateY(-50%);
}
.document_era.list a {
	text-decoration: underline;
}
.wp-block-table {
	max-width: 1250px;
	margin: 0 auto !important;
}
.wp-block-table th {
	background: #1B3D6F;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	border-top: 0 !important;
	border-bottom: 0px !important;
}
.wp-block-table tr th {
	padding: 15px 15px !important;
	border-right: 1px solid #B2B2B2 !important;
	border-left: 0;
}
.wp-block-table tbody tr:nth-child(2n) {
	background: #EAEBEB;
}
.wp-block-table tbody tr:nth-child(2n+1) {
	background: #fff !important;
}
.wp-block-table thead {
	border-bottom: none !important;
}

.title.iop {
	visibility: hidden;
}
.main_wrapper .wp-block-group {
	padding: 80px 0px;
}
.wp-block-group > h2.has-text-align-center {
	margin-bottom: 50px;
}

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

.gen_video_img {

}

.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%;
	margin-top: 5px;
}
.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;	
padding-bottom: 0;
}
.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: #CDE7ED !important;
	padding: 8px 20px !important;
	border-color: #C3C3C3 !important;
}
.advgb-accordion-header .advgb-accordion-header-title{
color: #0D192E !important;
font-size: 20px !important;
}
.advgb-accordion-header .advgb-accordion-header-title > a{
	color: #0D192E !important;
}
.wp-block-advgb-accordion-item{
	margin-bottom:8px !important;
}
.advgb-accordion-header-icon svg{
	display:none;
}
.advgb-accordion-header-icon{
margin-right: 0px !important;
width: 50px;
height: 50px;
background-repeat: no-repeat;
background-size: 20px;
margin-top: 0;
background-image: url(../img/select-arrow.svg);
position: absolute;
right: 0;
background-position: center;
top: 0;
}
.ui-accordion-header-icon , .advgb-accordion-header-icon{
	display:block !important
}
.advgb-accordion-body{
	background:#fff !important;
}
.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {

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




ul.advgb-tabs-panel{
	display:flex;justify-content:center;
	border-bottom: 0 !important;
}
ul.advgb-tabs-panel li.advgb-tab{
border-radius: 0 !important;
background: #CDE7ED !important;
color: #0F192C !important;
min-width: 220px;
min-height: 60px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0px !important;
border: 1px solid #233D6B !important;
margin-right: 0px !important;
}
ul.advgb-tabs-panel li.advgb-tab:hover{
	background:#00B0DA !important;
}
ul.advgb-tabs-panel li.advgb-tab a {
color: #0F192C !important;
width: 100%;
text-align: center;
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
}
ul.advgb-tabs-panel li.advgb-tab:hover a{

}
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active{
	background:#EFEDED !important;
	
	border-color:#233D6B !important;
	position:relative
}

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



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

.gform_wrapper input:focus, .gform_wrapper select:focus, .gform_wrapper textarea:focus  , .form-control:focus{
    border: 1px solid #00B0DA !important;
    outline: 0 !important;box-shadow: none;
}


.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: #0D192E;
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:#EFEDED }
.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;

}
 .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;
 }
 .advgb-tab-body-wrapper{
	 border-radius:0px !important;
	 border: 0 !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_content > * {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.main_content >  .wp-block-quote , .main_content > .wp-block-image{
	margin-left:auto;
	margin-right:auto;
}
.main_content > p:first-of-type:first-child , .main_content > h2:first-of-type:first-child , .main_content > h3:first-of-type:first-child , .main_content > h4:first-of-type:first-child , .main_content > h5:first-of-type:first-child , .main_content > h1:first-of-type:first-child   {
  padding-top: 40px;
}
.main_content > p:last-of-type:last-child , .main_content > h2:last-of-type:last-child , .main_content > h3:last-of-type:last-child , .main_content > h4:last-of-type:last-child , .main_content > h5:last-of-type:last-child , .main_content > h1:last-of-type:last-child   {
  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%;
}

.img_card_block > img{
	width:100%;
}

#ajaxsearchpro2_1 .probox, #ajaxsearchpro2_2 .probox, div.asp_m.asp_m_2 .probox{
	border:0 !important;
}

.wp-block-media-text{
padding: 80px 5%;
align-items: center;
}

.wp-block-media-text__media img{
	width:100%;
}
.wp-block-media-text .wp-block-media-text__media{
	padding-right:20px;
}
.wp-block-media-text .wp-block-media-text__content p{
	/*margin-block:30px;*/
}
.mega_col ul li{
	margin-left:15px;
}
.mega_col ul li:first-child{
	margin-left:0px;
}

.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;
  margin-top: 30px;
}
.owl-general .owl-carousel .owl-dot.active {
  background: #0B6D84;
}


.main_wrapper .wp-block-group.alignfull {
  padding-left: 0px;
  padding-right: 0px;
}

.addeventatc.addtocal{
	color: #0B6D84 !important;
z-index: 0 !important;
padding: 0px !important;
padding-left: 25px !important;
padding-bottom: 10px !important;
box-shadow: none !important;
font-weight: bold;
text-decoration: underline;
}

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

}

.acco_panel_meet > a{
	text-decoration: underline;
	font-weight: bold;
	
}

.acf-map {
	width: 100%;
	height: 700px;
}
.gm-style .gm-style-iw-c {
	border-radius: 0px !important;
	/*border: 2px solid #8E2B2D !important;*/
	padding: 40px 50px !important;
	max-height: auto !important;
	box-shadow: 0px 3px 6px #00000029 !important;
}
.gm-style .gm-style-iw-c {
	position: absolute;
	box-sizing: border-box;
	overflow: hidden;
	top: 0;
	left: 0;
	transform: translate3d(-50%,-100%,0);
	background-color: white;
	border-radius: 8px;
	padding: 12px;
	box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
}

.btn_sm.g_map {
	margin-left: 10px !important;
}
.proj_acco_title p {
	width: 96%;
}
.page-template-template-Projects .search_block {
	max-width: 100%;
}
.btn_sm.rfp-btn {
	background-color: #00B0DA;
	padding-left: 35px;
	padding-right: 35px;
	color: #0D192E;
}
.footer-right ul li a{
width: 40px;
height: 40px;
display: flex;
background: #fff;
border-radius: 100px;
align-items: center;
justify-content: center;
}
.footer-right ul li a:hover{
	background:#00B0DA
}

.top_search #ajaxsearchpro2_1 .probox .proinput input.orig, .top_search #ajaxsearchpro2_2 .probox .proinput input.orig, .top_search div.asp_m.asp_m_2 .probox .proinput input.orig{
	padding-top:0px !important;
}

a.map-add {
	margin-left: 3px;
}
a.map-add img{
	max-width: 15px;
margin-right: 5px;
vertical-align: sub;
}
.contact_icon_buttons h6 {
	text-transform: uppercase;
}
/*.page.larger {
	display: none;
}
.current {
	display: none !important;
}
.page.smaller {
	display: none !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: none !important;
	font-size: 17px;
	padding: 16px 15px;
	text-transform: uppercase;
}
.nextpostslink {
	background: #1B3D6F;
	border: 2px solid #1B3D6F;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 22px;
	text-align: center;
}
.previouspostslink{
	background: #1B3D6F;
	border: 2px solid #1B3D6F;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 22px;
	text-align: center;
	
}
.nextpostslink span:hover {
	color: #fff;
}
.previouspostslink span:hover {
	color: #fff;
}*/
.noMorePostsFound {
	text-align: center;
	font-size: 21px;
	margin-top: 50px;
	color: red;
}








#accordion {
	max-width: 1000px;
	margin: 0px auto;
	padding: 0px 15px;
}
.d-flex.align-items-center.justify-content-between.btn.btn-link.collapsed {
	display: block !important;
	width: 100%;
	text-align: left;
}

.card-header {
	background-color: #CDE7ED;
	box-shadow: 0px 3px 6px #00000029;
}
.card.acc-card {
	background-color: #E4E6E9;
	border: none;
}
.card.acc-card p {
	width: 96%;
}
.card-header {
	margin-bottom: 15px;
}


[aria-expanded="true"] .accordion_sign img {
	transform: rotate(180deg) !important;
}
.card-header .accordion_sign {
	top: 0 !important;
	margin-top: 50px !important;
}


.advgb-accordion-body .wp-block-buttons {
	text-align:center;
}
.wp-admin .media {
	display:inline-block;
}

/*
.page-id-666  .wp-block-buttons{
	text-align:center;
}*/


.page-id-607 .img_card_block > img {
	width:auto;
	display:table;
	margin-left:auto;
	margin-right:auto;margin-top: 20px;
}

.main_content >  .wp-block-group.darkblue .wp-block-columns{
	margin-bottom:0px;
	
}
.page-id-622 .wp-block-media-text__media img {
	width: 28%;
	text-align: center;
	margin: 0 auto;
}
.page-id-622 .wp-block-media-text .wp-block-media-text__media {
	text-align: center;
}
.page-id-611 .wp-block-media-text__media img {
	width: 24%;
	text-align: center;
	margin: 0 auto;
}
.page-id-611 .wp-block-media-text .wp-block-media-text__media {
	text-align: center;
}

.page-id-609 .wp-block-media-text__media img {
	
	text-align: center;
	margin: 0 auto;
}
.page-id-609 .wp-block-media-text .wp-block-media-text__media {
	text-align: center;
}
.top-title.project-middle-section p {
	margin-bottom: 60px;
}
.top-title.project-middle-section h2 {
	margin-bottom: 10px;
}
.hide-arrow .blue-square{
	display:none;
}
.hide-arrow{
	pointer-events:none;
}
.mp_wrapper.mp_login_form {
	padding: 50px;
}
.mepr-login-actions {
	display: none;
}
#wp-submit {
	background: #1B3D6F;
	border: 2px solid #1B3D6F;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 22px;
	text-align: center;
}
#mepr-account-nav {
	display: none;
}
#mepr-account-welcome-message {
	display: none;
}
.mepr-account-change-password {
	display: none;
}
#mepr_account_form {
	padding: 50px;
}
.mepr-submit.mepr-share-button {
	background: #1B3D6F;
	border: 2px solid #1B3D6F;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 22px;
	text-align: center;
}
.cbxwpbookmark-title.cbxwpbookmark-title-mycat {
	display: none;
}


.newscolLg.noimg.mpl .newsinfo {
	float: ;
	flex: 0 0 100% !important;
	max-width: 100%;
}
.newscolLg.noimg.mpl .newsbody_inner {
	padding-left: 10%;
}
.gform_footer  .gform_button {
	background: #1B3D6F;
border: 2px solid #1B3D6F;
color: #fff;
display: inline-block;
font-weight: bold;
padding: 10px 22px;
text-align: center;
}
.gform_footer  .gform_button:hover{
	border-color: #20B0DA;
color: #fff;
}

.wp-block-button.align-center{
display: table !important;
margin-left: auto !important;
margin-right: auto !important;
}

.backto-top{
	
	position: fixed;
right: 0;
bottom: 60px;
background: rgba(239, 237, 237, 0.8);
z-index: 9;
cursor:pointer;
}
.backto-top img{
	max-height: 45px;
}
.modal-body h3 {
	color: #fff;
}
.page-id-624 .btn.btn-primary {
	
}
.cleardata {
	text-align: right;
}
.cleardata a {
	font-weight: 600;
	font-size: 14px;
	text-decoration: underline;
	text-transform: uppercase;
}
.cleardata a img {
	margin-right: 3px;
}

.main_content > .button_list {
	padding-bottom:40px;
}

table.fixed.widefat.posts  {
  table-layout: initial;
}

.editor-styles-wrapper a[href^="tel:"] {
	color: #0B6D84;
}

.btn-primary{
	background: #1B3D6F;
border: 2px solid #1B3D6F;
color: #fff;
display: inline-block;
font-weight: bold;
padding: 10px 22px;
text-align: center;
border-radius: 0;
}
.btn-primary:hover{
	border-color: #20B0DA;
color: #fff;
background: #1B3D6F;
}

.wp-block-advgb-button .wp-block-advgb-button_link{
background: #1B3D6F !important;
border: 2px solid #1B3D6F !important;
color: #fff !important;
display: inline-block !important;
font-weight: bold;
padding: 10px 22px;
text-align: center;
border-radius: 0 !important;
}
.wp-block-advgb-button .wp-block-advgb-button_link:hover{
border-color: #20B0DA !important;
color: #fff !important;
background: #1B3D6F !important;
box-shadow: none !important;
}

h3:empty, .carousel-caption:empty{
	display:none;
}

.carousel-caption.hidden{
	display:none;
}

.main_content > .wp-block-advgb-accordions:last-of-type:nth-last-child(-n+2) {
padding-bottom:100px;
}
.main_content > .gray  + h2{
	padding-top:40px
}

.page-id-678 p:empty{
	display:none;
}

p.has-large-font-size{
	line-height:32px;
}

.sm-media-text{
	max-width: 900px !important;
grid-template-columns: 150px auto !important;
}
.sm-media-text .wp-block-media-text__media img{
	max-width:100px;
}

.md-media-text{
	max-width: 1000px !important;
grid-template-columns: 300px auto !important;
}
.clt-mtr {
	border-right: 1px solid #fff;
}




.cbxwpbkmarkwrap.cbxwpbkmarkwrap_loggedin.cbxwpbkmarkwrap_no_cat.cbxwpbkmarkwrap-page {
	display: none;
}
/*.page-id-551 .wp-block-media-text__media {
	text-align: center;
}
.page-id-551 .wp-block-media-text__media img {
	width: 600px;
	text-align: center;
}*/
.head-shrink #userwayAccessibilityIcon {
	display: none;
}
.news_category {
	text-transform: uppercase;
}
.wp-block-button__link{
background: #1B3D6F !important;
border: 2px solid #1B3D6F !important;
color: #fff !important;
display: inline-block !important;
font-weight: bold;
padding: 10px 22px;
text-align: center;
border-radius: 0 !important;
}
.page-template-template-dashboard .newsbody_inner a {
	color: #0D192E;
}
.page-template-template-dashboard .page_title h1 {
	position: relative;
	color: #0D192E;
}
.addeventatc .addeventatc_icon {
	background: url(/wp-content/uploads/sites/2/2022/07/add-to-calendar.svg) !important;
}
.cbxwpbookmark-mylist-item {
	list-style: none !important;
}
.bedford-ser {
	background-color: #1B3D6F;
	border-radius: 0;
    	line-height: 0.4 !important;
}
.cbxwpbookmark-list-generic.cbxwpbookmark-mylist.cbxwpbookmark-mylist-sc li a:hover {
	font-style: italic;
	color: #1B3D6F;
}
.btn_sm.all-news-btn {
	width: 160px;
	color: #fff !important;
}



.page-template-template-dashboard #addeventatc1:hover {
	font-style: italic;
	text-decoration: underline;
}
.page-template-template-dashboard .acco_panel_meet a:hover {
	font-size: inherit;
	font-style: italic;
}
 .page.larger {
	display: inline !important;
	color: #000;
}
 .current {
	display: inline !important;
}

 .wp-pagenavi span.current {
	background: #1B3D6F !important;
	color: #fff !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: none !important;
	
}
.search-results .wp-pagenavi {
	text-align: center;
	margin-top: 30px;
}
 .page.larger {
	display: inline !important;
	color: #000;
}
.page-template-template-dashboard .wp-pagenavi {
	text-align: center;
}
.page-template-template-dashboard .wp-pagenavi {
	margin-top: 20px;
}
.cbxwpbkmarkwrap.cbxwpbkmarkwrap_loggedin.cbxwpbkmarkwrap_no_cat.cbxwpbkmarkwrap-page.all-pages-book {
	display: block;
	text-align: right;
}
.newsArea.grey.bookmark-div {
	padding: 10px;
}
.kjo .cbxwpbkmarkwrap.cbxwpbkmarkwrap_loggedin.cbxwpbkmarkwrap_no_cat.cbxwpbkmarkwrap-page {
	display: block !important;
}
.kjo {
	text-align: right;
}
.topic-filter {
	display: none;
}
.cbxbookmark-more {
	display: none !important;
}
.btn.btn-lg.dropdown-toggle {
	border: 1px solid #B7AEAE;
}
.dropdown {
	text-align: right;
}
.dropdown-menu.show {
	width: 232px;
}
.qwe img {
margin-top: -9px;
}
.page-id-586 .owl-general .owl-nav .owl-next {
	display: none !important;
}
.page-id-586 .owl-general .owl-nav .owl-prev {
	display: none !important;
}
#searchsubmit.btn {
	padding-left: 8px;
padding-right: 8px;
}
#searchsubmit.btn img{
	min-width: 20px;
}

body.page .uwy:not(.uh).userway_p1 .uai:hover,
body.page .uwy:not(.uh).userway_p3 .uai:hover,
body.search-results .uwy:not(.uh).userway_p3 .uai:hover {
    transform: translate(-216%) scale(1.1) !important;
}

body.page .uwy .uai,
body.search-results .uwy .uai {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
}

.uwy .uai img:not(.check_on),
body .uwy .uai img:not(.check_on) {
    width: 36px !important;
    height: 36px !important;
}

body.page .uwy.userway_p2 .uai,
body.page .uwy.userway_p3 .uai,
body.search-results .uwy.userway_p3 .uai {
    left: calc(100vw - 20px);
    top: 5px !important;
}
body.page.admin-bar .uwy.userway_p3 .uai{
	margin-top:28px;
}
.generic_middle_block.for-news-page-top {
	padding-bottom: 0px;
}
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active {
	background: #EFEDED !important ;
	
}


.main-counter {
	display: flex;
}
.counter-main1 {
	width: 100%;
	margin-right: 50px;
}
.count-1 {
	border: 3px solid #1B3D6F;
	border-radius: 50%;
	/* padding: 80px; */
	color: #00B0DA;
	font-size: 30px;
	font-weight: 600;
	width: 200px;
	height: 200px;
	display: flex;
	align-items: center;
	text-align: center;
}
.counter-text {
	text-align: center;
	margin-top: 19px;
}
.counter-text p {
	color: #1B3D6F;
	font-size: 24px;
	font-weight: 600;
}
.counter-first {
	text-align: center;
	width: 100%;
}
.main-counter {
	display: flex;
	margin-top: 50px;
	margin-bottom: 50px;
}

.brand-all-img {
	display: flex;
}.brand-img {
	width: 300px;
	padding: 10px;
}
.col-lg-8.col-md-8.col-re.branding-div {
	margin: 0 auto !important;
}


.midle-dash .media-text-container {
	display: flex;
}

.midle-dash {
	overflow: hidden;
}
.midle-dash img {
	max-width: 350px;
}
.wp-block-media-text__content {
	padding: 0px 30px;
}


.dp_section.news_section.gray .container{

max-width: 1000px;
}


.news-pk a {
	color: #0B6D84 !important;
}

iframe.okta_embedded_dashboard {
    /*max-width: 80%;*/
    height: 600px;
    margin: 0 0 20px 0;
    border: none;
}

.expand_det h6{
display: inline-block;
}

body .is-layout-constrained > .alignwide.wp-block-media-text:not(.sm-media-text) {
  max-width: 100% ;
}
.main_content > .wp-block-advgb-adv-tabs{
  max-width: 100%;
}

.page-id-586 .advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body{
  padding-bottom: 0px;
}
.page-id-4617 .advgb-accordion-body p{
  margin-bottom: 8px;
}
.page-id-4617 .main_content > .wp-block-advgb-accordions{
  padding-bottom: 40px
}
.main_content > .wp-block-advgb-adv-tabs ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active{
  background: #5954D5 !important;color: #fff !important;
}
.page-template-template-dashboard .intranet_wraper > .dp_section:last-child{
  padding-bottom: 0px;
}
.no_content .expand_box:hover{
  outline: 0;
} 
.wp-pagenavi .pages{
display: none;
}
.nextpostslink,.previouspostslink{
  font-size: 0px;
}
.nextpostslink::after{
  content: 'NEXT';
}

.nextpostslink::after {
  content: 'NEXT';
  font-size: 16px;
  color: #0B6D84;
  font-weight: 600;
}
.previouspostslink::after {
  content: 'PREV';
  font-size: 16px;
  color: #0B6D84;
  font-weight: 600;
}
.page-id-555  .wp-block-group > h3{
  max-width: 1230px;
}

.blue-cards .expand_box{
  background: #CDE7ED;
  box-shadow: 0px 3px 6px #00000029;
  border: 0;
}
.blue-cards .expand_det{
  padding: 30px;background: #CDE7ED;text-align: left;min-height: 190px;
}
.blue-cards .expand_det h6 span{
  margin-top: 20px;line-height: 24px;
}

@media (min-width:768px){
.blue-cards .expand_img img{
  height: 400px;
}
}
.no_content > a{
  cursor: auto;
}


.main_content .wp-block-media-text {
max-width: 1100px !important;
padding-left: 0;
padding-right: 0px;
}
.page-template-template-dashboard .dp_section .wp-block-media-text {
  max-width: 1100px !important;
  padding-left: 0;
  padding-right: 0px;
}
.page-template-template-dashboard .dtRow  .wp-block-group{
  padding-top: 0px;padding-bottom: 0px;
}
.wp-block-media-text .wp-block-media-text__content p{
  margin-bottom: 30px;
}
.main_content .wp-block-media-text .wp-block-media-text__content,
.page-template-template-dashboard .dp_section .wp-block-media-text__content
{
padding-left: 30px;padding-right: 10px;
}
.wp-block-media-text__content .wp-block-button__link{
text-transform: uppercase;
}

.main_content .fullwidth .wp-block-media-text{
  max-width: 100% !important;
  padding-left: 70px;
  padding-right: 70px !important;
}
.main_content .fullwidth.wp-block-media-text{
  max-width: 100% !important;
  padding-left: 70px;
  padding-right: 70px !important;
}
.feed_form .close{
  color: #fff;
  opacity: 1;
  }
  .feed_form  .modal-body {
  background: #001C55;
  color: #fff;
  }
.feed_form  .modal-body  h2, .feed_form  .modal-body p{color: #fff;}
.feed_form .modal-dialog{
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
.feed_form  .modal-body p a{color: #ec3535;text-decoration:underline;}

.page-template-template-dashboard .intranet_wraper .simple_list_wrap{
	max-width: 100%;
}

.main_content .wp-block-media-text.large{
  max-width: 100% !important;
}
.main_content .large .wp-block-media-text{
  max-width: 100% !important;
}







.sub_acc__panel {
  display: none;
  padding: 15px 25px;
}

.sub_acc__panel .document_era {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C3C3C3;
}

.sub_acc__title {
  background: #CDE7ED;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  box-shadow: 0px 0px 3px #00000029;
  background-position: center right 15px;
  cursor: pointer;
  position: relative;
}

.sub_acc__title h5,
.sub_acc__title h6 {
  margin: 0px;
  font-size: 20px;
}

.sub_acc__title:after {
  content: '';
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  width: 18px;
  height: 11px;
  background-size: 18px;
  top: 20px;
}

.sub_acc__title.active:after {
  transform: rotate(180deg);
}

.sub_acc__card {
  margin-bottom: 10px;
}