

.course-locations-header {
  padding:1.5rem 1rem;
  background-color:#3e79b3;
}
.course-locations {
  height:600px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right:0;
}

.course-locations > div {
  padding: 1rem;
  background:white;  
  border-bottom: 1px solid rgba(0,0,0,.1);
  min-height: 98px;
  line-height: 1.4;
}

.course-locations > div hr {
  display:block;
  clear:both;
  margin:0;

}
.venue-block strong {
   color: #3d79b3;
}

.course-locations > div img {
  margin-bottom:1rem;
  float:right;
  max-width:100px;
  margin-left:2rem;
}
.course-locations > div:hover {
  cursor:pointer;
}
.zelect,#course-select {
      display:inline-block;
      background-color: white;
      min-width: 300px;
      cursor: pointer;
      position: relative;
      width:100%;      
      max-width:600px;
    }
.zelected {
      font-weight: bold;
      padding-left: 10px;
      padding:12px;
    }
.zelected.placeholder {
   color: #0a2c47;
   font-weight: 500;
}

.zelected:hover {
      position:0px;
      border-color: #3d79b3;
      box-shadow: inset 0px 5px 8px -6px #dbdece;
    }
.zelect.open {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
.zelect .dropdown {
      background-color: white;
      border: 1px solid #3d79b3;
      border-top: none;
      position: absolute;
      left:-1px;
      right:-1px;
      top: 36px;
      z-index: 2;
      padding: 3px 5px 3px 3px;
    }
.zelect .dropdown input {
      font-family: sans-serif;
      outline: none;
      font-size: 14px;
      border-radius: 4px;
      border: 1px solid #dbdece;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      width: 100%;
      padding: 7px 0 7px 10px;
    }
.zelect .dropdown ol {
      padding: 0;
      margin: 3px 0 0 0;
      list-style-type: none;
      max-height: 150px;
      overflow-y: scroll;
    }
 .zelect .dropdown li {
      padding-left: 10px;
    }
.zelect .dropdown li.current {
      background-color: #3d79b3;
      color:white;
    }

#map-canvas {
  margin-bottom:1em;
}
.map-content h1 {
  color:#082841;
  padding:0;
  margin:0;
  font-size:1.2em;
}
.map-content h2 {  
  padding:0;
  margin:0;
  font-size:0.9em;
}
.map-content {
  padding:0;
  margin:0;
  list-style-none;
}
#venue-buttons,.venue-button {
  margin:5px 0px 2px 0px;
}
#venue-buttons a,.venue-button {
  border-radius:3px;
  background:#3d79b3;
  color:white !important;
  text-decoration:none;
  padding:4px 8px;
  margin-right:3px;
  display:inline-block;
}

#venueModal .modal-header {
  padding: 1rem 1.5rem .5rem;

}
#venueModal .modal-header p {
  margin:0;
}


#venueModal .modal-title {
   margin-bottom: 0;
   line-height: 1.5;
   font-weight: 500;
   font-size: 1.4rem;
}


#venueModal .modal-body ul#features {
  padding-left:1rem;
}
#venueModal .modal-body ul#features li {
  width:50%;
  float:left;
}
#venueModal .modal-body h2 {
   font-size: 1.1rem;
   margin-bottom: 1rem;
   font-weight: 500;
   margin-top: 30px;
}

#venueModal .modal-dialog {
  font-size:0.9rem;
}

#venueModal .modal-dialog {
  width:100%;
  max-width:1230px;
}

#venueModal #more-content-container {
  background:white;
  padding:1rem;
  margin:0;
}

#venueModal .modal-content {
   position: relative;
   display: flex;
   flex-direction: column;
   width: 100%;
   pointer-events: auto;
   background-color: #fff;
   background-clip: padding-box;
   border-radius: .3rem;
   outline: 0;
   -webkit-box-shadow: 0px 0px 40px -6px rgba(0,0,0,0.5);
   -moz-box-shadow: 0px 0px 40px -6px rgba(0,0,0,0.5);
   box-shadow: 0px 0px 40px -6px rgba(0,0,0,0.5);
}

#venueModal .col1 {
  padding-right:1rem;
}
#venueModal #venue-gallery {
  margin-bottom:1rem;
}
@media (min-width: 990px) {
  #venueModal #venue-image.single {
    padding-right:15px;
  }

  #venueModal #venue-image img {
    height:280px;
    max-width:440px;
  }
  #venueModal #venue-gallery {
    height:280px;
    overflow:hidden;
    margin-bottom:0;
    padding-right:15px;
  }
}

@media (max-width: 767px) {
  #venueModal .dates {
    padding-bottom:0;
  }
  #venueModal .c div {
    padding-left:1rem;
    padding-right:1rem;
  }
}
#upcoming-dates,#upcoming-courses {
  background:#e5eff8;
}

#dates-nav .nav-item .nav-link {
  text-align:left;
  background:#77a1cb;
  border:none;
  color:white;
  text-decoration:none;
  border-radius:0;
  height:100%;
}
#dates-nav .nav-item .nav-link:hover {

}

#dates-nav .nav-item  .nav-link.active {
  background:#3d79b3;
  border:none;
  
}

.dates-container .row {
  border-bottom:1px solid #fff;
  padding:0.5rem 0;
}

