/**
 * @file
 * Table of content module styling
 */

a.toc-filter-top /* Hide top anchor from page rendering */ {
  height: 0;
  width: 0;
  overflow: hidden;
  display: block;
}

div.toc-filter,
div.toc-filter-bullet,
div.toc-filter-number,
div.toc-filter-faq {}

div.toc-filter-content {
  clear: both;
  margin: 1em 0;
  border: 1px solid #ccc;
  padding: 1em;
  background-color: #eee;
}

div.toc-filter .item-list > h3 {
  margin-top: 0;
}

div.toc-filter-content ul,
div.toc-filter-content ol {
  margin-top: 0;
  margin-bottom: 0;
}

h2 span.toc-filter-number,
h3 span.toc-filter-number {
  float: left;
  display: block;
  color: #999;
  width: 1.5em;
}

/* back to top */
div.toc-filter-back-to-top {
  clear: both;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

div.toc-filter-back-to-top.first {
  border-top: none;
}

div.toc-filter-back-to-top a:link,
div.toc-filter-back-to-top a:visited {
  float: right;
  display: block;
  font-weight: bold;
}

div.toc-filter-back-to-top a i {
  font-family: fontawesome;
  font-style: normal;
  font-weight: 200;
  padding-right: 5px;
}

div.toc-filter-jump-menu > form /* Must hide the <form> and not the parent <div> which also hides the <noscript> contents in chrome */ {
  display: none;
}

html.js div.toc-filter-jump-menu > form {
  display: block;
}
h3.toc-header {
  font-size: 25px!important;
}
ul.toc-filter-links {
  list-style: none;
  padding-left: 0px;
}
ul.toc-filter-links li {
  font-weight: bold;
  margin-bottom: 10px;
}
div.toc-filter-content {
  clear: both;
  border: none;
  padding: 15px;
  background-color: #fff;
  margin-top: 0em;
  margin-bottom:0em!important;
  position: relative;
  z-index: 1000;
  
}
.toc-container{
  margin-bottom: 50px;
}
div.toc-filter-content h3{
  text-transform: uppercase;
  color: #3b5f79;
  font-size: 22px;
  font-weight: bold;
  background: url(/sites/all/themes/idea/images/orange-line-thin.gif) transparent left bottom no-repeat;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
h3.toc-header.toc-header-bullet > a {
  text-decoration: none;
}
.pheadertext {
  font-size: 22px;
  color: #2a4961;
}
/* div.toc-filter-back-to-top a:link, div.toc-filter-back-to-top a:visited{
  display: none;
} */

body.global-overview-covid-19-impact-elections .toc-filter-back-to-top.first {
  visibility: hidden;
}
a:target + a {
animation: highlight 2s ease;
-webkit-animation: highlight 2s ease;
}

@keyframes highlight {
from { background-color: yellow; }
to {  background-color: transparent; }
}

.col-md-offset-3.col-md-6.toc-container {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 768px){
  .toc-container.pull-right, .pull-left.toc-container {
    width: 100%;
}
}
.highLightAnimation{
  animation: highlight 4s ease;
}