/* Font Styles */
h4 {
  font-family: 'gill-sans-nova', Helvetica, Arial, sans-serif !important;
  font-size: 20px;
  font-weight: 400 !important;
  margin-top: 20px !important;
  margin-bottom: 6px !important;
}
a {
  color: #0B4A7B;
  text-decoration: underline;
}
a:hover,
a:hover .fl-heading-text {
  color: #00AAD3 !important;
}
.gradient-title .fl-heading {
  background: linear-gradient(135deg, #D41773 0%, #00AAD3 100%);
  background: -webkit-linear-gradient(135deg, #D41773, #00AAD3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blue-gradient-down .fl-icon i {
  background: linear-gradient(90deg, #0B4A7B 0%, #00AAD3 100%);
  background: -webkit-linear-gradient(90deg, #0B4A7B, #00AAD3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.uabb-read-more-text {
  text-align: right;
  display: inline-block !important;
  padding-top: 20px;
  background-color: #00AAD3 !important;
  background: linear-gradient(0deg, #0B4A7B 0%, #00a9d300 100%);
  background: -webkit-linear-gradient(0deg, #0B4A7B, #00a9d300);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: gill-sans-nova, Verdana, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
a.uabb-read-more-text:hover {
  background-color: #0B4A7B !important;
}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text p,
.white-text a,
.white-text li {
  color: #ffffff !important;
}
.gradient-border .fl-module-content {
  border-bottom: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  width: 50%;
}
.gradient-border.blue-gradient .fl-module-content {
  border-image-source: linear-gradient(to right, #0B4A7B, #ffffff00);
}
.gradient-border.green-gradient .fl-module-content {
  border-image-source: linear-gradient(to right, #92C83E, #ffffff00);
}
.gradient-border.orange-gradient .fl-module-content {
  border-image-source: linear-gradient(to right, #F26522, #ffffff00);
}
.fl-builder-content .fl-rich-text strong {
  font-weight: 600 !important;
}
/* Smooth Transitions */
a,
.owl-dot span,
#programs .pp-content-post,
#programs .fl-post-column,
.frm_button_submit,
.fl-icon i,
path,
.hover-content,
.fl-heading-text,
.uabb-read-more-text,
i {
  transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -webkit-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
}
/* Show hidden items in BB Editor view */
body.fl-builder-edit .hide {
  display: block !important;
}
/* Featured Stories */
#featured-stories .post-image-section {
  width: 60%;
  float: left;
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  #featured-stories .post-image-section {
    width: 100%;
  }
}
#featured-stories .post-image-section .post-gradient-layer {
  background: linear-gradient(135deg, #D41773 0%, #0B4A7B 100%);
  background: -webkit-linear-gradient(135deg, #D41773, #0B4A7B);
  width: 90%;
  height: 90%;
  display: block;
  position: absolute;
}
#featured-stories .post-image-section .uabb-post-thumbnail,
#featured-stories .post-image-section .pp-content-grid-post-image {
  height: 90%;
  width: 90%;
  margin-top: 40px;
  margin-left: 40px;
  position: relative;
}
@media (max-width: 991px) {
  #featured-stories .post-image-section .uabb-post-thumbnail,
  #featured-stories .post-image-section .pp-content-grid-post-image {
    margin-top: 30px;
    margin-left: 30px;
  }
}
#featured-stories .post-image-section .uabb-post-thumbnail img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 991px) {
  #featured-stories .post-image-section .uabb-post-thumbnail img {
    height: 325px;
  }
}
@media (max-width: 425px) {
  #featured-stories .post-image-section .uabb-post-thumbnail img {
    height: 225px;
  }
}
#featured-stories .uabb-blog-posts-col-1:nth-child(2) .post-gradient-layer,
#featured-stories .owl-item:nth-child(4) .post-gradient-layer {
  background: linear-gradient(135deg, #0B4A7B 0%, #92C83E 100%);
  background: -webkit-linear-gradient(135deg, #0B4A7B, #92C83E);
}
#featured-stories .uabb-blog-posts-col-1:nth-child(3) .post-gradient-layer,
#featured-stories .owl-item:nth-child(5) .post-gradient-layer {
  background: linear-gradient(135deg, #D41773 0%, #F26522 100%);
  background: -webkit-linear-gradient(135deg, #D41773, #F26522);
}
#featured-stories .uabb-blog-posts-col-1:nth-child(4) .post-gradient-layer,
#featured-stories .owl-item:nth-child(6) .post-gradient-layer {
  background: linear-gradient(135deg, #00AAD3 0%, #D41773 100%);
  background: -webkit-linear-gradient(135deg, #00AAD3, #D41773);
}
#featured-stories .uabb-blog-posts-col-1:nth-child(5) .post-gradient-layer,
#featured-stories .owl-item:nth-child(7) .post-gradient-layer {
  background: linear-gradient(135deg, #92C83E 0%, #00AAD3 100%);
  background: -webkit-linear-gradient(135deg, #92C83E, #00AAD3);
}
#featured-stories .post-carousel-content {
  width: 40%;
  float: left;
  padding: 40px;
}
@media (max-width: 991px) {
  #featured-stories .post-carousel-content {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  #featured-stories .pp-content-post-carousel .pp-content-post {
    height: auto !important;
    min-height: 620px;
  }
}
#featured-stories .pp-content-post-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 40%;
  text-align: left;
  right: 0;
  padding-left: 30px;
}
@media (max-width: 991px) {
  #featured-stories .pp-content-post-carousel .owl-dots {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
#featured-stories .pp-content-post-carousel .owl-dots .owl-dot span {
  opacity: 1;
  background: #CCCCCC;
  width: 45px;
  height: 10px;
  border-radius: 0px;
  box-shadow: none;
}
#featured-stories .pp-content-post-carousel .owl-dots .owl-dot:nth-child(1).active span,
#featured-stories .pp-content-post-carousel .owl-dots .owl-dot:nth-child(1):hover span {
  background: #92C83E;
}
#featured-stories .pp-content-post-carousel .owl-dots .owl-dot:nth-child(2).active span,
#featured-stories .pp-content-post-carousel .owl-dots .owl-dot:nth-child(2):hover span {
  background: #F26522;
}
#featured-stories .pp-content-post-carousel .owl-dots .owl-dot:nth-child(3).active span,
#featured-stories .pp-content-post-carousel .owl-dots .owl-dot:nth-child(3):hover span {
  background: #D41773;
}
#featured-stories .pp-content-post-carousel .owl-dots .owl-dot:nth-child(4).active span,
#featured-stories .pp-content-post-carousel .owl-dots .owl-dot:nth-child(4):hover span {
  background: #00AAD3;
}
#featured-stories .pp-content-post-carousel .owl-dots .owl-dot:nth-child(5).active span,
#featured-stories .pp-content-post-carousel .owl-dots .owl-dot:nth-child(5):hover span {
  background: #0B4A7B;
}
/* Our promise */
.fl-node-378tfk59mbde,
.fl-node-o4bklvyhxfga {
  /*keep paragraph width less than full-width*/
}
@media (max-width: 991px) {
  .fl-node-378tfk59mbde,
  .fl-node-o4bklvyhxfga {
    width: 60% !important;
  }
}
@media (max-width: 425px) {
  .fl-node-378tfk59mbde,
  .fl-node-o4bklvyhxfga {
    width: 100% !important;
  }
}
/** Image section grid **/
.fl-node-16oiwgy39abj {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}
@media (max-width: 991px) {
  .fl-node-16oiwgy39abj .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 400px;
    width: 30% !important;
    margin: 0;
  }
}
@media (max-width: 425px) {
  .fl-node-16oiwgy39abj .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 400px;
    width: 50% !important;
    margin: 0;
  }
}
/* Boxes with shadow */
.box-shadow .uabb-module-content {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
/* Map Section */
#map_actions {
  padding-top: 30px;
}
#map_actions a#map_location {
  font-family: 'gill-sans-nova', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #ffffff;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #00AAD3 !important;
  background-image: linear-gradient(90deg, #0B4A7B 0%, rgba(242, 101, 34, 0) 100%);
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
}
#map_actions a#map_location:hover {
  background-color: #0B4A7B !important;
}
#map_actions #map_selectionnote {
  font-family: 'gill-sans-nova', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* Logo Grid */
#our-reach .fl-module-pp-logos-grid .pp-logos-content .pp-logos-wrapper,
#funders-partners .fl-module-pp-logos-grid .pp-logos-content .pp-logos-wrapper {
  justify-content: space-evenly;
}
#our-reach .fl-module-pp-logos-grid .pp-logos-content .pp-logos-wrapper .pp-logo,
#funders-partners .fl-module-pp-logos-grid .pp-logos-content .pp-logos-wrapper .pp-logo {
  margin-bottom: 50px !important;
}
#our-reach .fl-module-pp-logos-grid .pp-logos-content .pp-logos-wrapper .pp-logo img,
#funders-partners .fl-module-pp-logos-grid .pp-logos-content .pp-logos-wrapper .pp-logo img {
  max-height: 80px;
}
@media (max-width: 425px) {
  #our-reach .fl-module-pp-logos-grid .pp-logos-content .pp-logos-wrapper .pp-logo img,
  #funders-partners .fl-module-pp-logos-grid .pp-logos-content .pp-logos-wrapper .pp-logo img {
    max-height: 40px;
  }
}
@media (max-width: 425px) {
  #funders-partners .fl-module-pp-logos-grid .pp-logos-content .pp-logos-wrapper .pp-logo {
    margin-bottom: 0px !important;
  }
}
/* Programs */
.fl-builder-edit #programs .logo-col .fl-col-content {
  height: auto;
}
.fl-builder-edit #programs .logo-col .fl-col-content .fl-module-photo {
  position: relative;
}
@media (max-width: 991px) {
  #programs .fl-col-small {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #programs .fl-module-pp-logos-grid .fl-module-content {
    margin: 0 10px;
  }
}
#programs .fl-module-pp-logos-grid .fl-module-content .pp-logos-content .pp-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
}
#programs .fl-module-pp-logos-grid .fl-module-content .pp-logos-content .pp-logo.color-logo img {
  -webkit-filter: inherit;
  filter: inherit;
}
#programs .fl-module-pp-logos-grid .fl-module-content .pp-logos-content .pp-logo:hover img {
  -webkit-filter: inherit;
  filter: inherit;
}
@media (max-width: 991px) {
  #programs .fl-module-pp-logos-grid .fl-module-content .pp-logos-content .pp-logo {
    width: calc((100% - 0px) / 3);
    padding: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  #programs .fl-module-pp-logos-grid .fl-module-content .pp-logos-content .pp-logo {
    width: calc((100% - 0px) / 2);
  }
}
#programs .logo-col .fl-col-content {
  position: relative;
  height: 110px;
}
#programs .logo-col .fl-col-content .fl-module-photo {
  position: absolute;
  top: 0;
}
#programs .logo-col .fl-col-content .fl-module-photo.logo-color {
  opacity: 0;
}
#programs .logo-col .fl-col-content .fl-module-photo.logo-black {
  opacity: 1;
}
#programs .logo-col .fl-col-content .fl-module-photo img {
  max-height: 90px;
  width: auto;
}
#programs .logo-col.logo-hover .fl-module-photo.logo-color {
  opacity: 1;
}
#programs .logo-col.logo-hover .fl-module-photo.logo-black {
  opacity: 0;
}
#programs .pp-content-post-grid,
#programs .fl-post-grid {
  height: auto !important;
}
@media (max-width: 991px) {
  #programs .pp-content-post-grid,
  #programs .fl-post-grid {
    min-height: 520px;
  }
}
@media (max-width: 425px) {
  #programs .pp-content-post-grid,
  #programs .fl-post-grid {
    min-height: 430px;
  }
}
#programs .pp-content-post-grid .pp-content-post,
#programs .fl-post-grid .pp-content-post,
#programs .pp-content-post-grid .fl-post-column,
#programs .fl-post-grid .fl-post-column {
  top: 0 !important;
  visibility: hidden !important;
  opacity: 0;
  display: none;
  overflow: visible;
}
#programs .pp-content-post-grid .pp-content-post:first-child,
#programs .fl-post-grid .pp-content-post:first-child,
#programs .pp-content-post-grid .fl-post-column:first-child,
#programs .fl-post-grid .fl-post-column:first-child {
  visibility: visible !important;
  opacity: 1;
  display: block;
}
#programs .pp-content-post-grid .pp-content-post.post-visible,
#programs .fl-post-grid .pp-content-post.post-visible,
#programs .pp-content-post-grid .fl-post-column.post-visible,
#programs .fl-post-grid .fl-post-column.post-visible {
  visibility: visible !important;
  opacity: 1;
  display: block;
}
#programs .pp-content-post-grid .pp-content-post.post-hidden,
#programs .fl-post-grid .pp-content-post.post-hidden,
#programs .pp-content-post-grid .fl-post-column.post-hidden,
#programs .fl-post-grid .fl-post-column.post-hidden {
  visibility: hidden !important;
  opacity: 0;
  display: none;
}
@media (max-width: 425px) {
  #programs .pp-content-post-grid .pp-content-post,
  #programs .fl-post-grid .pp-content-post,
  #programs .pp-content-post-grid .fl-post-column,
  #programs .fl-post-grid .fl-post-column {
    padding: 0;
  }
}
#programs .pp-content-post-grid .pp-content-post .post-carousel-content,
#programs .fl-post-grid .pp-content-post .post-carousel-content,
#programs .pp-content-post-grid .fl-post-column .post-carousel-content,
#programs .fl-post-grid .fl-post-column .post-carousel-content {
  clear: both;
  padding-top: 20px;
  width: 90%;
}
@media (max-width: 425px) {
  #programs .pp-content-post-grid .pp-content-post .post-carousel-content,
  #programs .fl-post-grid .pp-content-post .post-carousel-content,
  #programs .pp-content-post-grid .fl-post-column .post-carousel-content,
  #programs .fl-post-grid .fl-post-column .post-carousel-content {
    width: 100%;
  }
}
#programs .pp-content-post-grid .pp-content-post .post-carousel-content a.uabb-read-more-text,
#programs .fl-post-grid .pp-content-post .post-carousel-content a.uabb-read-more-text,
#programs .pp-content-post-grid .fl-post-column .post-carousel-content a.uabb-read-more-text,
#programs .fl-post-grid .fl-post-column .post-carousel-content a.uabb-read-more-text {
  width: 100%;
}
@media (max-width: 425px) {
  #programs .pp-content-post-grid .pp-content-post .post-carousel-content a.uabb-read-more-text,
  #programs .fl-post-grid .pp-content-post .post-carousel-content a.uabb-read-more-text,
  #programs .pp-content-post-grid .fl-post-column .post-carousel-content a.uabb-read-more-text,
  #programs .fl-post-grid .fl-post-column .post-carousel-content a.uabb-read-more-text {
    font-size: 14px;
  }
}
#programs .pp-content-post-grid .pp-content-post .post-carousel-content p,
#programs .fl-post-grid .pp-content-post .post-carousel-content p,
#programs .pp-content-post-grid .fl-post-column .post-carousel-content p,
#programs .fl-post-grid .fl-post-column .post-carousel-content p {
  font-size: 16px !important;
}
#programs .fl-post-grid .fl-post-column {
  position: absolute;
}
#programs .fl-post-grid .fl-post-column .fl-post-grid-post {
  border: 0;
  min-height: 530px;
}
#programs .post-image-section {
  width: 100%;
  float: left;
  display: block;
  position: relative;
}
#programs .post-image-section .post-gradient-layer {
  background: linear-gradient(135deg, #D41773 0%, #0B4A7B 100%);
  background: -webkit-linear-gradient(135deg, #D41773, #0B4A7B);
  width: 90%;
  height: 90%;
  display: block;
  position: absolute;
}
#programs .post-image-section .uabb-post-thumbnail,
#programs .post-image-section .pp-content-grid-post-image {
  height: 90%;
  width: 90%;
  margin-top: 40px;
  margin-left: 40px;
  position: relative;
}
@media (max-width: 991px) {
  #programs .post-image-section .uabb-post-thumbnail,
  #programs .post-image-section .pp-content-grid-post-image {
    margin-top: 30px;
    margin-left: 30px;
  }
}
#programs .post-image-section .uabb-post-thumbnail img {
  height: 325px;
  object-fit: cover;
}
@media (max-width: 425px) {
  #programs .post-image-section .uabb-post-thumbnail img {
    height: 225px;
  }
}
#programs .uabb-post-thumbnail,
#programs .pp-content-grid-post-image {
  height: 90%;
  width: 90%;
  margin-top: 40px;
  margin-left: 40px;
  position: relative;
}
#programs .pp-content-post:nth-child(2) .post-gradient-layer,
#programs .fl-post-column:nth-child(2) .post-gradient-layer {
  background: linear-gradient(135deg, #0B4A7B 0%, #92C83E 100%);
  background: -webkit-linear-gradient(135deg, #0B4A7B, #92C83E);
}
#programs .pp-content-post:nth-child(3) .post-gradient-layer,
#programs .fl-post-column:nth-child(3) .post-gradient-layer {
  background: linear-gradient(135deg, #D41773 0%, #F26522 100%);
  background: -webkit-linear-gradient(135deg, #D41773, #F26522);
}
#programs .pp-content-post:nth-child(4) .post-gradient-layer,
#programs .fl-post-column:nth-child(4) .post-gradient-layer {
  background: linear-gradient(135deg, #00AAD3 0%, #D41773 100%);
  background: -webkit-linear-gradient(135deg, #00AAD3, #D41773);
}
#programs .pp-content-post:nth-child(5) .post-gradient-layer,
#programs .fl-post-column:nth-child(5) .post-gradient-layer {
  background: linear-gradient(135deg, #92C83E 0%, #00AAD3 100%);
  background: -webkit-linear-gradient(135deg, #92C83E, #00AAD3);
}
.program-soc a {
  font-size: 30px;
  margin-left: 0.5em;
}
/* Latest Stories */
#latest-stories h3 {
  clear: both;
  display: inline-block;
  width: 100%;
}
#latest-stories h4,
#latest-stories h4 a {
  color: #0B4A7B !important;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}
#latest-stories h4 a:hover {
  color: #00AAD3 !important;
}
#latest-stories .pp-content-post-grid,
#latest-stories .fl-post-grid {
  display: flex;
  justify-content: space-between;
  height: auto !important;
}
@media only screen and (max-width: 786px) {
  #latest-stories .pp-content-post-grid,
  #latest-stories .fl-post-grid {
    flex-direction: column;
  }
}
#latest-stories .pp-content-post-grid .pp-content-post,
#latest-stories .fl-post-grid .pp-content-post,
#latest-stories .pp-content-post-grid .fl-post-column,
#latest-stories .fl-post-grid .fl-post-column {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  padding: 20px;
  height: auto!important;
  overflow: visible;
  border: 0;
}
@media only screen and (max-width: 786px) {
  #latest-stories .pp-content-post-grid .pp-content-post,
  #latest-stories .fl-post-grid .pp-content-post,
  #latest-stories .pp-content-post-grid .fl-post-column,
  #latest-stories .fl-post-grid .fl-post-column {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}
#latest-stories .pp-content-post-grid .pp-grid-space,
#latest-stories .fl-post-grid .pp-grid-space {
  display: none;
}
@media only screen and (max-width: 786px) {
  #latest-stories .pp-content-grid-pagination {
    display: none;
  }
}
#latest-stories .pp-content-post,
#latest-stories .fl-post-column {
  height: auto !important;
  width: 30% !important;
  padding-top: 80px;
}
@media only screen and (max-width: 786px) {
  #latest-stories .pp-content-post,
  #latest-stories .fl-post-column {
    width: 100% !important;
  }
}
#latest-stories .pp-content-post .fl-post-grid-post,
#latest-stories .fl-post-column .fl-post-grid-post {
  border: 0;
}
#latest-stories .pp-content-post .uabb-blog-posts-description,
#latest-stories .fl-post-column .uabb-blog-posts-description {
  display: none;
}
#latest-stories .pp-content-post p.read-more-container .uabb-read-more-text,
#latest-stories .fl-post-column p.read-more-container .uabb-read-more-text {
  padding-top: 0;
}
#latest-stories .pp-content-post .uabb-post-thumbnail img,
#latest-stories .fl-post-column .uabb-post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
/* About Us Page */
body.page-id-31 .pp-hover-card-description {
  padding: 1em 1em 2em 1em !important;
}
body.page-id-31 #our-approach .hover-content {
  opacity: 0;
  display: none;
}
body.page-id-31 #our-approach .hover-content.areas-of-work {
  opacity: 1;
  display: block;
}
body.page-id-31 #our-approach .hover-content.show {
  opacity: 1;
  display: block;
}
body.page-id-31 #our-approach .hover-content.hide {
  opacity: 0;
  display: none;
}
body.page-id-31.fl-builder-edit .hover-content {
  opacity: 1 !important;
  display: block !important;
}
/* Programs Page */
.program-card .fl-module-heading h3 {
  min-height: 80px;
}
/* fonts */
/* colors */
.bg-photo {
  background: center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: inline-block;
}
.transition {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
}
.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.pink-orange-gradient-btn a,
.frm_button_submit {
  background-color: #F26522 !important;
}
.pink-orange-gradient-btn a:hover,
.frm_button_submit:hover {
  background-color: #D41773 !important;
}
.blue-gradient-btn a {
  background-color: #00AAD3 !important;
}
.blue-gradient-btn a:hover {
  background-color: #0B4A7B !important;
}
.pp-form-button a {
  color: #1b1b1b;
  font-size: 18px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #ffffff;
  border-width: 2px;
  border-radius: 0;
  padding: 20px 40px;
  background-image: linear-gradient(90deg, #92C83E 0%, rgba(242, 101, 34, 0) 100%) !important;
  background-color: #E0DF1D !important;
}
.pp-form-button a:hover {
  background-color: #92C83E !important;
}
.frm_button_submit {
  background-image: linear-gradient(90deg, #d41773 0%, rgba(242, 101, 34, 0) 100%) !important;
}
/* In the News, Knowledge Hub */
@media (max-width: 425px) {
  .page-id-56 .pp-content-post-grid,
  .page-id-57 .pp-content-post-grid,
  .page-id-65 .pp-content-post-grid,
  .page-id-56 .fl-post-grid,
  .page-id-57 .fl-post-grid,
  .page-id-65 .fl-post-grid {
    height: auto !important;
  }
}
.page-id-56 .pp-content-post-grid .pp-content-post,
.page-id-57 .pp-content-post-grid .pp-content-post,
.page-id-65 .pp-content-post-grid .pp-content-post,
.page-id-56 .fl-post-grid .pp-content-post,
.page-id-57 .fl-post-grid .pp-content-post,
.page-id-65 .fl-post-grid .pp-content-post,
.page-id-56 .pp-content-post-grid .fl-post-column .fl-post-grid-post,
.page-id-57 .pp-content-post-grid .fl-post-column .fl-post-grid-post,
.page-id-65 .pp-content-post-grid .fl-post-column .fl-post-grid-post,
.page-id-56 .fl-post-grid .fl-post-column .fl-post-grid-post,
.page-id-57 .fl-post-grid .fl-post-column .fl-post-grid-post,
.page-id-65 .fl-post-grid .fl-post-column .fl-post-grid-post {
  display: flex;
  width: 100%;
  border: 0;
}
@media (max-width: 425px) {
  .page-id-56 .pp-content-post-grid .pp-content-post,
  .page-id-57 .pp-content-post-grid .pp-content-post,
  .page-id-65 .pp-content-post-grid .pp-content-post,
  .page-id-56 .fl-post-grid .pp-content-post,
  .page-id-57 .fl-post-grid .pp-content-post,
  .page-id-65 .fl-post-grid .pp-content-post,
  .page-id-56 .pp-content-post-grid .fl-post-column .fl-post-grid-post,
  .page-id-57 .pp-content-post-grid .fl-post-column .fl-post-grid-post,
  .page-id-65 .pp-content-post-grid .fl-post-column .fl-post-grid-post,
  .page-id-56 .fl-post-grid .fl-post-column .fl-post-grid-post,
  .page-id-57 .fl-post-grid .fl-post-column .fl-post-grid-post,
  .page-id-65 .fl-post-grid .fl-post-column .fl-post-grid-post {
    top: auto !important;
    position: relative !important;
  }
}
.page-id-56 .pp-content-post-grid .pp-content-post .post-image-section,
.page-id-57 .pp-content-post-grid .pp-content-post .post-image-section,
.page-id-65 .pp-content-post-grid .pp-content-post .post-image-section,
.page-id-56 .fl-post-grid .pp-content-post .post-image-section,
.page-id-57 .fl-post-grid .pp-content-post .post-image-section,
.page-id-65 .fl-post-grid .pp-content-post .post-image-section,
.page-id-56 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-image-section,
.page-id-57 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-image-section,
.page-id-65 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-image-section,
.page-id-56 .fl-post-grid .fl-post-column .fl-post-grid-post .post-image-section,
.page-id-57 .fl-post-grid .fl-post-column .fl-post-grid-post .post-image-section,
.page-id-65 .fl-post-grid .fl-post-column .fl-post-grid-post .post-image-section {
  width: 100%;
  height: auto;
  max-width: 350px;
  margin-right: 30px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .page-id-56 .pp-content-post-grid .pp-content-post .post-image-section,
  .page-id-57 .pp-content-post-grid .pp-content-post .post-image-section,
  .page-id-65 .pp-content-post-grid .pp-content-post .post-image-section,
  .page-id-56 .fl-post-grid .pp-content-post .post-image-section,
  .page-id-57 .fl-post-grid .pp-content-post .post-image-section,
  .page-id-65 .fl-post-grid .pp-content-post .post-image-section,
  .page-id-56 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-image-section,
  .page-id-57 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-image-section,
  .page-id-65 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-image-section,
  .page-id-56 .fl-post-grid .fl-post-column .fl-post-grid-post .post-image-section,
  .page-id-57 .fl-post-grid .fl-post-column .fl-post-grid-post .post-image-section,
  .page-id-65 .fl-post-grid .fl-post-column .fl-post-grid-post .post-image-section {
    max-width: 225px;
  }
}
@media (max-width: 425px) {
  .page-id-56 .pp-content-post-grid .pp-content-post .post-image-section,
  .page-id-57 .pp-content-post-grid .pp-content-post .post-image-section,
  .page-id-65 .pp-content-post-grid .pp-content-post .post-image-section,
  .page-id-56 .fl-post-grid .pp-content-post .post-image-section,
  .page-id-57 .fl-post-grid .pp-content-post .post-image-section,
  .page-id-65 .fl-post-grid .pp-content-post .post-image-section,
  .page-id-56 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-image-section,
  .page-id-57 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-image-section,
  .page-id-65 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-image-section,
  .page-id-56 .fl-post-grid .fl-post-column .fl-post-grid-post .post-image-section,
  .page-id-57 .fl-post-grid .fl-post-column .fl-post-grid-post .post-image-section,
  .page-id-65 .fl-post-grid .fl-post-column .fl-post-grid-post .post-image-section {
    display: none;
  }
}
.page-id-56 .pp-content-post-grid .pp-content-post .post-image-section .uabb-post-thumbnail,
.page-id-57 .pp-content-post-grid .pp-content-post .post-image-section .uabb-post-thumbnail,
.page-id-65 .pp-content-post-grid .pp-content-post .post-image-section .uabb-post-thumbnail,
.page-id-56 .fl-post-grid .pp-content-post .post-image-section .uabb-post-thumbnail,
.page-id-57 .fl-post-grid .pp-content-post .post-image-section .uabb-post-thumbnail,
.page-id-65 .fl-post-grid .pp-content-post .post-image-section .uabb-post-thumbnail,
.page-id-56 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-image-section .uabb-post-thumbnail,
.page-id-57 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-image-section .uabb-post-thumbnail,
.page-id-65 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-image-section .uabb-post-thumbnail,
.page-id-56 .fl-post-grid .fl-post-column .fl-post-grid-post .post-image-section .uabb-post-thumbnail,
.page-id-57 .fl-post-grid .fl-post-column .fl-post-grid-post .post-image-section .uabb-post-thumbnail,
.page-id-65 .fl-post-grid .fl-post-column .fl-post-grid-post .post-image-section .uabb-post-thumbnail {
  width: 100%;
  height: 250px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media (max-width: 991px) {
  .page-id-56 .pp-content-post-grid .pp-content-post .post-image-section .uabb-post-thumbnail,
  .page-id-57 .pp-content-post-grid .pp-content-post .post-image-section .uabb-post-thumbnail,
  .page-id-65 .pp-content-post-grid .pp-content-post .post-image-section .uabb-post-thumbnail,
  .page-id-56 .fl-post-grid .pp-content-post .post-image-section .uabb-post-thumbnail,
  .page-id-57 .fl-post-grid .pp-content-post .post-image-section .uabb-post-thumbnail,
  .page-id-65 .fl-post-grid .pp-content-post .post-image-section .uabb-post-thumbnail,
  .page-id-56 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-image-section .uabb-post-thumbnail,
  .page-id-57 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-image-section .uabb-post-thumbnail,
  .page-id-65 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-image-section .uabb-post-thumbnail,
  .page-id-56 .fl-post-grid .fl-post-column .fl-post-grid-post .post-image-section .uabb-post-thumbnail,
  .page-id-57 .fl-post-grid .fl-post-column .fl-post-grid-post .post-image-section .uabb-post-thumbnail,
  .page-id-65 .fl-post-grid .fl-post-column .fl-post-grid-post .post-image-section .uabb-post-thumbnail {
    width: 225px;
  }
}
@media (max-width: 425px) {
  .page-id-56 .pp-content-post-grid .pp-content-post .post-carousel-content,
  .page-id-57 .pp-content-post-grid .pp-content-post .post-carousel-content,
  .page-id-65 .pp-content-post-grid .pp-content-post .post-carousel-content,
  .page-id-56 .fl-post-grid .pp-content-post .post-carousel-content,
  .page-id-57 .fl-post-grid .pp-content-post .post-carousel-content,
  .page-id-65 .fl-post-grid .pp-content-post .post-carousel-content,
  .page-id-56 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content,
  .page-id-57 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content,
  .page-id-65 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content,
  .page-id-56 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content,
  .page-id-57 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content,
  .page-id-65 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content {
    padding-bottom: 30px;
  }
}
.page-id-56 .pp-content-post-grid .pp-content-post .post-carousel-content h3,
.page-id-57 .pp-content-post-grid .pp-content-post .post-carousel-content h3,
.page-id-65 .pp-content-post-grid .pp-content-post .post-carousel-content h3,
.page-id-56 .fl-post-grid .pp-content-post .post-carousel-content h3,
.page-id-57 .fl-post-grid .pp-content-post .post-carousel-content h3,
.page-id-65 .fl-post-grid .pp-content-post .post-carousel-content h3,
.page-id-56 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content h3,
.page-id-57 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content h3,
.page-id-65 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content h3,
.page-id-56 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content h3,
.page-id-57 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content h3,
.page-id-65 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content h3 {
  margin-top: 0;
}
@media (max-width: 425px) {
  .page-id-56 .pp-content-post-grid .pp-content-post .post-carousel-content h3,
  .page-id-57 .pp-content-post-grid .pp-content-post .post-carousel-content h3,
  .page-id-65 .pp-content-post-grid .pp-content-post .post-carousel-content h3,
  .page-id-56 .fl-post-grid .pp-content-post .post-carousel-content h3,
  .page-id-57 .fl-post-grid .pp-content-post .post-carousel-content h3,
  .page-id-65 .fl-post-grid .pp-content-post .post-carousel-content h3,
  .page-id-56 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content h3,
  .page-id-57 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content h3,
  .page-id-65 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content h3,
  .page-id-56 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content h3,
  .page-id-57 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content h3,
  .page-id-65 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content h3 {
    font-size: 20px;
  }
}
.page-id-56 .pp-content-post-grid .pp-content-post .post-carousel-content p,
.page-id-57 .pp-content-post-grid .pp-content-post .post-carousel-content p,
.page-id-65 .pp-content-post-grid .pp-content-post .post-carousel-content p,
.page-id-56 .fl-post-grid .pp-content-post .post-carousel-content p,
.page-id-57 .fl-post-grid .pp-content-post .post-carousel-content p,
.page-id-65 .fl-post-grid .pp-content-post .post-carousel-content p,
.page-id-56 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content p,
.page-id-57 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content p,
.page-id-65 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content p,
.page-id-56 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content p,
.page-id-57 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content p,
.page-id-65 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content p {
  font-size: 16px;
}
.page-id-56 .pp-content-post-grid .pp-content-post .post-carousel-content .news-logo-section img,
.page-id-57 .pp-content-post-grid .pp-content-post .post-carousel-content .news-logo-section img,
.page-id-65 .pp-content-post-grid .pp-content-post .post-carousel-content .news-logo-section img,
.page-id-56 .fl-post-grid .pp-content-post .post-carousel-content .news-logo-section img,
.page-id-57 .fl-post-grid .pp-content-post .post-carousel-content .news-logo-section img,
.page-id-65 .fl-post-grid .pp-content-post .post-carousel-content .news-logo-section img,
.page-id-56 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .news-logo-section img,
.page-id-57 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .news-logo-section img,
.page-id-65 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .news-logo-section img,
.page-id-56 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .news-logo-section img,
.page-id-57 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .news-logo-section img,
.page-id-65 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .news-logo-section img {
  width: auto;
  max-width: 150px;
  max-height: 50px;
}
@media (max-width: 425px) {
  .page-id-56 .pp-content-post-grid .pp-content-post .post-carousel-content .news-logo-section img,
  .page-id-57 .pp-content-post-grid .pp-content-post .post-carousel-content .news-logo-section img,
  .page-id-65 .pp-content-post-grid .pp-content-post .post-carousel-content .news-logo-section img,
  .page-id-56 .fl-post-grid .pp-content-post .post-carousel-content .news-logo-section img,
  .page-id-57 .fl-post-grid .pp-content-post .post-carousel-content .news-logo-section img,
  .page-id-65 .fl-post-grid .pp-content-post .post-carousel-content .news-logo-section img,
  .page-id-56 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .news-logo-section img,
  .page-id-57 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .news-logo-section img,
  .page-id-65 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .news-logo-section img,
  .page-id-56 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .news-logo-section img,
  .page-id-57 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .news-logo-section img,
  .page-id-65 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .news-logo-section img {
    max-height: 30px;
  }
}
.page-id-56 .pp-content-post-grid .pp-content-post .post-carousel-content .uabb-read-more-text,
.page-id-57 .pp-content-post-grid .pp-content-post .post-carousel-content .uabb-read-more-text,
.page-id-65 .pp-content-post-grid .pp-content-post .post-carousel-content .uabb-read-more-text,
.page-id-56 .fl-post-grid .pp-content-post .post-carousel-content .uabb-read-more-text,
.page-id-57 .fl-post-grid .pp-content-post .post-carousel-content .uabb-read-more-text,
.page-id-65 .fl-post-grid .pp-content-post .post-carousel-content .uabb-read-more-text,
.page-id-56 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .uabb-read-more-text,
.page-id-57 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .uabb-read-more-text,
.page-id-65 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .uabb-read-more-text,
.page-id-56 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .uabb-read-more-text,
.page-id-57 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .uabb-read-more-text,
.page-id-65 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .uabb-read-more-text {
  font-size: 16px;
}
@media (max-width: 425px) {
  .page-id-56 .pp-content-post-grid .pp-content-post .post-carousel-content .uabb-read-more-text,
  .page-id-57 .pp-content-post-grid .pp-content-post .post-carousel-content .uabb-read-more-text,
  .page-id-65 .pp-content-post-grid .pp-content-post .post-carousel-content .uabb-read-more-text,
  .page-id-56 .fl-post-grid .pp-content-post .post-carousel-content .uabb-read-more-text,
  .page-id-57 .fl-post-grid .pp-content-post .post-carousel-content .uabb-read-more-text,
  .page-id-65 .fl-post-grid .pp-content-post .post-carousel-content .uabb-read-more-text,
  .page-id-56 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .uabb-read-more-text,
  .page-id-57 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .uabb-read-more-text,
  .page-id-65 .pp-content-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .uabb-read-more-text,
  .page-id-56 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .uabb-read-more-text,
  .page-id-57 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .uabb-read-more-text,
  .page-id-65 .fl-post-grid .fl-post-column .fl-post-grid-post .post-carousel-content .uabb-read-more-text {
    padding-top: 0px;
  }
}
.page-id-56 .pp-content-grid-empty,
.page-id-57 .pp-content-grid-empty,
.page-id-65 .pp-content-grid-empty {
  border: 0;
  padding: 20px 0;
  text-align: left;
}
.page-id-56 .pp-content-grid-post,
.page-id-57 .pp-content-grid-post,
.page-id-65 .pp-content-grid-post {
  font-size: 16px;
}
ul.page-numbers li .current {
  background-color: #d41773;
  color: #ffffff;
}
ul.page-numbers li a,
ul.page-numbers li span {
  text-align: center;
  font-family: gill-sans-nova, Verdana, Arial, sans-serif;
  font-weight: 600;
  color: #1B1B1B;
  background-color: #ffffff;
  font-size: 14px;
  padding: 10px !important;
  margin-right: 5px !important;
  min-width: 35px !important;
}
ul.page-numbers li a:hover,
ul.page-numbers li span:hover {
  background-color: #d41773 !important;
  color: #ffffff !important;
}
/* Single Knowledge Hub Post */
.single .column-content-row {
  display: flex;
}
@media (max-width: 425px) {
  .single .column-content-row {
    flex-direction: column;
  }
}
.single .column-content-row .column-content-one {
  width: 50%;
  padding: 20px 20px 20px 0;
}
@media (max-width: 425px) {
  .single .column-content-row .column-content-one {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.single .column-content-row .column-content-two {
  width: 50%;
  padding: 20px 0 20px 20px;
}
@media (max-width: 425px) {
  .single .column-content-row .column-content-two {
    padding: 0 0 40px 0;
    width: 100%;
  }
}
.single .wp-caption {
  background: #ffffff;
  border: 0;
  padding: 0 0 30px 0;
  text-align: left;
}
.single p img {
  padding-bottom: 30px;
}
@media (max-width: 425px) {
  .single p img {
    padding: 0;
    margin: 0 !important;
    float: none;
  }
}
.single h4 {
  margin-bottom: 20px !important;
}
header .menu-item {
  text-align: left;
}
header .fl-row-content-wrap {
  z-index: 1000 !important;
}
header .fl-row-content-wrap .sub-menu {
  width: 240px;
}
.fl-builder-edit header .fl-row-content-wrap {
  z-index: auto !important;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 36px !important;
  }
}
@media only screen and (max-width: 450px) {
  .cky-consent-container {
    max-width: 100vw !important;
    left: 0 !important;
  }
  .pp-modal-wrap,
  .pp-modal-container {
    max-width: 100vw;
  }
}
body #fellows-slider .owl-dots {
  display: none;
}
@media only screen and (max-width: 991px) {
  body #fellows-slider .owl-dots {
    display: block;
  }
}
body #fellows-slider .pp-carousel-nav {
  display: block;
}
@media only screen and (max-width: 991px) {
  body #fellows-slider .pp-carousel-nav {
    display: none;
  }
}
body #fellows-cards .fl-post-grid-post,
body .pp-modal .fl-post-grid-post {
  background-color: transparent;
  border: 0;
  overflow: visible;
}
body #fellows-cards .card-photo img,
body .pp-modal .card-photo img {
  border-radius: 200px;
  border: 5px solid #ffffff;
  background-color: #ffffff;
  width: 180px;
  margin: 0 auto;
}
body #fellows-cards .card-content,
body .pp-modal .card-content {
  background: #FFFFFF;
  padding: 100px 30px 30px;
  margin-top: -90px;
  height: auto;
}
body #fellows-cards .card-content h4,
body .pp-modal .card-content h4 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  font-size: 20px;
}
body #fellows-cards .card-content a.uabb-read-more-text,
body .pp-modal .card-content a.uabb-read-more-text {
  padding-top: 0;
}
body #fellows-cards ul.page-numbers a,
body .pp-modal ul.page-numbers a,
body #fellows-cards ul.page-numbers span,
body .pp-modal ul.page-numbers span {
  border: 2px solid #FFFFFF;
}
body #fellows-cards h4 {
  min-height: 60px;
}
body #fellows-slider .card-content,
body #fellows-cards .card-content {
  min-height: 460px;
}
body #our-team .card-content {
  min-height: 320px;
  box-shadow: 0 0 15px #d6d6d6;
}
body #our-team .card-photo img {
  box-shadow: 0 0 15px #d6d6d6;
  border: 0;
}
body .pp-modal .card-content {
  padding: 90px 50px 30px;
}
@media (max-width: 425px) {
  body .pp-modal .card-content {
    padding: 90px 30px 10px;
  }
}
body .pp-modal .card-content .fellow-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 40px;
}
@media (max-width: 425px) {
  body .pp-modal .card-content .fellow-details {
    flex-direction: column-reverse;
    padding: 0 0 10px;
  }
  body .pp-modal .card-content .fellow-details h4 {
    text-align: center;
  }
  body .pp-modal .card-content .fellow-details img {
    display: none;
  }
}
body .fellow-footer {
  padding: 10px 20px;
  background: linear-gradient(0deg, #0B4A7B 0%, #00AAD3 100%);
  background: -webkit-linear-gradient(0deg, #0B4A7B, #00AAD3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 425px) {
  body .fellow-footer {
    flex-direction: column;
    align-items: start;
  }
}
body .fellow-footer .contact-fellow .uabb-read-more-text {
  padding: 0;
  background-color: #ffffff !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: white;
  text-decoration: none;
}
body .fellow-footer .contact-fellow .uabb-read-more-text:hover {
  text-decoration: underline;
}
@media (max-width: 425px) {
  body .fellows-soc {
    margin-bottom: 8px;
  }
}
body .fellows-soc a {
  text-decoration: none;
}
body .fellows-soc a i {
  font-size: 20px;
  margin-right: 15px;
  color: #ffffff;
}
body .fellows-soc a:hover i {
  color: #00AAD3;
}
body .fellow-publications h4 {
  color: #00AAD3;
}
body .pp-modal {
  margin: 40px auto;
  background: transparent;
}
body .pp-modal .card-photo {
  text-align: center;
}
body .card-photo {
  text-align: center;
}
body .pp-content-grid-pagination li {
  text-align: center;
  font-family: gill-sans-nova, Verdana, Arial, sans-serif;
  font-weight: 600;
}
body .fl-node-dh5m2lny8f03,
body .fl-node-gxha14n0ziyj,
body .fl-node-2wukf4c90dj1 {
  flex-flow: row wrap;
  justify-content: flex-start;
}
body .fl-node-dh5m2lny8f03 .fellow-filter,
body .fl-node-gxha14n0ziyj .fellow-filter,
body .fl-node-2wukf4c90dj1 .fellow-filter,
body .fl-node-dh5m2lny8f03 .publication-filter,
body .fl-node-gxha14n0ziyj .publication-filter,
body .fl-node-2wukf4c90dj1 .publication-filter {
  width: 300px;
}
body .fl-node-dh5m2lny8f03 .fellow-filter .facetwp-bb-module,
body .fl-node-gxha14n0ziyj .fellow-filter .facetwp-bb-module,
body .fl-node-2wukf4c90dj1 .fellow-filter .facetwp-bb-module,
body .fl-node-dh5m2lny8f03 .publication-filter .facetwp-bb-module,
body .fl-node-gxha14n0ziyj .publication-filter .facetwp-bb-module,
body .fl-node-2wukf4c90dj1 .publication-filter .facetwp-bb-module {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .fl-node-dh5m2lny8f03 .fellow-filter .facetwp-bb-module .facetwp-facet-title,
body .fl-node-gxha14n0ziyj .fellow-filter .facetwp-bb-module .facetwp-facet-title,
body .fl-node-2wukf4c90dj1 .fellow-filter .facetwp-bb-module .facetwp-facet-title,
body .fl-node-dh5m2lny8f03 .publication-filter .facetwp-bb-module .facetwp-facet-title,
body .fl-node-gxha14n0ziyj .publication-filter .facetwp-bb-module .facetwp-facet-title,
body .fl-node-2wukf4c90dj1 .publication-filter .facetwp-bb-module .facetwp-facet-title,
body .fl-node-dh5m2lny8f03 .fellow-filter .facetwp-bb-module .facetwp-facet,
body .fl-node-gxha14n0ziyj .fellow-filter .facetwp-bb-module .facetwp-facet,
body .fl-node-2wukf4c90dj1 .fellow-filter .facetwp-bb-module .facetwp-facet,
body .fl-node-dh5m2lny8f03 .publication-filter .facetwp-bb-module .facetwp-facet,
body .fl-node-gxha14n0ziyj .publication-filter .facetwp-bb-module .facetwp-facet,
body .fl-node-2wukf4c90dj1 .publication-filter .facetwp-bb-module .facetwp-facet {
  margin: 0 !important;
  font-family: 'gill-sans-nova', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1b1b1b;
  padding-left: 15px;
  padding-right: 15px;
}
body .fl-node-dh5m2lny8f03 .fellow-filter .facetwp-bb-module .facetwp-facet-title,
body .fl-node-gxha14n0ziyj .fellow-filter .facetwp-bb-module .facetwp-facet-title,
body .fl-node-2wukf4c90dj1 .fellow-filter .facetwp-bb-module .facetwp-facet-title,
body .fl-node-dh5m2lny8f03 .publication-filter .facetwp-bb-module .facetwp-facet-title,
body .fl-node-gxha14n0ziyj .publication-filter .facetwp-bb-module .facetwp-facet-title,
body .fl-node-2wukf4c90dj1 .publication-filter .facetwp-bb-module .facetwp-facet-title {
  color: #acaaaa;
  display: inline-block;
  flex-grow: 1;
}
body .fl-node-dh5m2lny8f03 .fellow-filter .facetwp-bb-module .facetwp-facet,
body .fl-node-gxha14n0ziyj .fellow-filter .facetwp-bb-module .facetwp-facet,
body .fl-node-2wukf4c90dj1 .fellow-filter .facetwp-bb-module .facetwp-facet,
body .fl-node-dh5m2lny8f03 .publication-filter .facetwp-bb-module .facetwp-facet,
body .fl-node-gxha14n0ziyj .publication-filter .facetwp-bb-module .facetwp-facet,
body .fl-node-2wukf4c90dj1 .publication-filter .facetwp-bb-module .facetwp-facet {
  flex-grow: 3;
}
body .fl-node-dh5m2lny8f03 .fellow-filter .facetwp-bb-module .fs-wrap,
body .fl-node-gxha14n0ziyj .fellow-filter .facetwp-bb-module .fs-wrap,
body .fl-node-2wukf4c90dj1 .fellow-filter .facetwp-bb-module .fs-wrap,
body .fl-node-dh5m2lny8f03 .publication-filter .facetwp-bb-module .fs-wrap,
body .fl-node-gxha14n0ziyj .publication-filter .facetwp-bb-module .fs-wrap,
body .fl-node-2wukf4c90dj1 .publication-filter .facetwp-bb-module .fs-wrap {
  height: 50px;
  width: 100%;
}
body .fl-node-dh5m2lny8f03 .fellow-filter .facetwp-bb-module .fs-wrap .fs-label-wrap,
body .fl-node-gxha14n0ziyj .fellow-filter .facetwp-bb-module .fs-wrap .fs-label-wrap,
body .fl-node-2wukf4c90dj1 .fellow-filter .facetwp-bb-module .fs-wrap .fs-label-wrap,
body .fl-node-dh5m2lny8f03 .publication-filter .facetwp-bb-module .fs-wrap .fs-label-wrap,
body .fl-node-gxha14n0ziyj .publication-filter .facetwp-bb-module .fs-wrap .fs-label-wrap,
body .fl-node-2wukf4c90dj1 .publication-filter .facetwp-bb-module .fs-wrap .fs-label-wrap {
  height: 50px;
  display: flex;
  align-items: center;
  border: 0;
}
body .fl-node-dh5m2lny8f03 .fellow-filter .facetwp-bb-module .fs-wrap .fs-label-wrap .fs-arrow,
body .fl-node-gxha14n0ziyj .fellow-filter .facetwp-bb-module .fs-wrap .fs-label-wrap .fs-arrow,
body .fl-node-2wukf4c90dj1 .fellow-filter .facetwp-bb-module .fs-wrap .fs-label-wrap .fs-arrow,
body .fl-node-dh5m2lny8f03 .publication-filter .facetwp-bb-module .fs-wrap .fs-label-wrap .fs-arrow,
body .fl-node-gxha14n0ziyj .publication-filter .facetwp-bb-module .fs-wrap .fs-label-wrap .fs-arrow,
body .fl-node-2wukf4c90dj1 .publication-filter .facetwp-bb-module .fs-wrap .fs-label-wrap .fs-arrow {
  border-top: 5px solid #F26522;
}
body .fl-node-dh5m2lny8f03 .fellow-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option,
body .fl-node-gxha14n0ziyj .fellow-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option,
body .fl-node-2wukf4c90dj1 .fellow-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option,
body .fl-node-dh5m2lny8f03 .publication-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option,
body .fl-node-gxha14n0ziyj .publication-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option,
body .fl-node-2wukf4c90dj1 .publication-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option {
  word-break: normal;
}
body .fl-node-dh5m2lny8f03 .fellow-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option .fs-option-label,
body .fl-node-gxha14n0ziyj .fellow-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option .fs-option-label,
body .fl-node-2wukf4c90dj1 .fellow-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option .fs-option-label,
body .fl-node-dh5m2lny8f03 .publication-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option .fs-option-label,
body .fl-node-gxha14n0ziyj .publication-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option .fs-option-label,
body .fl-node-2wukf4c90dj1 .publication-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option .fs-option-label {
  white-space: normal;
}
body .fl-node-dh5m2lny8f03 .fellow-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option.selected .fs-checkbox i,
body .fl-node-gxha14n0ziyj .fellow-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option.selected .fs-checkbox i,
body .fl-node-2wukf4c90dj1 .fellow-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option.selected .fs-checkbox i,
body .fl-node-dh5m2lny8f03 .publication-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option.selected .fs-checkbox i,
body .fl-node-gxha14n0ziyj .publication-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option.selected .fs-checkbox i,
body .fl-node-2wukf4c90dj1 .publication-filter .facetwp-bb-module .fs-wrap .fs-dropdown .fs-option.selected .fs-checkbox i {
  background-color: #F26522;
}
body .fl-node-dh5m2lny8f03 .publication-filter .fs-label-wrap,
body .fl-node-gxha14n0ziyj .publication-filter .fs-label-wrap,
body .fl-node-2wukf4c90dj1 .publication-filter .fs-label-wrap {
  border: 1px solid #cccccc !important;
}
