/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.opensans {
  font-family: 'Open Sans', sans-serif;
}
.oswald {
  font-family: 'Oswald', sans-serif;
}
.upper {
  text-transform: uppercase;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
body {
  color: #102949;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}
a {
  color: #102949;
}
a:hover {
  color: #102949;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 28px;
}
img{
	height:auto;
}
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
  max-width:1500px;
}
h1 {
  font-size: 52px;
  text-transform: uppercase;
  color: #003272;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
h2 {
  font-size: 46px;
  text-transform: uppercase;
  color: #003272;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
h3 {
  font-size: 38px;
  font-weight: 700;
  color: #102949;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 15px;
}
h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: normal;
  color: #102949;
  font-family: 'Oswald', sans-serif;
}
h5 {
  font-size: 21px;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
  color: #102949;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
h6 {
  font-size: 18px;
  font-weight: 700;
  color: #102949;
  font-family: 'Oswald', sans-serif;
}
.btn_primary {
  background: #93B6DB;
  padding: 8px 20px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 9;
  min-width: 180px;
  text-align: center;
  border:0;
}
.btn_primary::before {
  -webkit-clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0 70%, 0% 0);
          clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0 70%, 0% 0);
  background-color: #0F336E;
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.btn_primary:hover {
  background: #003272;
  color: #fff;
}
.btnblue {
  background: #286fb7;
  padding: 8px 20px;
  font-family: 'Oswald', sans-serif;
  color: #102949;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 9;
  min-width: 180px;
  text-align: center;
}
.btnblue::before {
  -webkit-clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0 70%, 0% 0);
          clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0 70%, 0% 0);
  background-color: #93B6DB;
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.btnblue:hover {
  background: #93B6DB;
}
.btn_secondary {
  background: #93B6DB;
  padding: 8px 20px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 9;
  min-width: 180px;
  text-align: center;
}
.btn_secondary::before {
  -webkit-clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0 70%, 0% 0);
          clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0 70%, 0% 0);
  background-color: #0F336E;
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn_secondary:hover {
  background: #003272;
  color: #fff;
}
.form-control {
  border: 1px solid #99B6D8;
  border-radius: 0px;
  min-height: 55px;
}
.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.main_header {
  position: fixed;
  background: #0F336E;
  z-index: 99;
  width: 100%;
}
.main_header .navbar-collapse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main_header .container-fluid {
  padding: 0 15px;
  max-width:100%;
}
.logo_wrap .navbar-brand {
  position: absolute;
  top: -10px;
}
.top_header_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  position: absolute;
  right: 0;
  z-index: 9;
}
.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}
.navbar ul {
  list-style: none;
  padding: 0;
}
.navbar .container-fluid {

}
.top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
}
.top_menu .top_inner_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  background: #964D27;
}
.top_menu .top_inner_menu a {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
  padding: 9px 20px;
  display: inline-block;
  border-right: 1px solid #0F336E;
  text-transform: uppercase;
}
.top_menu .top_inner_menu a:hover {
  background: #763615;
  color: #fff;
}
.top_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.top_search .form-control {
  min-height: 43px;
  padding: 2px 10px;
  border-radius: 0;
  max-width: 220px;
  min-width: 220px;
  height: auto;
  background: #DEE5EF;
  border: 1px solid #9BB5D8;
}
header .searchbardiv {
  max-width: 200px;
}
.buttonsearch {
  background: #FFD050;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  width: 43px;
  height: 43px;
}
.select_language {
  padding-left: 10px;
  padding-right: 0px;
  background: #93B6DB;
  font-family: 'Oswald', sans-serif;
  color: #102949;
  display:flex;
}
.select_language select {
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #00070D;
  font-size: 16px;
  max-width: 85px;
  line-height: 26px;
  padding-top: 0px;
  min-height: 43px;
}
.select_language select::-ms-expand {
  display: none;
}
.navbar-nav > li {
  position: relative;
}
.navbar-nav > li > a {
  font-size: 20px;
  padding: 20px 30px !important;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #fff;
  color: #D4E7FA;
}
.navbar-nav > li > .dropdown-menu {
  border: 1px solid #93B6DB;
  min-width: 440px;
  border-radius: 0px;
  padding: 20px 20px;
  text-align: center;
  margin-top: 0;
  left: -50%;
  padding-top: 30px;
}
.navbar-nav > li.current_page_item > a::before, .navbar-nav > li.current-page-ancestor > a::before {
  content: '';
  background: #93B6DB;
  height: 5px;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: none;
  z-index: -1;
  top: auto;
}
.navbar-nav > li > .dropdown-menu > li {
  margin-bottom: 8px;
  position: relative
}
.navbar-nav > li > .dropdown-menu a {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #102949;
  text-transform: uppercase;
}
.navbar-nav > li > .dropdown-menu a:hover {
  color: #005EAB;
}
@media (min-width:993px) {

.navbar-nav > li:hover .dropdown-menu {
  display: block;
  z-index: 9;
}
.navbar-nav > li.menu-item-has-children:hover > a::after {
   -webkit-clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0 70%, 0% 0);
           clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0 70%, 0% 0);
background-color: #0F336E;
content: '';
position: absolute;
left: 1px;
bottom: -10px;
width: calc(100% - 2px);
height: 30px;
z-index: 9999;
}

.navbar-nav > li:last-child  .dropdown-menu{
	right: -20px;
left: auto;
transform: none;
}
}
img {
  max-width: 100%;
}
.nav_bottom {
  min-height: 115px;
}
.horzntLgo {
  display: none;
}
.shrink .horzntLgo {
  display: block;
}
.shrink .mainlogo {
  display: none;
}

.shrink .nav_bottom {
  min-height: 70px;
}
.shrink .navbar-brand {
  top: 8px;
}
.btnBlue {
  font-family: 'Oswald', sans-serif;
  background: #003272;
  color: #fff;
  max-width: 180px;
  display: inline-block;
  padding: 10px 12px;
}
.btnBlue:hover{
  color: #fff;
}
.main_banner {
  position: relative;
}
.main_banner .carousel-caption {
  top: 40%;
  left: 10%;
  text-align: left;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
}
.main_banner .carousel-caption h1 , .main_banner .carousel-caption h2 {
  color: #fff;
  font-size: 48px;
  text-transform: none;
}


.navBlock {
  position: absolute;
  bottom: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9;
}
.navBlock .navBlock_col {
  width: 33.3%;
  text-align: center;
  padding: 50px 0px;
  border-right: 1px solid #93B6DB;
}
.navBlock .navBlock_col p {
 /* text-transform: uppercase;*/
  line-height: 25px;
font-family: 'Open Sans', sans-serif;
font-weight: 500;
}
.navBlock .navBlock_col:last-child {
  background: #93B6DB;
}
.navBlock .navBlock_col .btnBlue {
  max-width: 180px;
  text-transform: uppercase;
}
.navBlock .navBlock_col h6 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
}
.navBlock .navBLock_img {
  padding: 30px 20px 00px 20px;
  margin-bottom: 20px;
  border-right: 1px solid #003767;
}
.navBlock .navBlockrow {
  background: #FFD050;
}
.navBlock h4 {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  text-shadow: 0px 0px 5px #4a4a4a;
}
.lightblue {
  background: #D4E7FA;
}
.grey {
  background: #EDF0F4;
}
.homeCards {
  padding: 100px 0px;
  position: relative;
}
.homeCards .cardCol {
  padding: 0px 5px;
  margin-bottom:10px;
}
.homeCards:after {
  -webkit-clip-path: polygon(50% 94%, 100% 50%, 100% 100%, 0 100%, 0 50%);
          clip-path: polygon(50% 94%, 100% 50%, 100% 100%, 0 100%, 0 50%);
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #93B6DB;
  height: 200px;
}
.cardBlock .cardBody {
  background: #fff;
  padding: 20px;
  border-bottom: 0;
}
.cardBlock .cardBody p {
  color: #102949;
}
.cardBlock .cardbtn {
  width: 100%;
  position: absolute;
bottom: 0;
}
.cardBlock .cardbtn a ,  .cardBlock .cardbtn span {
  width: 100%;
}
.cardBlock{
	height: 100%;
padding-bottom: 40px;
background: #fff;
position:relative;border: 1px solid #99B6D8;
}
.mainTitle {
  margin-bottom: 50px;
}
.generic_form {
  background: #003272;
  padding: 30px 15px;
}
.generic_form h4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
}
.generic_form p {
  color: #fff;
}
.generic_form .form-group label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #fff;
}
.generic_form  label.gfield_label {
text-transform: uppercase;
font-size: 14px !important;
font-weight: 400 !important;
font-family: 'Oswald', sans-serif;
color: #fff;
}
.generic_form .form-control {
  background: #fff;
  border-radius: 0px;
  min-height: 50px;
  border: 0;
}
.generic_form .form-check-label {
  color: #fff;
}
.generic_form .btn_blue {
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding: 15px 30px;
  width: 150px;
  margin-top: 20px;
  border: 0px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all_info {
  text-align: center;
  margin-top: 40px;
}
.news_events {
  padding: 100px 0px;
}
.meetingRow {
  margin: 0px -5px;
}
.meetingWraper .meetTitle h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.meetingWraper .meetTitle h4:after {
  content: '';
  background: #A0491A;
  height: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
.meetingWraper .meetCol {
  padding: 0px 5px;
  margin-bottom: 10px;
}
.meetTop {
  background: #FFD050;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.meetBox{
		border: 2px solid transparent;
}
.meetBox:hover{
	border: 2px solid #245EA6;
}
.meetTop .mtDate {
  background: #A0491A;
  color: #fff;
  min-width: 120px;
  text-align: center;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
		  font-weight: 600;
text-transform: uppercase;
  position: relative;
}
.meetTop .mtDate::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #A0491A;
  position: absolute;
  left: 100%;
}
.meetTop .mtime {
  padding-left: 25px;font-weight: 600;
}
.mtdescr {
  background: #D0E5FA;
  border: 1px solid #93B6DB;
  padding: 15px 20px;
  position: relative;
}
.mtdescr::after {
  position: absolute;
  background: url(../img/brTraingle.svg);
  content: '';
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  right: 20px;
  top: 30px;transform: rotate(90deg);
}
.meetBox.active .mtdescr::after {
	transform: rotate(-90deg);top: 20px;
	
}
.mtdescr p {
  margin-bottom: 5px;
  color: #102949;
}
.ImageCardarea {
  padding: 100px 0px;
}
.footer {
  background: #93B6DB;
  padding: 30px 0px;
  padding-bottom: 10px;
}
.footer ul {
  list-style: none;
  padding: 0px;
}
.footer .footmenu {
  padding-top: 40px;
  padding-bottom: 40px;
  border-right: 1px solid #964D27;
}
.footer .footmenu li a {
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  color: #102949;
  text-transform: uppercase;
}
.footer .footmenu li a:hover{
	color:#A0491A
}
.footer .socialmedia ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .socialmedia ul li {
  margin-right: 3px;
}
.footer .footerbottom p {
  font-size: 14px;
  margin-bottom: 0;
}
.main_wrapper > section {
  padding: 60px 0px;
}
.main_wrapper {
  padding-top: 115px;
}
.main_wrapper p {
  margin-bottom: 20px;
}
.main_breadcrumb {
  background: #DEE5EF;
}
.main_breadcrumb .breadcrumb {
  background: none;
  margin: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
.main_breadcrumb .breadcrumb a {
  color: #022856;
}
.main_breadcrumb .breadcrumb a img{
	vertical-align: baseline;
}
.main_breadcrumb .breadcrumb li.active {
  color: #022856;
  font-weight: 600;
}
.main_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: url(../img/Down_Small.svg);
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-right: 4px;
}
.page_title {
  min-height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #D4E7FA;
  text-align: center;
}
.page_title:after {
  -webkit-clip-path: polygon(50% 94%, 100% 50%, 100% 100%, 0 100%, 0 50%);
          clip-path: polygon(50% 94%, 100% 50%, 100% 100%, 0 100%, 0 50%);
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #93B6DB;
  height: 200px;
}

.generic_middle_block .date {
  color: #102949;
  font-family: 'Oswald', sans-serif;
}
.doc_block {
  display: block;
  color: #0F336E;
  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;
}
.doc_block:hover{
	color:#A0491A;
	text-decoration:underline;
} 
.button_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topTitle {
  text-align: center;
  margin-bottom: 60px;
}
.img_btn_col {
  padding: 0px 1px;
  margin-bottom: 2px;
}
.img_block {
  position: relative;
}
.img_block .img_block_title {
  position: absolute;
  background: rgba(0, 50, 114, 0.6);
  top: 50%;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  left: 5%;
  right: 5%;
}
.img_block .img_block_title h4 {
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.39px;
  position: relative;
  width: 100%;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  margin-bottom: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img_block .img_block_title h4::after {
  content: '';
  height: 3px;
  background: #964D27;
  display: inline-block;
  width: calc(100% - 60px);
  position: absolute;
  left: 30px;
  bottom: -10px;
  right: 30px;
}
.img_block img {
  width: 100%;
}
.img_block:hover .img_block_title {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  height: 100%;
}
.img_button_row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img_text_card_col {
  padding: 0px 5px;
  margin-bottom: 10px;
}
.img_text_card_col .cardbtn {
  width: 100%;
}
.img_text_card_col .cardbtn a {
  width: 100%;
}
.text_card_block {
  padding: 30px 30px;
  background: #F4F4F4;
  border: 1px solid #99B6D8;
}
.text_card_block p {
  color: #102949;
}
.text_card_block hr {
  border-top: 3px solid #964D27;
  margin-bottom: 0;
}
.right_info_cont {
  background: #fff;
  border: 1px solid #9BB5D8;
  padding: 25px 30px;
  margin-bottom: 10px;
  border-bottom: 20px solid #286FB7;
}
.right_info_cont .btn_primary {
  display: inline-block;
}
.custom-nav {
  display: none;
}
.owl-general {
  position: relative;
}
.owl-general .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  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: 40px;
  height: 40px;
  background: #0F336E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
.owl-general .owl-nav .owl-next {
  right: 0px;
}
.owl-general .owl-nav .owl-next img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.how_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.how_row h6 {
  margin-bottom: 0px;
}
.how_row .number {
  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: #A0491A;
  color: #fff;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
.how_to_cont {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
p.how_title {
  margin-bottom: 5px;
}
.simple_list_col {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
}
.simple_list_col a {
  color: #102949;
  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: 70px;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  padding: 10px;
  background: #EDF0F4;
  text-transform: uppercase;
  border: 1px solid #93B6DB;
  height:100%;
}
.simple_list_col a:hover {
  background: #93B6DB;
  -webkit-box-shadow: 0px 0px 3px #00000029;
          box-shadow: 0px 0px 3px #00000029;
}
.expanding-grid {
  position: relative;
}
.expand_box {
  border: 1px solid #9BB5D8;
}
.expand_det {
  text-align: center;
  padding: 20px;
  background: #fff;
  padding-bottom: 0px;
  display: inline-block;
  width: 100%;
}
.expand_det h6 {
  font-size: 18px;
}
.expand_det h6 span {
  display: block;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  color: #102949;
  font-weight: normal;
  margin-top: 5px;
  text-transform: uppercase;
}
.expand_det h5{
	 display: block;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  color: #102949;
  font-weight: normal;
  margin-top: 5px;
  text-transform: uppercase;
}
.expanding-grid .links {
  display: block;
  overflow: hidden;
  padding: 1em 0;
  font-size:0px;
  margin: 0px -6px;
}
.expanding-grid .links > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display:inline-block;
  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) {
  clear: left;
}
.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 #0F336E;
  margin-top: -20px;

  -webkit-box-shadow: 0px 0px 3px #00000029;
          box-shadow: 0px 0px 3px #00000029;
}
.expanding-grid .expanding-container.expanded,
.expanding-grid .expanding-container:target {
  display: block;
}
.expanding-grid .close-button {
  background: url(../img/cancel.png);
  color: #fff;
  display: inline-block;
  height: 25px;
  line-height: 1;
  overflow: hidden;
  text-decoration: none;
  text-indent: 5em;
  white-space: nowrap;
  width: 25px;
  will-change: opacity;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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;
}
.plus-minus_icon {
  width: 100%;
  height: 40px;
  background: #286FB7;
  margin: 0px auto;
  position: relative;
  z-index: 0;
}
.plus-minus_icon::before {
  -webkit-clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0 70%, 0% 0);
          clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0 70%, 0% 0);
  background-color: #0F336E;
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.links .active .plus-minus_icon{
-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);	
		height: 55px;
}
.expanding-grid .links > li .active .expand_det {
  border: 1px solid #0F336E;
  border-top: 0px;
}
#conference-timeline {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: calc(100% - 80px);
  top: 120px;
  left: 50%;
  margin-left: -2px;
  background: #964D27;
  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: 47%;
  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: 10px;
}
.timeline-article .content-right-container {
  float: right;
  margin-left: auto;
  padding-left: 10px;
}
.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 #964D27;
  -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: #102949;
  font-size: 38px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
.image_year_row .section_year {
  margin-left: 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:last-child .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;
  bottom: 0;
top: auto;
}
.timeline-article:last-child .circle_yw:after {
  content: '';
  background: #964D27;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
}
.conference-timeline-content {
  max-width: 1200px;
  margin: auto;
}
.contact_col {
  padding: 0px 3px;
  margin-bottom: 6px;
}

.contact_box {
  background: #fff;
  padding: 30px 30px;
  border: 1px solid #9BB5D8;
  height: 100%;
}
.contact_box p {
  margin-bottom: 5px;
}
.contact_box h6 {
  color: #003272;
}
.tel_em_fax {
  margin-top: 15px;
}
.tel_em_fax strong {
  color: #09161F;
  font-family: 'Open Sans', sans-serif;
}
.tel_em_fax a {
  color: #005EAB;
  font-weight: 600;
}
.tel_em_fax p {
  margin-bottom: 0px;
}
.button_ico_box {
  text-align: center;
  padding: 20px 0px;
}
.button_ico_box img {
  margin-bottom: 20px;
}
.button_ico_box h4 {
  position: relative;
}
.button_ico_box:hover h4:after {
  content: '';
  background: #A0491A;
  height: 5px;
  width: 100px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.button_ico_col {
  border-right: 1px solid #FFD050;
}
.button_ico_col:last-child{
	border-right:0;
}
.contact_row {
  background: #EDF0F4;
  margin-bottom: 0px;
}
.contact_row .contactMap {
  min-height: 650px;
  background: darkred;
}
.contact_row .contactMapinfo {
  padding-top: 50px;
}
.contact_row hr {
  border-top: 3px solid #964D27;
  margin-bottom: 20px;
  max-width: 300px;
  margin-left: 0;
  opacity: 1;
  width: 300px !important;
box-shadow: none;
border-bottom: 80px;
}
.contact_row .contextholder {
  margin-bottom: 25px;
}
.contact_row .contextholder a {
  color: #005EAB;
  text-transform: uppercase;
  font-weight: 600;
}
.innerWraper {
  padding: 60px 0px;
}
.shapeTop {
  position: relative;
  padding-top: 140px;
}
.shapeTop::before {
  -webkit-clip-path: polygon(50% 94%, 100% 50%, 100% 100%, 0 100%, 0 50%);
          clip-path: polygon(50% 94%, 100% 50%, 100% 100%, 0 100%, 0 50%);
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  background: #93B6DB;
  height: 200px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mainMapera {
  min-height: 650px;
  background: lightblue;
}
.mapholder {
  background: #D4E7FA;
}
.watrData {
  padding: 30px 30px;
}
.watrData .simple_list_info {
  margin-top: 20px;
}
.dwdbutton a {
  width: 100%;
}
.main_search {
  background: #EDF0F4;
  padding-top: 20px;
  padding-bottom: 60px;
  margin-bottom: 5px;
}
.main_search_content {
  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;
}
.main_search_content .form-control {
  border: 1px solid #99B6D8;
  -webkit-box-shadow: 0px 0px 3px #00000029;
          box-shadow: 0px 0px 3px #00000029;
}
.main_search_content h6 {
  margin-right: 15px;
  margin-bottom: 0;
}
.main_search_content .search_input {
  width: 40%;
}
.main_search_content .btn {
  background: #FFD050;
  border-radius: 0;
  border: 0;
  width: 50px;
}
.resultmain {
  background: #EDF0F4;
  padding: 50px 0px;
}
.resultmain h4 {
  text-align: center;
  margin-bottom: 25px;
}
.resultmain .result_row {
  max-width: 780px;
  margin: auto;
}
.result_row {
  border: 1px solid #93B6DB;
  background: #fff;
}
.result_row .re_category {
  background: #A0491A;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 40px;
}
.result_row .rsltBody {
  padding: 30px 40px 10px 40px;
}
.result_row p {
  color: #09161F;
}
.resull_filter {
  padding: 60px 0px;
}
.filter_block {
  margin-top: 25px;
}
.filter_block label.title {
  font-weight: 600;
  color: #09161F;
  text-transform: uppercase;
}
.main_wrapper select {
  border: 1px solid #99B6D8;
  -webkit-box-shadow: 0px 0px 3px #00000029;
          box-shadow: 0px 0px 3px #00000029;
  min-height: 55px;
  color: #000000;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/selectarrow.svg);
  background-repeat: no-repeat;
  background-position: top 20px right 10px;
}
.checkbox-custom {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 30px;
}
.checkbox-custom,
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  color: #000;
  cursor: pointer;
}
.checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: #99B6D8;
  border-radius: 0;
  border: 1px solid #99B6D8 !important;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "";
  display: inline-block;
  background: #A0491A;
}
.filterBlocks h4 {
  margin-bottom: 25px;
}
.filterBlocks .result_row {
  margin-bottom: 20px;
}
.search_filter_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.search_filter_title label {
  color: #102949;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.search_filter_title .filter_box {
  margin-left: 10px;
}
.search_box .form-control {
  min-width: 300px;
  min-height: 50px;
}
.search_box .btn {
  position: absolute;
  right: 0px;
  height: 50px;
  background: #FFD050;
  border-radius: 0;
  width: 55px;
  z-index: 9;
}
.filter_box select {
  min-width: 300px;
  min-height: 50px;
}
.generalTabs .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.generalTabs .nav-tabs .nav-link {
  min-width: 230px;
  color: #102949;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #93B6DB;
  border-radius: 0;
  background: #D0E5FA;
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.generalTabs .nav-tabs .nav-link:hover{
	background: #93B6DB;
}
.generalTabs .nav-tabs .nav-link.active {
  background: #fff;
  border-bottom: 0px;
}

.generalTabs .nav-tabs .current_page_item a{
  background: #fff;
  border-bottom: 0px;
}
.generalTabs .tab-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.tabInnercontent > * {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.tabInnercontent > h2,
.tabInnercontent > p {
  text-align: center;
}
.accordion_era .accordion_block {
  margin-bottom: 10px;
}
.tabInnercontent .accordion_era {
  margin-top: 30px;
}
.acco_panel {
  display: none;
  background: #fff;
  border: 1px solid #93B6DB;
  padding: 20px 30px;
}
.main_acco_title {
  background: #D0E5FA;
  position: relative;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #9BB5D8;
  padding: 10px 30px;
  cursor: pointer;
}
.main_acco_title .accordion_sign {
  position: absolute;
  right: 10px;
  top: 10px;
}
.main_acco_title h6 {
  margin: 0;
}
.mapgalleryWrap {
  padding-bottom: 60px;
}
.newsArea {
  padding-top: 30px;
  padding-bottom: 60px;
}
.newsRow {
  max-width: 1100px;
  margin: 0 auto;
}
.newsRow .newsColumn {
  width: 33.3%;
  padding: 0px 3px;
  margin-bottom: 8px;
}
.newsRow .newscolLg {
  width: 100%;
  padding: 0px 50px;
  margin-bottom: 20px;
}
.newsinfo {
  border: 1px solid #99B6D8;
  background: #fff;
}
.newsinfo .cardbtn,
.newsinfo .cardbtn a,
.newsinfo .cardbtn span
 {
  width: 100%;
}
.newsBody {
  padding: 20px 20px;
  min-height: 266px;
}
.horizontalCard .newsBody {
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px;
}
.newsSearchEra {
  padding: 30px 0px 50px 0px;
}
.newsContainer {
  max-width: 1000px;
  margin: auto;
}
.newsContainer .search_filter_title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}
.newsContainer .search_filter_title .filter_box {
  margin-left: 0px;
  margin-top: 10px;
}
.newsContainer .generic_form {
  padding: 40px 40px;
}
.newsContainer .generic_form h4 {
  text-align: left;
}
.newsContainer .generic_form .form-group {
  width: 50%;
  padding-right: 10px;
}
.newsContainer .generic_form form {
  
}
.newsInnerWrap {
  padding: 60px 0px;
}
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .item {
  -webkit-transition-property: -webkit-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:8px;
}

#classes_list .filter_tems {
    display: none;
}


.meetBody{
	display:none;padding:20px;
	background: #D0E5FA;
border: 1px solid #93B6DB;
border-top:0;position: relative;top:-1px;
margin: 2px;
margin-top: -2px;
}

#classes_list .filter_tems {
    display: none;
}
div.asp_m.asp_m_1 .probox{
	height:43px !important
}
 div.asp_m.asp_m_1 .probox .promagnifier {
	background: #FFD050 !important;
height: 50px !important;
width: 43px !important; 
 }
 div.asp_m.asp_m_1 .probox .promagnifier div.innericon{
	 width: 43px !important;
height: 43px !important;
 }
 div.asp_m.ajaxsearchpro .probox .proinput{
	 width:140px !important;
	 margin-left: 0 !important;
padding-left: 15px !important;
background: #DEE5EF;
 }
 div.asp_m.asp_m_1 .probox .proinput input.orig{
	 height:40px !important;
	 color:#102949 !important;
	 font-size: 16px !important;
 }
 
 div.asp_m.asp_m_1 .probox .proinput input.orig::-webkit-input-placeholder
{
  color: #102949 !important;
font-size: 16px !important;
}
 div.asp_m.asp_m_1 .probox .proinput input.orig:-moz-placeholder{
  color: #102949 !important;
font-size: 16px !important;
}
 div.asp_m.asp_m_1 .probox .proinput input.orig::-moz-placeholder {
  color: #102949 !important;
  font-size: 16px !important;
}
 div.asp_m.asp_m_1 .probox .proinput input.orig:-ms-input-placeholder {
   color: #102949 !important;
  font-size: 16px !important;
}
 div.asp_m.asp_m_1 .probox .promagnifier .innericon svg {
    fill: #102949 !important;
}
div.asp_r.asp_r_1.vertical{
	left:auto !important;
	right:0px !important;
}






.wp-block-group {
    padding: 70px 0px;
}
.wp-block-group p a{
	color:#005EAB;font-weight:600;
}
.wp-block-group p a:hover{
	color:#A0491A;
	text-decoration:underline;
}
.wp-block-group__inner-container ul li, .wp-block-group__inner-container ol li{
	margin-bottom:10px;
}
.wp-block-media-text__content h3, .wp-block-media-text__content h2{
	margin-bottom: 30px;
}

.wp-block-button__link{
background:#286FB7;
padding: 8px 20px;
font-family: 'Oswald', sans-serif;
color: #fff;
text-transform: uppercase;
display: inline-block;
position: relative;
z-index: 9;
min-width: 180px;
text-align: center;
border-radius: 0;
}
.wp-block-button__link:hover{
background: #003272;
color: #fff;
}
.wp-block-button__link::before {
    -webkit-clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0 70%, 0% 0);
            clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0 70%, 0% 0);
    background-color: #0F336E;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited{
color: #fff;
}

.wp-block-group__inner-container > h3, .wp-block-group__inner-container h2{
	margin-bottom:50px;
}
.expanding-grid.four .links > li{
	width:25%;
}
.expanding-grid.two .links > li{
	width:50%;
}
.expanding-grid.three .links > li{
	width:33.3%;
}

ul.advgb-tabs-panel{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
border-bottom: 1px solid #93B6DB !important;
}
ul.advgb-tabs-panel li.advgb-tab{
	border-radius: 0 !important;
background: #D0E5FA !important;
color: #102949 !important;
font-weight: 600;
font-family: 'Oswald', sans-serif;
min-width: 220px;
min-height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
margin-bottom: 0px !important;
border: 1px solid #93B6DB !important;
margin-right: 0px !important;
}
ul.advgb-tabs-panel li.advgb-tab:hover{
	background: #93B6DB !important;
}
ul.advgb-tabs-panel li.advgb-tab a {
	color: #102949 !important;
	width: 100%;
text-align: center;
font-size: 18px;
text-transform: uppercase;
}
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active{
	background:#fff !important;
	border: 1px solid #93B6DB !important;
	border-bottom: 0px !important;
	position:relative
}
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active:after{
	content: '';
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
background: #fff;
height: 2px;
}
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active a{
		color: #064174 !important;
}
.wp-block-advgb-adv-tabs .advgb-tab-body-wrapper{
	border:0 !important;
}

.wp-block-advgb-accordions{
	max-width: 1000px;
margin: auto;
}
.wp-block-advgb-accordion-item{
	border: 1px solid #93B6DB;
margin-top: 10px !important;
}
.advgb-accordion-item .advgb-accordion-header{
	border-radius: 0  !important;
background: #D0E5FA !important;
color: #102949 !important;
border: 0 !important;
min-height: 55px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
padding: 10px 50px 10px 30px !important;
position: relative !important;
border: 1px solid transparent !important;
margin-top: 0px !important;

}
.advgb-accordion-item .advgb-accordion-header:hover{
background: #93B6DB !important;
}
.advgb-accordion-wrapper .advgb-accordion-item .advgb-accordion-body{
		border-radius: 0  !important;
		border:0;
border-color: #fff !important;
margin-top: 1px;
margin-left: 1px;
margin-right: 1px;
width: auto !important;
background-color: #fff !important;
margin-bottom: 0 !important;
}
.advgb-accordion-header .advgb-accordion-header-icon{
		position:absolute;
	right:0px;
	margin-right:0px;
	background: url(../img/brTraingle.svg);
height: 55px;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
width: 45px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.advgb-accordion-header-title{
	text-transform: capitalize;
font-size: 18px !important;
font-weight: 600;
color: #102949 !important;
}


.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: #BADDF4;
	color:#064174;
	font-family: 'Oswald', sans-serif;
font-size: 18px;
}
 .wp-block-advgb-table tr td{
padding: 12px 10px !important;
border-right: 1px solid #BADDF4 !important; 
 }
 
 
 
 .wp-block-table tbody tr:nth-child(2n+1) {background:#fff !important}
.wp-block-table tbody tr:nth-child(2n) {background:#F4F4F4 !important}
.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;}
.wp-block-table tr th{
		padding: 12px 10px !important;
		border-right: 1px solid #fff !important;
			border-bottom: 1px #fff solid;
	background: #BADDF4;
	color:#064174;
	font-family: 'Oswald', sans-serif;
font-size: 18px;
}
.wp-block-table tr td{
padding: 12px 10px !important;
border-right: 1px solid #BADDF4 !important; 
 }
 
 
 .wp-block-group__inner-container.fullWidth {
    max-width: 100% !important;
    padding: 0px 30px;
}
 
  .wp-block-group__inner-container > div ,  .wp-block-group__inner-container > section{
	  	 max-width:100%;
  }
 
 .wp-block-group__inner-container > * ,  .wp-block-group__inner-container > .document_era , .wp-block-group__inner-container > .wp-block-advgb-accordions  {
	 max-width:1000px;
	 margin-left:auto;
	 margin-right:auto;
 }
 .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 , .three .img_text_card_col ,  .three .simple_list_col  , .three .contact_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 , .four .img_text_card_col  ,  .four .simple_list_col ,  .four .contact_col{
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
        flex: 0 0 25%;
max-width: 25%;
}
.img_button_row.two  .img_btn_col , .two .img_text_card_col ,  .two .simple_list_col , .two .contact_col {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
        flex: 0 0 50%;
max-width: 50%;
}
.aligncenter .expanding-grid .links{
	text-align:center;
}

.uparrow {
  position: relative;
  padding-top: 140px;
}
.uparrow::before {
  -webkit-clip-path: polygon(50% 94%, 100% 50%, 100% 100%, 0 100%, 0 50%);
          clip-path: polygon(50% 94%, 100% 50%, 100% 100%, 0 100%, 0 50%);
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  background: #93B6DB;
  height: 200px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.downarrow {
  position: relative;
  padding-bottom: 140px;
}
.downarrow::before {
  -webkit-clip-path: polygon(50% 94%, 100% 50%, 100% 100%, 0 100%, 0 50%);
          clip-path: polygon(50% 94%, 100% 50%, 100% 100%, 0 100%, 0 50%);
content: '';
position: absolute;
bottom: 0;
width: 100%;
background: #93B6DB;
height: 200px;
}

.advgb-tab-body-wrapper div.advgb-tab-body{
	padding-top:40px;
}

/*
.advgb-tab-body >  h3, .advgb-tab-body > p , .advgb-tab-body > h2, .advgb-tab-body > h4 , .advgb-tab-body > h5 , .advgb-tab-body > .gform_wrapper  , .advgb-tab-body > .document_era ,
.advgb-tab-body > ul , .advgb-tab-body > ol
  {
	max-width:1140px;
	margin-left: auto;
margin-right: auto;
}*/

.advgb-tab-body > *{
		max-width:1140px;
	margin-left: auto;
margin-right: auto;
}
.advgb-tab-body > .wp-block-group{
	max-width:100%;
}

.advgb-tab-body > .expand_img_grid  .container{
	padding-left:0px;
	padding-right:0px;
}
.wp-block-group__inner-container.fullWidth {
    max-width: 100% !important;
    padding: 0px 30px;
}
.wp-block-media-text{
	padding:70px 30px;
}
.advgb-accordion-header-icon svg{
	display:none;
}

.expand_box{
  position: relative
}
.expanding-grid .active .expand_box::after {

}

.logoMob{
	display:none;
}

 .gform_footer.top_label {
background: #286fb7;
padding: 8px 5px !important;
font-family: 'Oswald', sans-serif;
color: #fff;
text-transform: uppercase;
display: table;
position: relative;
z-index: 9;
min-width: 100px;
text-align: center;
margin-left: auto !important;
margin-right: auto !important;
margin-top: 20px !important;
}
 .gform_footer.top_label:hover{
	background-color: #93B6DB;
}
 .gform_footer.top_label::before {
    -webkit-clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0 70%, 0% 0);
    clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0 70%, 0% 0);
    background-color: #93B6DB;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
 .gform_footer.top_label .gform_button {
border: 0px;
background: none;
text-transform: uppercase;width: 100%;
margin-bottom: 0px !important;
padding: 0;
}

.generic_middle_block {
 padding-left:50px;padding-right:50px;
}
.rightcontentWrapper {
	border: 1px solid #9BB5D8;
margin-bottom: 20px;
border-bottom: 20px solid #286FB7;padding-bottom: 20px;
}
.rightcontentWrapper .rightContentContainer{
	padding:20px 20px 0px 20px;
}
.rightcontentWrapper.shortForm{
	border-bottom: 0;
}
.rightcontentWrapper.shortForm .generic_form{
	padding: 30px 15px 
}
.home .generic_form iframe{
	transform:scale(0.9);
-webkit-transform:scale(0.9);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}

body > .content-area{
	padding-top: 120px;
}
.no-results.not-found{
	max-width: 1000px;
margin: auto;
padding:80px 15px;
}

.search-form .search-field{
	border: 1px solid #99B6D8;
min-height: 50px;
padding: 6px 10px;
min-width: 300px;
}

.search-form{
	display: table;
position: relative;
}
.search-form .search-submit{
background-color: #FFD050;
min-height: 50px;
border: 0;
margin-left: -20px;
background-image: url(../img/search.svg);
background-repeat: no-repeat;
background-position: center;
text-indent: -999999px;
min-width: 50px;
}
.nsleft .clear_btn{
	margin-top:15px;
}

.evtTabs .nav-tabs {
    background: #EDF0F4;
    padding-top: 15px;
}

.evtSearch {
    display: flex;
    margin-bottom: 30px;
}

.searchCol {
    flex-grow: 1;
    padding-right: 10px;
}

.evtSearch label {
    color: #102949;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.upMeetings {
    max-width: 100%;
    padding: 60px 0px;
}

.upMeetings h2 {
    text-align: center;
}

.meetingList {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.PanelInfo {
    display: none;
    background: #fff;
    border: 1px solid #93B6DB;
    padding: 30px;
}

.PanelInfo p {
    color: #09161F
}

.agenda {
    display: flex;
    color: #09161F;
}

.agenda strong {
    margin-right: 15px;
}

.meetIinfoRow {
    margin-bottom: 10px;
}

.evtNav {
	 margin: 0 auto;
    margin-bottom: 15px;
	max-width:900px;
   
}

.evtNav a {
    color: #102949;
    font-weight: 600;
	font-family: 'Oswald', sans-serif;
text-transform: uppercase;
}

.evtNav .prev img {
    transform: rotate(180deg);
    margin-right: 5px;
}

.no-found-wraper{
    background: #D4E7FA;
    padding-top: 70px;
padding-bottom: 130px;
position: relative;
}
.no-found-wraper::after{
    clip-path: polygon(50% 94%, 100% 50%, 100% 100%, 0 100%, 0 50%);
content: '';
position: absolute;
bottom: 0;
width: 100%;
background: #93B6DB;
height: 200px;
}
.no-found-info{
    max-width: 700px;
margin: 0 auto;
padding: 0px 15px;
}

.no-found-info .search-form{
	margin-bottom:20px;margin-top: 20px;
}

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

.footer .socialmedia ul li a{
	background: #964D27;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.footer .socialmedia ul li a:hover{
background:	#005EAB
}
.footer .socialmedia ul li a img{
	max-width:20px;
	max-height: 20px;
}

.newsContainer .gform_wrapper.gravity-theme .gfield.gfield--width-full {
    -ms-grid-column-span: 6;
    grid-column: span 6;
}

.generic_form .gform_wrapper .gfield_required{
	color: #D4E7FA;
}

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

.generalTabs.evtTabs .tab-content{
	padding-bottom:0px;
}

.home .generic_form .gform_footer.top_label{
	margin-bottom:8px !important
}

.home .generic_form{

}
.home .mtdescr::after{
	transform:none;
}
.home .meetBox.active .mtdescr::after {
	top: 35px;
right: 25px;
transform: rotate(90deg);
}
.cardImg{
	overflow:hidden;
}
.cardImg img{
	-webkit-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}

.cardImg:hover img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.img_card_block{
		overflow:hidden;
}
.img_card_block img{
		-webkit-transition: all 0.7s;
-o-transition: all 0.7s;
}
.img_text_card_col:hover .img_card_block img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.col-info p:last-child a ,  .col-info p:nth-last-child(2) a{
	color:#005EAB;
	font-weight:600;
}
/*.col-info p:last-child a:hover , .col-info p:last-child span:hover , .col-info p:nth-last-child(2) a:hover{
color:#A0491A;
text-decoration:underline;	
}*/
.col-info p:last-child a:hover , .col-info p:nth-last-child(2) a:hover{
color:#A0491A;
text-decoration:underline;	
}
.evtSearch .clear_btn {
	display: flex;
align-items: center;
margin-top: 30px;
}
.evtSearch .clear_btn  a{
	padding: 15px 20px;
}

.search_filter_title .clear_btn {
	display: flex;
align-items: center;
margin-top: 22px;
margin-left: 10px;
}
.search_filter_title .clear_btn  a{
	padding: 13px 20px;
}
.addeventatc.addtocal{
	border: 0;
box-shadow: none !important;
color: #005EAB !important;
text-transform: uppercase;
font-weight: 700;
padding-left: 0;background: none !important;
z-index: 0 !important;
font-size: 16px !important;
}
.addeventatc .addeventatc_icon{
	display:none;
}
.cal_Link a{
	font-weight: 700;
	color: #005EAB ;
text-transform: uppercase;
}

.expanding-grid .active .expand_box::after {
 content: '';
position: absolute;
background: #fff;
height: 6px;
width: calc(100% + 0px);
bottom: 2px;
z-index: 9;
left: 0px;
/*
border-left: 1px solid #0F336E;
border-right: 1px solid #0F336E;*/
}

.page-template-template-map_gallery  .generic_middle_block >  .wp-block-group{
	padding:0px;
}
.conference-timeline-content .timeline-article:first-child .circle_yw {
  top: 40px;
}

.right_info.sidebar_top{
	/*padding-left:30px;*/
}

.dwd_block  img{
	
	margin-right:6px;
}
.dwd_block a{
	color: #003272;
font-weight: 700;
}
.dwd_block {
border-bottom: 3px solid #964D27;
padding-bottom: 20px;
padding-top: 10px;
}

.mapgalleryWrap  .text_card_block{
	background:#fff;
	border-top:0px;
}
.mapgalleryWrap .img_card_block{
	border: 1px solid #99B6D8;
	border-bottom:0px;
}

.img_text_card   .container-fluid{
	max-width:1400px;
}

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

.shapeTop .simple_list_wrap{
	margin-top:40px;
}


.pagination{
	padding:30px 0px;
}
.wp-pagenavi a {
color: #102949;
font-size: 18px ;
font-weight: bold;
}

.wp-pagenavi .current {
color: #102949 ;
  font-size: 18px ;
  position: relative;
}
.wp-pagenavi .current:after{
	content: '';
position: absolute;
background: #FFD050;
height: 4px;
display: inline-block;
width: 15px;
left: 2px;
bottom: -2px;
}
.wp-pagenavi a, .wp-pagenavi span{
	border:0px;
}
.wp-pagenavi .pages{
	display:none;
}
.wp-pagenavi{
	width: 100%;
text-align: center;  font-family: 'Oswald', sans-serif;
}
.newsInnerWrap  .wp-pagenavi{
	margin-top:50px;
}

.nextpostslink {
	color: #005EAB;font-weight: normal;
}

.previouspostslink{
	font-weight: normal;
}

.meetBox_wraper  .meetBox{
	border:0 !important;
}
.meetBox_wraper:hover {
  outline: 2px solid #245EA6;
}
.meetBox_wraper .meetBody{
	margin:0px;top: 0;
}

.dropdown-menu .inner_submenu  li a{
	font-size:14px;
}
.dropdown-menu .inner_submenu{
	margin-top: 5px;
margin-bottom: 12px;
display:none;
}

.plus-minus{
background:#003272;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0px;
  top: 0px;
  cursor:pointer;
}
.plus-minus:after{
	content:'+';
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: -3px;
	}
.plus-minus.minus-icon:after{
		content:'-';
}

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

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

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

.simple_list_info .row{
	justify-content:center;
}
.footinfo p a , .main_content > p a , .text_card_block  p a , .generic_middle_block p a , .iframe_vid p a , .advgb-accordion-body p a , .advgb-tab-body p a , .wp-block-media-text__content p a ,.wp-block-group__inner-container > ul li a , .wp-block-group__inner-container > ol li a  {
	color: #005EAB;
font-weight: 600;
}
.footinfo p a:hover , .main_content > p a:hover , .text_card_block  p a:hover , .generic_middle_block p a:hover , .iframe_vid p a:hover , .advgb-accordion-body p a:hover , .advgb-tab-body p a:hover , .wp-block-media-text__content p a:hover , .wp-block-group__inner-container > ul li a:hover , .wp-block-group__inner-container > ol li a:hover{
	color:#A0491A;
	text-decoration:underline;
}

.horizontalCard.no_img .newsinfo {
	-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
} 

.main_content > .expand_img_grid {
	padding:70px 0px;
}

.newsBody h6{
	color:#003272
}
.newsBody p{
	color:#102949
}

.newsimg img {
	-webkit-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}

.newsColumn:hover .newsimg img {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.newsimg{
	overflow:hidden;
}
.newsColumn:hover   .btn_secondary{
	background: #003272;
color: #fff;
}
.resultWraper  .card-header{
	background: #D0E5FA ;
color: #102949;position:relative;
cursor:pointer;
}
.resultWraper  .card-header .card-title{
	text-transform: capitalize;
font-size: 18px !important;
font-weight: 600;
color: #102949 !important;
font-family: 'Oswald', sans-serif;

}
.resultWraper  .card-header:after{
	content: '';
background: url(../img/brTraingle.svg);
width: 13px;
height: 21px;
position: absolute;
right: 10px;
transform: rotate(90deg);
top: 15px;
}
.accordion > .card{
	border-radius:0px;
	margin-bottom: 10px !important;
}
.newsColumn:hover  .newsinfo{
	border-color: #0F336E;
	outline:1px solid   #0F336E;
} 
.img_text_card_col:hover .text_card_block , .img_text_card_col:hover .img_card_block{
border-color: #0F336E;
	outline:1px solid   #0F336E;
}
.generalTabs  .tabInnercontent  > .wp-block-group:first-of-type:first-child{
	padding-top:0px;
}

.newsRow  .newsColumn.no_img > a{
	height: 100%;
display: flex;
position: relative;
}
.newsRow  .newsColumn.no_img  .cardbtn{
	position: absolute;
bottom: 0;
}


.page-id-805 .expand_img img{
	height: 300px;
object-fit: cover;
}
.page-id-805 .expand_det h6{
	min-height:43px;
}

.page-id-269 .gform_wrapper.gravity-theme select {
	min-height:41px;
}

.nsleft .search_filter_title .clear_btn{
	margin-left:0px;
}


.expand_img img{

}

.expand_box:hover {
border-color:#0F336E;
outline:1px solid  #0F336E;
}
.expand_box:hover .plus-minus_icon{
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

 .resultmain .result_row{
	border:0;
	background:none;
}

	
.img_block:hover .img_block_title h4{
  width: 90%;
}

.gform_wrapper.gravity-theme input[type="color"], .gform_wrapper.gravity-theme input[type="date"], .gform_wrapper.gravity-theme input[type="datetime-local"], .gform_wrapper.gravity-theme input[type="datetime"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="month"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="password"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="time"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme select{
height: 40px;
border: 1px solid #99B6D8;
min-height: 40px !important;
background-color: #fff;
background-position: top 15px right 10px;
}
.gform_wrapper.gravity-theme textarea{
	border:1px solid #99B6D8;
}

.main_content ul li, .main_content ol li {
  margin-bottom: 10px;
}

.generic_form .gform_confirmation_message{
	color:#fff;margin-top:15px;
}

.advgb-accordion-wrapper .advgb-accordion-item .advgb-accordion-body  .document_era  .col-md-6{
	-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 20px;
}

.page-id-762  ul.advgb-tabs-panel{
	overflow-x: scroll;
justify-content: flex-start;
overflow-y: hidden;
}

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



.wp-block-advgb-button .wp-block-advgb-button_link{
background:#286FB7 !important;
padding: 8px 20px;
font-family: 'Oswald', sans-serif;
color: #fff;
text-transform: uppercase;
display: inline-block;
position: relative;
z-index: 9;
min-width: 180px;
text-align: center;
border-radius: 0 !important;
}
.wp-block-advgb-button .wp-block-advgb-button_link:hover{
background-color: #003272 !important;
color: #fff;
}
.wp-block-advgb-button .wp-block-advgb-button_link::before {
    -webkit-clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0 70%, 0% 0);
            clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0 70%, 0% 0);
    background-color: #0F336E;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.wp-block-advgb-button .wp-block-advgb-button_link:active, .wp-block-advgb-button .wp-block-advgb-button_link:focus, .wp-block-advgb-button .wp-block-advgb-button_link:hover, .wp-block-advgb-button .wp-block-advgb-button_link:visited{
color: #fff;
}


 .lightblue .advgb-accordion-item .advgb-accordion-header{
	 background:#fff !important;
 } 
 
 .lightblue .advgb-accordion-item .advgb-accordion-header:hover {
  background: #93B6DB !important;
}

.wp-block-column.is-vertically-aligned-center{
	margin:auto;
}


.page-id-245  .advgb-tab-body-wrapper div.advgb-tab-body {
  padding:0px;
}

.grey ul.advgb-tabs-panel{
	background: #EDF0F4;
}

.page-template-template-events .evtSearch{
	flex-wrap:wrap;
}
.page-template-template-events .evtSearch .search_box{
	width:100%;margin-bottom: 20px;
}
.page-template-template-events .evtSearch .search_box .search_input{
	max-width:320px;
}
.form-wrap{
	width:100%;display: flex;
}

.wp-block-group__inner-container > iframe.legis_iframe{
	max-width:100%;
	display:table;
}

.apj {
	border-bottom: none !important;
}
.apj .gsection_title {
	border: 2px solid !important;
}
.page-id-245 .downarrow::before {
	height: 0px !important;
}
.page-id-245 .downarrow {
	padding-bottom: 0px !important;
}
#gform_6 #field_6_144 .gfield_header_item:nth-child(6) {
	width: 100px !important;
}
#gform_6 .gfield_list_group_item.gfield_list_cell.gfield_list_144_cell6 {
	width: 100px !important;
}

.page-id-894 .img_block{
	height:100%;
}
.page-id-894 .img_block img{
	height: 100%;
object-fit: cover;
}

.main_content > .img_buttons:last-of-type:last-child{
	padding-bottom:60px;
}
.bottom-slider .owl-general .owl-carousel .owl-item img{
	min-height:350px;object-fit:cover;
}
.img_block{height:100%;}
.miss_img{background: rgba(0, 50, 114, 0.6);}
.search_wrap_filter .search_box{
  max-width: 350px;
  margin-bottom: 15px;
  }
.page-template-template-directory  .PanelInfo ul{
padding-left:0px;
}
.Panel_popup_Info ul{margin-bottom:20px;}
.PanelInfo p a , .PanelInfo li a{
color: #005EAB;
font-weight: 600;
}
.PanelInfo p a:hover , .PanelInfo li a:hover{
color: #A0491A;
text-decoration: underline;
}
.text_card_block .dwd_block a {display:block;margin-bottom: 6px;}
.page-template-template-map_gallery  .text-img-wrap {
  height: 100%;
  background: #fff;border: 1px solid #99B6D8;
}
.text-img-wrap .text_card_block{border:0 !important;outline:0 !important;}
.page-template-template-map_gallery  .text-img-wrap:hover{
border-color: #0F336E;
outline: 1px solid #0F336E;}

.page-template-template-directory .searchCol.colTwo {
	display: none;
}
.page-template-template-directory .mtime {
	display: none;
}
.agenda.mapl1 {
	margin-left: 26px;
	padding-top: 0px;
}
.agenda.mapl1 .doc_block {
	margin-bottom: 0px !important;
}
fieldset#gform-settings-section-section_license_key_details {
  display: none;
 }
 canvas#input_2_8 {
  width: 300px!important;
}
div#input_2_8_Container {
  width: 300px!important;
}
div#input_2_8_toolbar {
  width: 300px!important;
}