/* base overrides for existing catalog styles */
body {
  background: url('http://instructure-gallery.s3.amazonaws.com/sales/images/euro_banner.jpg') no-repeat;
  background-size: 100%;
  font-family: arial, helvetica, sans-serif;
}
.header-branding .logo a {
  background-image: url('http://instructure-gallery.s3.amazonaws.com/sales/images/euro-logo.svg');
  background-size: contain;
  width: 225px;
  background-position: center;
}
.general-header-bg {
  background: rgba(0,0,0,0.65);
}
#home-page .feature-region {
  background: transparent none;
}
#app-header {
  background-color: rgba(232, 66, 53, 0.85);
}
#app-header .nav > li > a {
  color: #fff;
}
.user-nav > a {
  color: #fff;
}
#accountDropdown {
  color: #fff
}
#main.registration-page {
  background-color: #fff;
}
#registration.registration-logo {
  display: none;
}
#registration {
  margin-top: 10px;
}
#main h2, h3,
.hero-region h1,
.hero-region .h1 {
  color: #e84235;
  font-weight: 100;
}
#app-footer {
  background-color: #e84235;
  color: #fff;
  width:100%;
}
#app-footer a {
  color: #fff;
}
.piped-list > li::before {
  color: #fff;
}
.product-account-logo {
  display: none;
}
.product-account-image-wrapper {
  height: 45px;
}
.product-account-logo {
  max-width: 200px;
}
#home-page #feature h3 {
  padding-top: 10px;
}
#product-page #feature {
  margin: 0;
  padding: 0;
}
.product-bg {
  background-color: rgba(255, 255, 255, 0.85);
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 3px solid #e84235;
}
.product-details {
  margin-top: 0;
  padding-top: 30px;
}
.ProductEnrollment__Notice {
  font-weight: bold;
  color: #333;
}
.ProductIcon__LargeCircle--program {
  background: #E0AE26;
}
.DashboardPanel__EmptyNotice {
  margin: 50px;
}
/* custom listing styles start here */
.SideBar__Wrapper {
  display: block;
  margin-bottom: 25px;
}
.SideBar__HeaderBox {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.SideBar__HeaderText {
  text-align: left;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.SideBar__Content {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
}
.SideBar__Text--emphasized {
  color: #0073ac;
  font-weight: bold;
}
.CourseBlock__Header {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
  margin-bottom: 10px;
}
.CourseBlock__Content {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.CourseTitle {
  float: left;
  color: #e84235;
  margin: 0;
  font-weight: 300;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.CoursePrice {
  float: right;
  color: #e84235;
  margin: 0;
  width: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.InstructorBlock {
  margin-bottom: 15px;
}
.InstructorBlock:last-of-type {
  margin-bottom: 0;
}
.InstructorBlock:after {
  content: "";
  display: table;
  clear: both;
}
.InstructorImage {
  width: 20%;
  float: left;
  margin-right: 15px;
  padding-bottom: 5px;
  background-color: #F6D456;
}
.InstructorBio {
  width: 75%;
  float: right;
  text-align: left;
}
.InstructorName {
  color: #0073ac;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.InstructorTitle {
  color: #4e4e4e;
  font-style: italic;
  margin: 0;
  padding: 0 0 10px 0;
}
.MainContent__Wrapper {
  margin-bottom: 25px;
  padding-right: 50px;
}
.MainContent__Wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.MainContent__TextBlock {
  width: 100%;
  text-align: left;
}
.MainContent__Header {
  color: #e84235;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.MainContent__ProgramDetails {
  margin-left: 25px;
  border-left: 3px solid #f0f0f0;
  padding-left: 20px;
}