.covid span.date {
  background: #234d7e;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  margin: 10px 0;
  border-radius: 5px;
  font-size: 14px;
  font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
}

.filter-cells {
    display: inline-flex; 
    flex-direction:row; 
    flex-wrap: wrap; 
    margin-bottom: 40px;
}

.covid .accordionItemHeading {
    font-size: 1.2em;
}
.bg-grey.covid {
  background: #f8f8f8;
}

.covid.list .covid-aside {
  margin-top: 47px;
}

li.slide {
  margin: 10px 0px;
}

.blocks {
  display: block;
  margin-bottom: 10px;
}

.colour_block {
  border-radius: 5px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
  letter-spacing: 1px;
  font-weight: bold;
}

.question_date {
  background: #234D7E;
  color: #fff;
}
.question_date.updated {
  border-radius: 5px 0px 0px 5px;
}

.date_updated {
  padding: 5px 10px;
  border-radius: 0px 5px 5px 0px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
  background: #49a750;
  color: #fff;
  font-weight: bold;
}

.question_latest {
  background: #2d2d2d;
  color: #fff;
}

span.authors {
  font-size: 13px;
}

/* Sidebar */

a.back {
  border-radius: 10px;
  background: #731744;
  color: #fff;
  padding: 10px;
  display: block; 
  text-align: center;
  margin-bottom: 20px;
}

a.back:hover{ 
  background: #ac2265;
}

.covid-aside a.review {
  border-radius: 8px;
  background: #012148;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 40px 20px;
  display: block;
  font-size: 24px;
  font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
  font-weight: bold;
}

.covid-aside a.review:hover {
  background: #2B5F9B;
}

.most-read, .podcast {
  margin-top: 20px;
}

.most-read .content, .podcast .content {
  background: #fff;
  color: #2d2d2d;
  padding: 20px;
  border: 1px solid #a7b5c4;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.most-read .content a, .podcast .content a {
  color: #012148;
  text-align: left;
}
.most-read .content a:hover, .podcast .content a:hover {
  color: #234d7e;
  text-decoration: none;
}
.most-read .content ul, .podcast .content ul {
  margin: 0px;
  padding: 0px;
}
.most-read .content ul li, .podcast .content ul li {
  list-style: inside disc;
  padding-left: 20px;
  margin: 0;
  text-indent: -1em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  border-bottom: 1px solid #e6eaef;
}
.most-read .content ul li:last-child, .podcast .content ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.most-read h3 {
  border-radius: 10px 10px 0 0;
  background: #234d7e;
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px 20px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
}

.podcast h3 {
  border-radius: 10px 10px 0 0;
  background: #234d7e;
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px 20px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
  word-break: break-word;
}

.trip_database {
  margin-top: 20px;
  text-align: center;
  background: #fff;
  color: #2d2d2d;
  padding: 20px;
  border: 1px solid #a7b5c4;
  border-radius: 10px;
}
.trip_database img {
  display: inline-block;
  max-width: 100%;
}
.trip_database p {
  margin-bottom: 0;
  font-weight: bold;
}
.trip_database:hover {
  background: #e6eaef;
}

/* Covid List */
#covidTable_filter, #evidenceTable_filter {
  font-size: 1rem;
  margin-bottom: 10px;
  text-align: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.reset {
  display: inline-grid;
}

a.btn__reset {
  text-transform: capitalize;
  background: #585a5d;
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 0px 5px 5px 0px;
}

a.btn__reset:hover {
  background: #898b8e;
  color: #fff;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 1em !important;
}
#covidTable_filter label, #evidenceTable_filter label {
  font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
  letter-spacing: 1px;
  font-weight: bold;
  float: left;
}
#covidTable_filter input, #evidenceTable_filter input {
  padding: 8px;
  border-radius: 5px 0px 0px 5px;
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  box-shadow: none;
  color: #787878;
  transition: all .5s;
  font-size: 16px;
}
#covidTable_filter input:focus, #evidenceTable_filter input:focus {
  border: 1px solid #ac2265;
}

#covidTable_wrapper {
  margin-bottom: 20px;
}

.dataTables_filter {
    float: left !important;
    text-align: left !important;
}

table#covidTable, table#evTable, table#evidenceTable {
  border-radius: 5px;
  border: none;
  max-width: 100%;
}

#evidenceTable_wrapper .row {
    margin-bottom: 0;
}

table#covidTable th:not('.sorting'), table#evidenceTable:not('.sorting') th {
  padding: 25px 20px;
  line-height: 1rem;
  font-size: 0.9rem;
  background: #234d7e url("../images/sort.svg") right 15px center no-repeat;
  text-align: left;
  border: none;
  border-right: 1px solid #111111;
  width: auto;
  font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
  letter-spacing: 1px;
  font-weight: bold;
  vertical-align: middle;
}
/* Icons made by Pixel perfect https://www.flaticon.com/authors/pixel-perfect from www.flaticon.com */
table#covidTable tr.even, table#evTable tr.even, table#evidenceTable tr.even {
  background: #fff;
}

table#covidTable tr.odd, table#evTable tr.odd, table#evidenceTable tr.odd {
  background: #f8f8f8;
}

table#covidTable td, table#evTable td, table#evidenceTable td {
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 20px;
  border: none;
  border-bottom: 1px solid #a7b5c4;
  border-right: 1px solid #a7b5c4;
  font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
  vertical-align: top;
}

table#covidTable td a, table#evTable td a, table#evidenceTable td a {
  font-weight: bold;
}
table#covidTable td a:hover, table#evTable td a:hover, table#evidenceTable td a:hover {
  text-decoration: underline;
}

table#covidTable td.date, table#covidTable td.date, table#evidenceTable td.title {
  background: #e6eaef;
  border-left: 1px solid #a7b5c4;
  padding: 20px;
  text-align: left;
  font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
}

table#covidTable td.date {
  font-weight: bold;
}
table#covidTable dt.dataTables_empty, table#evidenceTable dt.dataTables_empty {
  border-left: 1px solid #a7b5c4;
}

select[name="evidenceTable_length"] {
    height: 40px;
    font-size: 18px;    
}

table#covidTable .cat, table#evidenceTable .cat {
  display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #708090;
	border: none;
	font-family: inherit;
	font-size: 0.6em;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 10px;
	font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1rem;
  margin-top: 10px;
}

table#evidenceTable .cat {
  display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #708090;
	border: none;
	font-family: inherit;
	font-size: 0.6em;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 10px;
	font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1rem;
  margin-bottom: 10px;
}

table#covidTable .update, table#evTable .update, table#evidenceTable .update {
  display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #49A750;
	border: none;
	font-family: inherit;
	font-size: 0.6em;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 10px;
	font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1rem;
  margin-top: 10px;
}

table#evTable .hot-topic {
  display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #731844;
	border: none;
	font-family: inherit;
	font-size: 0.6em;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 10px;
	font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1rem;
  margin-top: 10px;
}

table#covidTable .cat:hover, table#evidenceTable .cat:hover {
  background: #224a7a;
  cursor: pointer;
}
#covidTable_info, #evTable_info, #evidenceTable_info {
  text-align: left;
  float: none;
  padding-top: 0px;
  padding-bottom: 10px;
}

/* Studies */

.study {
padding: 40px 0 0 0;    
}

.study article {
  padding: 15px 0;
}

.study article h2, .study article h3 {
  margin-bottom: 10px;
}

.study article.citations {
  font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
  background: #e6eaef;
  padding: 10px 20px;
  border: 1px solid #a7b5c4;
  line-height: 1.2rem;
  font-size: 0.9rem;
  margin-bottom: 15px;
  border-radius: 5px;
}

.citations p {
    text-align: center;
}

.study article.citations p:last-child {
  margin-bottom: 0;
}

table.study_details, table.papers {
  line-height: 1.2rem;
  font-size: 0.9rem;
  max-width: 100%;
  box-sizing: content-box;
  font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
  border: 1px solid #a7b5c4;
}
table.study_details th, table.papers hr {
  background: #234d7e;
  padding: 10px 20px;
  text-align: left;
  border-bottom: 1px solid #1c3757;
  vertical-align: top;
}

table.study_details td, table.papers td {
  padding: 10px 20px;
  border: 1px solid #a7b5c4;
}

table.study_details tr:nth-child(odd) td, table.papers tr:nth-child(odd) {
  background: #f8f8f8;
}

table.study_reliability {
  max-width: 100%;
  box-sizing: content-box;
  line-height: 1.4rem;
  font-size: 1rem;
  font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
  border: none;
}

table.study_reliability th {
  background: #234d7e;
  border: 1px solid #1c3757;
  vertical-align: bottom;  
  letter-spacing: 1px;
  padding: 20px 10px;
}

table.study_reliability td {
  padding: 20px;
  text-align: center;
  border: none;
}

table.study_reliability td.green {
  background: #438538;
  color: #fff;
  border-right: 1px solid #2b6720;
}

table.study_reliability td.orange {
  background: #A8661F;
  color: #fff;
  border-right: 1px solid #b36e23;
}

table.study_reliability td.red {
  background: #b22739;
  color: #fff;
  border-right: 1px solid #a41b2e;
}

table.study_reliability td.darkgrey {
  background: #F1F1F1;
  color: charcoal;
  border-right: 1px solid #a41b2e;
}

table.study_reliability tr.footnotes {
  border: none;
}

table.study_reliability tr.footnotes td {
  text-align: left;
  padding: 20px 0;
}

/* Question Accordions */
.accordionContainer {
  background: #ffffff;
  border: 1px solid #a7b5c4;
  border-radius: 15px;
  margin-top: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 15px 20px -3px #e6ecf0;
  -moz-box-shadow: 0px 15px 20px -3px #e6ecf0;
  box-shadow: 0px 15px 20px -3px #e6ecf0;
  margin-bottom: 40px;
}

.accordionItemHeading {
  cursor:pointer;
  position: relative;
  border-top: 1px solid #e6eaef;
  padding: 20px;
  font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
  font-size: 18px;
  color: #2d2d2d;
  background: #f9f9f9;
  position: relative;
  font-weight: bold;
}

.accordionItem:first-child .accordionItemHeading {
  border-top: 0px solid #e6eaef;
  border-radius: 15px 15px 0 0;
}

.accordionItemHeading .content {
  margin-right: 50px;
}

.accordionItemHeading:hover {
  background: #e6eaef;
}

.accordionItem.open .accordionItemHeading {
  background: #e6eaef;
  
}

.accordionItemHeading:before {
  content: "";
  background: url('../images/grey_arrow.svg') 0 0 no-repeat;
  right: 25px;
  /* bottom: 25px; */
  bottom: 10px;
  height: 32px;
  width: 32px;
  position: absolute;
  transform-origin: center center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.open .accordionItemHeading:before {
  content: "";
  background: url('../images/grey_arrow.svg') 0 0 no-repeat;
  transform-origin: center center;
  -webkit-animation: open 0.2s linear forwards;
  -moz-animation: open 0.2s linear forwards;
  animation: open 0.2s linear forwards;
}

.close .accordionItemHeading:before {
  transform-origin: center center;
  -webkit-animation: return 0.2s linear forwards;
  -moz-animation: return 0.2s linear forwards;
  animation: return 0.2s linear forwards;
}

.close .accordionItemContent{
  height:0px;
  -webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
  float:left;
  display:block;   
  opacity: 0;
}
.open .accordionItemContent{
  margin: 0px;
  display:block;
  -webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
  -webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	opacity: 1;

  box-sizing: border-box;
}

.accordionItemContent .content {
  font-size: 16px;
  padding: 20px !important;
  overflow: hidden;
}

.accordionItemContent .content ul {
  margin: 0;
  padding: 0;
}
.accordionItemContent .content ul li {

}

@keyframes open {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  } 
}

@keyframes return {
  from {
    transform-origin: center center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  to { 
    transform-origin: center center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  } 
}

/* Home 2020 */

.explore h4 {
  background: #731844;
  color: #fff;
  padding: 5px 15px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}
.explore .content {
  font-size: 16px;
  background: #e4e3ce;
  padding: 15px 25px;
}

.explore .content h5 {
  color: #731844;
  margin-bottom: 5px;
}

.explore .content p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}

.explore .content a {
  display: block;
  color: #731844;
}

.explore .content a:hover {
  display: block;
  color: #002147;
}

.explore .content .link {
  margin-bottom: 20px;
}

.explore .content .link:last-child {
  margin-bottom: 0;
}

.hidden {
    display: none;
}

.button-bar {
    margin-top: 20px; 
    display: flex; 
    flex-direction: row; 
    flex-wrap: no-wrap;
    justify-content: space-between;
}

.button-bar .btn:hover {
    background-color: #731844;
}

.js-load-more th:hover {
    background-color: #2B5F9B;
}

#evTable tr td a:hover, #evTable tr td a:active {
    color: #581234;
}