a.fa-stack[target=_blank]:after {
  font-family: none;
  content: none;
}

/*Header and top bar*/
.fl-page-header-wrap {
  height: auto;
}

h1.header-h1 {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  margin: 0.9em 0 0.5em 0;
}

h2.header-tagline {
  font-size: 0.9em;
  font-style: italic;
}

.fl-theme-tagline {
  font-size: 1.15em;
  background: none;
  margin: 0 0 2em 0;
}

.fl-page-bar-text {
  font-family: "Alegreya Sans", sans-serif;
  letter-spacing: 0.2em;
  font-size: 1.15em;
  margin-top: 0.25em;
}

.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
  font-size: 1.5em;
  color: #8a9ca3;
}

/* Footer */
p.footer {
  font-size: 1.3em;
  font-family: "Alegreya Sans", sans-serif;
  letter-spacing: 0.025em;
}

.fl-page-footer-wrap img,
.fl-logo-img {
  border: none;
}

ul.footer-logos {
  padding: 0;
  margin-bottom: 0;
}
ul.footer-logos li {
  padding: 0;
  list-style-type: none;
  display: inline;
}
ul.footer-logos li img {
  margin: 0 3em 1em 0;
}

.fl-photo-caption {
  font-size: 0.9em;
  font-family: "Alegreya Sans", sans-serif;
  font-style: italic;
}

/* Links */
a {
  font-weight: bold;
}
a:hover, a:focus {
  background: #d8df50;
  color: #000;
}

.fl-page-nav-collapse.collapse ul li a {
  text-decoration: none;
}
.fl-page-nav-collapse.collapse ul li a:active {
  background: #EFEFD5;
  color: #000;
}
.fl-page-nav-collapse.collapse ul li a:hover, .fl-page-nav-collapse.collapse ul li a:focus {
  color: #000;
}

/* sidebar menu */
ul#menu-communities-menu li {
  line-height: 1.1em;
  margin: 1em 0 0 0;
}

/* Footer */
ul.footer-logos {
  padding: 0;
  margin-bottom: 0;
}
ul.footer-logos li {
  padding: 0;
  list-style-type: none;
  display: inline;
}
ul.footer-logos li img {
  height: 70px;
  margin: 0 3em 1em 0;
}

/* Lists next to floated images, fixes so margins don't collapse and overlap photo */
.fl-page-content ul, .fl-page-content ol {
  width: auto;
  overflow: hidden;
}

/* Inline callouts */
.fl-cta-wrap.fl-cta-inline {
  padding: 15px 20px 8px 20px;
}

.fl-cta-inline .fl-cta-button {
  width: 100%;
}
.fl-cta-inline .fl-cta-button a:hover,
.fl-cta-inline .fl-cta-button a:focus {
  background: #EFEFD5;
}

/*Ensures entire photo caption shows up under photos in BB layouts */
.fl-photo-caption.fl-photo-caption-below {
  text-overflow: initial;
  white-space: normal;
  text-align: left;
}

/* Images */
figcaption {
  text-align: left;
  font-style: italic;
  display: normal;
}

p.wp-caption-text {
  text-align: left;
}

/* Hide empty title and comment wrappers to fix accessibility errors */
.jp-carousel-info, .jp-carousel-photo-title:empty,
.jp-carousel-comments-wrapper {
  display: none !important;
}