@charset "UTF-8";


.covid__widget {
  position: relative;
  background: #F1F1F1;
  padding-bottom: 20px; 
  width: 100%;
}
  @media (min-width: 768px) {
    .covid__widget {
      padding-bottom: 0; } }

.covid__wrap {
  width: 100%;
  padding: 10px 0; }
  @media (min-width: 768px) {
    .covid__wrap {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
      display: flex;
      /* NEW, Spec - Firefox, Chrome, Opera */
      flex-wrap: wrap;
      align-content: space-evenly;
      flex-wrap: nowrap;
      padding: 15px 5px 10px; } }

.covid__top {
  padding: 10px 10px;
  background-size: cover;
  background-position: center right;
  position: relative; }
  @media (min-width: 768px) {
    .covid__top {
      padding: 15px 20px;
      background-position: center center; } }

.covid__bottom {
  padding: 0 5px 10px; 
}
  @media (max-width: 768px) {
    .covid__bottom {
      padding: 0px 20px 10px; 
    } 
  }
  .covid__bottom span {
    text-align: left;
    vertical-align: top;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    font-weight: 700; }
  .covid__bottom .link {
    float: right;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #F24E4E; }

.covid__title {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #fff; }
  @media (min-width: 768px) {
    .covid__title {
      display: inline-block;
      text-align: left; } }

.covid__date {
  padding: 2px 0;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #fff; }
  @media (min-width: 768px) {
    .covid__date {
      padding: 7px 0 0;
      float: right;
      font-size: 14px;
      text-align: right; } }
  .covid__date span {
    font-weight: 700; }

.covid__subtitle {
  margin: 5px 0 10px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1; }
  @media (min-width: 768px) {
    .covid__subtitle {
      margin: 5px 0 15px;
      text-align: left; } 
    }

.covid__col {
  position: relative;
  width: 100%;
  padding: 0 5px; 
}
  @media (min-width: 768px) {
  .covid__col {
      padding: 0 10px;
      width: calc(100% / 4); 
  } 
/*    .covid__col:last-child {
      padding: 0 10px;
      width: calc(100% / 2); 
  } */
/*  .covid__col:first-child {
      padding: 0 10px;
      width: calc(100% / 3); 
  } */
}

.covid__box {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: nowrap;
  align-content: space-evenly; }

.covid__box2 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  width: calc(100% / 3);
  padding: 40px 10px; 
}
  .covid__box2 span {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 11px;
    font-weight: 700;
    display: block;
    padding: 0 0 5px;
    text-transform: uppercase; }
  .covid__box2 i {
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    padding: 0 5px;
    font-style: normal;
    vertical-align: middle;
    display: inline-block; }
  .covid__box2.-cases {
    width: 100%;
    background: #8F8F8F;
    font-size: 40px; }
  .covid__box2.-odp {
    background: #FE9B44; }
  .covid__box2.-gone {
    background: #F24E4E; }
  .covid__box2.-health {
    background: #44C644; }

.covid__table {
  position: relative; }

.covid__row {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: nowrap;
  align-content: space-evenly;
  padding: 9px 10px;
  background: #ececec; }
  .covid__row:nth-of-type(odd) {
    background: #E4E4E4; }

  table.covidbpbd {
    width: 100%;
    margin-bottom: 10px;
  }
table.covidbpbd tr td {
  padding: 5px;
}
table.covidbpbd tr.mini td {
  font-size: 12px;
  padding: 2px;
  vertical-align: center;
}
table.covidbpbd tr.subTotal td {
  font-size: 15px;
  padding: 2px;
  vertical-align: center;
}
table.covidbpbd tr.subTotal td,
table.covidbpbd tr.mini td {
  border: 1px solid #dbdbdb;
}

  table.covidkab {
    width: 100%;
    margin-bottom: 10px;
  }
table.covidkab tr td {
  padding: 5px;
}
  table.covidkab tr:nth-of-type(odd) {
    background: #E4E4E4;
    }
table.covidkab tr td {
  font-size: 12px;
  padding: 6px;
  vertical-align: center;
}
table.covidkab tr.subTotal td {
  font-size: 15px;
  padding: 2px;
  vertical-align: center;
}
table.covidkab tr td.subTotal {
  font-size: 15px;
  font-weight: 500;
}
/*
table.covidbpbd tr.subTotal td:last-of-type,
table.covidbpbd tr.mini td:last-of-type {
  border-right: none !important
}*/
  .covidbpbd tr td {
  background: #ececec; 
}
  .covidbpbd tr:nth-of-type(odd) {
    background: #E4E4E4; 
  }

.covid__prov {
  position: relative;
  width: 90%; 
  font-size: 14px !important;
}

.covid__count {
  position: relative;
  width: 50%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #F24E4E;
  text-align: right; }

.covid__graph {
  position: relative; }
  .covid__graph .graph {
    width: 100%;
    height: 152px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  outline: 0;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  top:190px;
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; 
}
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; 
  }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 15px;
      width: 15px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 20px;
        left: 0;
        content: "•";
        width: 15px;
        height: 15px;
        font-family: "slick";
        font-size: 6px;
        line-height: 10px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-dots {
  bottom: -50px; }

.slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
  background: #ccc;
  border-radius: 20px; }

.slick-dots li.slick-active button {
  background: #F24E4E; }

.slick-dots li button:before {
  content: ''; }

.min-lg,
.min-lg p {
  line-height: 1.2 !important;
}

    #chartdiv {
      width: 100%;
      height: 400px;
      border-radius: 5px;
    }

  #main-data {
    padding: 150px 0 50px;
    position: relative;
    width: 100%;
}




.faq {
  width:100%;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
 
.faq .card,
.faq .card:last-child .card-header {
  border: none;
}
 
.faq .card-header {
  border-bottom-color: #EDEFF0;
    display: inline-block !important;
}
 .faq .card-header .btn-link {
  color:white !important;

 }
.faq .fa-stack {
  font-size: 18px;
}
 

.faq .btn {
    text-align: left;
    font-weight: bold;
    padding: 0;
}
 
.faq .btn-link:hover,
.faq .btn-link:focus {
  text-decoration: none;
}
 
.faq li + li {
  margin-top: 10px;
}




/* SINGLE POST */
/* single-post */
.box-author {
  
}
.box-author img.image {
  border-radius: 50px;
  border: 1px solid #dadada;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.1);
}
.box-author .media-body {
  margin-top: 15px;
}
.box-author .media-body h5 {
  font-size: 16px;
  color:#666;
  font-weight: 500; 
  line-height: 0.5;
}
.box-author .media-body time {
  font-size: 14px;
  color:#666;
  font-weight: 300; 
  font-style: italic; 
}
.single-post p {
  line-height: 1.6em;
  color: white;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}
.sharethis-inline-share-buttons {
  margin-top: -40px;
}
.single-post .htmlcontent {
    text-align: justify;
    color: white;
}
.single-post .htmlcontent ul.tags {
  margin-top: 30px;
  font-family: 'Roboto' !important;
  list-style: none;
  display: inline-flex;
  margin-left: -40px;
  font-size: 15px;
  margin-bottom: 0px;
}
ul.breadcrumb {
  background: transparent;
}
ul.breadcrumb li a {
  color: white
}
.single-post .htmlcontent ul.tags li {
  margin-right: 15px;
  background-color: #f6f8fc;
  padding: 4px 10px 4px 10px;
  font-weight: 400;
  border-radius: 10px
}
.single-post .htmlcontent ul.tags li a {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  text-decoration: none;
}
.single-post .htmlcontent ul.tags li:nth-child(1) a {
  color: #dd4a17
}
.single-post .htmlcontent ul.tags li:nth-child(2) a {
  color: #c19915
}
.single-post .htmlcontent ul.tags li:nth-child(3) a {
  color: #6fab2f
}
.single-post .htmlcontent ul.tags li:nth-child(4) a {
  color: #31b1ca
}
.single-post .htmlcontent ul.tags li:nth-child(5) a {
  color: #3660b4
}
.single-post .htmlcontent ul.tags li:nth-child(6) a {
  color: #8d8c8a
}


@import url('https://fonts.googleapis.com/css?family=Montserrat');

.onoffswitch3
{
    position: relative; 
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: 'Montserrat', sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 100px;
    padding-left: 16px;
     color: #FFFFFF;
    text-align: right;
}

.onoffswitch3-switch {
    display: block; width: 50%; margin: 0px; text-align: center; 
    border: 0px solid #999999;border-radius: 0px; 
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #27A1CA; left: 0;
    width: 160px;
}
.onoffswitch3-inactive{
    background: #A1A1A1; right: 0;
    width: 20px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove{
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.scroll-text{
    color: white;
}