.navbar-brand.logo-control img.logo-img {
  display: none;
  max-height: 100%;
}

.module-title {
  text-align: center;
}

.module-title span {
  border-bottom: 0px solid #adb5bd;
}

.t4-module .nav > li.active > a, .t4-card .nav > li.active > a, .moduletable .nav > li.active > a, .module_menu .nav > li.active > a {
  color: #105792;
}

.ph-row-flex.grid .row-item .ph-item-box .ph-thumbnail-c .ph-item-content {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: 0 10px 40px 15px;
}

.moduletable > h3, .moduletable > .h3 { 
  margin: 1rem 0 0.5rem 0;
  text-align: center;
}

.moduletable ul:last-child, .moduletable p:last-child {
  padding: 10px 0 10px 10px;
}

.moduletable .nav li ul > li > a, .module_menu .nav li ul > li > a {
  padding: 5px 1.6rem;
  max-width: 100%;
}

.moduletable .nav li ul > li.active > a {
  color: #fff;
  font-weight: 500;
  background: #00447d;
  padding: 10px 0 10px 25px;
}

.moduletable .nav li ul > li > a::before {
  padding: 0 10px;
}

.moduletable .nav li {
  padding: 0 0.6rem 0 0;
}

.dropdown-menu {
  --t4-dropdown-font-size: 0.9rem;
  --t4-dropdown-link-hover-color: #fff;
  --t4-dropdown-link-hover-bg: #58A14F;
}

.dropdown-item:hover {
  font-weight: 550;
  letter-spacing: 0.5px;
}


.table {
  --t4-table-accent-bg: #fff;
}

@media (min-width: 768px) {
  .col-md {
    padding: 0 0 0 40px;
  }

.navbar-nav {
  --t4-nav-link-font-size: 1rem;
}

.display-6 {
    font-size: 2.4rem;
}


.item-page [itemprop="articleBody"] {
  margin-bottom: 5rem;
}




.silver-border {
  border: 1px solid #e8e8e8; 
  padding: 15px 20px;
  border-radius: 7px;
}

.white-shadow {
  box-shadow: 0px 15px 55px -10px rgba(0, 0, 0, 0.25); 
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 50px;
}

.green {
  background-color: #27701e;
  padding: 15px;
  color: #ffffff;
}

.blue {
  background-color: #00447d;
  padding: 15px;
  color: #ffffff;
}

.yellow {
  background-color: #ffea00;
  padding: 15px 20px;
  color: #333333;
}


.black {
  background-color: #212529;
  padding: 15px 25px;
  color: #ffffff;
}

.silver {
  background-color: #f9f9f9;
  padding: 50px 30px;
  color: #212529;
}

.gray {
  background-color: #e5e5e5;
  padding: 40px 30px;
  margin-bottom: -30px;
}


.red {
  background-color: #bf0000;
  padding: 7px 30px;
  color: #ffffff;
}


.button {
  border: 3px solid #ffffff;
  border-radius: 30px;
  padding: 7px 25px;
  color: #ffffff;
}


.border-r {
  border-right: 1px solid #c4c4c4; 
  padding: 0 25px;
}


.border-l {
  border-left: 1px solid #c4c4c4; 
  padding: 0 0 0 25px;
}


.over {
  width: 363vh;
  margin-left: -24%;
}


.paper {
  border: 1px solid #e3e3e3;
  padding: 35px 30px 25px;
  border-radius: 9px;
  color: #3A3A3A;
  box-shadow: 15px 25px 25px #e0e0e0;
  }



 .catid-pill {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    text-align: center;
    margin: 7px 0;
    font-size: 85%;
    font-weight: 700;
    background: #ffffff;
    color: #818181;
    letter-spacing: 1px;
}


.line-height-18 {
line-height: 1.8;
}



.line-height-23 {
line-height: 2.3;
}


.uppercase {
text-transform: uppercase;
}

.card-image {
margin: -12px -10px 0;
}


.over-image {
margin-top: -27px;
height: fit-content;
}



[id^="pjWrapper"] hr {
  margin-top: 10px;
  border-top: 1px solid #7A7A7A;
}