/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.hidden {
  display: none !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  *,
  :after,
  :before,
  :first-letter,
  :first-line {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* #breakingNews a:hover {
    border: 1px solid black;
} */
.news-info-list {
  display: flex;
  justify-content: center;
}
.news-info-list li {
  /* font-size: 14px; */
  font-weight: 600;
  /* font-family: "Open Sans", sans-serif; */
}

#covid-info {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

#covid-info-link {
  /* background-color: #e53935; */
  background-color: black;
  padding: 10px;
}
#covid-info-link a {
  color: white;
}
#covid-info-link a:hover {
  color: #e53935;
  text-decoration: underline;
}
#breakingNews .post-date-dark span {
  color: #e53935;
}
.location-prompt {
  display: none;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: black;
  bottom: 0;
  padding: 5px;
  color: white;
  font-size: 15px;
  position: fixed;
  z-index: 99;
}
#location-button {
  border-radius: 7px;
  color: black;
}
#cookie-button {
  background-color: #e53935;
}

@media only screen and (max-width: 570px) {
  .media-body .desc {
    display: none;
  }
  .title-semibold-dark a {
    font-size: 20px;
  }
}
.breaking-media {
  display: flex;
}
.breaking-star {
  /* position: absolute;
    height: 100%; */
  display: flex;
  background: #f94747;
  color: white;
  width: 22px;
  justify-content: center;
}
.breaking-star i {
  padding: 4px;
}
/* search box */
.search {
  border: 1px solid #cccccc;
  overflow: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 5px #d2d2d2;
  animation: glowing 5000ms;
  animation-iteration-count: 1;
  align-self: center;
  margin-bottom: 20px;
}

.search input[type="text"] {
  border: 0px;
  width: 100%;
  padding: 10px 10px;
}

.search input[type="text"]:focus {
  outline: 0;
}

.search input[type="submit"] {
  border: 0px;
  background: none;
  background-color: #e53935;
  color: #fff;
  float: right;
  padding: 10px 37px;
  background: #e53935
    url(https://autosuggest-files.s3.amazonaws.com/quicklinkicons/eyeglass.png)
    no-repeat center;
  border-top-right-radius: 5px;
  -moz-border-radius-top-right: 5px;
  -webkit-border-radius-top-right: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottom-right: 5px;
  -webkit-border-radius-bottom-right: 5px;
  border-radius: 0px;
  cursor: pointer;
}
#autocomplete-wrapper-1 {
  float: left;
  /* width: 80%; */
  /* width: 600px; */
  display: flex;
}

.suggestions-wrapper {
  position: absolute;
  bottom: 20px;
  width: 78%;
  text-align: left;
  height: 0px;
}

.autosuggest__wrapper {
  cursor: pointer;
  background-color: white;
  border-radius: 0px 0px 10px 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 5px;
  padding-bottom: 15px;
  color: black;
  font-size: 20px;
  box-shadow: rgb(158, 158, 158) 0px 1px 5px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1000;
  width: 100%;
  text-align: left;
}

.autocomplete-suggestions {
  display: block;
  border: none;
  position: inherit;
  width: 100%;
  text-align: left;
  padding-left: 10px;
}

li.suggestion.admarketplace:hover {
  color: #989898;
}

.autocomplete-suggestions li {
  font-size: 16px;
  list-style: none;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #a7a7a7;
  }
  40% {
    box-shadow: 0 0 20px #a7a7a7;
  }
  60% {
    box-shadow: 0 0 20px #a7a7a7;
  }
  100% {
    box-shadow: 0 0 -10px #a7a7a7;
  }
}

@media only screen and (min-width: 150px) and (max-width: 780px) {
  .search {
    width: 95%;
    margin: 0 auto;
    display: none;
  }
}
/* end search box */
/* covid */
.cd-item {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 5px 25px 0px 25px;
}
.cd-title {
  font-size: 20px;
}
.cd-num {
  font-size: 18px;
  font-weight: bold;
}
#cases {
  color: gray;
}
#deaths {
  color: #a25757;
}
#recovered {
  color: #4eb34e;
}
/* push code */
#pushholding {
  display: none;
  width: 320px;
  height: 125px;
  position: fixed;
  left: 109px;
  top: 0;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding: 15px;
  z-index: 99999999;
}

#pushholding button {
  border: none;
  width: 70px;
  height: 35px;
  text-align: center;
  font: 600 12px "Open Sans", sans-serif;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 200ms linear;
  padding: 10px;
}

#pushholding span {
  color: #7a7a7a;
  font: 14px/1.4 sans-serif;
}

#pushholding button#push-allow {
  background-color: #0080ff;
  color: #fff;
}

#pushholding button#push-deny {
  background-color: #cecece;
  color: #7a7a7a;
}

#pushholding button:hover {
  background-color: #f7f7f7;
}
