/* Removes non-functional email button from AddThis share options */
li.at3winsvc_email.top-service {
    display: none !important;
}

/* Change default fonts to arial/san-serif */
body h2, body h3, body h4, body h5, body h6
{
  font-family: arial, san-serif;
}
.homepage-indicator-white h1
{
  font-family: arial, san-serif;
}
.page-indicator-white h1
{
  font-family: arial, san-serif !important;
}
.theme-container-header
{
  font-family: arial, san-serif;
}
.content-box-header
{
  font-family: arial, san-serif;
}
.focal-point-wrap h1, h2, h3, .description
{
  font-family: arial, san-serif;
}
.adjustable-parallax figcaption h1
{
  font-family: arial, san-serif;
}
/* Hide Navy Theme Footer */
#footer-above
{
  display: none;
}
/* Adjust theme footer links */
footer .footer-text-links.list-columns-2 li 
{
  margin-bottom: 3px;
}
/* lower title on page*/
.homepage-indicator-white
{
  top: 70px !important;
}
/* Hide RSS and Social Icons on article view */
.aside-container .share-link
{
  display: none;
}
.aside-container .addthis_button
{
  display: none;
}
.aside-container .rss
{
  display: none;
}
/* Fix text color of ArticleCS buttons */
.btn-primary {
    color: #fff !important;
}
/* Hide chevreon in navigation items */
.landingpage-link .fa-chevron-right {
    display: none;
}

