@import url(http://fonts.googleapis.com/css?family=Lato|Montserrat:700);
.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.6em;
    line-height: 100%;
    margin-top: 0px;
}
.white-text {
    color: white !important;
}
.logo-colour {
    color: #0a83bb !important;
}
.container {
  margin: 1rem 0rem;
}
.logo-number {
    color: #e88f0c;
}
.quotes {
  padding: 0 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif
}
body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    overflow-x: hidden;
}
.workshops h3 {
  font-weight: bold;
}
.tab-bar {
    background: #0a83bb;
    color: #fff;
    font-size: 2.5rem;
    width: 100%;
    border-bottom: #4C9BD1 4px solid;
}
#sidebar-overlay{
}
#sidebar-overlay.toggled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 997;
    opacity: 1;
}
.icon-menu,
.icon-menu:hover {
  color: #fff;
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
    color: #fff;
    font-size: 2rem;
}
#wrapper {
    padding-left: 0px;
}
#sidebar-wrapper {
    z-index: 998;
    position: fixed;
    top: 2.8125rem;
    bottom: 0;
    left: 0;
    width: 250px;
    margin-left: -250px;
    background: #0A83BB;
    overflow-x: hidden;
    overflow-y: auto;
}
#wrapper,
#sidebar-overlay,
#sidebar-wrapper {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#sidebar-wrapper.toggled {
    z-index: 998;
}
#wrapper.toggled #sidebar-wrapper {
    margin-left: 0px;
}
#page-content-wrapper {
    width: auto;
    z-index: 2;
    background: #fff;
}
#page-content-wrapper.toggled {
    width: 100%;
    margin-left: 0px;
    z-index: 2;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -200px;
}
.sidebar-nav {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}
.sidebar-nav li {
    list-style: none;
    line-height: 40px !important;
}
.sidebar-nav li li {
    line-height: 2em !important;
}
.sidebar-nav li a {
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
}
.sidebar-nav li a .link-icon {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 2em;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    padding-top: 10px;
}
.sidebar-nav li a .link-text {
    display: inline-block;
    vertical-align: middle;
}
.sidebar-nav li a .sub-link-text {
    font-size: 0.8em;
    padding-left: 2em;
}
.sidebar-nav li.active a .link-icon {
    color: #e88f0c;
}
.sidebar-nav li a:active,
.sidebar-nav li a:active span,
.sidebar-nav li a:focus,
.sidebar-nav li a:focus span {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    display: none;
    font-size: 18px;
    line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
    color: #fff;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.left-small {
    border: 0;
    width: 60px;
    text-align: center;
    background: #4C9BD1;
    font-size: 2.7rem;
    z-index: 100;
    cursor: pointer;
}
.left-small:hover * {
    color: #e88f0c;
}
.logo {
    margin: 1em 2em;
}
.logo-small {
    max-height: 70px;
    max-width: 250px;
}
#footer {
    padding-top: 10px;
    border-top: 1px solid grey;
    margin-top: 20px;
    background: #fff;
}
.underline {
    border-bottom: 1px solid #e88f0c;
}
.th-people {
    max-width: 130px;
}
.image-subtitle {
    color: #999;
}
#map-canvas {
    height: 80vh;
}
.map-label {
    background-color: #FF786E;
    font-family: "Lato", "Helvetica", "Arial", sans-serif;
    text-align: center;
    white-space: nowrap;
}
.map-label-major {
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    border: 2px solid #B73F37;
    margin-left: -60px !important;
}
.map-label-minor {
    font-size: 12px;
    text-align: center ;
    width: 100px;
    border: 1px solid #B73F37;
    margin-left: -50px !important;
}
.map-label-large {
    font-size: 12px;
    text-align: center ;
    width: 150px;
    border: 1px solid #B73F37;
    margin-left: -75px !important;
}
.event-day {
  padding-top: 40px;
}
.event-time {
  line-height: 1.2;
}
.resource-link-unavailable {
  color: #BBB;
}
div.alert > a {
  color: #600000;
}
.flex-parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.flex-child-5 {
  width: 100%;
}
.schedule-button {
  border: 1px solid #0078a0;
  border-radius: 5px;
  padding: 0.5em 0;
  margin-bottom: 0.5em;
}
.label {
  font-size: 1em !important;
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
        margin-top: -2.8125rem;
    }
    #wrapper.toggled #page-content-wrapper {
        margin-left: 250px;
    }
    .sidebar-nav > .sidebar-brand {
        display: block;
    }
    .sidebar-nav > .sidebar-brand > .sidebar-brand-link {
        padding-left: 14px;
    }
    .tab-bar {
        visibility: hidden;
    }
    .sidebar-nav li:hover {
        text-decoration: none;
        background: rgba(255, 255, 255, 0.2);
    }
    .sidebar-nav li a:hover div.link-icon {
        text-decoration: none;
        color: #e88f0c;
    }
    #sidebar-wrapper {
        width: 250px;
        top: 0;
        margin-left: 0;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.25);
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    .sidebar-nav {
        width: 250px;
    }
    #page-content-wrapper {
        padding: 0px;
        margin-left: 0px !important;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    #page-content-wrapper .container-fluid {
        margin-top: 20px;
    }
    .flex-child-5 {
      width: 19%;
    }
}
.resource-item {
  border: 1px solid grey;
  border-radius: 5px;
  margin: 0.2em;
  padding: 0.5em;
  display: block;
  width: 80%;
  color: black;
}
.resource-item strong {
  font-size: 1.1em;
}
.resource-item:hover {
  transition: 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}
