* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;/*! text-align: center; */
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body, html {
 /* height: 100%;*/
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  /*! line-height: 22px; */ 
  color: #282828;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
input {
  font-family: 'Montserrat', sans-serif !important;
  -webkit-appearance: none !important;
  border-radius: 0;
  outline: none !important;
  line-height: 16px !important;
}
input:focus, select:focus {
  border: 1px solid #F0C511 !important;
  border-radius: 0;
  outline: none !important;
}
a {
  color: #006BA6;
  text-decoration: none;/*! outline: none; *//*! align-content: center; */
  font-weight:bold;
}
a:hover {
 text-decoration: underline;
}
.bigButton a:hover {
 text-decoration: none;
}
a:hover, a:active {
 /* text-decoration: underline;*/
  outline: none;
}
p {
  font-size: 16px;
  line-height: 25px;
  color: #282828;
  margin: 15px 0;
  font-family: 'Open Sans', sans-serif;
}
ul {
  align-items: start;
}
ul li {
  list-style: none;
  line-height: 27px;
}
ol li {
  line-height: 27px;
}
header ul li {
  list-style: none;
  line-height: 20px;
}
footer ul li {
  list-style: none
}
h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
}
h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  margin:50px 0px 50px 0px;
  color: #003865;
}
h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #003865;
}
h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin: 15px 0;
  color: #003865;
}
h5 {
  font-size: 20px;
  line-height: 26px;/*! color: #003865; */
  margin:15px 0px;
}
h6 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
}
.noGutter {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.noMargin {
  margin: 0 !important;
}
.contentWrapper {
  min-height: 100vh;
  padding-top: 125px;
}
.content-area ul li {
  list-style: initial;
}
.content-area li {
  margin: 5px 45px;
  color: #282828;
  font-family: 'Open Sans', sans-serif;
}
header {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  height: auto;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
  width: 100%;
  z-index: 9999;
  background: rgba(255,255,255, 0.9);
  flex-direction: column;
  position: fixed;
  top: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.headerTop {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
}
.headerBottom {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
}
.menutTop {
  width: 100%;
  background: #003865;
}
.translate {
  background-color: #006BA6;
}
.logoContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;     
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
   -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
}
.logoContainer img {
  width: 100%;
  padding: 18px 0;
  max-height: 98px;
  width: auto;
  min-width:250px;
}
.headerBottom > a {
  flex-basis: 35%;
}
.menuContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-basis: 65%;
  flex-direction: column;
}
.menutTop, .menuBottom {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-end;
  min-height: 26px;
   -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;
}
.menuTopUl {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
   -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
   -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menuTopUl li {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.menuTopUl li a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 0px 15px;
  font-weight: bold;
  height: 100%;
  padding: 5px 18px;
  font-size: 15px;
}
.menuTopLeftUl li:hover a, .menuTopLeftUl li:active a {
  color: #F0C511;
}
.menuTopUl li a img {
  width: 16px;
  height: auto;
  margin: 3px 0px 0px 10px;
  float: right;
}
.searchContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  position: relative;
  justify-content: center;
  
}
.searchFiled {
  width: 300px;
  height: 0;
  position: absolute;
  right: 0;
  border: none;
  border-right: 0;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  top: 29px;
  border: 1px solid #F0C511;
  z-index: 99;
  visibility: hidden;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;font-family: 'Open Sans', sans-serif;
}
.searchFiled.active {
  height: 32px;
  padding: 0 10px;
  visibility: visible;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
}
.searchFiled.zeroMargin {
  width: 300px;
  height: 32px;
  padding: 0px 10px;
  border: 1px solid #42A6DF;
}
.searchBtn {
  width: 35px;
  background: #2B3058;
  border: none;
  color: #fff;
  outline: none;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background-color: #F0C511;
  height: 30px;
}
.searchBtn i {
  margin-top: -2px;
  display: block;
  font-size: 16px;
  color: #282828;
}
.searchBtn:hover {
  background-color: #42A6DF;
}
.menuTopRightUl li {
  background-color: #7AAB22;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.menuTopRightUl li:hover, .menuTopRightUl li:active {
  background-color: #525252;
}
.menuTopRightUl li:first-child a {
  border: none;
}
.menuBottom {
  margin-top: 19px;
  margin-right: 15px;
}
.menuBottomUl li {
  display: inline-block;
}
ul.menu.menuBottomUl li a {
  padding: 5px 10px;
  display: block;
  color: #292929;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  font-weight: 900;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center;
  min-height: 50px;
}
.menu > ul > li {
  cursor: pointer;
  padding-bottom: 22px;
}
.menu > ul > li > ul {
  background: rgba(255,255,255,1);
}
.menu > ul > li > ul.normal-sub, .menu > ul > li > ul.dropdown-menu {
  background-image: none;
}
.menu > ul > li:last-child > ul.normal-sub, .menu > ul > li:last-child > ul.dropdown-menu {
  left: auto;
  right: 0px;
}
.menu > ul > li > ul.normal-sub > li a, .menu > ul > li > ul.dropdown-menu > li a  {
  font-weight: 500;
  text-transform: none;
  justify-content: flex-start;
  text-align: left;

}
ul.dropdown-menu > li > a {
	  font-family: 'Open Sans', sans-serif;
font-weight: 600 !important;
}
.menu > ul > li:hover {
  background: inherit;
}
.menuBottomUl li a:hover, .menuBottomUl li a:active, .menuBottomUl li a.active {
/*background-color: #42A6DF;*/
}
.menuBottomUl > .menu-item-has-children::after {
  content: '';
  display: block;
  width: 0;
  height: 6px;
  background: #F0C511;
  transition: width .3s;
  position: absolute;
  margin: 0px 12px;
  bottom: 0px;
}

.menuBottomUl > .menu-item-has-children:hover::after {
  width: 85%;
}
.menu-item-has-children.current-menu-item::after, .menu-item-has-children.current-page-ancestor::after {
  width: 85%;
}
.single-projects #nav-menu-item-59::after {width: 85%;}

.menu > ul > li > ul.normal-sub > li, .menu > ul > li > ul.dropdown-menu > li  {
  position: relative;
}
.menu ul.inner_submenu li {padding-left:20px;}
.menu > ul > li > ul > li > ul > li {position:relative;}
.dropdown-menu li.current-menu-item::after {
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  background: #F0C511;
  transition: width .3s;
  position: absolute;
  margin: 0px 12px;
  top: 45px;
}

.single-projects #nav-menu-item-385::after {
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  background: #F0C511;
  transition: width .3s;
  position: absolute;
  margin: 0px 12px;
  top: 45px;
}
.single-projects.postid-831 #nav-menu-item-385::after, .single-projects.postid-830 #nav-menu-item-385::after, .single-projects.postid-828 #nav-menu-item-385::after, .single-projects.postid-827 #nav-menu-item-385::after, .single-projects.postid-826 #nav-menu-item-385::after {
  content: none;
}
.single-projects.postid-831 #nav-menu-item-382::after, .single-projects.postid-830 #nav-menu-item-382::after, .single-projects.postid-828 #nav-menu-item-382::after , .single-projects.postid-827 #nav-menu-item-382::after, .single-projects.postid-826 #nav-menu-item-382::after {
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  background: #F0C511;
  transition: width .3s;
  position: absolute;
  margin: 0px 12px;
  top: 45px;
}

.subMenuConainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: start;
  width: auto;
  position: absolute;
  top: 160px;
  z-index: 9;
  left: 0px;
}
.tripPlanner {
  left: 30px;
}
.tripPlanner input[type=text] {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  padding: 15px 15px 15px 80px;
  color: #003865;
  margin-bottom: 6px;
  border: 1px solid #67B3E4;
}
.tripPlanner label {
  position: absolute;
  color: #003865;
  font-weight: 700;
  left: 10px;
  top: 13px;
}
.tripPlanner div {
  position: relative;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
.tripRadio {
  width: 100%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-top: 10px;
  margin-bottom: 10px;
  flex-direction: row !important;
}
.radio-item {
  display: inline-block;
  position: relative;
}
.radio-item input[type='radio'] {
  display: none;
}
.radio-item label {
  color: #666;
  font-weight: normal;
}
.radio-item {
  width: 50%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  border-radius: 11px;
  border: 2px solid #67B3E4;
  background-color: transparent;
}
.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 6px;
  left: 3px;
  content: " ";
  display: block;
  background: #67B3E4;
}
.tripRadio label {
  position: inherit;
  top: inherit;
}
.tripPlanSubmit {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-self: center;
}
.darkBlueBtn {
  background-color: #003865;
  padding: 7px 40px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px;
  text-transform: uppercase;
}
.darkBlueBtn:hover, .darkBlueBtn:active {
  background-color: #42A6DF;
}
.yellowBtn, .btn_blocks .tinyLinkText {
  background-color: #FDD003;
  padding: 7px 22px;
  border: none;
  color: #292929;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px;
  text-transform: uppercase;
  min-width: 135px;
  border: 2px solid #fff;
}
.cat_row a.tinyLink {margin-top:20px;}

.tripTime {
  flex-direction: row !important;
}
.tripTime select {
  width: 48%;
  padding: 12px 15px;
  color: #003865;
  margin-bottom: 6px;
}
.tripTime .nice-select:first-child {
  margin-right: 2%;
}
.tripTime .nice-select:last-child {
  margin-left: 2%;
}
.tripTime .nice-select {
  width: 48%;
}
.subMenuConainer2 {
  position: absolute;
  left: 30px;
  width: 400px;
  z-index: 999;
}
.subMenuConainer2 .tabWindow {
  display: block;
  min-height: 50px;
  padding: 0;
  left: 0;
}
.subMenuConainer2 .tabWindow h4 {
  text-align: left;
  padding: 12px 10px 12px 40px;
  background-color: #003865;
  color: #fff;
  margin: 0;
  cursor: pointer;
}
.subMenuConainer2 .tabWindow h4 i {
  float: right;
  margin-right: 15px;
  margin-top: 6px;
  font-size: 14px;
}
.alertDate {
  font-weight: 900;
  color: #42A6DF;
  line-height: 35px;
}
.alertTitle {
  font-weight: 500;
  color: #003865;
  text-transform: uppercase;
  line-height: 35px;
}
.alertSubtitle {
  font-weight: 500;
  color: #003865;
}
.alertsInner {
  padding: 20px 30px;
  display: none;
  background: #eee;
}
.lightBlueBtn {
  background-color: #42A6DF;
  padding: 7px 40px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px;
  text-transform: uppercase;
  align-self: end;
}
.lightBlueBtn:hover, .lightBlueBtn:active {
  background-color: #003865;
}
.bannerRightInfo {
  color: #003865;
  text-align: left;
}
.bannerRightInfo p {
  color: #292929;
  text-align: left;
}
.wp-block-button__link {
  background-color: #FDD003;
  padding: 7px 22px;
  border: none;
  color: #292929;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  min-width: 135px;
  border-radius: 0px;
}
.bannerRightInfo h5 {
  margin-bottom: 0px;
}
.bannerRightInfo .yellowBtn {
  width: 145px;
}
.container {
  padding: 0 20px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.fourty {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 40%;
}
.sixty {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 60%;
}
.thirty {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 30%;
}
.seventy {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 70%;
}
.careers {
  margin: 20px 0;
  position: relative;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  align-items: start;
}
.careers img {
  width: 100%;
  height: auto;
}
.overlayText {
  position: absolute;
  z-index: 9;
}
.careers .overlayText {
  bottom: 0;
  width: 100%;
  text-align: center;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  padding-bottom: 5px;
  padding-top: 10px;
  background: rgb(26,37,72);
  background: -moz-linear-gradient(0deg, rgba(26,37,72,1) 0%, rgba(26,37,72,0.5858543246400123) 52%, rgba(255,255,255,0) 93%);
  background: -webkit-linear-gradient(0deg, rgba(26,37,72,1) 0%, rgba(26,37,72,0.5858543246400123) 52%, rgba(255,255,255,0) 93%);
  background: linear-gradient(0deg, rgba(26,37,72,1) 0%, rgba(26,37,72,0.5858543246400123) 52%, rgba(255,255,255,0) 93%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003865", endColorstr="#ffffff", GradientType=1);
}
.careers .overlayText p {
  color: #fff;
}
.yellowArrow.short {
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 50%, 97% 100%, 0 100%);
  clip-path: polygon(0 0, 97% 0, 100% 50%, 97% 100%, 0 100%);
}
.apps {
  margin: 20px 0;
  position: relative;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  align-items: start;
  padding-left: 30px;
}
.apps img {
  width: auto;
  height: 100%;
  justify-content: center
}
.appDesc {
  padding: 40px 35px;
  background-color: #EFF5F8;
  height: 100%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  flex-direction: column;
}
.downloadText {
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0 10px;
  text-transform: uppercase;
}
.btngroup input {
  margin-right: 10px;
}
.col-1 {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: calc(100% - 10px);
  position: relative;
  margin: 10px 05px;
}

.col-2 {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: calc(50% - 10px);
  position: relative;
  margin: 10px 05px;
}
.col-3 {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: calc(33.33% - 10px);
  position: relative;
  margin: 10px 05px;
}
.col-4 {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: calc(25% - 10px);
  position: relative;
  margin: 10px 05px;
}
.col-12 {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: calc(100% - 10px);
  position: relative;
  margin: 10px 05px;
}
.col-60 {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
    width: 60%;

}
.col-40 {
  width: 40%;
}
.col-50 {
  width: 50%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.absoluteIcon {
  position: absolute;
  top: -59px;
  width: 114px;
  height: 114px;
  border: 3px solid #F0C511;
  background-color: #006BA6;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}
.navBlock {
  background-repeat: repeat;
}
.navBlock .col-3 {
  text-align: center;
  justify-content: center;
  border-right: 2px dashed #003865;
  flex-direction: column;
  align-items: center;
  min-height: 150px;
}
.navBlock .col-3-wrap {
  width: 100%;
}
.navBlock h5 {
  text-transform: uppercase;
  margin-top: 80px;
  color: #003865;
  padding-left:20px;
  padding-right:20px;
}
.navBlock .col-3 a {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  height: 100%;
  /*align-items: center;*/
}
.navBlock .col-3:last-child {
  border-right: none;
}
.commonBlock {
  background-repeat: no-repeat;
  /*! background-size: cover; */
  padding: 85px 0;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -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;
  position: relative;
}
.commonBlock.imgGrid {padding-top:0px;}
.commonBlock.headingBlock {
  /*margin-bottom: 50px;*/
  color: #fff;
}
.page-template-template-publications .commonBlock, .page-template-template-news .commonBlock, .home .commonBlock {
  margin-bottom: 0px;
}
.topIssues {
  background-image: url(../img/pattern2.svg);
  background-color: #003865;
  margin-top:-5px;
}
.commonBlock h1 {
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 900;
  width: 100%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
  justify-content: center;
    -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;
}
.issuesBlockContainer {
  display: flex;
  width: 100%;
  color: #003865;
  margin-top:20px;
}
.issuesBlockContainer .col-3 .col-3-wrap {
  padding: 35px;
  margin: 0 4px;
  background: #fff;
  border: 1px solid #F0C511;
 /* align-items: center;*/
  flex-direction: column;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
  position: relative;
 /* justify-content: center;*/
  height:100%;
}
.issuesBlockContainer .col-3:first-child .col-3-wrap {
 /* margin-left: 8px;*/
}
.issuesBlockContainer .col-3:last-child .col-3-wrap {
/*  margin-right: 8px;*/
}
.issuesBlockContainer .col-3 .col-3-wrap h5 {
  color: #003865;
}
.commonBlock hr {
  width: 84px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #F0C511;
  border-width: 6px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-self: center;
  margin-top: 20px;
  margin-bottom:25px
}
.badge {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  /* background-image: url(../img/arrowBadge.svg);
  background-repeat: no-repeat;
  background-size: contain;*/
  width: 43px;
  height: 22px;
  background: #F0C511;
  display: flex;
  align-items: center;
  justify-content: center
}
.badge::after {
  content: '';
  position: absolute;
  left: 0%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 13px solid #F0C511;
  clear: both;
}
.news {
  background-image: url(../img/pattern1.svg);
  background-color: #d9eaf4;
  align-items: center;
}
.news h1 {
  color: #003865;
}
.newsInner {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  flex-direction: row;
  justify-content: center;
 /* margin-top: 35px;*/
  align-content: center;
  align-items: center;
}
.newsInner > p {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
.news .yellowBtn {
  margin: 0 0 0 10px;
}
.newsSingleConainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  flex-direction: row;
  padding: 0 135px;
}
.newsSingleConainer .col-3 {
  background-color: #fff;
  color: #003865;
  border: 1px solid #F0C511;
  flex-direction: column;
  margin: 50px 5px 35px;
}
.newsSingleConainer .col-3 .newsDetails {
	padding:20px;
}
.newsDetails {
  padding: 0px;
}
.newsSingleConainer img {
  width: 100%;
  height: auto;
}
.newsDetails h5 {
  margin-bottom: 15px;
  margin-top:0px;
  /*min-height:105px;*/
}
a .newsDetails h5{
color: #003865
}
.newsDetails p {
  color: #292929;
  font-family: 'Open Sans', sans-serif; font-weight:normal;
  max-height:100px; overflow:hidden
}
.newsDetails p:first-of-type {
  min-height:100px;
}

.newsDetails hr {
  width: 60px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #F0C511;
  border-width: 3px;
  display: flex;
  align-self: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.dateBlock {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 0;
}
.socialMedia {
  background-image: url(../img/pattern2.svg);
  background-color: #003865;
  color: #fff;
  align-items: center;
}
.socialMedia hr {
  margin-bottom: 35px;
}
.socialMedia > p {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.socialMedia .socialInnerContainer {
  padding: 35px;
  width: 100%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
}
.socialInnerContainer .col-2 {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin: 0 35px;
}
.twitter {
  width: auto;
  height: 35px;
  margin-bottom:14px;
}
.feed {
  background: #fff;
  width: 100%;
  height: auto;
  color: #000;
}
.feed .iframe {width: 100% !important;}
.follow {
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  margin: 30px 0 20px;
}
.socialIcons li {
  display: inline;
  text-align: center;
  width: 50px;
  height: 50px;
  margin: 0 3px 0 0;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin: 5px;
}
.socialIcons li a {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.socialIcons {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
   justify-content: center;
  margin-top:15px;
}
.footerSearch {
  border: 1px solid #42A6DF;
  width: 75%;
  margin-left: 30px;
  height: 30px;
  padding: 0 15px;
}
.footerSubmit {
  margin-left: -38px;
  width: 32px;
  height: 28px;
  border: none;
  background-color: transparent;
  background-image: url(../img/Search_Blue.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: 1px;
  background-position-y: 1px;
  cursor: pointer;
}
.bannerWrapper {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}
.bannerContainer {
  width: 100%;
  overflow-x: hidden;
}
footer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  background-color: #006BA6;
  flex-direction: row;
  width: 100%;
}
.page-template-default footer {/*margin-top:50px;*/}

.socialContainer, .footerLeft {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 40px 40px 20px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
.socialContainer div img {
  height: auto;
  width: auto;
}
.footerMenu {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  margin: 0px 15px 20px;
}
.footerMenu li {
  display: inline;
}
.footerMenu li a {
  padding: 0 15px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  border-right: 1px solid;
}
.footerMenu li a:hover {
  color: #F0C511;
}
.footerMenu li:last-child a {
  border: none;
}
.bannerRightInfo {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0px;
  width: 25%;
  height: auto;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  justify-content: center;
  padding: 10px 30px 30px;
  background: rgba(255,255,255, 1);
  display: flex;
}
.footerRightInner {
  text-align: center;
}
.copyRight {
  color: #fff;
  font-size: 15px;
}
/* Generic page */
.mainContainer {
}
.darkBgTitleBlock, .darkBlue, .blue {
  background-image: url(../img/pattern2.svg);
  background-color: #003865;
  padding:30px 0;
}
.breadCumbContainer {
  position: absolute;
  z-index: 2;
  left: 8px;
  top: 8px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 25px;
  padding: 5px 5px;
}
.breadCumbContainer ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  align-items: center;
}
.breadCumbContainer ul li {
  margin: 0;
  padding: 0;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  cursor: pointer;
}
.breadCumbContainer ul li a, .breadCumbContainer ul span, .breadCumbContainer ul li {
  color: #003865;
  font-size: 14px;
  padding: 0px;
  text-transform: uppercase;
}
.breadCumbContainer ul li i {
  color: #006BA6;
  margin-left: 4px;
  font-size: 18px;
}
.breadCumbContainer ul li:last-child a {
  font-weight: bold;
}
.breadCumbContainer ul li.active {
  color: #003865;
  margin-left: 4px;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  text-transform: uppercase;
}
.homeBreadCrumb {
  width: 27px;
  height: 27px;
  background: #006BA6;
  text-align: center;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  border-radius: 50%;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.homeBreadCrumb img {
  width: 15px;
  height: 13px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
 padding-right: .5rem;
  color: #006BA6;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 18px;
 padding-left:.2rem;
}
.breadcrumb-item:hover, .breadcrumb-item:active {
  color: #006BA6 !important;
}
.articleCommon {
  padding: 50px 50px 50px 70px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
}
.articleCommon h3, .mainContainer h3 {
  margin-bottom: 20px;
  color: #003865;
 /* margin-top: 35px;*/
}
.mainContainer h3 {margin-top:35px;}
.mainContainer .wp-block-group h3 {margin-top:0px;}
.dateBlock1 {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #003865;
}
.subTitle {
  font-weight: bold;
}
.articleCommon > img {
  max-width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}
.subTitle1 {
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: bold;
}
.fullLengthBorder {
//;
p.;
p width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: #106BA6 solid 1px;
  margin: 30px 0;
}
.quote {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
}
.quoteText {
  font-weight: bold;
  margin-left: 30px;
  padding-right: 104px;
}
.points {
  padding: 0 45px;
}
.documnts {
  color: #006BA6;
  margin-top: 10px;
}
.documnts img {
  margin-right: 10px;
}
.rightContentContainer {
  padding: 30px 35px;
  border: 2px solid #F0C511;
  border-top: none;
}
.rightcontentWrapper {
  margin-bottom: 15px;
  padding: 50px 70px 0px 40px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
}
.rightcontentWrapper img {
  height: auto;
  width: 100%;
}
.shortForm {
  padding-top: 0;
}
.shortForm .rightContentContainer {
  border: 2px solid #F0C511;
}
.shortForm input {
  font-weight: 700;
  padding: 10px;
  border: #006BA6 1px solid;
  outline: none;
  margin: 8px 0;
  width: 100%;
}
.subscribeContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.subscribeBtn {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-self: end;
  margin: 0;
}
.subscribeContainer label {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  width: 185px;
  align-items: center;
  font-size: 14px;
  line-height: 12px;
}
.subscribeContainer input[type=checkbox] {
  width: 15px;
  margin: 0 8px 0 0;
}
.regular-checkbox {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #006BA6;
  padding: 2px;
  display: inline-block;
  position: relative;
}
.regular-checkbox:active, .regular-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked {
  background-color: #e9ecee;
  border: 1px solid #FDD003;
  color: #006BA6;
}
.regular-checkbox:checked:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #006BA6;
}
.lightBgBlock, .lightBlue, .lightblue {
  background-image: url(../img/pattern1.svg);
  background-color: #d9eaf4;
  align-items: center;
  padding:50px 0;
}

.wp-block-group {
  padding:50px 50px;
}
.wp-block-group .wp-block-group{
  padding:0;
}

.wp-block-group h2:first-of-type {margin-top: 0px;}

.lightBgBlock h2, .lightBgBlock h1, .lightBgBlock h3, .lightBgBlock h4, .lightBgBlock h5, .lightBlue h2, .lightBlue h1, .lightBlue h3, .lightBlue h4, .lightBlue h5,  .lightblue h2, .lightblue h1, .lightblue h3, .lightblue h4, .lightblue h5 {
  color: #003865;
}
.darkBgTitleBlock h2, .darkBgTitleBlock h1, .darkBgTitleBlock h3, .darkBgTitleBlock h4, .darkBgTitleBlock h5, .darkBgTitleBlock p , .darkBlue h2, .darkBlue h1, .darkBlue h3, .darkBlue h4, .darkBlue h5, .darkBlue p, .blue h2, .blue h1, .blue h3, .blue h4, .blue h5 , .blue p, .darkBgTitleBlock .downloadDoc span, .darkBlue .downloadDoc span, .blue .downloadDoc span{
  color: #FFF;
}
.darkBgTitleBlock .wp-block-advgb-accordions  h2, .darkBgTitleBlock .wp-block-advgb-accordions  h1, .darkBgTitleBlock .wp-block-advgb-accordions  h3, .darkBgTitleBlock .wp-block-advgb-accordions  h4, .darkBgTitleBlock .wp-block-advgb-accordions  h5, .darkBgTitleBlock  .wp-block-advgb-accordions p , .darkBgTitleBlock .advgb-accordion-body .downloadDoc span, .darkBlue .wp-block-advgb-accordions  h2, .darkBlue  .wp-block-advgb-accordions h1, .darkBlue .wp-block-advgb-accordions  h3, .darkBlue .wp-block-advgb-accordions  h4, .darkBlue .wp-block-advgb-accordions  h5, .darkBlue .wp-block-advgb-accordions  p, .blue .wp-block-advgb-accordions  h2, .blue .wp-block-advgb-accordions  h1, .blue .wp-block-advgb-accordions  h3, .blue .wp-block-advgb-accordions  h4, .blue .wp-block-advgb-accordions  h5 , .blue .wp-block-advgb-accordions  p, .blue .advgb-accordion-body .downloadDoc span, .darkBgTitleBlock .contactCard h5, .darkBlue .contactCard h5, .blue .contactCard h5,  .darkBgTitleBlock .contactCard p, .darkBlue .contactCard p, .blue .contactCard p, .blue .advgb-accordion-body p, .darkBlue .advgb-accordion-body p, .darkBgTitleBlock .advgb-accordion-body p, .darkBlue .advgb-accordion-body .downloadDoc span{
  color: #003865;
}
.darkBgTitleBlock .advgb-accordion-body .downloadDoc span, .blue .advgb-accordion-body .downloadDoc span, .darkBgTitleBlock .contactCard h5,  .darkBlue .advgb-accordion-body .downloadDoc span{
  color: #006BA6;
}
.mainContainer .darkBgTitleBlock h1 {padding-top:20px;}

.darkBlue .bigButton h4, .darkBgTitleBlock .bigButton h4, .blue .bigButton h4 {
  color: #003865;
}

/*.darkBlue  h2:first-of-type, .darkBgTitleBlock .h2:first-of-type, .blue h2:first-of-type, .lightBgBlock h2:first-of-type, .lightblue h2:first-of-type, .lightBlue h2:first-of-type {
	padding-top: 30px;
}*/

.singleImgAndText .col-50.leftFifty img {
  width: 100%;
  height: auto;
}
.singleImgAndText .col-50:first-child {
  padding: 70px 25px 50px 50px;
}
.singleImgAndText .col-50:last-child {
  padding: 70px 50px 50px 25px;
  flex-direction: column;
  align-items: start;
  align-content: center;
  justify-content: center;
}
.story {
  padding: 50px 135px;
  flex-direction: column;
}
.storyBlockContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-template-projects .storyBlockContainer a {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.storyBlockContainer .col-4 a {display:flex;}
.story h2 {
  padding: 0;
  color: #003865;
}
.story .col-4 img, .story .col-3 img, .story .col-2 img, .story .col-1 img {
  width: 100%;
  height: auto;
}
.story .col-4 {
  flex-direction: column;
  background: #fff;
  flex-basis: calc(25% - 10px);
}
.story .col-3, .story .col-2, .story .col-1 {
  flex-direction: column;
  background: #fff;
}
.story .col-4 h5, .story .col-3 h5, .story .col-2 h5, .story .col-1 h5 {
  color: #003865;
  margin-bottom:0px;
  margin-top:0px;
}
.storyContent {
  padding: 25px;
  height: 100%;
  display: flex;
flex-direction: column;
justify-content: flex-start;
}
.storyBlockContainer .col-3, .storyBlockContainer .col-4,  .storyBlockContainer .col-2, .storyBlockContainer .col-1 {
	border: 1px solid #F0C511;
}
.storyContent  .btn_blocks{
	margin-top:auto;
}
.storyContent p {
	color: #282828
}

.tinyLink img {
  width: auto;
  height: 16px;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
p.tinyLinkText {
  color: #006BA6; width: 100%; float:left; margin: 0px; line-height:22px;
}
.tinyLink :hover p, .tinyLink :active p, .tinyLink :focus p {
  /*font-weight: bold;*/
  color: #003865;
}
.story .col-4 .tinyLink img, .story .col-3 .tinyLink img, .story .col-2 .tinyLink img {
  width: auto;
}
.resourceBlockContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 0px 10px 0;
  width: 100%;
  justify-content: center;
}
.resourceBlockContainer .col-4, .resourceBlockContainer .col-3, .resourceBlockContainer .col-2 {
  position: relative;
}
.resourceBlockContainer h4 {
}
.resourceBlockContainer img {
  width: 100%;
  height: auto;
}
.tinyOverlay {
  position: absolute;
  background: rgba(0, 56, 101, 0.7);
  left: 0;
  top: 0;
  bottom: 0;
 height: calc(100% - 3px);
  width: 100%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-content: center;
  text-align: center;
  flex-direction: column;
  cursor: pointer;
}
.tinyOverlay h4 {
  color: #fff;
  font-weight:600;
}
.tinyOverlay:hover h4, .tinyOverlay:active h4 {
  color: #F0C511;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.tinyOverlay:hover, .tinyOverlay:active {
  background: #003865;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.iconsWrapper {
  flex-direction: column;
}
.iconsWrapper hr {
}
.iconsContainer {
  width: 100%;
  flex-direction: row;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-top: 100px;
}
.iconsContainer .absoluteIcon {
  position: relative;
  top: auto;
}
.iconsWrapper h2 {
  color: #003865;
}
.iconsContainer .col-3 {
  min-height: 165px;
  border-right: 1px dashed #003865;
}
.imgGridContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  padding: 100px 135px 0;
  flex-wrap: wrap;
}
.imgGridContainer .col-4, .imgGridContainer .col-3, .imgGridContainer .col-2 {
  border: 3px solid #F0C511;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 13px;
  cursor: pointer;
}
.peopleDetails {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  align-items: center;
}
.peopleDetails h4 {
  color: #003865;
  margin: 15px 0 5px;
  text-align: center;
}
.peopleDetails p {
  font-size: 16px;
  color: #282828;
  text-align: center;
  margin: 0 0 10px;
}
.imgGridContainer .col-4 img, .imgGridContainer .col-3 img, .imgGridContainer .col-2 img {
  width: 100%;
  height: auto;
}
.plusIcon {
  width: 100%;
  height: 20px;
  position: relative;
  margin: 20px 0 10px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  cursor: pointer;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.plusIcon span {
  position: absolute;
  height: 4px;
  width: 20px;
  background-color: #006BA6;
}
.plusIcon span:last-child {
  transform: rotate(90deg);
}
.peopleDropDown {
  padding: 70px 160px;
  background: #fff;
  margin: 0 140px 0;
  border: 3px solid #F0C511;
  display: none;
}
.whiteOverflow {
  width: 100%;
  background-color: #fff;
  height: 30px;
  position: absolute;
  bottom: -16px;
  display: none;
  width: calc(100% + 6px);
  border-left: 3px solid #F0C511;
  border-right: 3px solid #F0C511;
}
.imgGridContainer .col-4:first-child .whiteOverflow, .imgGridContainer .col-3:first-child .whiteOverflow, .imgGridContainer .col-2:first-child .whiteOverflow {
  left: -3px;
}
.imgGridContainer .col-4:last-child .whiteOverflow , .imgGridContainer .col-3:last-child .whiteOverflow , .imgGridContainer .col-2:last-child .whiteOverflow {
  right: -3px;
}
.whiteBgBlock {
  color: #003865;
}
.whiteBgBlock p {
 /* color: #282828;*/
}
.pointBlock {
  padding: 100px 20%;
   display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
  flex-direction: column;
  -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}
.pointContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;
  margin-top: 40px;
}
.pointToNumber {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  border: 3px solid #F0C511;
  width: 42px;
  height: 42px;
  background-color: #006BA6;
  text-align: center;
  border-radius: 21px;
  -webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-align: center;
-ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
        justify-content: center;
}
.pointToNumber span {
  font-weight: bold;
  color: #fff;
}
.pointDetails {
  margin: 0 0 0 22px;
}
.pointDetails .subTitle {
  margin-top: 0;
}
.buttonsContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  flex-wrap: wrap;
  padding: 30px 55px;
}
.bigButton {
  width: calc(33.333% - 10px);
  min-height: 95px;
  flex: 1 0 21%;
  border: 1px solid #F0C511;
  background-color: #fff;
  flex: 0 0 auto;
  margin: 5px;
  color: #003865;
  cursor: pointer;
}
.buttonsContainer.two .bigButton {
  width: calc(50% - 10px);
}
.buttonsContainer.four .bigButton. {
  width: calc(25% - 10px);
}

.bigButton:hover, .bigButton:active {
  background-color: #043865;
}
.bigButton:hover h4, .bigButton:active h4 {
  color: #F0C511;
}
.accordionWrapper {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  padding: 90px 20% 0;
  width: 100%;
}
.accordionContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  width: 100%;
}
.accordionHeader {
  background-color: #fff;
  border: #F0C511 1px solid;
  width: 100%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  color: #282828;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 35px;
  margin-top: 10px;
  cursor: pointer;
}
.accordionHeader img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 15px;
}
.accordionHeader.active img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.accordionDetails {
  background-color: #fff;
  border: #F0C511 1px solid;
  border-top: 0;
  width: 100%;
  display: flex;
  color: #282828;
  min-height: 100px;
  align-items: start;
  padding: 35px;
  flex-direction: column;
  display: none;
}
.accordionDetails p {
  margin-bottom: 0;
}
.accordionDetails .subTitle {
  margin: 0;
}
.tableWrapper {
  padding: 60px 30px 0;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
}
.tableContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  width: 100%;
}
.tableRowContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
}
.tableTitle {
  background-color: #D9EAF4;
  padding: 20px 30px;
  color: #282828;
  font-weight: bold;
  border-right: #fff 2px solid;
  width: 25%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.tableTitle:last-child {
  border-right: 0;
}
.tableTitle span {
  font-family: 'Open Sans', sans-serif;
}
.tableText {
  padding: 20px 30px;
  color: #282828;
  border-right: #003865 1px solid;
  width: 25%;
  justify-content: center;
  align-items: center;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.tableText:last-child {
  border-right: 0;
}
.tableText span {
  font-family: 'Open Sans', sans-serif;
}
.tableRowContainer:nth-of-type(2n) .tableText {
  background-color: #fff;
}
.tableRowContainer:nth-of-type(2n+1) .tableText {
  background-color: #f5f6f7;
}
.tabContainer {
  padding: 0 20%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #106BA6;
}
.tabTitle {
  /*background-color: #D9EAF4;*/
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  justify-content: center;
  border-right: 1px solid #106BA6;
  align-items: center;
  text-align: center;
}
.projectPageTabs .tabTitle {
  background-color: #D9EAF4;
}
.tabTitle:hover {
background-color:#006BA6;
}
.tabTitle:first-child {
  border-left: 1px solid #106BA6;
}
.tabTitle span {
  color: #292929;
  font-weight: 900;
  padding: 0px 25px;
  min-width: 235px;
  align-items: center;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  min-height: 70px;
  padding: 5px;
  text-transform: uppercase;
}
.tabTitle.active {
  background-color: #FFCD00;
}
.tabTitle:hover span {
  color: #FFF;
}
.tabDetailsContainer {
  padding: 65px 0 0;
  display: none;/*! text-align: center; */
}
.commonBlock.tabDetailsContainer.halfHeight, .commonBlock.tabDetailsContainer.fullHeight {padding-top:0px;}
#tab1 {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.tabDetailsContainer h2 {
  color: #003865;
}
.tabDetailsContainer hr {
  margin: 65px auto;
}
.contactBlock {
  padding-left: 15px;
  padding-right: 15px;
}
.contactBlock hr {
  margin-bottom: 65px;
}
.contactCard {
  background-color: #fff;
  border: 1px solid #F0C511;
  padding: 35px 40px;
  width: calc(25% - 10px);
  margin: 5px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
}
.two .contactCard { 
  width: calc(50% - 10px);
}
.three .contactCard { 
  width: calc(33.33% - 10px);
}

.contactCard h5 {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 30px 0;
}
.contactCard h6 {
  color: #003865;
}
.contactCard p {
  margin: 0px 0;
  color: #282828;
  font-family: 'Open Sans', sans-serif;
}
.phone span {
  font-weight: bold;
}
.phone span:first-child {
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
}
.phone span:last-child a {
  color: #006BA6;
  font-family: 'Open Sans', sans-serif;
}
.contactCardContainer {
  width: 100%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  flex-wrap: wrap;
}
.mapContainer img {
  width: 100%;
  height: auto;
}
.container.map {
  padding: 100px 55px;
  position: relative;
}
.container.map hr {
  margin-bottom: 45px;
}
.verticalTabContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  min-width: 300px;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 300px;
  border: 1px solid #F0C511;
}
.verticalTab {
  background-color: #fff;
  width: 100%;
  padding: 15px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  border-bottom: 1px solid #F0C511;
  cursor: pointer;
}
.verticalTab:last-child {
  border-bottom: 0;
}
.verticalTab:hover, .verticalTab:active {
  background-color: #F0C511;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.verticalTab.active {
  background-color: #F0C511;
}
.verticalTabTitle {
  color: #292929;
  font-weight: 900;
}
.timelineBlock {
  padding: 50px 100px;
}
.timeLineWrapper {
 /* margin: 135px 0 0 0;*/
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  align-items: center;
}
.timeLineContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  width: 100%;
}
.timeLineLeft {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  position: relative;
}
.timeLineLeft.no-image {
  justify-content: end;
}
.timeLineRight {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  position: relative;
}
.timeLineRight.no-image {
  justify-content: start;
}
.timeLineContainer.odd .timeLineRight, .timeLineContainer.even .timeLineLeft {
  flex-direction: column;
}
.timeLineLeft h2 {
  margin: 0 30px;
  text-transform: none;
  color: #003865;
}
.timeLineRight p {
  margin: 0 30px;
}
.timeLineCircle {
  width: 40px;
  height: 40px;
  border: 3px solid #F0C511;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -20px;
  z-index: 2;
}
.timeLine {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  position: absolute;
  z-index: 2;
  height: calc(100% - 275px);
  width: 3px;
  background-color: #006BA6;
  left: calc(50% - 5px);
}
.timeLineRight h2 {
  margin: 0 30px;
  text-transform: none;
  color: #003865;
}
.timeLineRight .timeLineCircle {
  left: -28px;
  right: inherit;
}
.timeLineLeft p {
  margin: 0 30px;
}
.timeLineLeft h4, .timeLineRight h4 {
  margin: 15px 30px;
}
.main_content > .wp-block-group .timeLineLeft h4 { text-align: left;; margin-left:30px;}
.main_content > .wp-block-group .timeLineRight h4 { text-align: left;; margin-left:30px;}

.chartContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  padding: 100px 135px;
}
.mapWrapper {
  flex-direction: column;
  padding: 0;
}
.mapContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 0px;
}
.page-template-template-projects .mapContainer {
	margin-top: 50px;
}
.mapText {
  /* padding: 70px 20%;*/
  max-width: 100%;
  margin: auto;
}
.mapText .subTitle {
  margin-bottom: 45px;
}
.filterBlock {
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  padding: 20px 0px 40px;
}
.filterContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
 /* padding: 0 20%;*/
  align-content: center;
  justify-content: center;
}
.filterContainer.meeting {flex-direction: column;}
.search_label {font-size: 20px; text-transform:uppercase;}
.filterContainer > form{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
 /* padding: 0 20%;*/
  align-content: center;
  justify-content: center;
}
.leftFilter input[type=text], .rightFilter select {
  background-color: #fff;
  border: 1px solid #006BA6;
  padding: 5px 10px;
  min-width: 275px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
}
 .leftFilter input::-webkit-input-placeholder {
 color:#282828;
opacity:1;
font-size: 16px;
}
.leftFilter input:-moz-placeholder {
 color:#282828;
opacity:1;
font-size: 16px;
}
.leftFilter input::-moz-placeholder {
 color:#282828;
opacity:1;
font-size: 16px;
line-height:28px;
}
.leftFilter input:-ms-input-placeholder {
 color:#282828;
opacity:1;
font-size: 16px;
}
.filterContainer .subTitle {
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
}
.leftFilter {
  position: relative;
  margin-right: 10px;
}
.leftFilter input[type=submit] {
  background-color: #F0C511;
  height: 38px;
  width: 40px;
  position: absolute;
  right: 1px;
  bottom: 1px;
  border: none;
  outline: none;
  background-image: url(../img/searchIcon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  cursor: pointer;
}
.leftFilter .s-icon {
  background-color: #F0C511;
  height: 38px;
  width: 40px;
  position: absolute;
  right: 1px;
  bottom: 3px;
  border: none;
  outline: none;
  background-image: url(../img/searchIcon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  cursor: pointer;
}
.leftFilter input[type=submit]:hover, .leftFilter input[type=submit]:active {
  background-color: #d9eaf4;
}
.publicationsFilterBlock  .leftFilter .s-icon{
	bottom:1px;
}
.filterWrapper .storyBlockContainer {
  margin-top: 0;
}
/* project details */
.projectDetailsContainer {
  padding: 60px 10% 0;
}
.projectDetailsTitle h3 {
  text-align: center;
  padding: 0 0 30px 0;
  width: 100%;
  margin-top:0px;
  color: #003865;
}
.projectDetails {
  padding-top: 0;
}
.projectDetails > img {
  margin-top: 0;
}
.projectDetailsBlock {
  padding-bottom: 0;
}
.projectImage, .projectLocation {
  padding: 0 5px;
  flex: 1.5;
}
.projectContact {
	flex: 1;
  padding: 0 5px;
}
.projectImage img, .projectLocation img {
  width: 100%;
}
.projectGlance {
  padding: 0 55px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  margin-bottom: 60px;
}
.projectGlance .col-2 {margin-left:0px; margin-right:0px;}
.page-template-template-news .projectGlance {
  padding: 0px 135px;
}
.projectContact .contactCard {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height:calc(100% - 0px);
  display:flex;
  justify-content: center;
}
.projectPageTabs .tabTitle {
  border-top: 1px solid #106BA6;
}
.newsTopRight .dateBlock1 {
  color: #003865;
}
.newsTopLeft {
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;

}
.newsTopRight {
  flex-direction: column;
  padding: 30px 40px;
  align-self: start;
  border: 1px solid #F0C511;
  border-left: 0;
  display: flex;
align-self: auto;
}
.newsTopRight p {
  margin-bottom: 5px;
  color: #282828;
}
.newsTopLeft a { width: 100%;}
.newsTopLeft img {
  width: 100%;
  height: auto;
  align-self: start;
}
.newsFilterBlock .rightFilter {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: flex-end;
}
.newsFilterBlock .rightFilter:last-child {
  margin-left: 10px;
}
.newsFilterWrapper .storyContent hr {
  border-width: 2px;
  margin-bottom: 5px;
  align-self: flex-start;
}
.newsFilterWrapper .storyContent .dateBlock {
  color: #003865;
  font-size: 14px;
  margin-bottom: 0;
}
.newsLetter h4 {
  color: #003865;
}
.newsLetter.rightContentContainer {
  border-width: 1px;
  border-top: 1px solid #F0C511;
}
.newsLetter input {
  font-weight: 700;
  padding: 10px;
  border: #006BA6 1px solid;
  outline: none;
  margin: 8px 0;
  width: 100%;
}
.newsLetter .subscribeContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
}
.newsLetter .subscribeBtn {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-self: center;
  margin: 22px 0 0;
}
.doclibrary {
  padding: 0 20%;
}
.doclibrary .col-12 {
  flex-direction: column !important;
}
.doclibrary .col-12 h3 {
  margin-bottom: 30px;
  color: #003865;
}
.doclibrary .col-12 a.documnts {
  padding: 15px 15px;
  background-color: #fff;
  border: 1px solid #F0C511;
  margin: 0;
  width: 100%;
  margin-bottom: 10px;
}
.columnFilter select {
  background-color: #fff;
  border: 1px solid #006BA6;
  padding: 5px 20px;
  min-width: 130px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 16px;
  height: 40px;
  margin-right: 10px;
}
.columnFilter {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-content: center;
  width: auto;
}
.filterContainer.meeting .columnFilter:nth-of-type(1) select {
  width: 230px;
  display: inline-flex;
}
.filterContainer.meeting .columnFilter:nth-of-type(2) select {
  width: 230px;
}
.filterContainer.meeting .columnFilter:nth-of-type(3) select {
  width: 275px;
  margin-right: 0;
}
.meetingBlock {
  padding: 0 50px 50px 90px;
}
.meetingBlock .accordionWrapper {
  padding: 0;
}
.meetingsTitleBlock a {
  color: #006BA6;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.meetingsTitleBlock {
  padding: 35px 0 25px;
  flex-direction: row;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  position: relative;
}
.meetingsTitleBlock a i {
  font-weight: 900;
  font-size: 20px;
  margin-right: 12px;
}
.meetingsTitleBlock p {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-self: flex-start;
  padding-top: 2px;
  position: absolute;
  left: 0;
  top: 20px;
}
.meetingsTitleBlock h4 {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-self: center;
}
.meetingsTitleBlock .accordionHeader h4 {
  color: #003865;
}
.meetingsTitleBlock .accordionHeader img {
  width: 15px;
}
.accordHeaderInner h4 {
  color: #003865;
}
.accordHeaderInner p {
  margin: 3px 0 0 0 !important;
}
.meetingBlock .accordionHeader {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.meetingBlock .accordionHeader h4 {margin-top:0px;  margin-bottom:5px; font-size:18px;}
.accordLeft {
  min-width: 150px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  height: 100%;
  flex-direction: column;
  background: #D9EAF4;
  align-items: center;
  border-right: #F0C511 1px solid;
  justify-content: center;
}
.accordLeft p:first-child {
  font-weight: bold;
}
.accordLeft p {
  margin: 0px;
  border-bottom : #F0C511 1px solid;
  text-align: center;
  display: block;
  width: 100%;
  padding: 5px 0;
}
.accordLeft p:last-child {
  border-bottom : 0;
}
.accordHeaderInner {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  width: 100%;
  padding: 5px 0px 5px 15px;
}
.meetingBlock .accordionDetails .subTitle {
  color: #003865;
  margin-bottom: 25px;
}
.accordMainLinks {
  color: #006BA6;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  display: block;
  margin-top: 5px;
}
.accordDate {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 30px !important;
}
.smallBtn {
  min-width: 100px;
  text-align: center;
}
.meetingBlock .accordionDetails .yellowBtn {
  width: 200px;
  text-align: center;
  margin-bottom: 30px;
  display:block;
}
.accordSubtitle, .meetingBlock .tinyLinkText {
  display: inline-block;
}
.meetingBlock .tinyLink {
  display: inline-block;
}
.meetingBlock .tinyLink.accordDocLink {
  display: block;
  clear: both;
}
.meetingBlock .tinyLink {
  margin: 5px 0 0px 0px;
}
.meetingBlock .tinyLinkText {
  color: #006BA6;
}
.accordSubtitle span:first-child {
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  margin-right: 10px;
}
.accordSubtitle a {
  color: #006BA6;
  line-height: 16px;
}
.accordSubtitle a img {
  color: #006BA6;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 0;
  display: inline-block;
}
.meetingBlock .accordionDetails {
  border: 0;
}
.meetingRightBlock {
  margin-top: 30px;
}
.meetingRightBlock:first-child {
  margin-top: 50px;
}
.publicationsFilterBlock .rightFilter {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: flex-end;
  margin-right: 10px;
}
.publications {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  max-width:1140px; 
  margin:auto;
  padding:35px 0;
}
.publicationsStory {
  border: 1px solid #F0C511;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.storyInner {
  padding: 0px 30px;
}
.publicationsStory.noImg {
  /*padding: 45px;*/
}
.pagination {
  margin: 0;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
}
.pageNav {
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
}
.prevNav a i {
  margin-right: 10px;
}
.pageNav a:hover, .pageNav a:hover span, .pageNav a:active, .pageNav a:active span {
  color: #003865
}
.nextNav a i {
  color: #0071D1;
  margin-right: 0px;
  margin-left: 10px;
}
.pageNav {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  margin: 3px 0 0 0;
}
.pagination ul {
  margin: 0 20px;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  color: #003865;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  display: inline-block;
  padding: 2px 12px;
  border-right: 1px solid #F0C511;
}
.pagination ul li.active {
  background: #F0C511;
}
.contactBlock {
  padding: 65px 115px;
}
.contactLeftInner {
  padding: 30px;
  border: 1px solid #F0C511;
}
.contactBlock .col-40 {
  padding: 0 25px 0 0;
}
.contactBlock .col-60 {
  padding: 0 0 0 25px;
}
.contactBlock input, .contactBlock select, .contactBlock textarea {
  font-weight: 700;
  padding: 10px 12px!important;
  border: #006BA6 1px solid;
  outline: none;
  margin: 8px 0;
  width: 100%;
}
.inputGroup {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
}
.inputGroup .col-50:first-child {
  padding: 0 10px 0 0;
}
.inputGroup .col-50:last-child {
  padding: 0 0 0 10px;
}
.contactBlock textarea {
  height: 195px;
  resize: none;
}
.contactBlock .subscribeContainer label {
  width: 100%;
}
.contactBlock .subscribeContainer {
  flex-direction: column;
}
.contactBlock .subscribeBtn {
  align-self: center;
  margin-top: 30px;
}
.phoneNumber {
  color: #006BA6;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  padding: 15px 15px 0 0;
}
.phoneNumber span, .mapDesc p span {
  color: #282828;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.mapDesc p span {text-transform:uppercase;}
.tempNum {
  color: #006BA6;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin: 0;
}
.contactAccordionWrapper .accordionHeader span {
  color: #282828;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.contactAccordionWrapper .accordionHeader {
  padding: 8px 22px;
}
.contactAccordionWrapper .accordionContainer:first-child .accordionHeader {
  margin: 0;
  padding: 8px 22px;
}
.contactAccordionWrapper .accordionDetails {
  padding: 0px 22px 12px;
  min-height: auto !important;
  margin-top:-1px;
}
.contactAccordionWrapper .accordionDetails p {
  margin: 0;
}
.phoneNumber1 span {
  color: #006BA6;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.activeContact {
 /* padding-bottom: 0 !important;
  border-bottom: 0 !important;*/
}
.contactTabs {
  padding: 0;
}
#contactTab2 {
  padding: 0px 0px 45px;
}
#contactTab1 {
  display: block;
}
.contactDetails {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  border: 1px solid #F0C511;
  padding: 33px 35px;
  width: 100%;
}
.contactBlock .col-40 h4, .contactBlock .col-60 h4 {
  margin-bottom: 30px;
}
.noBorder {
  border: none !important;
}
.textBlue {
  color: #006BA6;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.contactCard h4 {
  margin-bottom: 30px;
}
.textBoldCap {
  color: #282828;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
}
.textBold {
  color: #282828;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.contactCard .textBoldCap {
  margin: 30px 0 10px;
}
.select_language {
  background: #006BA6;
  padding: 2px 15px;
}
.select_language select {
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/Globe.svg) !important;
  background-position: top 3px right 0px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
  max-width: 125px;
  line-height: 26px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.select_language select::-ms-expand {
    display: none;
}
.select_language option {
  color: #000;
}
.acf-map {
  width: 100%;
  height: 100%;
  border: #ccc solid 1px;/* margin: 20px 0;*/
}
 // Fixes potential theme css conflict. .acf-map img {
 max-width: inherit !important;
}
.bx-wrapper img {
  max-width: none;
  width: 100%;
}
/*==============================================================================================*/
.page-template-default .entry-content {
  max-width: 1000px;
  margin: 50px auto 0px;
}
.wp-block-advgb-button a {
  margin-right: 15px;
  text-transform: uppercase;
}
.wp-block-advgb-button_link {
  background-color: #FFCD00 !important;
  color: #011A45 !important;
  padding: 8px 30px !important;
  border-radius: 100px;
  display: inline-block;
}
.wp-block-advgb-button_link:hover {
  background-color: #00AFD7 !important;
  box-shadow: none !important;
}
.spacesContainer {
  width: 100%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
}
.spaceInner {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  background-color: #fff;
  width: calc(33.3333% - 45px);
  margin: 22.5px;
}
.spaceInner.four, .spaceInner.three {
  width: calc(25% - 45px);
}
.spaceInner img {
  width: 100%;
  height: auto;
}
.spaceInnerContent {
  border: 1px solid #DEDEDE;
  border-top: 0;
  padding: 28px 30px;
  height: 100%;
}
.spaceInnerContent ul li {
  font-size: 16px;
  line-height: 27px;
}
.spaceInnerContent ul li span {
  font-family: 'Avenir-Black';
}
.spacesWrapper a:last-child {
  align-self: center;
}
.spacesWrapper .buttonOrangeArrow {
  margin-top: 0;
}
.spacesContainer .teamInner:first-child, .spacesContainer .teamInner:nth-child(5), .spacesContainer .teamInner:nth-child(9), .spacesContainer .teamInner:nth-child(13) {
  padding: 8px 0 0;
}
.peopleWrapper .teamInner:first-child, .peopleWrapper .teamInner:nth-child(5), .peopleWrapper .teamInner:nth-child(9), .peopleWrapper .teamInner:nth-child(13) {
  padding: 8px 0 0;
}
.spacesContainer .teamInner:first-child .teamInnerContent, .spacesContainer .teamInner:nth-child(5) .teamInnerContent, .spacesContainer .teamInner:nth-child(9) .teamInnerContent, .spacesContainer .teamInner:nth-child(13) .teamInnerContent {
  margin-top: 0px;
}
/*.peopleWrapper .teamInner:first-child .teamInnerContent, .peopleWrapper .teamInner:nth-child(5) .teamInnerContent, .peopleWrapper .teamInner:nth-child(9) .teamInnerContent, .peopleWrapper .teamInner:nth-child(13) .teamInnerContent {
	margin-top:0px;
}*/

.spacesContainer .teamInner:first-child img, .spacesContainer .teamInner:nth-child(5) img, .spacesContainer .teamInner:nth-child(9) img, .spacesContainer .teamInner:nth-child(13) img {
  -webkit-clip-path: polygon(100% 6%, 100% 100%, 0 100%, 0 6%, 24% 0);
  clip-path: polygon(100% 6%, 100% 100%, 0 100%, 0 6%, 24% 0);
}
.attendeesContainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  margin-left: 0%;
  justify-content: center;
  flex-direction: row;
  padding: 50px 0px;
}
.attendeesInner {
  width: 33.3333333%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #4E90FF;
  padding: 40px 30px;
  max-width: 1200px;
  margin: auto
}
.attendeesInner:last-child {
  border-right: none;
}
/*.roundIcon {
	width: 70px;
	height: 70px;
	border-radius: 50%;

	background-position-x: -106px;
	background-position-y: 0px;
	background-repeat: no-repeat;
	text-align: center;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;overflow: hidden;margin-bottom: 20px;
}*/

.roundIcon img {
  max-width: 90px;
  height: auto;
  margin-bottom: 20px;
}
.attendeesInner:hover, .attendeesInner:active {
  background-color: #FECE07;
}
.attendeesInner a {
  text-align: center;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #000000;
}
.attendeesInner p {
  font-size: 22px;
  line-height: 26px;
  min-height: 55px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: RobotoCondensed-Bold;
}
.how_to_wrap {
  padding: 0px;
  /* background-image: url(../img/Pattern_Back-01@2x.png);*/
  background-size: cover;
}
.main_title {
  /*	text-align: center;*/
  margin-bottom: 40px;
}
.how_row {
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.how_row h6 {
  margin-bottom: 0px;
  color: #011A45;
}
.how_row .number {
  font-size: 18px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  border: 3px solid #FFCD00;
  border-radius: 100px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  min-width: 40px;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  background: #fff;
}
.how_row .desc {
  padding-right: 20px;
}
.how-to .advgb-column-inner>div, .how-to .advgb-column-inner>table, .how-to .advgb-column-inner>p {
  width: 80%;
  margin: auto;
}
.how_to_cont {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.simple_list_wrap {
  padding: 50px 0px;
  /*background-image: url(../img/Pattern_Back-01@2x.png);*/
  background-size: cover;
  width: 80%;
  margin: auto;
}
.simple_list_col a {
  /* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */
  color: #003594;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 90px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  border: 1px solid #00AFD7;
  padding: 10px;
}
.blue .simple_list_col a, .darkBlue .simple_list_col a {
  background: #fff;
}
.simple_list_col a:hover {
  color: #fff;
  background: #003594;
}
.simple_list_col {
  padding-left: 5px;
  padding-right: 5px;
}
.simple_list_info.two .simple_list_col {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 50%;
  max-width: 50%;
}
.gform_wrapper {
  width: 70%;
  max-width: 1000px;
  margin-left: auto !important;
  margin-right: auto !important
}
.form_row .gform_wrapper {
  width: 100%;
}
.btn_yl {
  border: none;
}
ul.advgb-tabs-panel li.advgb-tab {
  border-radius: 0px !important;
  background-color: #fff !important;
  border: 1px solid #00AFD7;
}
ul.advgb-tabs-panel li.advgb-tab a {
  color:#292929 !important;
}
ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active {
  background-color: #FFCD00 !important;
}
ul.advgb-tabs-panel li.advgb-tab:hover {
background-color: #006BA6 !important;
}
ul.advgb-tabs-panel li.advgb-tab a{
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
font-weight: 900 !important;
}
ul.advgb-tabs-panel li.advgb-tab:hover a{
	color:#fff !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active a{
	  color:#292929 !important;
}
.advgb-tabs-wrapper  ul.advgb-tabs-panel{
	margin-left:auto !important;
	margin-right:auto !important;
	display: table;
}
.stat_label {
  font-size: 18px;
  text-transform: uppercase;
  color: #003594;
  margin-bottom: 15px;
}
.stat_counter h2 {
  text-transform: uppercase;
  color: #003865;
}
.carousel-item>img {
  width: 100%;
  height: auto;
}
.features .ftr_col:last-child {
  border-right: none;
}
/*.get_involve .get_col_wrp:first-child { padding-left:0px;}
.get_involve .get_col_wrp:last-child { padding-right:0px;}*/

.carouselContainer {
  position: relative;
  padding: 15px 0;
}
.owl-item {
  max-height: 450px;
  padding: 0 7.5px;
}
.owlNavBTn {
  position: absolute;
  z-index: 8;
  /*top: 50%;*/
  top: 30%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
  font-size: 64px;
  padding: 0 20px;
}
.owlNextBtn {
  right: 0;
}
.owlPrevBtn {
  left: 0;
}
.logo_wrap .logo {
  z-index: 3;
}
.navbar-shrink .logo_wrap .logo {
  display: none;
}
.navbar-shrink .logo_wrap .name {
  margin-left: 0px;
}
.navbar-shrink .logo_wrap .name br {
  display: none;
}
.navbar-shrink .top_header_cont {
  display: none;
}
header .navbar-shrink .navbar-nav>li>a {
  padding-top: 18px;
  padding-bottom: 20px;
}
.blueColor {
  background: #0A3784;
}
.blueColor h2, .blueColor h3, blueColor h4 {
  color: #FECE07;
}

.lightblueColor { background:#D9EAF4;}

.advgb-columns-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.advgb-columns-wrapper:first-child .advgb-columns-container {
  padding-top: 2rem;
}
.advgb-column-inner p {
  margin-left: auto;
  margin-right: auto;
}
.advgb-column-inner .wp-block-advgb-button.alignleft {
  margin-left: auto;
  margin-right: auto;
}
.content-area h2 {
  /*margin-left: auto;
	margin-right: auto; */display: inline-block;
  padding-bottom: 3rem;
  line-height: 56px;
  color: #003865;
}
/*.wp-block-group__inner-container h2:after{max-width:245px;}
 .bg_white h2:after, .get_involve h2:after{max-width:335px;}*/
.content-area h2.has-text-align-center::after {
  content: "";
  height: 5px;
  background: #00AFD7;
  border: none;
  margin: 2rem auto 0px auto;
  display: block
}
.content-area h2.has-text-align-left::after {
  display: none;
}
.content-area h2.has-text-align-left {
  padding-bottom: 0px
}
.content-area .advgb-column-inner ul, .content-area .advgb-column-inner ol {
  margin-left: auto;
  margin-right: auto;
}
.content-area .advgb-column-inner ul li, .content-area .advgb-column-inner ol li {
  padding-bottom: 20px;
}
.advgb-tab-body-wrapper {
  border: none !important;
}
ul.advgb-tabs-panel li.advgb-tab {
  margin-bottom: 0px !important;
}
ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active {
  background: #FFCD00 !important
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active {
  background: #FFCD00 !important;
  border-top: 1px solid #00AFD7 !important;
  border-right: 1px solid #00AFD7 !important;
}
.advgb-tabs-wrapper.advgb-tab-horz-desktop ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active {
  background: #FFCD00 !important
}
.wp-block-embed__wrapper {
  position: relative;/* max-width: 1000px;
    margin: 30px auto;
	margin-top:80px;*/
}
ul.advgb-tabs-panel li.advgb-tab.ui-tabs-active, ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active {
  border-color: #00AFD7 !important
}
ul.advgb-tabs-panel li.advgb-tab, ul.advgb-tabs-panel li.advgb-tab.ui-state-default {
  border-color: #00AFD7 !important
}
ul.advgb-tabs-panel li.advgb-tab a, ul.advgb-tabs-panel li.advgb-tab a:focus, ul.advgb-tabs-panel li.advgb-tab a:hover {
  font-weight: bold;
}
.carouselContainer {
  position: relative;
}
.carouselContainer .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.carouselContainer .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.carouselContainer .owl-theme .custom-nav .owl-prev i, .carouselContainer .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.carouselContainer .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.carouselContainer.owl-theme .custom-nav .owl-next {
  right: 0;
}
.advgb-accordion-wrapper {
/*max-width: 800px;
margin: auto;*/
}
.ui-accordion-header {
  background: #fff !important;
  color: #003594 !important;
  font-size: 18px;
  font-family: 'proxima_nova_altbold';
  border: 1px solid #E2E5E6 !important;
  padding-left: 25px !important;
  border-bottom: 1px solid #00AFD7 !important;
  margin-top: 0px !important;
}
.advgb-accordion-header-title {
  line-height: 28px;
}
.advgb-accordion-body.ui-accordion-content {
  border: 1px solid #E2E5E6;
  padding: 30px 30px 20px 30px;
}
.wp-block-advgb-accordion-item {
	padding-top:0px;
	padding-bottom:0px;
  margin-bottom: 0px !important;
}
.advgb-accordion-header:after {
  width: 12px;
  height: 12px;
  border-left: 2px solid #0A3784;
  border-bottom: 2px solid #0A3784;
  position: absolute;
  right: 15px;
  content: " ";
  top: 17px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.advgb-accordion-header.ui-accordion-header-active::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wp-block-advgb-table table {
  width: 100% !important;
  border-collapse: collapse !important;
}
.wp-block-advgb-table tbody td {
  padding: 12px !important;
  padding-left: 25px;
  font-size: 16px;
  border-top: 1px solid #00AFD7 !important;
  border-right: 1px solid #00AFD7 !important;
}
.wp-block-advgb-table tr:nth-child(2) {
  background: #fff
}
.wp-block-advgb-table thead td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  text-align: left;
  background-color: #003594;
  color: #fff;
  font-size: 18px;
  border-bottom: none !important;
  border-right: 1px solid #fff !important;
}
.wp-block-advgb-table tbody tr:nth-child(odd) {
  background-color: #f1f6e2
}
.advgb-tab-vert-desktop .advgb-tabs-panel .advgb-tab a {
  font-weight: normal !important;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 21px;
}
.advgb-tab-vert-desktop .advgb-tabs-panel .advgb-tab a:hover {
  color: #011A45 !important;
  ;
}
.advgb-tab-vert-desktop .advgb-tabs-panel .advgb-tab {
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
}
.advgb-tab-vert-desktop .advgb-tabs-panel .advgb-tab:last-child {
  border-bottom: 1px solid #00AFD7 !important;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel {
  min-width: 27% !important;
  max-width: 27% !important;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop .advgb-tab-body-wrapper {
  min-width: 73% !important;
  max-width: 73% !important;
}
.visit_box .contact {
  margin-bottom: 0px;
}
.visit_center_row {
  justify-content: center;
  font-family: Roboto-Bold;
  color: #0A3784;
}
.advgb-is-half-tablet .alignleft {
  margin-left: 15px;
}
.advgb-is-half-tablet .alignright {
  margin-right: 15px;
}
.job_wrap p {
  max-width: 800px;
  margin: auto;
  padding-bottom: 50px;
}
.job_wrap {
  margin-bottom: 50px;
}
.job_info h4 {
  padding-top: 20px;
}
.contact_top_row {
  margin-bottom: 50px;
}
.contat_img img {
  width: 100%;
}
body .gform_wrapper .top_label div.ginput_container.ginput_container_select {
  margin-top: 10px;
}
.ginput_recaptcha > div, .ginput_recaptcha > div > iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.job_row .right_info h6 {
}
.procure_row .accordion li {
  padding-bottom: 0px;
}
.program_wrap .get_row {
  margin-top: 0px;
}
header .navbar-nav>li.menu-item-has-children:hover .arrow-down {
  display: block;
}
.search_filter_title select {
  font-size: 14px;
  color: #011A45;
}
.wp-block-media-text.alignwide {
 /*border-top: 1px solid #4E90FF;
  margin-top: 30px;*/
}
.get_involve {
 border-top: 1px solid #4E90FF;
  margin-top: 30px;
}

.wp-block-media-text .wp-block-media-text__media {
/*padding-left:40px;*/
}
.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
  font-size: 40px;
  color: #003865;
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
.gen_row {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 60px
}
.gen_row h6.date {
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 30px
}
.generic_left {
  width: 70%;
  padding-left: 8%;
  padding-right: 5%
}
.generic_right {
  width: 30%;
  padding-right: 50px
}
.general_slider {
  margin-top: 40px;
  margin-bottom: 40px
}
.general_wrap ul li {
  margin-bottom: 10px;
  position: relative
}
.general_wrap ol li {
  margin-bottom: 30px
}
.general_wrap ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px
}
.general_wrap ul li:before {
  content: "";
  font-size: 40px;
  vertical-align: middle;
  line-height: 20px;
  position: relative;
  top: 0px;
  margin-right: 6px;
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #000;
  border-radius: 100%
}
 .general_wrap ul li::marker {
 display: none;
 color: #fff
}
.documnts a {
  display: block;
  color: #006BA6;
  font-size: 16px;
  margin-bottom: 10px;
}
.documnts a:hover {
  color: #006BA6;
  font-weight: bold;
}
.documnts a img {
  margin-right: 5px;
  width: 22px;
  height: auto;
  margin-top: -2px
}
.generic_form {
  background: #0A3784;
  padding: 20px 25px;
  padding-top: 30px
}
.generic_form h3 {
  color: #003865;
}
.generic_form p {
  color: #fff
}
.generic_form .form-group label {
  text-transform: uppercase;
  color: #fff;
}
.generic_form .form-check label {
  color: #fff
}
.generic_form .btn_yl {
  border: none;
  background: #FFCD00;
  min-width: 170px
}
.generic_form .sub_btn {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px
}
.right_info_cont {
  background: #F0F8FA;
  padding: 30px 30px
}
.expanding-grid ul {
  padding-left: 0px;
  list-style: none
}
.expanding-grid ul a {
  text-decoration: none
}
.expanding-grid ul li>a {
  display: inline-block;
  width: 100%;
}
.expanding-grid ul li a.active {
  background: #fff
}
.expanding-grid .staff_box {
  text-align: center;
  background: #fff;
  padding: 10px 10px;
border: 3px solid #F0C511;
  position: relative;
}
.expanding-grid .staff_box img {
  max-width: 100%;
  width: 100%
}
.expanding-grid .staff_box h3 span {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.expanding-grid .staff_det {
  padding-top: 0px;
  padding-bottom: 5px
}
.expanding-grid .staff_det  h4{
	color:#003865;
}
.expanding-grid .staff_det p{
 /* min-height:50px; */
	color: #282828;
	padding-bottom: 0px !important;
}
.expanding-grid .staff_det p span, .expanding-grid .staff_det .prior span, .expanding-grid .staff_det .current span{
	font-weight: bold;
}
.expanding-grid .staff_det .prior, .expanding-grid .staff_det .current{
	color: #282828;
	font-family: 'Open Sans', sans-serif;
	padding-bottom:15px;
}
.expanding-grid .staff_det h3 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #000;
  margin-top: 0px;
  color: #003865;
}
.expanding-grid {
  position: relative;
  width: 100%
}
.expanding-grid ul li a.active .staff_box {
  border: 3px solid #FFCD00;
}
.expanding-grid ul li a.active .staff_box::after {
  position: absolute;
  content: '';
  background: #fff;
  height: 40px;
  bottom: -16px;
  left: -3px;
  z-index: 99;
  width: 102.2%;
  border-left: 3px solid #FFCD00;
  border-right: 3px solid #FFCD00;
  width: 102%;
  width: calc(100% + 6px);
  right: -3px;
}
.expanding-grid .links {
  display: block;
  max-width: 100% !important;
  overflow: hidden;
  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.three > li, .expanding-grid.three .links > li {
  width: 33.3%;
}
.expanding-grid .links.two > li, .expanding-grid.two .links > li {
  width: 50%;
}
.expanding-grid .links.four>li:nth-of-type(4n+1) {
  clear: left;
}
.expanding-grid .links.three>li:nth-of-type(3n+1) {
  clear: left;
}
.expanding-grid .links.two>li:nth-of-type(2n+1) {
  clear: left;
}
.expanding-grid .spacer {
  background-color: #fff;
  clear: both;
  display: block;
  margin: 0 1em;
  margin-bottom: 20px;
}
.expanding-grid .expanding-container {
  clear: both;
  display: none;
overflow: hidden;
width: calc(100% - 10px);
background: #fff;
border: 3px solid #FFCD00;
margin-left: 5px;
margin-right: 5px;
margin-bottom:20px;
}
.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 50px 60px 50px;
  margin: auto;
  max-width: 800px;
}
.expand-content .contact_info {
  margin-bottom: 20px
}
.expand-content .contact_info a {
  font-size: 16px;
  font-weight: 700
}
.expand-content .mail, .expand-content .number {
  font-size: 16px;
  font-weight: 700
}
.expanding-grid ul li a.active .staff_box {
  background: #fff
}
.plus-minus_icon {
  display: inline-block;
  line-height: 24px;
  text-align: center
}
.plus-minus_icon:before {
  content: "+";
  font-size: 36px;
  color: #00AFD7
}
.expanding-grid ul li a.active .plus-minus_icon:before {
  content: "-"
}
.advgb-column-inner .documnts a {
  display: table;
  border-top: 2px solid #00AFD7;
  border-bottom: 2px solid #00AFD7;
  padding: 5px 10px;
  width: 100%;
  /*border-radius: 20px;*/
  margin-bottom: 30px;
  text-transform: uppercase;
  background: #fff;
}
.advgb-column-inner .documnts a:hover {
  background: #00AFD7;
}
.advgb-column-inner > h4, .advgb-column-inner > h3, .advgb-column-inner > .wp-block-advgb-button.alignnone, .advgb-column-inner > h5, .advgb-column-inner > h6 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.advgb-column-inner > .wp-block-advgb-button.alignnone {
  margin-bottom: 20px;
}
.advgb-column-inner > p a:hover {
  color: #00AFD7;
}
.doc_list {
  border-top: 1px solid #00AFD7;
  max-width: 900px;
}
.doc_list a {
  border-bottom: 1px solid #00AFD7;
  border-left: 1px solid #E2E5E6;
  border-right: 1px solid #E2E5E6;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 40px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.doc_list a img {
  margin-right: 10px;
}
.doc_list a:hover {
  background: #00AFD7;
}
.advgb-is-one-third-tablet .visit_center .visit_col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.advgb-is-one-third-tablet .visit_center .container-fluid {
  padding-right: 0px;
}
.advgb-is-one-third-tablet .visit_center .visit_box {
  min-width: 350px;
}
.anchor_menu_item.active {
  position: relative;
}
.anchor_menu_item.active::before {
  position: absolute;
  background: #FFCD00;
  left: -4px;
  height: 100%;
  content: '';
  width: 4px;
  top: 0px;
}
.advgb-accordion-body.ui-accordion-content {
  background: #fff;
}
.advgb-column-inner .right_info_cont {
  margin-bottom: 20px;
}
.advgb-column-inner > .documnts {
  max-width: 800px;
  margin: auto;
}
.advgb-column-inner > .documnts a {
  margin-bottom: 15px;
}
.advgb-column-inner > p strong {
  text-transform: uppercase;
}
.advgb-column-inner > .content_row {
  padding: 0px;
}
.advgb-column-inner > .content_row .main_title h2 {
  padding-bottom: 16px;
}
.advgb-columns-2 .advgb-column.advgb-is-one-third-tablet .visit_box h4 {
  margin-bottom: 5px;
  color: #FFCD00;
  text-transform: capitalize;
}
.advgb-columns-2 .advgb-column.advgb-is-one-third-tablet .visit_box h5 {
  margin-bottom: 25px;
}
.wp-block-advgb-button .wp-block-advgb-button_link.resource:hover {
  /* background-color: #2196f3 !important;
    color: #fff !important;*/
  background-color: #00AFD7 !important;
  color: #011A45 !important;
}
.wp-block-media-text .wp-block-media-text__content .wp-block-advgb-columns.advgb-columns-wrapper > .advgb-columns-container {
  padding-bottom: 0px;
}
.wp-block-media-text__media img, .wp-block-media-text__media video {
  height: auto;
}
.wp-block-embed-youtube {
  background: #0A3784
}
a.btn_yl:hover, .dept-btn:hover, .all-news-btn:hover, .all-btn:hover, .s-btn:hover, .r-form:hover, .l-more:hover, .btn-div:hover, .a-form:hover, .wp-block-button__link:hover {
/*    background: #FECE07;
    border: 2px solid #FECE07;
    color: #000;*/
}
.row.img_textcard_block {
  justify-content: center;
}
.img_textcard_block.two .txt_crd_col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.img_textcard_block.three .txt_crd_col {
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.img_textcard_block.four .txt_crd_col {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  flex-basis: 25%;
}
.img_textcard_block {
  display: -ms-flexbox;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.img_textcard_block .txt_crd_col {
  margin: 10px 5px;
}
.projectGlance .projectImage {
  overflow: hidden;
}
.tab-d-flex {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#tab1.tabDetailsContainer {
 /* justify-content: flex-end;*/
}
.newsInner .wp-block-button__link {
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom:0px;
}
.contactBlock .col-60 {
  width: 60%;
}
.contactLeftInner .gform_wrapper {
  width: 100%;
}
::placeholder {
 color:#000;
 font-size:14px;
 padding:5px;
 line-height: 16px;
 font-family: 'Montserrat', sans-serif;
}
::-webkit-input-placeholder {
 color:#00f;
 font-size:14px;
 line-height: 16px;
 font-family: 'Montserrat', sans-serif;
 padding: 0;
}
.contactBlock input.gform_button {
  font-weight: 700;
  padding: 10px 25px !important;
  border: none;
  outline: none;
  margin: 8px 0;
  width: 100%;
  background: #FECE07;
  text-transform: uppercase;
  border: #fff solid 2px;
  cursor: pointer;
}
.contactBlock .gform_wrapper .gform_footer {
  text-align: center;
}
.contactBlock input.gform_button:hover, .contactBlock input.gform_button:active {
  background-color: #043865;
  color: #F0C511;
  border: #F0C511 solid 2px;
}
.phoneNumber a, .phoneNumber1 a, .tempNum a, .contactDetails p a, .textBlue a {
  color: #006BA6;
}
.contactLeftInner .gform_wrapper li.hidden_label input, body .contactLeftInner .gform_wrapper ul li.gfield {
  margin-top: 0px;
}
.contactLeftInner thead {
  display: none;
}
#input_1_6 {
  background-image: url(../img/arrowDown.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 20rem;
  -webkit-appearance: none;
  font-size: 14px !important;
  padding: 10px !important;
}
.gform_wrapper textarea.large {
  height: 195px!important;
}
.advgb-accordion-header {
  border-radius: 0px !important;
  background-color: #fff;
  border: #F0C511 1px solid !important;
  width: 100%;
  color: #282828;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 35px;
  margin-top: 10px !important;
  cursor: pointer;
}
.advgb-accordion-header h4.advgb-accordion-header-title, .advgb-accordion-header h4 {
  font-family: 'Montserrat', sans-serif;
  color: #282828 !important;
  font-size: 16px;
}
.wp-block-advgb-accordions {
  background-repeat: no-repeat;
  color: #fff;
  padding: 85px 0;
  justify-content: center;
  position: relative;
  align-items: center;
  padding: 90px 20%;
  width: 100%;
}
.wp-block-media-text__content .wp-block-advgb-accordions {
  padding: 0;
}
.advgb-accordion-body {
  background-color: #fff!important;
  border: #F0C511 1px solid!important;
  border-top: 0!important;
  width: 100%!important;
  display: flex;
  color: #282828!important;
  min-height: 100px;
  align-items: start;
  padding: 20px 35px!important;
  flex-direction: column;
}
/* Table Style*/
.wp-block-table table {
  border-collapse: collapse;
}
.wp-block-table td, .wp-block-table th {
  border: 0;
  padding: 20px 20px;
  text-align: left;
}
.wp-block-table thead {
  border-bottom: 0;
}
.wp-block-table td {
  border-right: 1px solid #809cb3;
}
.wp-block-table td:first-child {
  border-left: 1px solid #809cb3;
}
.wp-block-table table tr:nth-child(odd) td {
  background: #fff;
}
.wp-block-table table tr:nth-child(even) td {
  background: #f5f6f7;
}
.wp-block-table table thead tr:first-child td {
  background: #d9eaf4;
}
.wp-block-table table th, .wp-block-table table thead tr td {
  background: #d9eaf4;
  border-right: 1px solid #fff;
  color: #282828;
}
.wp-block-table table th:last-child, .wp-block-table table thead td:last-child {
  border-right: 1px solid #809cb3;
}

.wp-block-table table th:first-child, .wp-block-table table thead td:first-child {
  border-left: 1px solid #809cb3;
}
.wp-block-table tr:last-child {
  border-bottom: 1px solid #809cb3;
}
.wp-block-table tr:first-child {
  border-top: 1px solid #809cb3;
}
.tab-panel-sec.wp-block-acf-full-width-banner {
  margin-left: 0px !important;
}
.wp-block-group.table_list {
  padding: 100px 30px;
 /* background-image: url(../img/pattern2.svg);
  background-color: #003865;*/
}
.wp-block-group.table_list h2 {
  color: #fff;
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.wp-block-group.table_list h2::after {
  content: '';
  width: 84px;
  background: #F0C511;
  height: 6px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.wp-block-media-text.alignwide {
}
.downloadDoc {
  position: relative;
  padding: 10px 0 10px 0px;
  display:block;
}
.downloadDoc img {
  height: 18px;
  /*position: absolute;
  left: 0;
  top: 12px;*/
  margin-bottom:-2px; margin-right:10px;
}
.menu > ul > li > ul.normal-sub, .menu > ul > li > ul.dropdown-menu  {
  border: 1px solid #F0C511;
}
.yellowBtn:hover, .yellowBtn:active, .btn_blocks .tinyLinkText:hover {
  background-color: #043865;
  color: #F0C511;
  border: 2px solid #F0C511;
}
.commonBlock.imageCarousel .owl-carousel {
  margin-top: 0px;
}
.accordionHeader.active.activeContact img {
  /*display: none;*/
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
   
/* new style*/   color: #292929;
	text-decoration:none;
}
.wp-block-button a.wp-block-button__link {
  border: 2px solid #fff;
}
.wp-block-button a.wp-block-button__link {
  border: 2px solid #d9eaf4;
}
.wp-block-button a.wp-block-button__link:hover, .wp-block-button a.wp-block-button__link:active {
  background-color: #043865;
  color: #F0C511;
  border: 2px solid #F0C511;
}
.downloadDoc span:hover, .downloadDoc span:active {
/*font-weight: 600;
letter-spacing: -0.2px;*/
}
.downloadDoc span, .downloadDoc span {
  color: #006BA6;
  font-family: 'Open Sans', sans-serif;
}
.articleCommon ol, .mainContainer ol {
  padding: 0 0 0 45px;
  margin-bottom: 35px;
  margin-top: 15px;
}
.articleCommon ol li, .mainContainer ol li {
  color: #282828;
  font-family: 'Open Sans', sans-serif;
}
.articleCommon ul li, .mainContainer ul li {
  list-style: disc;
  color: #282828;
  font-family: 'Open Sans', sans-serif;
}
.articleCommon ul, .mainContainer ul {
  padding: 0 0 0 45px;
}
.mainContainer .breadCumbContainer ul {padding:0px;}

.wp-block-button__link {
  border: 2px solid #FDD003;
}
.wp-block-button__link:hover {
  color: #F0C511;
  background: #043865;
}
.gm-style-iw-d {
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
}
.gm-style-iw-d h2 {
  text-align: left;
  font-size: 20px;
  margin:0px;
}
.gm-style-iw-d h3, .gm-style-iw-d p {
  font-size: 16px;
  color: #333;
  margin:0px;
}
.gm-style-iw-d h3 span, .gm-style-iw-d p strong {
  color: #003865
}
.timeLineContainer img {
/*  max-width: 400px;*/
max-width: 100%;
}
header.entry-header {
  position: static;
  box-shadow: none;
  background: none;
}
header.page-header {
  position: static;
  box-shadow: none;
  background: none;
}
.search-results .content-area {
  padding: 80px 30px;
}
.search-results h2.entry-title {
  text-align: left;
}
img {
  max-width: 100%;
}
.page-template-template-reservoirs .mapText {
  padding: 0px 30px 70px 30px;
}
.wpDataTablesWrapper table.wpDataTable > thead > tr > th {
  background: #d9eaf4 !important;
  border: 0px !important;
  border-right: 1px solid #fff !important;
  color: #282828 !important;
  padding: 0px 25px !important;
}
.wpDataTablesWrapper table.wpDataTable td {
  padding: 15px 10px !important;
  border: 0 !important;
  border-right: 1px solid #809cb3 !important;
  color: #003865 !important;
}
/*
.contactLeftInner  input::-webkit-input-placeholder , .contactLeftInner  textarea::-webkit-input-placeholder
 {
  color:#292929;opacity: 1;
}
.contactLeftInner  input:-moz-placeholder ,  .contactLeftInner  textarea:-moz-placeholder
{
  color:#292929;opacity: 1;
}
.contactLeftInner  input::-moz-placeholder, .contactLeftInner  textarea::-moz-placeholder
{
  color:#292929;opacity: 1;
}
.contactLeftInner  input:-ms-input-placeholder , .contactLeftInner  textarea:-ms-input-placeholder
{
  color:#292929;opacity: 1;
}*/

.mainContainer .wp-block-quote {
  border-top: 2px solid #4E90FF;
  border-bottom: 2px solid #4E90FF;
  border-left: 0;
  padding-top: 30px;
  padding-bottom: 35px;
  background: url(../img/quote.svg);
  background-repeat: no-repeat;
  background-position: top 50px left 10px;
  padding-left: 110px;
  padding-right: 60px;
}
.mainContainer .wp-block-quote p {
  font-size: 20px;
  line-height: 34px;
}
.iconsContainer .col-3-wrap:hover .absoluteIcon {
  background: #043865;
  border-color: #043865;
}
.iconsContainer .col-3-wrap h5 {
  position: relative;
}
.iconsContainer .col-3-wrap:hover h5:after {
  position: absolute;
  content: '';
  background: #F0C511;
  height: 2px;
  width: 100%;
  left: 0px;
  bottom: -20px;
}
.publicationsFilterBlock {
  padding: 20px 0px 40px 0px;
}
.clear_btn a {
  background-color: #FDD003;
  padding: 8.5px 22px;
  border: 2px solid #FDD003;
  color: #292929;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  float: left;
}
.clear_btn a:hover {
  color: #F0C511;
  background: #043865;
}
.filterContainer select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url(../img/arrowDown.svg);
  background-position: right 10px top 14px;
  background-size: 18px;
  background-repeat: no-repeat;
  padding: 5px 5px;
  color: #282828;
}
select::-ms-expand {
    display: none;
}
.main_content {
  max-width: 1140px;
  margin: 0 auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  display: none;
}
.wp-block-image {
  text-align: center;
}
.gform_wrapper .contactBlock ul li.gfield {
  margin-top: 0px;
}
 .gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder {
 color:#292929;
opacity: 0.4;
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
 color:#292929;
opacity: 0.4;
}
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder {
 color:#292929;
opacity: 0.4;
}
.gform_wrapper input[type="checkbox"] {
  min-width: 20px;
}
.gform_wrapper input[type=checkbox]:checked + label:before {
  content: '\2714';
  position: absolute;
  top: 8px;
  left: 5px;
}
.gform_wrapper .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.gform_wrapper .gfield_checkbox > li {
  width: 50%;
}
.contactBlock .gfield_time_ampm select {
  height: 41px;
}
.page-template-template-member_map .mapWrapper {
  width: 100%;
  flex-direction: row;
}
.page-template-template-member_map .mapContainer {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 0;
}
.page-template-template-member_map .mapWrapper .countyLinks {
  flex-direction: column;
  width: 25%;
  display: flex; 
}
.page-template-template-member_map .mapWrapper .countyMap {
  flex-direction: column;
  width: 43%;
  display: flex;
  padding: 0 35px 0px 0px;
}
.page-template-template-member_map .mapWrapper .mapDesc {
  flex-direction: column;
  width: 32%;
  display: flex;
}
.mapLinks {
  padding: 10px;
  display: inline-block;
  color: #292929;
  vertical-align: middle;
  font-size: 14px;
}
.countyMap svg {
  width: 100%;
}
.countyMap svg path {
  cursor: pointer;
}
.countyMap svg path:hover, .countyMap svg path:active {
  fill-opacity: 0.7;
}
.countyMap svg text {
  font-family: 'Montserrat', sans-serif;
}
.mapInfoInner {
  display: none;
  padding-top: 10px;
}
.mapInfoInner#targetDiv1 {
  display: block;
}
.countyLinks {
  padding-top: 40px; 
}
.round {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #eee;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #252525;
  font-weight: 400;
}
.round.round1 {
    background-color: #AD8BC4;
    color: #fff;
}
.round.round2 {
    background-color: #ACCE94;
	color:#fff;
} 
.round.round3 {
    background-color: #cd7799;
	color:#fff;
}
.round.round4 {
    background-color: #f5873f;
	color:#fff;
}
.round.round5 {
    background-color: #c3cb91;
	color:#fff;
}
.round.round6 {
    background-color: #a0762f;
	color:#fff;
}
.round.round7 {
    background-color: #50519c;
	color:#fff;
}
.round.round8 {
    background-color: #f8d138;
	color:#fff;
}
.round.round9 {
    background-color: #84c1e8;
	color:#fff;
}
.round.round10 {
    background-color: #2e94c1;
	color:#fff;
}
.round.round11 {
    background-color: #daa456;
	color:#fff;
}
.round.round12 {
    background-color: #6daf7e;
	color:#fff;
}
.round.round13 {
    background-color: #a1a4d7;
	color:#fff;
}
.round.round14 {
    background-color: #8fc3c3;
	color:#fff;
}
.round.round15 {
    background-color: #0b684d;
	color:#fff;
}
.round.round16 {
    background-color: #bc4656;
	color:#fff;
}
.round.round17 {
    background-color: #31b597;
	color:#fff;
}
.round.round18 {
    background-color: #fe986e;
	color:#fff;
}
.round.round19 {
    background-color: #f6d180;
	color:#fff;
}
.round.round20 {
    background-color: #f46669;
	color:#fff;
}
.round.round21 {
    background-color: #196087;
	color:#fff;
}
.round.round22 {
    background-color: #7BBC4C;
	color:#fff;
}
.round.round23 {
    background-color: #5DAFE2;
	color:#fff;
}
.round.round24 {
    background-color: #199F70;
	color:#fff;
}
.round.round25 {
    background-color:#199F70;
	color:#fff;
}

.countyMap svg text, circle{cursor:pointer;}
.main_content > p, .main_content > ul, .main_content > ol,  .main_content > h2, .main_content > h3,  .wp-block-group > .wp-block-group__inner-container > p, .wp-block-group > .wp-block-group__inner-container > ul, .wp-block-group > .wp-block-group__inner-container > ol, .wp-block-group > .wp-block-group__inner-container > h3, .wp-block-group > .wp-block-group__inner-container > h4, .wp-block-group > .wp-block-group__inner-container >.wp-block-acf-file-download , .main_content > .wp-block-group > .wp-block-group__inner-container > h5 ,  .wp-block-group > .wp-block-group__inner-container > .downloadDoc, .wp-block-group__inner-container > .wp-block-buttons , .main_content > a.downloadDoc, .wp-block-group > .wp-block-group__inner-container > .wp-block-buttons {
    max-width: 1000px;
    margin-left: auto;
	margin-right:auto;
}
.main_content > p:empty{
 
}
.margintop50 {margin-top:50px;}

.filterBlock .rightFilter{
	    align-self: flex-end;margin-right: 10px;
}
.storyContent .btn_blocks .tinyLink {
	display:inline-block;
}
.pagenav{
	display:flex;justify-content: space-between;
}
.pagenav a{
	font-weight: bold;
font-family: 'Open Sans', sans-serif;
}
.pagenav  .next{
	
}

.story{/*margin-top:70px;*/}
.commonBlock.headingBlock{ padding-top:80px;padding-bottom:40px;}
.page-template-template-member_map .mapContainer{padding-bottom:50px;
padding-left: 30px;
padding-right: 30px;}

.wp-block-group  .wp-block-group__inner-container  .commonBlock.wp-block-acf-angled-clickable-image{
	padding:40px 0px;
}
.menu-image-hover-wrapper img.hovered-image, .menu-item:hover .menu-image-hover-wrapper img.menu-image {
    transition: none;
}
.menu-item:hover img.hovered-image {
    margin-top: -100px;
}
.lightBgBlock h2::after, .lightBlue h2::after, .lightblue h2::after, .darkBgTitleBlock h2::after, .darkBlue h2::after, .blue h2::after, h2.has-text-align-center::after {
    content: "";
    position: absolute;
    width: 84px;
    height: 6px;
    background-color: #F0C511;
    margin-top: 65px;
	/*left: 0px;*/
	 left: calc(50% - 42px);
}
.lightBgBlock h2.has-text-align-center::after, .lightBlue h2.has-text-align-center::after, .lightblue h2.has-text-align-center::after, .darkBgTitleBlock h2.has-text-align-center::after, .darkBlue h2.has-text-align-center::after, .blue h2.has-text-align-center::after, h2.has-text-align-center::after {
    left: calc(50% - 42px);
}


.planet-charts-container.wp-block-planet-charts-chart {
    margin-top: 50px;
    margin-bottom: 50px;
}
.projectDetails h3 {margin-top:0px;}

.main_content .downloadDoc.wp-block-acf-file-download.aligncenter {
	display:flex; justify-content:center;
	
} 

.main_content .downloadDoc.wp-block-acf-file-download.aligncenter img{
	position:static;margin-right: 10px;
}
.bannerRightInfo .wp-block-button__link {margin-top:5px;}
.storyBlockContainer .col-4.allCategory a , .storyBlockContainer .col-3 a {display:flex;}
.main_content > h4, .main_content > .wp-block-buttons , .main_content > figure img, .main_content > figure {
    max-width: 1000px;
    margin-left: auto;
	margin-right:auto;
	height:auto;
}
.main_content > .wp-block-group h4, .main_content > .wp-block-group  .wp-block-buttons, .main_content > .wp-block-group  figure img, .main_content > .wp-block-group  figure    {
 /*   max-width: 1000px;*/
    margin-left: auto;
	margin-right:auto;
	height:auto;
}
.main_content > .wp-block-group h4.has-text-align-left, .main_content > .wp-block-group  .wp-block-buttons.is-content-justification-left, .main_content > .wp-block-group  figure img.has-text-align-left, .main_content > .wp-block-group  figure.has-text-align-left    {
    margin-left: 0px;
}

.commonBlock.topIssues h1 {color: #fff;}
.container.officeBlocks {flex-wrap:wrap;}
.footerMenu{
	position:relative;
	z-index:99;
}
.mapText h2.wpdt-c{
	position:relative;
}
.mapText h2.wpdt-c::after{
	  content: "";
    position: absolute;
    width: 84px;
    height: 6px;
    background-color: #F0C511;
    left: calc(50% - 42px);
    margin-top: 65px;
}
.dataTables_filter .form-control {
	border: 1px solid #006BA6 !important;min-height: 40px;
}
.dataTables_length .bootstrap-select{
	border: 1px solid #006BA6 !important;
}

.dt-buttons .buttons-print:before{
	content:'' !important;
	background:url(../img/print-icon.svg);
	background-size: 20px;
width: 20px;
height: 23px;
background-repeat: no-repeat;
}
.dt-buttons .buttons-excel:before{
	content:'' !important;
	background:url(../img/Excel.svg);
	background-size: 20px;
width: 20px;
height: 23px;
background-repeat: no-repeat;
}
.dt-buttons .buttons-pdf:before{
	content:'' !important;
	background:url(../img/PDF.svg);
	background-size: 20px;
width: 20px;
height: 23px;
background-repeat: no-repeat;
}

.wpDataTablesWrapper .DTTT_button span{
	color: #003865;font-weight: bold;
}

.wp-pagenavi a, .wp-pagenavi span{
font-family: 'Montserrat', sans-serif;
font-weight: bold;
border: none;
padding:5px 10px;
color: #003865;
}
.wp-pagenavi span.current{
	background: #F0C511;
}

.nextpostslink span, .previouspostslink span{
	color:#292929;
}
.wp-pagenavi{
	margin-top:30px;
	margin-bottom:20px;
}
.wp-pagenavi a {
	position:relative;
}
.wp-pagenavi a:after{
	content: '';
position: absolute;
background: #F0C511;
height: 25px;
width: 1px;
right: 0px;
top: 0;
}
.wp-pagenavi a.nextpostslink:after{
	display:none;
}
/*
.page-id-36 #nav-menu-item-58 .dropdown-menu   {
	display:block !important;
}
*/
.menuBottom  .inner_submenu {
	margin-top:0px;
	display:none;
}
.menuBottom  .inner_submenu  > li > a{
padding-top: 10px !important;
padding-bottom: 10px !important;
min-height: 0px !important;
}

@media (min-width:960px){
	.menuBottomUl > li:hover .dropdown-menu {
display:block !important;	
}
}


.dropdown-menu  > li.menu-item-has-children > a{
	position:relative;
}
.dropdown-menu  > li.menu-item-has-children > a::after{
	content: '+';
position: absolute;
right: 0px;
top: 18px;
font-size: 30px;
z-index: -1;color: #292929;
display:none;

}
.dropdown-menu  > li.menu-item-has-children a.expanded::after{
		content: '\2212';
} 

.plus-minus{
position: absolute;
right: 0px;
top: 20px;
background-image: url(../img/plusicon.png);
background-repeat: no-repeat;
width: 25px;
height: 25px;
cursor: pointer;
background-size: 15px;
background-position: left 5px top -1px;
}

.minusIcon{
background-image: url(../img/minusicon.png);
background-position: left 5px top 8px;

}
.links .active .plusIcon span:last-child{
	display:none;
}
.lightblue  .advgb-accordion-body ul li{
/*	color: #003865;*/
}
.no_expand .plusIcon{
	visibility:hidden;
} 

.no_expand a{
	pointer-events:none;
}
.admin-bar .contentWrapper > header{
	padding-top: 30px;
}
/*
.page-id-36 #nav-menu-item-58 .dropdown-menu{
  display: block !important;
}*/
.acf-map{min-height:500px; }
/*.page-template-template-contact .acf-map{min-height:1200px;}*/

.home  .issuesBlockContainer .col-3 .col-3-wrap{
	padding:0px 0px;
}
.home  .issuesBlockContainer .col-3 .col-3-wrap .newsDetails{
	padding: 30px 30px;
}

form.contactBlock{
	padding-top:10px;
}

.single-projects .projectLocation .acf-map{ min-height:inherit;
	
}
.commonBlock  > hr{
	display:none;
}
.home .commonBlock  > hr{
	display:block;
}
ul.advgb-tabs-panel li.advgb-tab{
	list-style:none;
	background-color: #D9EAF4 !important;
margin: 0px !important;
min-width: 230px;
min-height: 60px;
display: flex;
align-items: center;
justify-content: center;
}
.wp-block-advgb-adv-tabs.advgb-tabs-wrapper:hover{

}	
ul.advgb-tabs-panel li.advgb-tab span{
	min-height:0px;
}

.wpDataTables  table td.negative{
	color: #F00 !important;
}

.wp-block-group.blue ul li{
	color:#fff;
}
.wp-block-group.blue ul li a{
	color:#F0C511
}
.wp-block-group.blue ul li a:hover{
	color:#fff;
}
.wp-block-group .wp-block-group__inner-container > p:last-of-type, .wp-block-group .wp-block-group__inner-container > a.downloadDoc:last-of-type {/*padding-bottom:50px; it creates extra gap troughtout the site */}
.wp-block-media-text__content h2 {text-align:left; position:relative}

.blue .advgb-accordion-body  p , .blue .advgb-accordion-body ul li {
	color:#282828
}

.socialInnerContainer .feed{
	overflow-x: hidden;
overflow-y: auto;
max-height: 515px;
min-height: 515px;
}

.rightContentContainer .gform_wrapper  {
	width:100%;margin-top:0px;
}
.rightContentContainer .gform_wrapper input.large{
	height: 40px;padding: 12px 10px !important;margin-top:0px;margin-bottom: 0;
}
.rightContentContainer  .gform_wrapper ul li.gfield{
	margin-top:10px;padding-right: 0px !important;
}
.rightContentContainer .gform_wrapper span.gform_description{
	color: #282828;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
}
.rightcontentWrapper.shortForm{
	padding-right:30px;
}
.rightContentContainer .gform_wrapper iframe{
	
}
.rightContentContainer .gform_wrapper  .gform_footer{
	margin-top:0px;
}
.rightContentContainer .gform_wrapper  .gform_footer  .gform_button {
	
	background-color: #FDD003;
padding: 10px 22px;
color: #292929;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
border: 0;
cursor: pointer;
}

.rightContentContainer .gform_wrapper  .gform_footer  .gform_button:hover {
    color: #F0C511;
    background: #043865;
}
.rightContentContainer .gform_wrapper  .gform_footer > img{
	max-width:30px;
}
.wpDataTablesFilter .wpDataTableFilterSection input.form-control{
	border: 1px solid #006BA6 !important;
padding: 5px 12px;
}

.wpDataTablesWrapper {
    margin-bottom: 0px !important;
}
.wpDataTablesWrapper .wpDataTableFilterSection{
	min-height:0px !important;
}

.advgb-tab-body-container .advgb-tab-body h2{
	position:relative;
}
.advgb-tab-body-container .advgb-tab-body h2:after{
	content: "";
position: absolute;
width: 84px;
height: 6px;
background-color: #F0C511;
left: calc(50% - 42px);
margin-top: 65px;
}
.advgb-tab-body .pointBlock.list.wp-block-acf-how-to{
	padding-top:0px;
}
.wpDataTablesWrapper .dataTables_paginate{
	margin-bottom:50px;
}

.wp-block-group  .wp-block-group__inner-container >  .wp-block-advgb-accordions{
	padding-top: 20px;
padding-bottom: 0px;
}

.wp-block-group > .wp-block-group__inner-container >  .wp-block-embed-youtube{
	max-width:800px;margin-left:auto;margin-right:auto;
}

.advgb-tab-body .wp-block-media-text.is-stacked-on-mobile h2:after{
	display:none;
} 
#Layer_1 path.valley, #Layer_1 text {
	cursor: pointer;
}
#Layer_1 path.valley:hover {
	fill-opacity: 0.7;
}
.uGMapDetailsWrapper {
	display: flex;
	flex-direction: row;
}
.valleyLinks { padding: 5px 15px; }
.ugWaterMapDetailsInner { display: none; padding: 5px 15px; }
.ugWaterMapDetailsInner:first-child { display: block;}

.wp-block-group.lightblue >.wp-block-image{
	margin-top:3px;
}

.main_content > .wp-block-advgb-accordions{
	padding-top:30px;padding-bottom:30px;
}
.main_content > p:last-of-type , .main_content > ul:last-of-type  {
   /* margin-bottom: 50px;*/
}


.wp-block-group.blue .wp-block-group__inner-container > .wp-block-acf-buttons-list{
	padding:0px 0px;
}
.main_content .buttonsContainer.two{
	justify-content: center;
}
.ugWaterMapLinks ul {
	margin: 0;
	padding: 0;
}
.ugWaterMapLinks ul li {
	list-style: none;
	margin: 0;
	padding:0;
}
.ugWaterMapLinks ul li a {  
	padding: 5px 15px;
	color: #292929;
	display: block;
}
.ugWaterMapLinks, .ugWaterMapDetailsInner {
	margin-top: 20px;
}
.ugWaterMapDetailsInner h2 {
	margin-top: 0;
	margin-bottom: 10px;
}
.ugWaterMapDetailsInner {
	padding-left: 53px;
}

.wp-block-group.blue p > a{
	color: #F0C511;
}
.wp-block-group.blue p > a:hover{
	color: #fff;
}
.advgb-tab-body-wrapper div.advgb-tab-body{
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 0px ;
}
.advgb-tab-body-wrapper div.advgb-tab-body p:last-of-type{
	/*padding-bottom: 40px;*/
}
.advgb-tab-body-wrapper div.advgb-tab-body .advgb-accordion-body p:last-of-type { padding-bottom:0px;}

.search-results  .wp-pagenavi {
    margin-left: auto;
    margin-right: auto;
}
.search-results .breadcrmb_wraper{
	padding-top: 80px;
padding-bottom: 40px;
}
#tab1.tabDetailsContainer.wp-block-acf-full-width-banner, #tab1.tabDetailsContainer{
	padding-top:0px;
	overflow:hidden;
}

.advgb-tab-body > .wp-block-advgb-accordions{
	padding-top:0px;
}

.breadcrumb_wrap hr{
display:block;	
}

.main_content >  .wp-block-group .wp-block-group__inner-container  .wp-block-group  .wp-block-group__inner-container:last-of-type{
	/*padding-bottom: 40px;*/
}
.mainContainer .projectDetails ul li {
    float: left;
    width: 100%;
}
.projectDetailsContainer a[href^="http:"]:before, .PDFicon a[href^="http:"]:before {background-image:url('../img/Link.svg'); background-size:15px; background-position:0px 4px; background-repeat:no-repeat; content:""; width:20px; height:42px; float:left;}

.projectDetailsContainer a[href$=".pdf"]:before, .PDFicon a[href$=".pdf"]:before, .projectDetailsContainer a[href$=".PDF"]:before, .PDFicon a[href$=".PDF"]:before {background-image:url('../img/PDF.svg'); background-size:15px; background-position:0px 4px; background-repeat:no-repeat; content:""; width:20px; height:42px; float:left;}

.projectDetailsContainer a.downloadDoc[href$=".pdf"]:before, .PDFicon a.downloadDoc[href$=".pdf"]:before, .projectDetailsContainer a.PDF[href$=".pdf"]:before {background-image:none; height:auto}
.projectDetailsContainer a[href^="http:"]:hover:before, .PDFicon a[href^="http:"]:hover:before {background-image:url('../img/Link.svg');}
.projectDetailsContainer a[href$=".pdf"]:hover:before, .PDFicon a[href$=".pdf"]:hover:before, .projectDetailsContainer a[href$=".PDF"]:hover:before, .PDFicon a[href$=".PDF"]:hover:before {background-image:url('../img/PDF.svg');}
.projectDetailsContainer a.downloadDoc[href$=".pdf"]:hover:before, .PDFicon a.downloadDoc[href$=".pdf"]:hover:before, .projectDetailsContainer a.PDF[href$=".pdf"]:hover:before {background-image:none;}
.PDFicon ul li, ul.PDFicon li {list-style:none; width: 100%; float:left}
.projectDetailsContainer .date {width: 100%; float: left;}
.projectDetailsContainer .file_wrap p.tinyLinkText {padding:10px;}

.projectDetailsContainer ul li {/*list-style:none;*/}
.wp-block-group.blue .PDFicon ul li , .wp-block-group.blue ul.PDFiconli {float: left; width:100%;}
.wp-block-group.blue .PDFicon ul li a, .wp-block-group.blue ul.PDFicon li a {color: #006BA6;}
.wp-block-group.blue .advgb-accordion-body li a {color: #006BA6;}

.PDFicon ul, ul.PDFicon {padding-left:0px;}
.searchContainer input::-webkit-input-placeholder {
 color:#282828;
opacity:1;
font-size: 16px;font-family: 'Open Sans', sans-serif;
}
.searchContainer input:-moz-placeholder {
 color:#282828;
opacity:1;
font-size: 16px;font-family: 'Open Sans', sans-serif;
}
.searchContainer input::-moz-placeholder {
 color:#282828;
opacity:1;
font-size: 16px;
line-height:28px;font-family: 'Open Sans', sans-serif;
}
.searchContainer input:-ms-input-placeholder {
 color:#282828;
opacity:1;
font-size: 16px;font-family: 'Open Sans', sans-serif;
}

.main_content .wp-block-group__inner-container  .commonBlock.wp-block-acf-buttons-list{
	padding:0px 0px;
}

.gform_body h2.gsection_title{
	color: #003865;
font-family: 'Montserrat', sans-serif;
font-size: 24px !important;
}

.wp-block-group.blue .wpdt-c label{
color: #fff !important;
}
.wp-block-group.blue .wpDataTableFilterBox{
	width: 100%;
display: table;
max-width: 1200px;
margin: auto;
}
.wp-block-group.blue .dataTables_length{
	margin-left:12%;
}
.wp-block-group.blue .wpDataTablesWrapper .dataTables_filter{
	margin-right:13%;
}
.wp-block-group.blue .dataTables_length .bootstrap-select{
	border: 1px solid #fff !important;
}
.wp-block-group.blue  .bootstrap-select.btn-group .dropdown-toggle .filter-option{
	 color:#fff;
}
.wp-block-group.blue .dataTables_filter .form-control{
	border: 1px solid #fff !important;color: #fff;
}
.wp-block-group.blue .wpDataTablesWrapper div.dt-buttons{
		margin-right:13%;
}
.wp-block-group.blue .wpDataTablesWrapper .DTTT_button span{
	color:#fff;
}
.wp-block-group.blue .wpDataTablesWrapper a.DTTT_button{
	opacity:1;
}
.wp-block-group.blue .dt-buttons .dt-button::before {
	filter: brightness(0) invert(1);
}


.wp-block-group.blue  .wpdt-c .noUi-handle.noUi-handle-lower, .wp-block-group.blue  .wpdt-c .noUi-handle.noUi-handle-upper{
	background-color: #fff !important;
}
.wp-block-group.blue  .wpdt-c .noUi-connect{
	background:#fff !important
}
.wpDataTablesWrapper div.wdtscroll {

    overflow-x: auto  !important;
}
.news_filter_wrap{
	display: flex;
}
.news_filter_wrap form input{
	width:100%;
	min-width:100%;
}
.news_filter_wrap .filter_col{
	width:33.3%;
}
.news_filter_wrap .filter_col select{
		width:100%;
}
.advgb-accordion-body .board_wrap.imagelist {width: 100%;}
.advgb-accordion-body .expanding-grid {padding:0px;}
.downloadDoc.aligncenter {text-align:center;}
.wp-block-buttons.aligncenter {
    justify-content: center;
}
.wpDataTables.wpDataTablesFilter {max-width:1000px; margin:auto;}
.wpdt-c .wpDataTables.wpDataTablesWrapper {/*max-width:1140px;*/ max-width:1220px; margin:auto}
.rightFilter #searchform {width: 100%;}
.wpdt-c .wpDataTablesWrapper .filter_column .show-tick button {
    width: 200px;
    border: 1px solid #006BA6 !important;
    height: 40px !important;
}
.wpDataTableFilterBox {
    width: 100%;
 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
      float: left;
    justify-content: center;
}
.wpdt-c .btn:not(.btn-link) {
    background-color: #FDD003;
    padding: 7px 22px !important;
    border: none;
    color: #292929;
    font-size: 15px !important;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    min-width: 135px;
    border: 2px solid #fff;
}
.wpDataTablesFilter .wpDataTableFilterSection#wdt-clear-filters-button-block {padding-top:40px !important; margin-left:20px;display: flex !important;
align-items: center;}

.single-projects #tab1.tabDetailsContainer {
	
	padding-top:60px;
}

.ctct-form-wrapper .ctct-disclosure{
	display:none;
}
.ctct-form-wrapper .ctct-submit{
background: #F0C511;
border: 2px solid #FDD003;
color: #292929;
font-size: 15px;
font-weight: 700;
border-radius: 0px;
display: table;
width: auto;
margin-left: auto;
margin-right: auto;
padding: 10px 30px;
margin-top: 20px;
}
.ctct-form-wrapper .ctct-submit:hover {
    color: #F0C511;
    background: #043865;
}
.ctct-form-wrapper .ctct-form-field {
    margin-bottom:0px
}
.ctct-form-wrapper input.ctct-label-right, .ctct-form-wrapper textarea.ctct-label-right{
	margin-right:10px;
	position: relative;
}
.ctct-form-field-checkbox span.ctct-label-right{
	width: calc(100% - 50px);
	position: relative;
top: -12px;
}
.ctct-form-wrapper .ctct-form-field-checkbox fieldset legend{
	margin-top: 10px;
margin-bottom: 10px;
font-weight: 500;
}
.ctct-form-field-checkbox .ctct-input-container input[type="checkbox"]{
	width:auto;margin-right:10px;position: relative;
}
.ctct-form-field-checkbox  .ctct-input-container label{
	width: calc(100% - 50px);
position: relative;
top: 0;
display: inline-block;
}
.ctct-form-wrapper input[type=checkbox]:checked::after
{
  content:"\2713";
  position: absolute;
top: 2px;
left: 5px;
}


.subsc_modal  .g-recaptcha{
	margin-top:20px;
}
.advgb-tab-body-wrapper div.advgb-tab-body .commonBlock.pointBlock {
	padding-top:0px;
	padding-bottom:0px;
}
.advgb-tab-body-wrapper div.advgb-tab-body .commonBlock.pointBlock .pointDetails p{
	padding-bottom:0px;
}
.advgb-tab-body-wrapper div.advgb-tab-body .commonBlock.pointBlock  .pointContainer{
	margin-top:20px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.wpdt-c .wpDataTableFilterBox .wdt-clear-filters-button{
	padding: 10px 22px !important;
}
.wpDataTableFilterBox button.wdt-clear-filters-button::before{
	margin-right:8px;
}
.highcharts-title{
	color: #fff !important;
	fill: #fff !important;
}
.page-template-template-news .storyContent p{font-weight:500}
.timeLineContainer  h2::after{
	display:none;
}
.timeLineContainer:last-child .timeLineCircle{
display: flex;
align-items: center;
justify-content: center;
/*top: auto;
bottom: 20px;*/
} 
.timeLineWrapper .timeLineContainer:nth-child(2)  .timeLineCircle{
/*top: 20px; */
}
.timeLineContainer:last-child .timeLineCircle::before {
    content: '';
    background: #F0C511;
    width: 28px;
    height: 28px;
    display: flex;
    border-radius: 100px;
}

.wp-block-group.blue .storyBlockContainer  .storyContent li{
	color: #282828;
}
.contactBlock.aligncenter .contactCardContainer{
	justify-content: center;
}  
.about_wrap.main_content > .wp-block-columns:first-child{
	margin-bottom:0px;
}
.padding-bottom-0 {padding-bottom:0px !important;}

.member-agency-locator-search-home-text{
font-weight: 700;
padding: 10px 12px !important;
border: #006BA6 1px solid;
width: calc(100% - 80px);
}
.member-agency-locator-search-button{
	background: #FECE07;
text-transform: uppercase;
border: #fff solid 2px;
cursor: pointer;
font-weight: 700;
padding: 11px 25px;
}
.member-agency-locator-search-button:hover{
	background-color: #043865;
color: #F0C511;border: 2px solid #F0C511;
}
.advgb-accordion-body .wp-block-embed-youtube{
	width:100%;
}
.advgb-accordion-body  .gform_wrapper{
	width:90%;
}
.advgb-accordion-body  .gform_wrapper form.contactBlock{
	padding-left:0px;padding-right:0px;
}
.blue   .contactCard h5, .blue   .contactCard h6,  .blue  .contactCard h3, .blue   .contactCard h2 , .blue  .contactCard ul li{
	color: #003865;
}
.wp-block-group.lightblue .pointBlock.commonBlock.list{
	padding-top:0px;padding-bottom:0px;
}
.blue  .contactCard p  a:hover{
	color: #F0C511;
}
.page-id-2255 .wp-block-table table {width: auto; min-width:350px;} 
.sidebar {border:1px solid #F0C511; padding:20px; margin-top:40px;}
.gform_wrapper div.charleft {color: #282828 !important; font-size:100% !important;}
.advgb-columns-2 .advgb-column:nth-of-type(2) {padding-left:20px; padding-right:20px;}

.wp-block-group.blue .highcharts-legend-item  text , .wp-block-group.blue  .highcharts-axis-labels text , .wp-block-group.blue text.highcharts-axis-title {
	color: #fff !important;fill: #fff !important; 
}

/***4-12-20***/
.inner_submenu li.current-menu-item::after {
  top: 50px;
}
.wpDataTablesWrapper table.wpDataTable>tbody>tr>td{/*text-align:right!important;*/}
.container.nopadding {padding:0px;}
.inner_submenu  li.current-menu-item.sub-sub-menu-item::after{
	position:static ;
}

.wp-block-advgb-accordions.advgb-accordion-wrapper >  .wp-block-advgb-accordion-item:last-child{
	margin-bottom:40px !important;
}

.advgb-accordion-body.ui-accordion-content .contactBlock {
	padding-left: 0px;
padding-right: 0px;
padding-top: 30px;
padding-bottom: 30px;
width: 100%;
}
.advgb-tab-body-wrapper div.advgb-tab-body  .wp-block-group__inner-container > p:first-child{
	padding-bottom:0px;
}
.mainContainer.work-with-wrap .advgb-tab-body-wrapper div.advgb-tab-body{
	padding-top:0px;
}

.expand-content  form.contactBlock{
	padding-left: 0;
padding-right: 0;
}
.expand-content .gform_wrapper{
	width:100%;
}
.advgb-tab-body .gform_wrapper input[type="checkbox"] {
width:auto;	
}

.advgb-tab-body .ginput_container_consent{
	position:relative;
}
.time-padding {padding:15px;}
.tabTitle a:hover {text-decoration:none;}
.sub_head {font-size: 18px;}
.rightContentContainer li{
	list-style:none;
}
.storyContent .tinyLink:hover p.tinyLinkText{
	text-decoration:underline;
}
.storyBlockContainer  .storyContent   > .cat_row{
	margin-top:auto;
}
.page-id-387 iframe {
    margin-top: 50px;
    border: none;
    width: 100%;
    height: 485vw;
}
iframe.con_opp {
    margin-top: 50px;
    border: none;
    width: 100%;
    height: 485vw;
}

.iidt::before{color:#116ba7; }
.aaccl::before{color:#d14342;}
.mwd::before{color:#fdcd00;}
.sd::before{color:#e77f26;}
.lsw::before{color:#33c9ca;}
.rw::before{color:#8193ca}
.gw::before{color:#76827e;}
.slrwt::before{color:#3cab92;}
.pr::before{color:#983494;}
.dc-div .ul-dc h1{padding:30px 0px;}
.dc-div ul li::before {
content: "\2022";
font-weight: bold;
display: inline-block; 
font-size: 35px;
padding: 0px 15px;
}
.dc-div .ul-dc{display:flex; padding:0px; flex-wrap: wrap;}
.dc-div .ul-dc li{list-style:none; display:flex; line-height: 30px;
    font-size: 12px;}
.iAgreePopup .popupContainer .popupChoices .yesNo {
    float: none !important;
    text-align: center;
}
.wdtheader.end_date.align_center {
    text-align: center;
    width: 150px;
}
.wdtheader.renew.align_center {
    width: 160px;
    text-align: center;
}
.wpDataTablesWrapper table.wpDataTable>tbody>tr>td.align_center {text-align:center !important;}
.wp-block-group.blue > .wp-block-group__inner-container > .downloadDoc  img{
	filter: brightness(0) invert(1);
}
.container.navBlock{
	width:100%;
}

.searchContainer .promagnifier .innericon{
	background-color: #F0C511 !important;
background-image: url(../img/searchIcon.svg);
background-size: 18px !important;
}
.searchContainer .promagnifier .innericon svg{
	display:none !important;
}
.searchContainer  div.asp_m.ajaxsearchpro .probox{

}
.searchContainer #ajaxsearchpro1_1,.searchContainer #ajaxsearchpro1_2,  div.asp_m.asp_m_1{
		border-radius:0px;
}
div.asp_m.ajaxsearchpro .probox .proinput{
width: 280px !important;
right: 0;
background: #fff;
border: 1px solid #F0C511;bottom: -40px !important;padding: 4px 15px !important;
position:absolute !important;
}
#ajaxsearchpro1_1 .probox .proinput input.autocomplete, #ajaxsearchpro1_2 .probox .proinput input.autocomplete, div.asp_m.asp_m_1 .probox .proinput input.autocomplete{
	border:none !important;
}
#ajaxsearchpro1_1 .probox .proinput input.orig, #ajaxsearchpro1_2 .probox .proinput input.orig, div.asp_m.asp_m_1 .probox .proinput input.orig{
	height: 28px !important;
border: none !important;
}
#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical{
	position: absolute !important;
right: 0px !important;
left: auto !important;
    min-width: 310px;
    top: 55px !important;
}
.feed iframe{/*height:515px !important;*/}
.board_wrap  .expanding-grid .spacer{
	margin-bottom:0px;
}

.wp-block-group__inner-container  >  .pointBlock.commonBlock.list{
	padding-top:30px;
} 

.page-id-347 .advgb-tab-body-wrapper div.advgb-tab-body > p:last-of-type {
    padding-bottom: 40px;
}
.single-projects .tabDetailsContainer.projectDetailsContainer  .projectDetails{
	display: inline-block;
margin-bottom: 30px;
}
.feed iframe{
	
}
.feed .y_content{
	display:none;
}

.socialInnerContainer .col-2:last-child .feed{
	display: flex;
align-items: center;
justify-content: center;
width: auto;
}


.main_content iframe .ng-scope body{
	overflow:hidden;
}
.search.search-results p:empty{
	display:none;
}
.search.search-results h5{
	margin-bottom:0px;
}
.search.search-results p{
	margin-bottom:10px;
}
.search.search-results p.dateBlock1 {margin-bottom:0px;  margin-top:5px;}
.page-id-431  .publicationsStory {
    border: none;
}
.page-id-431 .main_content > .wp-block-group .downloadDoc {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.search-results .search_category{
	display: flex;
align-items: baseline;color: #003865;
}
.search-results .search_category h5{
	color: #006BA6; padding-left:10px;
}
.search-results  #searchbox{
padding: 10px 12px ;
border: #006BA6 1px solid;	
}
.search-results  #searchform {
	margin-bottom:40px;text-align: center;
}
.search-results  #searchform label{
	text-transform: capitalize;
}

.search-results  #searchform label span{
	font-weight: 600;
}
.search-results  #searchform .s-icon{
	width: 40px;
height: 40px;
margin-left: -10px;
position: relative;
top: 1px;
background: #F0C511;
border: 0;
cursor:pointer;
}
.search-results .articleCommon{
	width:100%;
}

.mailpoet_paragraph  .mailpoet_text{
  padding: 10px 12px !important;
  border: #006BA6 1px solid !important;background: #fff !important;
  border-radius:0px !important;
}
.mailpoet_paragraph  .mailpoet_text:focus{
	border: 1px solid #F0C511 !important;
}

.mailpoet_paragraph .mailpoet_submit{
	background: #FECE07 !important;
text-transform: uppercase;
width: auto !important;border: #fff solid 2px !important;
padding: 10px 25px !important;
font-weight: 700 !important;
font-size: 16px !important;
cursor:pointer;margin-top: 10px !important;
}
.mailpoet_paragraph .mailpoet_submit:hover{
  background: #043865 !important;
color: #F0C511;
border: #F0C511 solid 2px !important;
}
@media (max-width:1023px) {
	iframe.con_opp.desk_noscroll{display:none;}
	
 }
 @media (min-width:1204px) {
	 iframe.con_opp.mob_scroll{display:none;}
 }
.commonBlock.socialMedia{width:100%;}
.feed iframe {
    max-width: 100%;
}
.main_content .wp-block-embed  iframe{
	width:100%;
}
.wp-block-embed figcaption {
    color: #282828;
    font-size: 16px;
    text-align: center;
    background: #fff;
    padding: 10px 0px;
}
.page-id-2255 .col_tbl .wp-block-table table{margin:0 auto;}
.wedocs-shortcode-wrap .col-2{ display: inherit;}
.wedocs-shortcode-wrap ul.col-2 li{ list-style: none;}
.wedocs-shortcode-wrap ul.col-2 li ul.wedocs-doc-sections li{ list-style: disc;}
.wedocs-shortcode-wrap{padding-top:40px;}
.wedocs-single-wrap .wp-block-media-text__content .has-large-font-size{
	font-size: 24px;
line-height: 30px;
}
.allCategory.news-release .category{
background: #58BDF9;
color: #282828;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
padding: 2px 10px;
text-align: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
text-transform:uppercase;
}
.allCategory.top-issue .category{
background: #F0C511;
color: #282828;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
padding: 2px 10px;
text-align: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
text-transform:uppercase;
}
.allCategory.top-issue  .storyContent , .allCategory.news-release  .storyContent {
	padding-top:50px
}

.wp-block-table thead  tr{
	border-left: 1px solid #809cb3;
}

.wp-block-group__inner-container > .wp-block-acf-contact-cards{
	width:auto;
}
.subsc_modal  .gform_wrapper {
	width:100%;
}
.subsc_modal .gform_button {
background: #F0C511;
border: 2px solid #FDD003;
color: #292929;
font-size: 15px;
font-weight: 700;
border-radius: 0px;
display: table;
width: auto;
margin-left: auto;
margin-right: auto;
padding: 10px 30px;
margin-top: 20px;
}
.subsc_modal .gform_button:hover {
    color: #F0C511;
    background: #043865;
}

.subsc_modal .gform_footer {
	text-align:center;
}

.subsc_modal div.ginput_container{
	margin-top:0px !important
}
.subsc_modal .gform_wrapper ul li.gfield{
	margin-top:5px;
}
.shortForm.subsc_modal input.large {
	padding:10px !important;
}

.page-id-32 .expanding-grid .staff_det p {
	min-height:50px;
}

.vtext_align .wp-block-group__inner-container{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
}
.vtext_align .wp-block-embed{
	min-width:400px;
	margin-right:15px !important;background: none;
}
.no_gap  .advgb-columns-container {
  padding-top: 0;
  padding-bottom: 0;
}
.no_gap .yellowBtn{text-align:center;}





/* 18-05-2023*/

.plant-banner {
	margin-top: 47px;
}
.plant-2 {
	background-image: none !important;
	background-color: inherit !important;
	padding: 0px !important;
}

.col-7.inner-ct {
	display: flex;
	justify-content: center;
	align-items: center;
}

.plant-2 {
	padding: 50px 245px !important;
	/* display: flex !important; */
	/* width: 100%; */
}
.plant-4{
	padding: 50px 245px !important;
}
.plant-top {
	display: flex;
}
.plant-top-img {
	width: 85%;
}
.inner-ct {
	padding-left: 130px;
}
.inner-ct h3 {
	text-transform: inherit !important;
	text-align: left !important;
	font-size: 28px;
}
.inner-ct p {
	font-size: 28px;
	line-height: 38px;
	color: #003865;
}
.plant-top-img img {
	max-width: inherit !important;
}
.inner-ct h2 {
	text-align: left;
	text-transform: inherit;
}


.plant-3 {
	background-image: url('/wp-content/uploads/2023/05/Plant-Me-Landing-Page-Header-2-2.png');
	/* padding: 232px; */
	height: 460px;
	background-position: center;
	padding: 25px 130px;
}

.plant-5 {
	
	/*background-image: url('/wp-content/uploads/2023/05/Untitled.png') !important;*/
	background-image: url('/wp-content/uploads/2023/06/plant.jpg') !important;
}
.plant-3-1 {
	padding-top: 86px;
}
.plant-3 {
	display: flex;
	align-items: center;
}
.plant-3 h1 {
	font-size: 75px;
	color: #003865;
}
.plant-4 {
	padding: 25px 250px !important;
	margin-top: 50px;
	margin-bottom: 50px;
}
.plant-4-2 {
	padding-left: 130px;
}
.plant-4-2 h2 {
	text-align: left;
	text-transform: inherit !important;
}
.plant-4-2 p {
	font-size: 28px;
	line-height: 38px;
	color: #003865;
}
.plant-4-1 img {
	max-width: inherit !important;
}
.plant-main4 {
	display: flex;
}

.plant-btn {
	background-color: #ADD5DC;
	padding: 16px;
	font-size: 28px;
	color: #003865;
}
.pr-btn {
	margin-top: 58px;
}
.plant-main4 {
	margin-bottom: 100px;
}

.plant-6 {
	padding: 25px 250px !important;
	margin-top: 50px;
	margin-bottom: 50px;
}
.plant-6 .gform_title {
	display: none;
}
.plant-inner {
	display: flex;
}
.plant-6-1 h3 {
	font-size: 28px !important;
}
.plant-6-1 p {
	font-size: 28px;
	color: #003865;
	line-height: 38px;
}
#gform_15 label {
	font-size: 24px;
	color: #003865;
}
.plant-6-1 {
	width: 50%;
}
#input_15_1 {
	border: none;
	background-color: #ECECEC;
	padding: 15px;
}
#input_15_4 {
	border: none;
	background-color: #ECECEC;
	padding: 15px;
}
#gform_submit_button_15 {
	border: navajowhite;
	background-color: #ADD5DC;
	color: #003865 !important;
	font-size: 30px;
	padding: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.plant-6-1 {
	margin-top: 20px;
}

.plant-7{
	background-image: url('/wp-content/uploads/2023/05/Plant-Me-Landing-Page-Divider-1.png');
}
.plant-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.plant-7-1 img {
	width: 160px;
}
.plant-7{
	padding: 50px 300px !important;
}
.plant-7-2 {
	padding-left: 60px;
}
.plant-inner-form {
	display: flex;
}
.plant-6-2 {
	width: 50% !important;
}
.newsletter-btn a {
	background-color: #ADD5DC;
	padding: 16px;
	font-size: 28px;
	color: #003865;
	text-transform: uppercase;
}
.newsletter-btn {
	margin-top: 40px;
}
.plant-3.plant-5 {
	height: 401px !important;
}

#nav-menu-item-13924 {
	display: none;
}
.page-id-13616 #nav-menu-item-13924 {
	display: block;
}
#nav-menu-item-13926 {
	display: none;
}
.page-id-13706 #nav-menu-item-13926 {
	display: block;
}
@media (min-width: 320px) and (max-width: 736px) 
{
	.plant-6-2 {
	width: 100% !important;
}
.plant-2 {
	padding: 0px 10px !important;
}	
	.plant-top {
	display: inherit !important;
}
	.inner-ct {
	padding-left: 10px;
}
	.plant-top-img img {
	width: 100% !important;
}
	.plant-top-img {
	text-align: center !important;
	width: 100% !important;
}
	.plant-3 {
	background-color: #ADD5DC !important;
	background-image: inherit !important;
		padding: 10px !important;
}
	.plant-3 {
	display: inherit !important;
	align-items: center;
		height: auto !important;
}

	.plant-3-1 {
	padding-top: 28px;
	padding-bottom: 28px;
	text-align: center;
}
	.plant-3 h1 {
	font-size: 28px !important;
}
	.plant-4 {
	padding: 10px !important;
}
	.plant-main4 {
	display: inherit !important;
}
	.plant-main4 img {
	width: 100%;
}
	.plant-4-2 {
	padding-left: 10px !important;
}
	.plant-btn {
	
	font-size: 16px !important;
	
}
	.plant-6 {
	padding: 10px !important;
}
	.plant-inner {
	display: inherit !important;
}
	.plant-6-1 {
	width: 100%;
}
	.plant-7 {
	padding: 10px !important;
}
	.plant-7-1 {
	text-align: center;
}
	.plant-banner {
	margin-top: 0px !important;
}
	.plant-inner-form {
	display: inherit !important;
}
}
@media (min-width: 768px) and (max-width: 1180px) 
	
{	
	 .plant-2 {
	padding: 10px !important;
}
.plant-top-img {
	width: 100%;
	text-align: center;
}
	.inner-ct {
	padding-left: 10px !important;
}
	.plant-top {
	display: inherit !important;
}
	.plant-3 {
	
	height: 346px !important;
	background-position: inherit !important;
}
	.plant-3 h1 {
	font-size: 45px !important;
}
	.plant-4 {
	padding: 10px !important;
	
}
	.plant-btn {
	font-size: 13px !important;
	
}
	.plant-6 {
	padding: 35px !important;
}
	.plant-7 {
	padding: 50px !important;
}
	.plant-main4 {
	justify-items: center;
	align-items: center !important;
}
	.plant-4-2 {
	padding-left: 30px !important;
}
	.plant-4-2 h2 {
	text-align: left;
	text-transform: inherit !important;
	font-size: 25px !important;
	line-height: 30px !important;
}
	.plant-3-1 {
	width: 100% !important;
		text-align: center;
}
	.plant-banner {
	margin-top: 0px !important;
}
	.plant-banner img {
	width: 100% !important;
}
}

@media (min-width: 1181px) and (max-width: 1279px) 
	
{
	
	.plant-2 {
	padding: 48px !important;
}
	.plant-3 {
	height: 341px !important;
	background-size: 100% 100% !important;
}
	.plant-3 h1 {
	font-size: 58px !important;
}
	.plant-btn {
	font-size: 24px;
	
}
	.plant-4 {
	padding: 50px !important;
}
	.plant-6 {
	padding: 50px !important;
}
	.plant-7 {
	padding: 50px !important;
}
}
@media (min-width: 1280px) and (max-width: 1599px) 
	
{	
	.plant-2 {
	padding: 50px 96px !important;
}
	.plant-3 h1 {
	font-size: 60px;
}
	.plant-3 {
	background-size: 100% 100% !important;
	
}
	.plant-4 {
	padding: 25px 96px !important;
}
	.plant-btn {
	font-size: 24px !important;
	
}
	.plant-6 {
	padding: 25px 96px !important;
}
	.plant-7-1 img {
	width: 100% !important;
}
	.plant-3 {
	height: 340px !important;

}
}
#gform_wrapper_11 {
	width: 100% !important;
}
#pum_popup_title_14062 {
	text-align: center !important;
	font-size: 34px !important;
	font-weight: bold !important;
	color: #003865 !important;
	margin-top: 20px !important;
}
#gform_11 {
	padding-bottom: 10px !important;
	padding-top: 0px;
}
.popup1 p {
	padding: 20px 10px !important;
}
#gform_11 {
	padding: 0px 32px !important;
}




.main-popup {
	width: 100%;
}
.popup1 {
	float: left;
	width: 52%;
}
.popup2 {
	float: left;
	width: 45%;
	padding-left: 30px;
}
.popup1 p {
	font-size: 16.1px !important;
	color: #000 !important;
	font-weight: 600 !important;
	padding: 0px 0px !important;
	margin-top: 0px !important;
}
#gform_wrapper_16 {
	width: 100% !important;
	margin-top: 0px !important;
}
#gform_submit_button_16 {
	font-weight: 700;
	padding: 10px 25px !important;
	border: none;
	outline: none;
	margin: 8px 0;
	width: 100%;
	background: #FECE07;
	text-transform: uppercase;
	border: #fff solid 2px;
	cursor: pointer;
}
#input_16_1 {
	font-weight: 700;
	padding: 10px 12px !important;
	border: #006BA6 1px solid;
	outline: none;
	margin: 8px 0;
	width: 100%;
}
.gform_footer.before {
	padding: 0px !important;
	margin: 0px !important;
}