.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;
}

.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;
}

/* 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 {
  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 {
  font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
  letter-spacing: 1px;
  font-weight: bold;
  float: left;
}
#covidTable_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 {
  border: 1px solid #ac2265;
}

#covidTable_wrapper {
  margin-bottom: 20px;
}

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

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

table#covidTable 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 {
  background: #fff;
}

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

table#covidTable 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;
}

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

table#covidTable td.date {
  background: #e6eaef;
  border-left: 1px solid #a7b5c4;
  padding: 20px;
  text-align: left;
  font-weight: bold;
  font-family: 'Montserrat', "Georgia", "Times New Roman", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.7rem;
}

table#covidTable dt.dataTables_empty {
  border-left: 1px solid #a7b5c4;
}

table#covidTable .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#covidTable .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#covidTable .cat:hover {
  background: #224a7a;
  cursor: pointer;
}
#covidTable_info {
  text-align: left;
  float: none;
  padding-top: 0px;
  padding-bottom: 10px;
}

/* Question Accordions */
.accordionContainer {
  background: #ffffff;
  border: 1px solid #a7b5c4;
  border-radius: 15px;
  margin-top: 40px;
  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;
}

.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;
  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: 10px 0 30px 0 !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);
  } 
}