/* The Modal (background) */
.restroom-access-map .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 17%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(255,255,255,0.7); /* Black w/ opacity */
}

/* Modal Content */

.restroom-access-map .modal-content a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  /* commenting this portion out because it's causing putting hyphens instead of new line break on mobile */
  /*
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    */
  font-size: 18px !important;
}

.restroom-access-map .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 600px;
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  color: white;
  max-width: 90%;
  max-height: 80%;
  display: block;
  overflow-y: auto;
}
.restroom-access-map .modal-content h2,
.restroom-access-map .modal-content a {
  color: white;
  text-align: center;
}
.restroom-access-map .modal-content h3,
.restroom-access-map .modal-content h2 {
  font-family: 'Work Sans',sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.restroom-access-map .modal-content h3 {
  font-size: 24px;
}
.restroom-access-map .modal-content .content {
  width: 100%;
  font-family: 'Work Sans',sans-serif !important;
  font-size: 18px;
}

.restroom-access-map .content .btn {
  background-color: transparent;
  color: white;
  padding: 20px 40px;
  border-radius: 40px;
  border: solid 1px white;
  font-style: italic;
}
.restroom-access-map .content .btn,
.restroom-access-map  .c7c9a9c .btn,
.restroom-access-map  .cbd8453 .btn {
  clear: both;
  width: 75%;
  display: block;
  margin: 27px auto !important;
  color: white;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .restroom-access-map .content .btn,
  .restroom-access-map  .c7c9a9c .btn,
  .restroom-access-map  .cbd8453 .btn {
    width: 100%;
    padding: 20px;
}
}
.restroom-access-map .content .btn:hover {
  background: white;
}
.restroom-access-map .cbd8453 .btn:hover {
  color: #bd8453;
}
.restroom-access-map .c7c9a9c .btn:hover {
  color: #7c9a9c;
}
.restroom-access-map .cbd8453 .btn {
  margin-bottom: 32px !important;
}
.restroom-access-map .cd4c190 .btn:hover {
  color: #d4c190;
}

.restroom-access-map .cd4c190 .content {
  margin-bottom: 40px !important;
}
.restroom-access-map .questions .btn {
  margin: 20px auto !important;
}

.restroom-access-map #myModal .subtitle {
  display: block;
  padding: 30px 15px;
  border-top: solid 1px white;
  margin-top: 45px;
  text-transform: uppercase;
  font-family: 'Work Sans',sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
}
  to {
    top: 0;
    opacity: 1;
}
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
}
  to {
    top: 0;
    opacity: 1;
}
}

/* The Close Button */
.restroom-access-map .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: 600;
}

.restroom-access-map .close:hover,
.restroom-access-map .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.restroom-access-map .modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.restroom-access-map .modal-body {
  padding: 2px 16px;
}

.restroom-access-map .modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
@media(max-width: 480px) {
  .restroom-access-map #myModal {
    max-width: 90%;
    left: 5%;
    top: 0;
}
  .restroom-access-map .modal-content {
    width: auto;
}
}

.restroom-access-map .map_legend_list {
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
.restroom-access-map .map_legend_item {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 15px;
  margin-left: 12px;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  font-family: "Work Sans", sans-serif !important;
}
.restroom-access-map .map_legend_item:before {
  content: '';
  display: inline-block;
  position: absolute;
  margin-right: 10px;
  left: -12px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: gray;
}
.restroom-access-map .map_legend_item.ineffect:before {
  background: #23828c;
  background: #7c9a9c;
}
.restroom-access-map .map_legend_item.targeted:before {
  background: #e55e33;
  background: #bd8453;
}
.restroom-access-map .map_legend_item.limited {
  display: none;
}
/*.map_legend_item.limited:before { background: #d4c190; }*/


.restroom-access-map .c001A70  a:hover {
  color: #001a70;
}
.restroom-access-map .c45B3F0 a:hover {
  color: #45b3f0;
}
.restroom-access-map .c6F818C  a:hover {
  color: #6f818c;
}
