header.sub {
  margin-bottom: 10px;
}
header.sub .col {
  margin: 0 10px;
}
@media (min-width: 800px) {
  header.sub .col1 {
    min-width: 600px;
  }
}
header.sub #start-search {
  display: block;
  clear: both;
}
header.sub #start-search label {
  font-size: 11px;
  margin: 5px;
  padding: 0;
  display: block;
  color: #888;
}
header.sub #start-search input {
  max-width: calc(80% - 20px);
  font-size: 1em;
}
header.sub #start-search .btn {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
}
@media (max-width: 800px) {
  header.sub #start-search .btn .text {
    display: none;
  }
}
header.sub #start-search .btn.show-report {
  display: none;
}
header.sub #start-search #locateme {
  display: none;
}
@media (max-width: 800px) {
  header.sub #start-search #locateme {
    display: inline-block;
    margin-top: 2px;
    font-size: 0.9em;
  }
}
header.sub .links {
  clear: both;
  display: none;
  margin: 5px 0;
  padding-top: 10px;
  font-size: 14px;
}
header.sub .links a {
  margin: 5px;
}
@media (max-width: 800px) {
  header.sub .links {
    display: block;
  }
}
header.sub #messages {
  color: #0078D7;
  padding: 5px 5px;
  font-size: 14px;
}
header.sub #messages .results {
  cursor: pointer;
}
header.sub #messages .results:hover {
  text-decoration: underline;
}

#page {
  max-width: 1200px;
  width: calc(100% - 20px);
  overflow: hidden;
}
@media (max-width: 800px) {
  #page {
    width: 100%;
  }
}

#meetingTypesToggle {
  font-size: 0.9em;
}

#map-canvas {
  max-width: 100%;
  height: 600px;
  width: 100%;
  margin: 0 auto;
}
#map-canvas .resultinfo {
  color: #000000;
  max-width: 300px;
}
#map-canvas .resultinfo h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 0;
}
#map-canvas .resultinfo h2 a {
  text-decoration: none;
}
#map-canvas .resultinfo p {
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 0;
}
#map-canvas .resultinfo p a {
  text-decoration: none;
}
#map-canvas .resultinfo p.note {
  display: block;
  padding: 2px 5px;
  background: #DDD;
  border-radius: 5px;
  max-width: 300px;
  margin-top: 5px;
}
#map-canvas .resultinfo p.note.warning {
  background: #e64a4a;
  color: #FFF;
}

#findameeting {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  width: 300px;
  background-color: #FFF;
  box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.5);
  transition-property: left;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
#findameeting p.sub {
  color: #777;
  font-size: 11px;
}
#findameeting.closed {
  left: -300px;
}
@media (min-width: 1200px) {
  #findameeting.closed {
    left: 0;
  }
}
#findameeting .slide-tab {
  position: absolute;
  right: -30px;
  width: 30px;
  height: 80px;
  top: 160px;
  background: #DDD;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 2px 2px 5px rgba(30, 30, 30, 0.5);
  cursor: pointer;
}
#findameeting .slide-tab .inner {
  position: absolute;
  width: 8px;
  left: 9px;
  top: 10px;
  height: 60px;
  border-left: 2px solid #BBB;
  border-right: 2px solid #BBB;
}
@media (min-width: 1200px) {
  #findameeting .slide-tab {
    display: none;
  }
}
#findameeting .content {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: 600px;
}
#findameeting #formtop {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background: #FFF;
  border-bottom: 1px solid #DDD;
  text-align: center;
}
#findameeting #formtop .row {
  display: block;
  clear: both;
}
#findameeting #formtop .btn {
  padding: 5px 10px;
  margin: 5px 2px;
  font-size: 14px;
}
#findameeting #formtop #filtermessage {
  font-size: 12px;
  padding: 5px;
  color: rgba(36, 31, 98, 0.8);
}
#findameeting .group {
  clear: both;
  padding: 10px 0;
  margin: 0 10px;
  display: block;
  width: 100%;
}
#findameeting .group:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
#findameeting .group h2 {
  padding-bottom: 10px;
  font-size: 14px;
}
#findameeting .group .col {
  width: 50%;
  float: left;
}
#findameeting .group label {
  font-size: 12px;
  padding: 5px;
  display: block;
}
#findameeting .group select, #findameeting .group input {
  clear: both;
  display: block;
  width: calc(100% - 15px);
  border-width: 1px;
  background: #FEFEFE;
}
#findameeting .group input {
  padding: 5px;
}
#findameeting .group option {
  padding: 0 5px;
}
#findameeting .showmeetingbtn {
  background: #3498db;
  border-radius: 14px;
  color: #ffffff;
  font-size: 13px;
  padding: 10px 8px 10px 10px;
  text-decoration: none;
  outline: none;
}
#findameeting .showmeetingbtn:hover {
  background: #3cb0fd;
  text-decoration: none;
}
#findameeting .showmeetingbtn:visited {
  text-decoration: none;
}
#findameeting .showhelpbtn {
  background: #3498db;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 3px 3px 3px;
  text-decoration: none;
  outline: none;
}
#findameeting .showhelpbtn:hover {
  background: #3cb0fd;
  text-decoration: none;
}
#findameeting .showhelpbtn:visited {
  text-decoration: none;
}

#openclosedhelpele {
  position: absolute;
  left: 320px;
  top: 281px;
  z-index: 1;
  width: 125px;
}

#RESULTS {
  color: red;
}

#debug {
  position: absolute;
  left: 10px;
  top: 300px;
  visibility: hidden;
}