@charset "UTF-8";/* Website header colour */
.header 
  {
  background-image: linear-gradient(
    to right,
    rgba(29, 71, 45, 1),  
    transparent          
  );
  background-repeat: no-repeat;
  background-size: 50% 100%;
  }

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

/*
 * Blog Articles
 */
.com-content-article .article-info
   {
   max-width: 900px;
   margin-left: auto;
   margin-right: auto;
   }

/* Article title */
.com-content-article .page-header h1 
   {
   text-align: center;
   color: #021740;
   }

/* Article Paragraphs */
.com-content-article__body p
   {
   margin: 0 0 1.25rem 0;
   line-height: 1.75;
   font-size: clamp(1.25rem, 2.5vw, 1.3rem);
   }

/* Lead paragraph */
.com-content-article__body p.lead
   {
   margin-bottom:2rem;
   font-size:1.5rem;
   font-weight:200;
   line-height:1.6;
   }

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

.com-content-article__body figcaption
  {
  line-height: 1.25em;
  margin-bottom: 1.75rem;
  }

/* Unordered lists inside articles */
.com-content-article__body ol
   {
   line-height: 1.5;
   }

.com-content-article__body li 
   {
   font-size: 1.25rem;
   margin-bottom: 0.5rem;
   }

/*
 * 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 #36454F;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

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

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

/* Center the category title inside the card */
.pd-categories-view h3
  {
  text-align: center;
  }

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

.pd-filenamebox-bt .pd-title
   {
   font-size: 1.25rem;
   }

/* Prevent horizontal overflow specifically on Phoca Download pages */
body.com_phocadownload .wrapper,
body.com_phocadownload .main-content,
body.com_phocadownload .container-content {
    overflow-x: hidden;
    overflow-y: clip;
}

body.com_phocadownload .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

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