/* raised card panel borders and shadows */
.raised-panel {
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
}

/* Lighten the navbar-toggler on the home page */
.toggler-light.navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.55);
}

/* topnav menu link wrapper */
.topnav-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

/* Footer override height */
.footer {
    bottom: 0;
    padding: 10px calc(24px / 2);
    position: absolute;
    right: 0;
    color: #74788d;
    left: 250px;
    height: 40px;
    background-color: #fff;
}

/* Make footer full width */
.footer.footer-fullwidth {
    left: 0;
}
