/* .embed-container-iframe {
  padding-bottom: 95%;
  height: 0;
  max-width: 100%;
  margin-top: 25px;
  overflow: auto;
}
 */
.mobile-message {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-message {
  display: none;

}

.embed-container-iframe {
  position: relative;
  padding-bottom: 80%;
  padding-top: 25px;
  height: 0;
  min-height: 300px;
}

@media (min-width: 1024px) {
  .embed-container-iframe {
    padding-bottom: 85%;
  }
}

@media (min-width: 1200px) {
  .embed-container-iframe {
    padding-bottom: 60%;
  }
}
@media (min-width: 1300px) {
  .embed-container-iframe {
    padding-bottom: 50%;
  }
}

@media (max-width: 399px) {
  .embed-container-iframe {
    min-height: 375px;
  }
}

@media (min-width: 500px) {
  .embed-container-iframe {
    min-height: 250px;
  }
}

@media (min-width: 768px) {
  .embed-container-iframe {
    min-height: 0;
  }
}



.embed-container-iframe iframe,
.embed-container-iframe object,
.embed-container-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

div.map-link-container {
  background: transparent;
  padding: 10px 0px;
}

.map-link-container .content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.map-link-container .content a {
  color: #ed1f7f;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: normal;
}

.map-link-container .content a:hover {
  text-decoration: underline;
}

.page-node-19279 #breadcrumb,
.page-node-19345 #breadcrumb {
  background-color: #91a01e;
}

.tab-wrapper {
  display: none;
}

.tab-wrapper.active {
  display: block;
  border-top: 5px solid #0088CE;
}

.tab-wrapper.active .embed-container-iframe {
  margin-top: 0;
}


@media (min-width: 320px) {
  .tab-title {
    display: inline-block;
    background-color: #67cdf2;
    border-radius: 5px 5px 0 0;
    /* padding: 5px 5px; */
    color: white;
    cursor: pointer;
    width: 100%;
    margin: 2px 0;
  }
}

@media (min-width: 1400px) {
  .tab-title {
    width: 48%;
    display: block;
  }
}

/* @media (min-width: 1400px) {
  .tab-title {
    width: inherit;
    display: inline-block;
  }
} */

.tab-title {
  display: inline-block;
  background-color: #67cdf2;
  border-radius: 5px 5px 0 0;
  /* padding: 5px 5px; */
  color: white;
  cursor: pointer
}

.tab-title-h3 {
  padding: 10px 10px;
}

@media (min-width: 320px) {
  .tab-title-h3 {
    font-size: 0.95em;
  }
}

@media (min-width: 900px) {
  .tab-title-h3 {
    font-size: 1.0em;
  }
}

@media (min-width: 1400px) {
  .tab-title-h3 {
    font-size: 1.25em;
  }
}

.tab-link.active .tab-title,
.tab-title:hover {
  background-color: #0088CE;
}

@media (min-width: 1024px) {
  #content .container.tab-page-width-adjuster {
    max-width: 80rem;
  }

  #content .container.tab-page-width-adjuster .body {
    max-width: 70rem;
    margin: 0 auto;
    margin-top: 25px;
  }
}

@media (min-width: 1400px) {
  #content .container.tab-page-width-adjuster {
    max-width: 85rem;
  }

  #content .container.tab-page-width-adjuster .body {
    max-width: 70rem;
    margin: 0 auto;
    margin-top: 25px;
  }
}

.basic-page-tabs+.body {
  margin-top: 25px;
}

.basic-page-tabs {
  margin-top: 20px;
}

@media (min-width: 1250px) {
  #tab-1 .embed-container-iframe {
    padding-bottom: 60%;
  }
}

.tab-section-mobile-message {
  display: block;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .tab-section-mobile-message {
    display: none;
  }
}

.tab-section-projected-mobile-message {
  max-width: 70rem;
}

.tab-section-projected-mobile-message p {
  font-family: "Chronicle-Text-G1-Roman";
}

@media (min-width: 320px) {
  .tab-section-projected-mobile-message {
    display: block;
  }

  .tab-section-projected-mobile-message+.body {
    display: none;
  }
}


@media (min-width: 900px) {
  .tab-section-projected-mobile-message {
    display: none;
  }

  .tab-section-projected-mobile-message+.body {
    display: block;
  }
}
