.main-nav li .glyphicon {
    margin-right: 10px;
}

/* Highlighting rules for nav menu items */
.main-nav li a.active,
.main-nav li a.active:hover,
.main-nav li a.active:focus {
    background-color: #4189C7;
    color: white;
}

/* Keep the nav menu independent of scrolling and on top of other items */
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    /* On small screens, the nav menu spans the full width of the screen. Leave a space for it. */
    body {
        padding-top: 0px;
    }
}

@media (min-width: 768px) {
    /* On small screens, convert the nav menu to a vertical sidebar */
    .main-nav {
        height: 100%;
        width: calc(25% - 20px);
    }
    .main-nav .navbar {
        border-radius: 0px;
        border-width: 0px;
        height: 100%;
    }
    .main-nav .navbar-header {
        float: none;
    }
    .main-nav .navbar-collapse {
        border-top: 1px solid #444;
        padding: 0px;
    }
    .main-nav .navbar ul {
        float: none;
    }
    .main-nav .navbar li {
        float: none;
        font-size: 15px;
        margin: 6px;
    }
    .main-nav .navbar li a {
        padding: 10px 16px;
        border-radius: 4px;
    }
    .main-nav .navbar a {
        /* If a menu item's text is too long, truncate it */
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.item blockquote {
    border-left: none; 
    margin: 0;
}

.bg-image {
    display:block;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image: url('/Content/Images/treeoflife.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    opacity:0.4;
    z-index: -1;
}

.main-content {
    background-color: rgba(245, 245, 245, 0.85);
    padding: 0 20px 20px;
    min-height: 400px;
}

html, body {
    height: 100%;
    margin: 0;
}

/* div.living-donation {
    padding-top: 56px;
    padding-bottom: 76px;
} */

/* div.registration {
    padding-bottom: 30px;
} */

div.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

@media (min-width: 300px) and (max-width: 767px) {
    div.footer {
        position: relative;
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #profile {
        margin-top: 109px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    div.registration {
        padding-top: 50px;
    }
}

/* body {
    margin-top: 100px;
    margin-bottom: 100px;
} */

.no-overflow > .drawer > .drawer-content-wrapper > .drawer-content {
    overflow: hidden;
}

/*.slick-slide img {
    margin: auto;
    width: 203px;
}*/