/* Space out content a bit */
body {
    padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-left: 15px;
    padding-right: 15px;
}

/* Custom page header */
.header {
    border-bottom: 1px solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}

.marketing p + h4 {
    margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-left: 0;
        padding-right: 0;
    }

    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }

    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

.nav > li.active > a {
    text-decoration: none;
    background-color: #eee;
}

/* card css */
.card-panel, .card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card-panel {
    transition: box-shadow .25s;
    padding: 20px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff;
}

.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
}

.card .card-title {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.card .card-title.activator {
    cursor: pointer;
}

.card.small, .card.medium, .card.large {
    position: relative;
}

.card.small .card-image, .card.medium .card-image, .card.large .card-image {
    /*max-height: 60%;*/
    overflow: hidden;
}

.card.small .card-content, .card.medium .card-content, .card.large .card-content {
    /*max-height: 40%;*/
    overflow: hidden;
}

.card.small .card-action, .card.medium .card-action, .card.large .card-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.card .card-image .card-title {
    color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
    min-height: 120px;
}

.card .card-content p {
    margin: 0;
    color: inherit;
}

.card .card-content .card-title {
    line-height: 48px;
}

.card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 5px;
    z-index: 2;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
    color: #0e5286;
    margin-right: 20px;
    transition: color .3s ease;
    text-transform: uppercase;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
    color: #0e72ae;
}

/* CHIP CSS */
.chip {
    display: inline-block;
    padding: 0 5px;
    height: 30px;
    font-size: inherit;
    line-height: 30px;
    border-radius: 3px;
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-right: 15px;
    margin-top: 7px;
}

.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.closebtn:hover {
    color: #000;
}

.dropdown-toggle {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                           not supported by any browser */
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                           not supported by any browser */
}

.vacation {
    color: #86241D;
}

.header-notification-button:hover {
    color: #fff !important;
    background-color: #ec971f !important;
    border-color: #d58512 !important
}

.marker-cluster-blue {
    background-color: rgba(162, 181, 205, 0.6);
}
.marker-cluster-blue div {
    background-color: rgba(72, 118, 255, 0.6);
}

.marker-cluster-grey {
    background-color: rgba(97,97,97, 0.6);
}
.marker-cluster-grey div {
    background-color: rgba(97,97,97, 0.6);
}

.marker-cluster-red {
    background-color: rgba(238, 99, 99, 0.6);
}
.marker-cluster-red div {
    background-color: rgba(255, 48, 48, 0.6);
}

.marker-cluster-orange {
    background-color: rgba(255, 165, 79);
}
.marker-cluster-orange div {
    background-color: rgba(237, 145, 33, 0.6);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-blue {
    background-color: rgb(162, 181, 205);
}
.leaflet-oldie .marker-cluster-blue div {
    background-color: rgb(72, 118, 255);
}

.leaflet-oldie .marker-cluster-grey {
    background-color: rgb(97,97,97);
}
.leaflet-oldie .marker-cluster-grey div {
    background-color: rgb(97,97,97);
}

.leaflet-oldie .marker-cluster-red {
    background-color: rgb(238, 99, 99);
}
.leaflet-oldie .marker-cluster-red div {
    background-color: rgb(255, 48, 48);
}

.leaflet-oldie .marker-cluster-orange {
    background-color: rgb(255, 165, 79);
}
.leaflet-oldie .marker-cluster-orange div {
    background-color: rgb(237, 145, 33);
}

.amp-error-message {
    color: #a94442;
    padding-left: 10px;
}

.amp-alert-message {
    margin-top: 10px;
    padding: 10px;
}