@import url("https://use.typekit.net/wlw8wza.css");

/* Body */
body{
	font-family: "adelle-sans", sans-serif;
}
/* Header */
header#app-header {
  padding: 0;
  background-image: url("https://www.lincolninst.edu/sites/default/files/lilp-canvas-banner-oct2019.png");
  background-size: cover;
}
.navbar {
 background-color: white;
}
#user-nav {
 background-color: rgba(0, 0, 0, 0.8); 
 padding: 8px;
}
#user-nav.pull-right a {
	 color: white;
}
#user-nav ul li a {
	color: #343c44;
}
#user-nav.pull-right.Dropdown__Menu.dropdown-menu li a {
	color: #343c44;
}
.btn-link {
 color: white; 
}
#accountDropdown.btn.btn-link.dropdown-toggle {
	padding: 0px;
}
#accountDropdown.btn.btn-link.dropdown-toggle.Dropdown__Toggle--header {
	padding: 0px;
	border: 0px;
 line-height: 1.2;
}
.feature-region {
 background-image: none;
 min-height: 0px;
}
.Dropdown__Toggle--header:focus {
 color: white;
}
.Dropdown__ToggleTextWrapper {
	/*padding: 8px;*/
}
.Dropdown__ToggleTextWrapper:hover {
	color: white;
}
#user-nav.pull-right li.Dropdown__MenuItem a {
	color: black;
}
#user-nav.pull-right li.Dropdown__MenuItem--top-border a {
	color: black;
}

/* Search */
#search-form.callout-region {
 background-color: #48535b;
}
#search-form .search-form-filters {
 background-color: white;
}
#search-form .search-refine-button {
	background-color: #f0f0f0;
	color: #48535b;
}
#search-form .search-refine-button:hover {
	color: #48535b;
}
#search-form .search-categories-button {
	margin-right: 10px;
}
.btn-lg {
	border-radius: 0px;
}
#search-form .search-box {
	border-radius: 0px;
}
#search-form .search-submit {
	color: #e0792e;
}
#search-form div.search-refine__flex {
	background-color: #f0f0f0;
}
#search-form .search-refine .btn-disabled {
	background-color: #e6e6e6;
	border-color: #cfcfcf;
}
#search-form .search-refine .btn-disabled:hover { 
	background-color: white;
}

/* Main */
#main.product-results {
 background-color: white;
}
#about-lilp {
 color: #619700; 
 padding-right: 10%;
 padding-left: 10%;
 text-align: center;
}
#about-lilp.container h2 {
 line-height: 45px;
}
a {
	color: #619700;
}
a:hover {
	color: #48535b;
}
a.btn.btn-link {
	color: #619700;
}
a.btn.btn-link:hover {
	color: #48535b;
}

/* Course Tiles */
.jqFlag {
 border-top-color: rgb(146,200,42) !important;
}
.jqFlag {
 visibility: hidden;
}
.product-flag-free {
 background-color: rgb(146,200,42);
}
.ProductIcon__LargeCircle--course {
 background-color: #51a1cf;
}
.product-tile, .product-account-image-wrapper {
 background-color: #f0f0f0;
}
.product-tile .product-footer {
color: #51a1cf;
}
.product-results .product-tile:hover {
 box-shadow: inset 0px -5px 0px #51a1cf;
}
.learn-more {
	font-weight: 900;
}

/* Detail Page */
.btn-info {
 background-color: #51a1cf;
 border-color: rgb(61,150,201);
}
.product-bg {
	background-color: white;
}

/* Footer */
#app-footer {
 background-color: black;
 color: white;
}
#app-footer a, #app-footer ul {
 color: white;
}