.nav .active{
    background-color: #2062ae!important; 
    border-radius: 15px; 
    color: white
}

.nav .active:hover{
    color: #fff;
    background-color: #2579d8!important; 
}


.sidebar {
    padding-left: 5em;
  }
  
@media (max-width: 991.98px) {
  .sidebar {
    padding-left: 15px;
  }
}


.post-entry-horzontal {
    margin-bottom: 30px;
  }
  
  .post-entry-horzontal a {
    display: table;
  }
  
  .post-entry-horzontal a .image, .post-entry-horzontal a .text {
    display: table-cell;
    vertical-align: middle;
  }
  
  @media (max-width: 767.98px) {
    .post-entry-horzontal a .image, .post-entry-horzontal a .text {
      display: block;
    }
  }
  
  .post-entry-horzontal a .image {
    width: 200px;
    background-size: cover;
    background-position: center center;
    
  }
  
  @media (max-width: 767.98px) {
    .post-entry-horzontal a .image {
      width: 100%;
      height: 200px;
    }
  }
  
  .post-entry-horzontal a .text {
    padding: 30px;
    width: calc(100 - 200px);
    border: 1px solid #e6e6e6;
    border-left: none;
    
  }
  
  @media (max-width: 767.98px) {
    .post-entry-horzontal a .text {
      width: 100%;
      height: 200px;
      border: 1px solid #e6e6e6;
      border-top: none;
    }
  }
  
  .post-entry-horzontal a .text h2 {
    font-size: 20px;
  }
  
  .post-entry-horzontal a .text p {
    color: #999999;
    margin-bottom: 30px;
  }
  
  .post-entry-horzontal a:hover {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  }

  .post-entry-sidebar .post-meta {
    font-size: 14px;
    color: #b3b3b3;
  }
  
  .post-entry-sidebar ul {
    padding: 0;
    margin: 0;
  }
  
  .post-entry-sidebar ul li {
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  
  .post-entry-sidebar ul li a {
    display: table;
  }
  
  .post-entry-sidebar ul li a img {
    width: 90px;
  }
  
  .post-entry-sidebar ul li a img, .post-entry-sidebar ul li a .text {
    display: table-cell;
    vertical-align: middle;
  }
  
  .post-entry-sidebar ul li a .text h4 {
    font-size: 18px;
  }

  .category {
    display: inline-block;
    background: #007bff;
    padding: 2px 8px;
    line-height: 1.5;
    font-size: 12px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff !important;
    margin-right: 10px;
  }


  
.pagination {
    margin-bottom: 5em;
    text-align: center !important;
    display: block;
  }
  
  .pagination li {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
  }
  
  .pagination li a {
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
  }
  
  .pagination li a:hover {
    background: #007bff;
    color: #fff;
    border: 1px solid transparent;
  }

  .sidebar-box {
    margin-bottom: 4em;
    font-size: 15px;
    width: 100%;
    float: left;
    /* padding: 14px; */
    background: #fff;
  }
  
  .sidebar-box *:last-child {
    margin-bottom: 0;
  }
  
  .sidebar-box .heading {
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
  }

  .categories, .sidelink {
    padding: 0;
    margin: 0;
    font-weight: 400;
  }
  
  .categories li, .sidelink li {
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dee2e6;
    list-style: none;
  }
  
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  
  .categories li a, .sidelink li a {
    display: block;
  }
  
  .categories li a span, .sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
  }
  
  .categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic;
  }
  

  
.post-entry-sidebar .post-meta {
    font-size: 14px;
    color: #b3b3b3;
  }
  
  .post-entry-sidebar ul {
    padding: 0;
    margin: 0;
  }
  
  .post-entry-sidebar ul li {
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  
  .post-entry-sidebar ul li a {
    display: table;
  }
  
  .post-entry-sidebar ul li a img {
    width: 90px;
  }
  
  .post-entry-sidebar ul li a img, .post-entry-sidebar ul li a .text {
    display: table-cell;
    vertical-align: middle;
  }
  
  .post-entry-sidebar ul li a .text h4 {
    font-size: 18px;
  }

  .collapsed {
    max-height: 100 !important;
    overflow: show !important;
}

.bold{
    font-weight: bold;
}

.field-content p{
    margin-top: -1em !important;
}

.awardees-page .views-field-title > span > span {
  font-size: 15px;
  color: #717171;
  font-weight: bold;
}

.boxed_white {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 15px;
  background-color: rgba(0,0,0,0);;
  margin: 50px;
}

#position_paper {
  padding: 80px 0;
}

#position_paper .card {
  border: 0;
  border-radius: 0px;
  box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
  transition: all .3s ease-in-out;
  padding: 36px 0;
  position: relative;
  cursor: pointer;
}

#position_paper .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #1bb1dc;
  transition: 0.5s;
}

#position_paper .card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

#position_paper .card:hover:after {
  width: 100%;
}

#position_paper .card .card-header {
  background-color: white;
  border-bottom: 0px;
  -moz-text-align-last: center;
  text-align-last: center;
}

#position_paper .card .card-title {
  margin-bottom: 16px;
  font-weight: bold;
  text-align: left;
  padding: 0 20px 0 20px;
}

#position_paper .card-div{
  text-align: justify !important;
  padding: 0 20px 0 20px;
  font-size: 14px;
  color: #4d4b4b;
}


#position_paper .card .card-block {
  padding-top: 0;
  text-align: center;
}

#position_paper .card .list-group-item {
  border: 0px;
  padding: 6px;
  color: #413e66;
  font-weight: 300;
}

#position_paper .card h3 {
  font-size: 64px;
  margin-bottom: 0px;
  color: #535074;
}

#position_paper .card h3 .currency {
  font-size: 30px;
  position: relative;
  font-weight: 400;
  top: -30px;
  letter-spacing: 0px;
}

#position_paper .card h3 .period {
  font-size: 16px;
  color: #6c67a3;
  letter-spacing: 0px;
}

#position_paper .card .list-group {
  margin-bottom: 15px;
}

#position_paper .card .btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #5f5b96;
  border-radius: 0;
  padding: 10px 24px;
  letter-spacing: 1px;
  border-radius: 3px;
  display: inline-block;
  background: #1bb1dc;
  color: #fff;
}

#position_paper .card .btn:hover {
  background: #0a98c0;
}


/* Frequently Asked Questions Section
--------------------------------*/


#faq #faq-list {
  padding: 0;
  list-style: none;
  background: white;
    padding-right: 15px;
}

#faq #faq-list li {
  border-bottom: 1px solid #ebebeb;
}

#faq #faq-list .no_padding{
  padding: 0; 
  display: contents;
}

#faq #faq-list a {
  padding: 22px 15px;
  display: block;
  position: relative;
  /* font-family: "Montserrat", sans-serif; */
  /* font-size: 20px; */
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
}

/* #faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
} */

#faq #faq-list p {
  margin-bottom: 20px;
  padding: 0 15px;
}

#faq #faq-list a.collapse {
  color: #1bb1dc;
}

#faq #faq-list a.collapsed {
  color: #000;
  background: white;
  padding: 25px 15px 25px 15px;
}

#faq #faq-list a.collapsed i::before {
  content: "\F107" !important;
}