@font-face {
  font-family: "NotoSans-Regular";
  src:
   url("/fonts/fc1749b7e5e0fe6be48e96145018ef71.woff2") format("woff2"),
   url("/fonts/8d8c6ed43e1a1217aa635d03fbe16b21.woff") format("woff");
}
 
@font-face {
  font-family: "Boogaloo";
  src:
    url("/fonts/2d3bda7f2b6dc931a5c7f1014dc180ad.woff2") format("woff2"),
    url("/fonts/875fece1131395d31baaf4693c678575.woff") format("woff");
}

@media (max-width: 768px) {
  .no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.to-left {
  float: left;
}
.to-right {
  float: right;
}
@media (max-width: 768px) {
  .to-centre-mobile {
    text-align: center;
    margin: 0 auto;
  }
}
.to-centre {
  text-align: center;
  margin: 0 auto;
}
.to-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-container {
  display: flex;
}
h2 {
  font-family: "Boogaloo", cursive;
}
.map-area {
  font-family: "NotoSans-Regular";
}
.map-area .modal .modal-header {
  border-bottom: 0px;
}
.map-area .modal .modal-footer {
  border-top: 0px;
}
.map-area .modal .large-text {
  font-size: 4rem;
  font-family: "Boogaloo", cursive;
  margin-right: 12px;
}
.map-area .map-content {
  position: relative;
}
.map-area .map-content #map-container {
  height: 100vh;
}
@media (max-width: 576px) {
  .map-area .map-content #map-container {
    height: 50vh;
  }
}
.map-area .map-content #map-container .reset-button button {
  margin-right: 11px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  background-position: 50%;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 0;
  background-color: #daaa37;
}
.map-area .map-content #map-container .reset-button button div {
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60%;
}
@media (max-width: 768px) {
  .map-area .map-content #map-container .reset-button {
    display: none;
  }
}
.map-area .map-content #map-container .location-button button {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  width: 38px;
  height: 38px;
  padding: 0;
  margin-right: 11px;
  background-color: #daaa37;
}
.map-area .map-content #map-container .location-button button div {
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 53%;
}
@media (max-width: 768px) {
  .map-area .map-content #map-container .location-button {
    top: 4% !important;
  }
}
.gm-control-active {
  background: white !important;
  border-radius: 50% !important;
  margin-bottom: 4px !important;
}
.find-a-doctor {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
.find-a-doctor a {
  color: white !important;
}
.gm-style-iw .gm-ui-hover-effect {
  top: -2px !important;
  background: white !important;
  right: 0px !important;
}
.gm-style-iw.gm-style-iw-c {
  padding: 0px;
}
@media (min-width: 768px) {
  .gm-style-iw .gm-style-iw-d {
    overflow: unset !important;
  }
}
.marker > img {
  width: 100%;
}
.marker .inner-content {
  padding: 12px 5% 12px 5%;
  max-height: 150px;
  overflow: auto;
}
.marker .icon {
  display: inline-block;
  background: #daaa37;
  border-radius: 50%;
  padding: 4%;
  text-align: center;
  margin-right: 2%;
  width: 38px;
  height: 38px;
}
.marker .icon img {
  max-width: 22px;
  position: relative;
  top: 1px;
}
@media (max-width: 768px) {
  .gm-style-iw-d {
    overflow: scroll !important;
  }
  .gm-style-iw-d::-webkit-scrollbar {
    display: none;
  }
  .gm-style-iw-d .inner-content {
    overflow: unset;
    max-height: unset;
  }
  .gm-style-iw,
  .gm-style-iw-c,
  .gm-style-iw-d {
    height: 220px;
    max-height: 220px !important;
  }
}
.item .round-icon {
  background: #daaa37;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 auto 6px auto;
}
.item .round-icon .icon {
  max-height: 40%;
  top: 30%;
  position: relative;
  width: auto;
}
.item.faded .round-icon {
  background: grey !important;
}
.address-container {
  position: absolute;
  top: 20px;
  right: 1%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .address-container {
    top: 1%;
    left: 3%;
    right: auto;
    width: 75%;
  }
}
.address-container #address {
  padding: 5%;
  width: 100%;
}
#country-area a,
#activities-area a {
  color: #fff;
  text-decoration: underline;
}
#country-area a:hover,
#activities-area a:hover {
  text-decoration: none;
}
#country-area {
  width: 28%;
  margin: auto;
  left: 3%;
  min-height: 20%;
}
@media (max-width: 992px) and (min-width: 768px) {
  #country-area {
    width: 26%;
  }
}
@media (max-width: 768px) {
  #country-area {
    position: inherit;
    margin-left: 2%;
    margin-bottom: 2%;
    width: auto;
    bottom: 0px;
    left: 0;
  }
}
#country-area .show-modal-button {
  text-decoration: underline;
  cursor: pointer;
}
#country-area .content .short {
  height: 20%;
}
#country-area .content .short .reported-wrapper,
#country-area .content .short .not-reported-wrapper {
  position: relative;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  #country-area .content .short .reported-wrapper,
  #country-area .content .short .not-reported-wrapper {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #country-area .content .short .reported-wrapper {
    margin-top: 12px;
  }
}
#country-area .content .short .reported,
#country-area .content .short .not-reported {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 2px solid white;
  width: 25px;
  height: 25px;
  display: block;
}
#country-area .content .short .reported.reported,
#country-area .content .short .not-reported.reported {
  background: #daaa37;
}
#country-area .content .short .reported.not-reported,
#country-area .content .short .not-reported.not-reported {
  background: transparent;
}
#country-area .content .short .reported-text,
#country-area .content .short .not-reported-text {
  margin-left: 40px;
}
#country-area .content .tall {
  height: 60%;
}
#country-area .content h2 {
  font-family: "NotoSans-Regular", Arial, sans-serif;
}
#country-area .content img.syringe {
  margin-right: 12px;
}
#country-area .content .country-area-initialised h2 {
  font-family: "Boogaloo", cursive;
}
#country-area .content .country-area-no-data h2 {
  text-align: center;
}
#country-area .content .tbe-incidence {
  margin-top: 12px;
}
#country-area .content .tbe-cases--wide {
  display: block;
}
#country-area .small-header {
  margin-top: 18px;
}
#country-area .small-header h5 {
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
#country-area .cases {
  width: 180px;
}
#country-area .population-recomendation {
  margin-top: 1%;
  margin-bottom: 1%;
}
#country-area .recommended {
  margin-top: 3%;
  margin-bottom: 5%;
}
#country-area .recommended > span {
  margin-right: 10px;
}
#country-area .large-text {
  font-size: 3rem;
  font-family: "Boogaloo", cursive;
  margin-right: 12px;
  text-transform: uppercase;
}
#country-area .large-text.cases {
  margin-right: 10px;
}
#activities-area {
  bottom: 20px;
  min-height: 18%;
  width: 45%;
  margin-left: 34%;
  margin-bottom: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  display: table;
  table-layout: fixed;
}
#activities-area .content {
  display: table-cell;
  vertical-align: middle;
}
#activities-area .content .activities-content {
  display: flex;
  align-items: center;
}
#activities-area .tick-icon {
  margin-left: 0;
  margin-right: 12px;
  flex-shrink: 0;
}
#activities-area img {
  margin: auto;
  bottom: 0;
}
@media (max-width: 768px) {
  #activities-area {
    position: inherit;
    margin: 0;
    bottom: 0px;
  }
  #activities-area .activities-area-text {
    position: relative;
    top: auto;
    transform: none;
  }
}
@media (max-width: 576px) {
  #activities-area {
    position: inherit;
    margin: auto;
  }
}
#quiz-risk {
  margin-bottom: 0%;
  right: 3%;
  min-height: 18%;
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  #quiz-risk {
    text-align: center;
    position: inherit;
    width: auto;
    margin: auto;
    right: inherit;
  }
}
#quiz-risk a {
  text-decoration: none;
  color: white;
}
.gm-control-active {
  background: black;
}
.gmnoprint {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .gmnoprint {
    display: none;
  }
}
.gmnoprint div {
  background: none !important;
  box-shadow: none !important;
}
.gmnoprint div div {
  background: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
#activities-area,
#country-area,
#quiz-risk {
  background-color: #55874b;
  border-radius: 4px;
  color: white;
  padding: 1%;
  bottom: 3%;
  position: absolute;
}
@media (max-width: 768px) {
  #activities-area,
  #country-area,
  #quiz-risk {
    padding: 5%;
    margin: 1%;
    width: 98%;
    position: inherit;
  }
}
@media (max-width: 768px) {
  #activities-area,
  #country-area,
  #quiz-risk {
    margin: 1%;
  }
}
.activities {
  display: flex;
  flex: 1 0 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.activities .item {
  cursor: pointer;
  padding: 1%;
  text-align: center;
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .activities .item {
    padding: 4%;
  }
}
#detailed-map-modal {
  display: none;
}
#detailed-map-modal .modal-dialog {
  max-width: 700px;
}
#detailed-map-modal .modal-header {
  display: block;
  border-bottom: none;
}
#detailed-map-modal .modal-header .close {
  float: right;
  font-size: 35px;
  color: #000;
  opacity: 1;
}
#detailed-map-modal .modal-header .modal-title {
  float: left;
  width: 90%;
  font-family: "Boogaloo", cursive;
  font-size: 38px;
}
#detailed-map-modal .modal-header p {
  margin-top: 12px;
  float: left;
  clear: both;
}
#detailed-map-modal .modal-body {
  padding: 0;
}
#detailed-map-modal img {
  padding: 0 1rem 1rem;
}
#detailed-map-modal .recommended-wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #detailed-map-modal .recommended-wrapper {
    flex-direction: column;
  }
}
#detailed-map-modal .recommended {
  float: left;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-left: 1rem;
}
#detailed-map-modal .recommended .large-text {
  font-size: 3rem;
  font-family: "Boogaloo", cursive;
  margin-right: 12px;
  text-transform: uppercase;
  vertical-align: middle;
}
#detailed-map-modal .recommended .recommended-content {
  min-width: 105px;
}
#detailed-map-modal .recommended-description {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 12px;
}
#detailed-map-modal .recommended-description .tick-icon {
  padding: 0;
  width: 44px;
  margin: 0 1rem 1rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #detailed-map-modal .recommended-description .tick-icon {
    width: 32px;
  }
}
@media (max-width: 576px) {
  #detailed-map-modal .recommended-description .tick-icon {
    width: 26px;
  }
}
#detailed-map-modal .recommended-description .recommended-description-content {
  padding-right: 1rem;
}
#detailed-map-modal .modal-footer {
  border-top: none;
}
#detailed-map-modal .modal-footer .social__link img {
  width: 40px;
  padding: 0;
}
.modal--external-link {
  z-index: 1051;
}
.modal-backdrop + .modal-backdrop {
  z-index: 1050;
}
