/*
 * Header content
 */
.header 
  {
  background-image: linear-gradient(
    to right,
    rgba(29, 71, 45, 1),  
    transparent          
  );
  background-repeat: no-repeat;
  background-size: 50% 100%; /* optional: controls how far the gradient stretches */
  }

/* Nice sidebar divider for large screens */
@media (min-width: 799px) {
  .sidebar--right {
    border-left: 1px solid #ddd;
    padding-left: 2rem;
  }
}

/*
 * Articles
 */
/* Article Paragraphs */
.com-content-article__body p
   {
   font-size: 1.25rem;
   line-height: 1.5;
   }

.com-content-article__body p.lead
   {
   font-size:1.5rem;
   line-height:1.5;
   }

/* Article Image Styling */
.com-content-article__body figure .right.item-image
  {
  padding: 1rem;
  }

/*
 * Social Links
 */
.social-links li,.social-links li a{
    display:inline-block;
}
.thumbnails .thumbnail:hover{
    border-color:#909090;
}
.social-links ul {
    margin:24px 0 0;
    padding:0;
    text-align:right;
}
.social-links li a{
    background-color:rgba(0,0,0,.1);
    border-radius:2px;
    height:32px;
    line-height:32px;
    text-align:center;
    width:32px;
}

/*
 * Images 
 */
.img-border{
    border:1px solid #e0e0e0;
    padding:5px;
}

/* 
 * About Brett newsflash module
 */
ul.mod-articlesnews-vertical li p {
  font-size: 1.25rem;
  text-align: center;
  word-wrap: break-word;
}

.mod-articlesnews-vertical .newsflash-image img {
    border-radius: 75%;
    border: 1px solid var(--grey1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*
 * Phoca Download
 */
h1.ph-header {
  font-size: 4.1rem;
  letter-spacing: -0.125rem;
  text-align: center;
}

h2.ph-subheader {
  font-size: 3.2rem;
  letter-spacing: -0.125rem;
  text-align: center;
}

/* Larger Phoca download descriptions */
.pd-category-view p
   {
   font-size: 1.25rem;
   line-height: 1.2;
   }

/* Phoca Download Tree */
.ph-pd-tree-module li
   {
   font-size: 1.15rem;
   line-height: 1.15;
   }
