  @media only screen and (max-width: 600px)  {.gsc-results-wrapper-overlay {left: 5%;max-width: 100vw;width: 100vw;margin-left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);}}
.text-primary {color:#236192 !important;}
.text-orange {color:#DF6A2E;}
.text-blue {color:#95b8db;}
@media (min-width: 1200px) {
.main-content.container {max-width:1200px;}
}
.newsArticle h1 {color:#236192;}
#sidebar {background-color:#0B5394; color:#fff;}
.list-group-item {
    background-color: transparent !important;
	border: 0px solid transparent;
}
.filter-group ul li {
    list-style-type: none;
    font-size: 16px;
    letter-spacing: .02rem;
    font-weight: 300;
    border-bottom: 1px dotted #000;
}
.experts-tags a, .experts-tags a:link, .experts-tags a:visited {
    color: #fff !important;
    margin-left: 0rem;
    font-weight: 500;
}
.experts-tags a:hover, .experts-tags a:focus {
    color: #ffcd00 !important;
    font-weight: 500;
}
.pup-aside {margin-top:2rem;}
#sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -32px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.5s;
  padding-top: 45px;
}

#sidebar a {
  display: block;
  transition: 0.3s;
}

#sidebar .closebtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3rem;
  margin-left:25px;
}
#sidebar .closebtn, #sidebar .closebtn:visited {color:#C4CFDA;}
#sidebar .closebtn:hover {color:#fff;}
@media screen and (max-height: 450px) {
  #sidebar {padding-top: 15px;}
  #sidebar a {font-size: 18px;}
}
.expert-btn {font-size: 30px;
    cursor: pointer;
	background: #236192;
    padding: 1rem;
    color: #ffcd00;
    white-space: nowrap;}
.expert-btn:hover {
	background: #ffcd00;
    color: #236192;}
.expert-bx {position:relative;}
@media screen and (min-width: 767px) {
  .expert-bx {position: absolute;top:6px;right:20px;}
}
.newsArticle .row {position:relative;clear:both;}
.newsArticle .col-md-4.bg-dark .bg-light {background-color:#f2f3f3 !important;}
.newsArticle .col-md-4.bg-dark {background-color: #111C4E !important;}
.newsfeed .date {display:none; visibility:hidden;}