a.link-color {
  color: #4a90e2;
}
a.link-color:hover {
  color: #4a90e2;
}
.link-color svg {
  fill: #4a90e2;
}
.link-color:hover svg {
  fill: #4a90e2;
}
.show-more {
  background-color: #4a90e2;
}
.search-bg-color {
  background-color: #1a769c;
}
.header-text-color * {
  color: #ffffff;
}
.header-bg-color {
  background-color: #e7e7fb;
}
.bg-color {
  background-color: #ffffff;
}
.page-text-color {
  color: #4d4d61;
}
.logged-in .login-link,
.logged-out .logout-link {
  display: none
}
.search-bg-color {
     background-color: #ba7336;
}

body{
 font-family: "Montserrat",sans-serif;
}

.articleTitleRoot .title {
    color: #2e2558;
}
  

.header-text-color * {
    color: #2e2558 !important;
    font-family: "Montserrat",sans-serif;
}

.searchRoot .searchInput {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
}

.subcategory-link {
    background-color: #e7e7fb;
    padding: 13px 14px 14px 6px;
    font-weight: 500;
}


.subcategory-link svg {
    fill: #303B58;
    height: 10px;
    width: 23px;
}

.container.index {
    padding: 80px 0;
}

.article-link a {
    font-size: 14px;
     color: #626090;
    line-height: 20px;
   
}
 

.page-text-color {
    color: #303B58;
    font-size: 13px;
}

.back-link, .category-title h4 {
    margin-bottom: 23px;
    font-size: 30px;
    line-height: 29px;
    color: #2e2558;
}


.col-lg-4 {
    width: 40%;
}

.header h1 a {
    font-family: "Forum",sans-serif !important;
    font-size: 45px;
    color: #2e2558;
}


.category-title h4 {
    margin-bottom: 23px;
    font-size: 30px;
    line-height: 29px;
}

.back-link, .category-title h4 {
    margin-bottom: 23px;
    font-size: 30px;
    line-height: 29px;
}


.category-title a {
  font-family: 'Forum';
  font-size: 32px !important;
  color: #2e2558 !important;
  line-height: 16px;
}


.articleTitle {
    color: #2e2558 !important;
    font-family: 'Forum';
    margin-top: 52px;
}

svg[Attributes Style] {
    fill: rgb(186, 115, 54) !important;
}

.search-container {
   padding: 0px 0px 28px 0px;
}

.search-attach {
    margin: 26px auto 0px auto;
}
  
.articles-list {
    margin-bottom: 12px;
}


.header h1 {
  font-size: 23px;
}

p {
  line-height: 19px;
  color: #2e2558 !important;
  font-weight: 400;
}

.header h4 {
    font-family: 'Forum';
    color: #2e2558 !important;
    font-size: 22px;
    line-height: 38px;
  }
  
.header{
    padding: 40px 0;
}

.col{
    padding: 0 21px;
}

.bg-color {
    background-color: #f7f7ff;
}


.footer {
    border-top: 1px solid #d6d1ec;
    background-color: #f7f7ff;
}

.related-articles h4 {
    color: #2e2558;
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 21px;
    margin-top: 50px;
}

.article-link {
    margin-bottom: 14px;
}

.container.article-show, .container.category-index, .container.index {
    padding: 56px 0;
 }
