a.link-color {
  color: #005eb8;
}
a.link-color:hover {
  color: #005eb8;
}
.link-color svg {
  fill: #005eb8;
}
.link-color:hover svg {
  fill: #005eb8;
}
.show-more {
  background-color: #005eb8;
}
.search-bg-color {
  background-color: #005eb8;
}
.header-text-color * {
  color: #4d4d61;
}
.header-bg-color {
  background-color: #005eb8;
}
.bg-color {
  background-color: #ffffff;
}
.page-text-color {
  color: #4d4d61;
}
.logged-in .login-link,
.logged-out .logout-link {
  display: none
}
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css');


.top-logo-area {
  margin: 15px 50px 15px 80px;
  display: flex;
  }

.logo {
  margin-right: 20px;
  border-right: 0.5px solid #005eb8;
  padding-right: 30px;
}
.url-header {
  padding-top: 20px;
  }
.url-header a{
  text-decoration: none;
  color: #005eb8;
}
.text-heading {
  text-align: center;
  background-color: #005eb8;
  padding: 10px;
}

.category-title {
  font-family: "Roboto", !important;
  font-weight: normal;
  letter-spacing: normal;
  color: #005eb8;
}

.category-title a {
  text-decoration: underline !important;
}

.related-articles h4 {
  font-family: "Roboto", !important;
  color: #4d4d61;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: normal;
    margin-bottom: 20px;
}

.link-color {
  color: #4d4d61;
}

/*.articleTitle {
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-weight: normal;
  letter-spacing: normal;  
} */

.footer {
  display: none;
}

/*.subcategory-link svg {
  display: none;
}
*/
.subcategory-link {
  background-color: #f5f6f6;
}

.subcategory-link a {
  color: #005eb8;  
  font-weight: normal;
  text-decoration: underline;
}

.show-more::before {

content: "+";
color: #fff;
}

.footer-custom {
 text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
  padding: 20px;
  background-color: #f5f6f6;
}

.footer-custom p {
 line-height: 30px;

  
}
.custom-contact-btn {
font-size: 18px;
    padding: 15px 40px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 4%) 0px 0.125rem 0.25rem, rgb(0 0 0 / 8%) 0px 0.5rem 2rem;
    transition: 0.2s;
    color: #005eb8;
    margin: 60px;
  text-decoration: none;
  font-family: Open Sans;
  font-weight: 500;
  display: inline-block;
}
.custom-contact-btn:hover {
  background-color: #f5f6f6;
    
}

.custom-header-text {
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: 50px;
  font-weight: 400;
  color: #fff; 
  line-height: 2;
}

.subtitle {
  font-family: "Roboto";
  font-size: 20px;
  color: #fff;
}

h2, h3, body, p {
  font-family: "Roboto" !important;
}

.articleBody h1 {
  font-size: 26px;
}
.articleBody h2 {
    font-size: 22px;
}  

.articleBody h3 {
    font-size: 20px;
}  
  
.custom-ranzcp-header {
  overflow: hidden;
  padding: 30px 40px;
  margin: auto;
  width: 60%;
}

.col-left {
  float: left;
  padding: 20px 30px 10px 40px;
}

.col-right {
  float: right;
  padding: 30px 20px 10px 30px;
}

@media screen and (max-width: 500px) {
  .custom-ranzcp-header a {
    float: none;
    display: block;
    text-align: left;
  }
  .col-right {
    float: none;
  }
}
