/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
.hidden {
  visibility: hidden;
  display: none;
}

.container-fluid {
  margin: 0 auto;
  width: 100%;
  max-width: 75em;
}

.button-wrapper.natiaon-fact-sheet {
  text-align: center;
  margin: auto;
}
.button-wrapper.natiaon-fact-sheet .button {
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  background: #FF6C0C;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 2.25rem;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.button-wrapper.natiaon-fact-sheet .button a {
  color: #FFFFFF;
  text-decoration: none;
}

#map.interactive-map {
  margin-left: auto;
  margin-right: auto;
}

#report-request-view.state-overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 37, 43, 0.5);
  /* Black background with opacity */
  z-index: 9999;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}
#report-request-view.state-overlay .state-overlay-inner {
  position: relative;
  padding: 10px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#report-request-view.state-overlay .state-overlay-inner .state-overlay-close {
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 8px 13px;
  border: 1px solid #FF6C0C;
  border-radius: 2px;
  background: #FF6C0C;
  text-align: center;
  color: white;
}
#report-request-view.state-overlay .state-overlay-inner .state-overlay-close > button {
  border: none;
  background: none;
}
#report-request-view.state-overlay .state-overlay-inner .state-overlay-name > div {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 4px dotted #C9DC5D;
  text-transform: none;
  line-height: 1.2;
  color: white;
}
#report-request-view.state-overlay .state-overlay-inner .state-overlay-report {
  text-align: center;
}
#report-request-view.state-overlay .state-overlay-inner .state-overlay-report button {
  color: #fff;
  background: #Af231c;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin: 5px;
  text-shadow: none;
  line-height: 1.2;
  border-radius: unset;
  text-decoration: none;
}