
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Source+Sans+Pro');

body {
    font-family: 'Roboto', sans-serif;
}

.navbar {
	background-color: #582F81;
}

.navbar-dark .navbar-nav .nav-link {
	color: #ccc;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #582F81;
}

/* CSS for nested dropdown */
.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}
/* End of CSS for nested dropdown */

.logo {
    height: 40px;
    width: 131px;
}

.login-directions {
	font-size: 1.125rem;
}

.copyright {
	font-size: 0.75rem;
}

.address {
	font-size: 0.875rem
}

.footer-branding li img {
	height: 40px;
}

.btn-primary {
	background-color: #582F98;
	border-color: #582F98;
}

.btn-primary:hover {
	background-color: #3f215c;
	border-color: #3f215c;
	text-decoration: underline;
}

.btn-primary:active {
	background-color: #3f215c;
	border-color: #3f215c;
}

.btn-primary:focus {
	background-color: #3f215c;
	border-color: #3f215c;
	box-shadow: 0 0 0 .2rem rgba(130,138,145,.5);
}

.form-control:focus {
	border-color: #ced4da;
	box-shadow: 0 0 0 .2rem rgba(130,138,145,.5);
}

/*Sets the position of the LibChat slide-out widget*/
.lcs_slide_out-r {
	 top: 200px !important;
}
