/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.allcenter {
  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;
}
.upper {
  text-transform: uppercase;
}
.regular {
  font-weight: 400;
}
.semi {
  font-weight: 600;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
body {
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
p {
  margin-bottom: 25px;
  color: #0D0D0D;
  line-height: 27px;
}
h1 {
  font-size: 60px;
  color: #272B2F;
  font-weight: 600;
  margin-bottom: 15px;
}
h2 {
  font-size: 42px;
  color: #272B2F;
  font-weight: 600;
  margin-bottom: 15px;
}
h3 {
  font-size: 22px;
  color: #0D0D0D;
  font-weight: 600;
}
h4 {
  font-size: 18px;
  font-weight: 600;
  color: #272B2F;
}
h5 {
  font-size: 16px;
  font-weight: 700;
}
.primarybutton {
  background: #A8FAFF;
  color: #292929;
  padding: 12px 25px;
  font-weight: 600;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  border: 2px solid transparent;
}
.primarybutton:hover {
  border: 2px solid #378084;
  text-decoration: none;
  color: #292929;
}
.secondarybutton {
  background: #454E58;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  text-align: center;
  min-width: 260px;
  display: inline-block;
  border: 2px solid transparent;
}
.secondarybutton:hover {
  border-color: #378084;
  background: #1A2027;
  color: #fff;
}
.container {
  max-width: 1200px;
}
.mainHeader {
  background: #fafafa;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.mainHeader .navbar-brand {
  color: #272B2F;
  font-weight: 700;
  font-size: 36px;
}
.mainHeader .navbar-nav > li {
  padding: 0px 20px;
}
.mainHeader .navbar-nav > li > a {
  color: #272B2F;
  font-weight: 600;
  font-size: 18px;
  padding:0px !important;
  position:relative;
}
.mainHeader .navbar-nav > li > a:hover {
  font-weight: 700;
}
.mainHeader .navbar-nav > li.current-menu-item > a::after {
    content: '';
    background: #91EEF4;
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    bottom: -12px;
}
.mainHeader .navbar {
  padding: 15px 0px;
}
.banner-hero {
  padding-top: 90px;
}
.banner-hero .carousel-caption {
  top: 50%;
  bottom: auto;
  max-width: 500px;
  right: 0;
  left: auto;
  background: rgba(69, 78, 88, 0.83);
  padding: 50px 70px 30px 50px;
  text-align: left;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-hero .carousel-caption p {
  line-height: 28px;
  color: #fff;
}
.governbody {
  padding: 100px 0px 60px 0px;
}
.green {
  background-image: url(../img/greenpattern.svg);
  background-color: #A8FAFF;
  background-size: 100%;
}
.grey {
  background-image: url(../img/greypattern.svg);
  background-color: #454E58;
  background-size: 100%;
}
.topTitle {
  margin-bottom: 35px;
}
.topTitle h2 {
  font-size: 54px;
}
.topTitle p {
  max-width: 600px;
  margin: auto;
}
.subtitle {
  margin-bottom: 50px;
}
.subtitle p {
  max-width: 600px;
  margin: auto;
  font-size: 18px;
}
.expanding-grid {
  position: relative;
}
.expand_box {
  background: #fff;
  padding: 20px;
  position:relative;
  cursor: default;
}
.active .expand_box:after{
content: '';
position: absolute;
height: 10px;
width: 100%;
left: 0px;
bottom: -10px;
z-index: 9;
background: #fff;
} 
.expand_det {
  text-align: center;
  background: #fff;
  padding-bottom: 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.expand_img {
  text-align: center;
  margin-bottom: 15px;
  min-height: 160px;
}
.expand_det h3 {
  font-size: 18px;
  font-weight: 700;
}
.expand_det h4 {
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}
.expanding-grid .links {
  display: block;
  overflow: hidden;
  margin: 0px -5px;
  padding: 1em 0;
}
.expanding-grid .links > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0px 5px;
  width: 25%;
  list-style: none;
  margin-bottom: 10px;
}
.expanding-grid .links > li:nth-of-type(4n+1) {
  clear: left;
}
.expanding-grid .spacer {
  clear: both;
  display: block;
  margin-bottom: 20px;
}
.expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #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: 60px 100px;
}
.plus-minus_icon {
  width: 100%;
  height: 40px;
  background: #454E58;
  margin: 0px auto;
  z-index: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
  position: relative;
  border: 2px solid transparent;
  font-weight: 600;
  cursor: pointer;
}
.plus-minus_icon::after {
  content: '+';
  position: absolute;
  right: 20px;
}
.links > li .active .plus-minus_icon {
  background: #C8CDD1;
  border-color: #454E58;
  color: #292929;
}
.links > li .active .plus-minus_icon:after {
  content: '-';
  color: #292929;
}
.expandrow h5 {
  font-size: 16px;
  font-weight: 700;
}
.expandrow h5 span {
  font-weight: 400;
}
.expandrow .leftinfo {
 /* border-right: 3px solid #296075;*/
  padding: 25px 0px;
  position:relative;
}
.expandrow .leftinfo::after {
    content: '';
    background: #296075;
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
}
.expandrow .leftinfo h5 {
  margin-bottom: 15px;
}
.expandrow .rightinfo {
  padding-left: 30px;
}
.expandrow .rightinfo p {
  font-size: 14px;
  line-height: 25px;
}
.expandrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.media-text-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.media-text-block {
  padding: 70px 0px;
}
.media-text-content {
  padding: 0px 40px;
}
.grey h2 {
  color: #fff;
}
.grey p {
  color: #fff;
}
.projectWrap {
  padding: 100px 0px 60px 0px;
}
.img_text_card_row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.img-text-wrap {
  background: #fff;
  min-height: 360px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}
.text_card_block {
  padding: 25px;
  cursor: default;
}
.img_text_card_col {
  padding: 0px 5px;
  margin-bottom: 10px;
}
.img-text-wrap.noimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-text-wrap.noimg h5 {
  font-weight: 600;
  font-size: 20px;
}
.logosWraper {
  padding: 20px 0px;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029;
}
.logoinfo {
  text-align: center;
}
.logoinfo img{
  max-height: 110px
}
footer {
  background: #343A41;
  padding: 40px 0px 20px 0px;
  text-align: center;
}
footer p {
  color: #fff;
  margin-bottom: 20px;
}
footer p.copyright {
  font-size: 14px;
  margin-bottom: 0;
}
.footer-form {
  max-width: 290px;
  margin: auto;
  margin-bottom: 20px;
}
.footer-form .btn {
  background: #A8FAFF;
  border-radius: 0;
  border: 0;
  width: 40px;
  text-align: center;
  padding: 0;
  height: 40px;
}
.footer-form .form-control {
  border-radius: 0px;
  height: 40px;
}
.footmenu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  list-style: none;
}
.footmenu li {
  padding-right: 12px;
  position: relative;
}
.footmenu li::after {
  content: '|';
  margin-left: 10px;
}
.footmenu li:last-child:after {
  display: none;
}
.mainContainer {
  padding-top: 90px;
}
.headingBlock {
  min-height: 250px;
  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;
  text-align: center;
}
.meetingContainer {
  padding: 60px 15px;
  max-width: 700px;
  margin: auto;
}
.accordion_era {
  margin-bottom: 40px;
}
.acco_panel {
  display: none;
  padding: 20px;
}
.main_acco_title {
  background: #454E58;
  padding: 8px 20px;
  position: relative;
  cursor: pointer;
  border: 1px solid #454E58;
}
.main_acco_title h4 {
  color: #fff;
  margin-bottom: 2px;
}
.main_acco_title h6 {
  color: #fff;
  font-weight: 300;
  margin: 0;
}
.main_acco_title::after {
  content: '+';
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
}
.main_acco_title.active {
  background: #C8CDD1;
  border-color: #454E58;
}
.main_acco_title.active h4,
.main_acco_title.active h6 {
  color: #272B2F;
}
.main_acco_title.active::after {
  content: '-';
  color: #272B2F;
}
.accordion_block {
  margin-bottom: 8px;
}
.downloadDoc {
  position: relative;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  color: #378084;
}
.downloadDoc img {
  margin-right: 10px;
}
.downloadDoc:hover {
  color: #378084;
}
.searchBlock {
  padding: 20px 0px 50px 0px;
}
.searchBlock .search_box {
  margin-right: 10px;

}
.search_filter_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search_filter_title label {
  color: #fff;
  font-weight: 700;
}
.search_filter_title .btn {
  background: #A8FAFF;
  border-radius: 0;
  border: 0;
  width: 40px;
  text-align: center;
  padding: 0;
  height: 40px;
}
.search_filter_title .form-control {
  border-radius: 0px;
  height: 40px;
}
.search_filter_title select.form-control {
  min-width: 270px;
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: top 13px right 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
     text-overflow: '';
}
.doclist {
  padding-left: 0px;
  list-style: none;
}
.doclist li {
  margin-bottom: 10px;
  border-bottom: 1px solid #378084;
  padding-bottom: 8px;
}
.doclist li a {
  color: #378084;
  font-weight: 600;
  margin-bottom: 0;
}
.doclist li a img {
  margin-right: 6px;
}
.doclist li:last-child {
  border-bottom: 0;
}
.resourceinfo {
  margin-bottom: 40px;
}
.footmenu li a { text-transform:uppercase; }

.add_cal_det{
	margin-bottom:20px;
}

.accordion_block.no_content{
		pointer-events:none;
	}
	
	.accordion_block.no_content  .main_acco_title::after {
		display:none;
	}
	
	.wp-block-group__inner-container > section{
	  	 max-width:100%;
  }
  .wp-block-group__inner-container > .document_era , .wp-block-group__inner-container > .wp-block-advgb-accordions ,
.wp-block-group__inner-container >  .gform_legacy_markup_wrapper , .content-area .entry-header
  {
	 max-width:700px;
	 margin-left:auto;
	 margin-right:auto;
 }
.wp-block-advgb-accordions {
	max-width:700px;
	 margin-left:auto;
	 margin-right:auto;
}
.content-area{
	padding-top:120px;
}
.advgb-accordion-header.ui-accordion-header.ui-state-default{
	background: #454E58 !important;
padding: 8px 20px !important;
position: relative !important;
cursor: pointer;
border: 1px solid #454E58;
}
.advgb-accordion-header-title{
	font-size:18px !important;
font-weight: 600;
}

.advgb-accordion-header-icon svg {
display:none;
}
.advgb-accordion-header .advgb-accordion-header-icon{
	margin-right:0px;
	position:relative;
}
.advgb-accordion-header .advgb-accordion-header-icon:after{
	content: '+';
color: #fff;
position: absolute;
right: 0px;
top: 0px;
}
   .advgb-accordion-header.ui-accordion-header.ui-state-default.ui-accordion-header-active{
	background: #C8CDD1 !important;
border-color: #454E58 !important;
}
.ui-accordion-header-active .advgb-accordion-header-title{
	color: #272B2F !important;
}
.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {
    display: block !important;
}
.advgb-accordion-header.ui-accordion-header-active .advgb-accordion-header-icon::after {
		content: '-';
}
.advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content{
	border:0px !important;
	border-radius:0px !important;border-color: #fff !important;padding-top: 25px !important;
}
.wp-block-advgb-accordion-item{
	margin-bottom:8px !important;
}
.error-404.not-found{
	max-width: 1000px;
margin: auto;
padding: 50px 0px;
}