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

/* 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: rgb(237, 238, 185);
}

/*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;
}

/* Max height of header logo */
.fl-page-header-logo a img {
  max-height: 20rem;
}

.fl-page-bar-text {
  letter-spacing: 0.3em;
  font-size: 1em;
  margin-top: 0.25em;
}

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

/* Links */
a {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
a:hover, a:focus {
  background: #d8df50;
  color: #000;
  text-decoration: underline;
}

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

/* Footer */
.fl-page-footer {
  background: #d8dF50;
  color: #000;
  font-size: 0.9em;
}

.fl-page-footer-widgets a:hover,
.fl-page-footer-widgets a:focus {
  color: #000;
}

/* Images */
img {
  border: 1px solid #47ACE9;
  background: #fff;
  padding: 3px;
}
img figcaption {
  text-align: left;
  font-style: italic;
  display: normal;
}

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

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

/* 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;
}

/*make focus menu link underlined */
.fl-page-nav-collapse.collapse ul li a:hover, .fl-page-nav-collapse.collapse ul li a:focus, .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor > a, .fl-page-nav-wrap .navbar-nav li.current-menu-parent > a, .fl-page-nav-wrap .navbar-nav li.current-menu-item > a {
  text-decoration: underline;
}