/* Custom Dynamic CSS */

/* Dynamic Color Settings */
  
  :root {
    --primary: #4c748c;
    --secondary: #6c747d;
    --success: #00936d;
    --danger: #bd1222;
    --warning: #f4ac00;
    --info: #75add4;
    --dark: #343a40;
    --light: #e9eaeb;
    
    --default_body_bg: #ffffff;
    --default_body: #000000;
    --default_link: #4c748c;
    --default_link_hover: #00936d;
    
    --header_bg: #000000;
    --header: #ffffff;
    --header_link: #c4dcff;
    --header_link_hover: #0091ff;
    
    --footer_bg: #000000;
    --footer: #ffffff;
    --footer_link: #c4dcff;
    --footer_link_hover: #0091ff;
    
    --default_nav: #ffffff;
    --default_nav_bg: #333333;
    --default_nav_link: #c2c2c2;
    --default_nav_link_bg: #ffffff;
    --default_nav_link_hover: #ffffff;
    --default_nav_link_hover_bg: #4c748c;
    
    --prehead_bg: #646464;
    --prehead: #ffffff;
    --prehead_link: #c4dcff;
    --prehead_link_hover: #0091ff;

    --sub_footer_bg: #ffffff;
    --sub_footer: #444444;
    --sub_footer_link: #000000;
	--sub_footer_link_hover: #0000ff;
	}


body{color: var(--default_body);}
a{color: var(--default_link);}
a:hover{color: var(--default_link_hover) !important;}
header{color: var(--header);background-color: var(--header_bg);}
header a{color: var(--header_link);}
header a:hover{color: var(--header_link_hover);}
footer{color: var(--header);background-color: var(--footer_bg);}
footer a{color: var(--footer_link);}
footer a:hover{color: var(--footer_link_hover) !important;}
.bg-prehead{color: var(--prehead);background-color: var(--prehead_bg);}
.bg-prehead a{color: var(--prehead_link);}
.bg-subfoot{color: var(--sub_footer);background-color: var(--sub_footer_bg);}
.bg-subfoot a{color: var(--sub_footer_link);}
.bg-navbar{color: var(--default_nav);background-color: var(--default_nav_bg);}

.navbar-nav .nav-link{color: var(--default_nav_link);background-color: var(--default_nav_link_bg);}
.navbar-nav .nav-link:hover{color: var(--default_nav_link_hover)!important;background-color: var(--default_nav_link_hover_bg);}
.text-black{color:#000000;}
.bg-black{background-color: #000000;}
.btn-black{background-color: #000000;border-color:#000000}
.btn-black:hover{background-color: #333;}

.text-primary{color: var(--primary)!important;}
.bg-primary{background-color: var(--primary)!important;}
.btn-primary{background-color: var(--primary)!important;border-color: var(--primary);}

.text-secondary{color: var(--secondary)!important;}
.bg-secondary{background-color: var(--secondary)!important;}
.btn-secondary{background-color: var(--secondary)!important;border-color: var(--secondary);}

.text-success{color: var(--success);}
.bg-success{background-color: var(--success)!important;}
.btn-success{background-color: var(--success)!important;border-color: var(--success);}

.text-danger{color: var(--danger)!important;}
.bg-danger{background-color: var(--danger)!important;}
.btn-danger{background-color: var(--danger)!important;border-color: var(--danger);}

.text-warning{color: var(--warning);}
.bg-warning{background-color: var(--warning)!important;}
.btn-warning{background-color: var(--warning)!important;border-color: var(--warning);}

.text-info{color: var(--info);}
.bg-info{background-color: var(--info)!important;}
.btn-info{background-color: var(--info)!important;border-color: var(--info);}

.text-dark{color: var(--dark)!important;}
.bg-dark{background-color: var(--dark)!important;}
.btn-dark{background-color: var(--dark)!important;border-color: var(--dark);}

.text-light{color: var(--light)!important;}
.bg-light{background-color: var(--light)!important;}
.btn-light{background-color: var(--light)!important;border-color: var(--light);}

.btn-primary:hover, 
.btn-secondary:hover, 
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-dark:hover,
.btn-light:hover{
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
/* End Dynamic Color Settings */

/* Font Settings */

body{
  
  
}
h1, h2, h3, h4, h5, h6{
  
  
}
.text-accent{
  
}
.text-script{
  
}
.navbar-nav .nav-link{
  
  
}

/* End Font Settings */


.scale {
  width: 100%;
  height: auto;
}


  section.first.article {
    padding-top: 75px;
}
img {
  max-width: 100% !important;
  height: auto;
}
.scale-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.scale-embed iframe, .scale-embed object, .scale-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.video-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-embed iframe, .video-embed object, .video-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.meta ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0px;
  font-size: 14px;
}
.meta ul li {
  display: inline-block;
  margin: 0 11px 0px 0px;
}
/*PAGINATION*/

.pagination-controller {
  display: block;
  padding: 0 0 70px;
}
.pagination {
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1000;
}
.pagination > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #333333;
  border-color: #000 !important;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #ffffff;
  float: left;
  line-height: 38px;
  max-height: 40px;
  min-height: 40px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;
}
.pagination li:last-child {
}
.pagination li a {
  background-color: #000000;
  border: medium none;
  color: #ffffff !important;
  display: block;
  text-align: center;
  width: 100%;
}
.pagination > li:hover {
}
.pagination li.previous a, .pagination li.next a {
  padding: 0 10px;
}
.pagination li a:hover, .pagination > li:hover a {
  background-color: #013c74 !important;
  color: #ffffff !important;
}
.pagination li.previous, .pagination li:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination li.next, .pagination li:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.clear-all {
  display: block;
  width: 100%;
  clear: both;
  height: 10px;
}
a.dropdown-toggle > b.caret {
  display: none !important;
}
li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.nav b.caret {
  display: none;
}

section.first {
  
}
  .contact-page {
    margin-top: 110px;
}

  footer a.nav-link:hover {
    color: #fff;
}
  .item-information {
    position: absolute;
    bottom: 0;
}

.item.news-article-block {
    position: relative;
}

a.article-title {
    font-weight: 600;
}

.text-shadow {
    text-shadow: 1px 1px 1px #000;
}

.item-information {
    background-color: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    padding-top: 3px;
}
  h1.ruled span {
    color: #000000;
}
  .row.follow-us {
    border-bottom: 1px dotted #000000;
}

.card p {
    font-size: 10px;
}
  .card a.network {
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 13px;
}
  .card a.network {
    transition: all .2s ease-in-out;
}
  .utility-newsletter-button {
    background-color: #316531;
}
  .card a.network:hover {
    background-color: #316531;
    border-radius: 0;
    transform: scale(1.1);
}
  .sticky-2 {
    position: sticky;
    top: 80px;
}
  a.utility-link {
    color: #316531;
    text-decoration: none;
}

a.utility-link:hover {
    color: #224622;
}
  .bio-font-awesome {
    font-size: 20px;
    color: #ffffff;
}

.bio-font-awesome:hover {
    color: #429042;
}
  .underlay-rev {
        background: #4c748c;
    background: -moz-linear-gradient(left, #ffffff 3%, #ffffff 3%, #3b4a3d 41%, #090909 82%);
    background: -webkit-linear-gradient(left, #4c748c 3%, #4c748c 3%, #17936d 41%, #4c748c 82%);
    background: linear-gradient(to right, #4c748c 3%, #4c748c 3%, #17936d 41%, #4c748c 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#243b4c',GradientType=1 );
    border-bottom: 1px solid #b79d1a;
    border-top: 1px solid #b79d1a;
}
  .bio-hero-background {
    background-color: #ff000000 !important;
    color: #ffffff;
}
  section.bio-body {
    background-color: #ffffff;
}
  section.first.bio-hero {
    
}
  .mask-right {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 36%);
    mask-image: linear-gradient(to right, transparent 0%, black 36%);
}
  .bio-hero-background {
    padding-top: 0 !important;
}
.bg-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.bg-cover {background-size: cover;    background-position: right;}

.live-area {
    position: relative;
}
.bg-10-white {
    background-color: rgba(246, 246, 246, 0.5);
}
  
 .donation-form input[type=radio], .donation-form input[type=checkbox] {
    display: none;
}
  .donation-form input[type=radio] + label, .donation-form input[type=checkbox] + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #d1d1d1;
    background-color:#d1d1d1;
    transition: all 0.5s ease;
  }
  .donation-form input[type=radio] + label:hover, .donation-form input[type=checkbox] + label:hover {
  display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #438843;
    background-color: #438843;
    text-shadow: none;
    transition: all 0.3s ease;
  }
  .utility-title {
    font-size: 30px;
}
  .donation-form input[type=radio]:checked + label, .donation-form input[type=checkbox]:checked + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #316431;
    background-color: #316431;
    text-shadow: none;
    transition: all 0.5s ease;
}

  .text-small {
    font-size: medium;
}
  .text-accent {
}
  .text-script{
  }
  h4.text-script.text-accent {
}
  .cover {
    background-size: cover;
}
  .content-body li{
  	margin:0 0 20px 0;
  } 
 

.shareaholic-service-parler {
      background-color: #A51300 !important;
}
a.shareaholic-service-parler:before {
    content: "" !important;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/templateclone/media/themes/img/parler.png?1621611693);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
a.pminc {
   
}
a.structure {
   
}
  .parler-icon {
    width: 15px;
    vertical-align: unset;
}


  :root {
            --primary-color: #009977;
            --secondary-color: #3f6f85;
            --dark-blue: #1a3c4d;
        }
        
        body {
            font-family: "arboria", sans-serif;
        }
        
        .navbar {
            background-color: white;
            padding: 15px 0;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        .navbar-brand img {
            height: 50px;
        }
        
        .nav-link {
            color: var(--dark-blue) !important;
            font-weight: 600;
            margin: 0 10px;
        }
        
        .hero-section {
            background-image: url('https://mr.cdn.ignitecdn.com/client_assets/wtrg_us/media/picture/6800/1264/bd1f/322f/2e80/c82e/original_webp_hero.webp?1744835176');
            background-size: cover;
            background-position: center;
            height: 500px;
            color: white;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.25);
            z-index: 1;
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
        }
        
        .hero-line {
            display: block;
            max-width: 750px !important;
            margin: 20px auto;
        }
        
        .hero-title {
            font-size: 2.5rem;
            font-weight: bold;
            display: block;
            margin: 10px 0;
        }
        
        .feature-section {
            padding: 60px 0;
            text-align: center;
        }
        
        .feature-icon {
            width: 100px;
            height: 100px;
            margin: 0 auto 20px;
        }
        
        .feature-title {
         
            font-weight: bold;
            margin-top: 20px;
        }
        
        .about-section {
            background-color: #75add4;
            color: white;
            padding: 60px 0;
        }
        
        .about-title {
            text-align: center;
            margin-bottom: 30px;
            font-weight: bold;
            position: relative;
        }
        
        .about-title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 2px;
            background-color: white;
        }
        
        .about-description {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .nav-pills .nav-link {
            color: white !important;
            border-radius: 0;
            text-align: left;
            padding: 15px;
            margin-bottom: 10px;
        }
        
        .nav-pills .nav-link.active {
            background-color: var(--primary-color);
        }
        
        .nav-pills .nav-link:not(.active) {
            background-color: rgba(255, 255, 255, 0.2);
        }
        
        .about-content ul {
            padding-left: 20px;
        }
        
        .read-more {
            color: var(--primary-color);
            font-weight: bold;
            text-decoration: none;
            display: inline-block;
            margin-top: 15px;
        }
        
        .read-more:hover {
            text-decoration: underline;
        }
        
        .team-section {
            padding: 60px 0;
        }
        
        .team-title {
            color: var(--secondary-color);
            text-align: center;
            margin-bottom: 50px;
            font-weight: bold;
            position: relative;
        }
        
        .team-title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 2px;
            background-color: var(--secondary-color);
        }
        
        .team-card {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .team-card img {
            width: 100%;
            margin-bottom: 20px;
            border-radius: 5px;
        }
        
        .team-card h4 {
            color: var(--secondary-color);
            font-weight: bold;
        }
        
        .team-card h5 {
            color: #666;
            font-size: 0.9rem;
            margin-bottom: 15px;
        }
        
        .view-all {
            text-align: center;
            margin-top: 30px;
        }
        
        .contact-section {
            background-image: url('https://mr.cdn.ignitecdn.com/client_assets/wtrg_us/media/picture/67ff/ef51/f557/3896/74a2/0221/original_webp_footer.webp?17448261969');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 80px 0;
            position: relative;
        }
        
        .contact-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.25);
            z-index: 1;
        }
        
        .contact-content {
            position: relative;
            z-index: 2;
        }
        
        .contact-form input {
            margin-bottom: 15px;
            padding: 12px;
        }
        
        .contact-form button {
            background-color: var(--primary-color);
            border: none;
            padding: 12px;
            font-weight: bold;
            width: 100%;
        }
        
        .contact-form button:hover {
            background-color: #007755;
        }
        
        .footer {
            background-color: #222;
            color: white;
            padding: 15px 0;
            font-size: 0.8rem;
        }
        
        .footer a {
            color: white;
            text-decoration: none;
        }
        
        .footer a:hover {
            text-decoration: underline;
        }
        
        .footer-logo {
            height: 40px;
            margin-right: 10px;
        }

.error-message {
      color: #dc3545;
      font-size: 0.875rem;
      margin-top: -0.5rem;
      margin-bottom: 0.5rem;
    }
    .confirmation-panel {
      display: none;
      background-color: #f8f9fa;
      border-radius: 0.375rem;
      padding: 1.5rem;
      margin-bottom: 1.5rem;
    }

.feature-item a {
    text-decoration: none;
}
a:hover img {
    scale: 1.1;
    transition:all .3s ease;
    
}

a img {
   
    transition:all .3s ease;
    
}
.content-body {
max-width: 1000px;
margin: 0 auto;
}

section.first {
margin-top: 25px;
}