#app-header {
    height: 120px;
    width: 100%;
    padding: 0px 0 20px;
    white-space: nowrap;
    background: #FFFFFF;
    position: relative;
}

.feature-region {
  height: 500px;
 padding: 60px;
  box-sizing: content-box;
}

/* Panel overlay */
.catalog-hero-text {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  max-width: 1100px;
  margin: 0;
  padding: 14px 22px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  z-index: 2;
  box-sizing: border-box;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(4px);
}

.hero-text-inner {
  max-width: none;
  margin: 0;
  padding: 0;
}

.catalog-hero-text h1,
.catalog-hero-text h2,
.catalog-hero-text p {
  color: #2E1A47;
}

.hero-buttons {
  margin-top: 15px;
}

.hero-btn {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 16px;
  border-radius: 20px;
  background: transparent;
  border: 2px solid #522D80;
  color: #522D80;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.hero-btn.secondary {
  background: transparent;
  border: 2px solid #522D80;
  color: #522D80;
}

.hero-btn:hover {
  background: #F56600;
  color: #fff;
}

.hero-btn.secondary:hover {
  background: #F56600;
  color: #fff;
}



.catalog-hero-text h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 6px 0 12px;
  line-height: 1.3;
}

.catalog-hero-text {
  padding: 12px 22px;
}

.catalog-hero-text h1 {
  margin-top: 0;
  margin-bottom: 6px;
}

.catalog-hero-text h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.catalog-hero-text p {
  margin-bottom: 0;
}

.btn-link {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #F56600;
    font-weight: 600;
    cursor: pointer;
    padding-top: 20px;
    border-radius: 5px;
}

.btn-link:hover {
    background-image:none;
    background-color: #F56600;
    border-color: #FFFFFF;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    transform: scale(1.1);
}
.btn-info {
    color: #fff;
    background-color: #000000;
    border-color: #2E1A47;
}

.btn-info:hover {
color:#fff;
background-image:none;
background-color: #F56600;
border-color: #2E1A47;
transition: all .2s ease-in-out;
transform: scale(1.1);
}

.btn {
    font-weight: 400;
    padding: 5px;
}

.header-branding h1 a img {
    height: 90px;
}
img {
    vertical-align: left;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    Margin-top:10px;
    border: 1px solid rgba(0, 0, 0, 0);
}
.pull-right.Product__AssociatedProductsList--below-the-fold>li>a {
    color: #fff;
    text-decoration: none;
}
 
#accountDropdown .btn {
    background-color: #F56600;
    color: #2E1A47;
    padding-top: 20px;
    font-size: 14px;
}

#user-nav.Dropdown__Wrapper.dropdown.pull-right a { color: #2E1A47; }
#user-nav.pull-right a { color: #fff; }
 
.feature-region {
background-image: url('https://i.imgur.com/C9VvmWC.jpg');
height: 250px;
background-size: cover; 
background-position: center;
}

@media (prefers-reduced-motion: reduce) {
  .feature-region {
    background-image: url('https://i.imgur.com/C9VvmWC.jpg') !important;
  }
}

.hero-text-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.catalog-hero-text h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.catalog-hero-text p {
  font-size: 17px;
  line-height: 1.6;
}

#main {
    color: #2E1A47;
}


.product-tile.course-tile {
    border-radius: 20px;
}

/* Round top corners of product tiles and images (all layers) */
.product-tile,
.product-image,
.product-image .image-container,
.product-image .image-wrapper,
.product-image img,
.product-image .image-placeholder {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    
}
.product-image::before,
.product-image::after {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.product-results .product-tile:hover {
 transform: scale(1.03);
box-shadow: 0px 4px 8px rgba(46, 26, 71, 0.8);
}

.product-link {
  transition: transform 0.5s ease;
  transform: none;
color: #000000;
}


.DashboardNavigation {
    padding-top: 20px;
    padding-bottom: 0px;
    overflow: hidden;
    background: #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.AdminProductIndexRow {
    margin-bottom: 10px;
    border-top: solid #F56600;
}
.admin-product-table__product-link {
    font-size: 1.3em;
    font-weight: bold;
    color: #2E1A47;
}
.product-flag-free{
    margin-top: 4px;
    padding-top: 2px;
    padding-right: 7px;
}

.product-flag {
    max-width: 70px;
    font-size: 12px;
}
 
.ProductIcon__LargeCircle--course {
    background-color: #F56600 !important;
}
.ProductIcon__SmallCircle--course {
    background-color: #F56600 !important;}

.ProductIcon__LargeCircle--program {
    background-color: #522D80 !important;}
 
.product-image .jqFlag{
   background: #F56600;
}
 
.DashboardProduct__Title, .DashboardProduct__Title--program, .DashboardProduct__Title--subprogram {
    color: #2E1A47;
}
.DashboardPanel {
    background: #f0f0f0;
}
.DashboardProduct__Course {
    padding-top: 10px;
    background-color: #f0f0f0;
    border-top: .5px solid #2E1A47;
}
.DashboardCourses .col-sm-12 {
    width: 100%;
    padding-left: 20px;
    background: #f0f0f0;
}
.DashboardPanel__ProductTypeTitle {
    color: #2E1A47;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #f0f0f0;
    width: 100%;
}
.DashboardNavigation__Tab.active {
    background-color: #2E1A47;
    color: #fff;
    border-radius: 1.25em;
    white-space: nowrap;
}
.DashboardNavigation__Tab {
    color: #2E1A47;
}

#search-form.callout-region {
    background-color: #2E1A47;
    color: #fff;
  align-items: center !important;
  padding: 8px 20px !important;
  min-height: 0 !important;
}

#search-form .search-form-filters {
    background-color: #2E1A47;
    padding-bottom: 5px;
    border-top: 0px solid #2E1A47;
}
#search-form .search-refine {
    background-color: #f0f0f0;
    color: #2E1A47;
}
#search-form .search-refine .btn-disabled {
    background-color: #2E1A47;
    color: #fff;

}
#search-form .search-refine .search-refine__switches .btn-lg {
    padding: 8px 24px;
    font-size: 14px;
    background: #2E1A47;
}
#search-form .search-refine .search-refine__switches .btn-lg:focus {
box-shadow: inset 0px 0px 5px #000000;
background-color: #F56600;
font-weight:bold;
    outline-color: #F56600;
}
#search-form .search-box {
  border-radius: 20px;
}
#search-form .search-submit {
    border: none;
    background-color: transparent;
    position: absolute;
    color: #F56600;
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 0;
}
#product-page #feature {
    background: #0899D3;
    padding-top: 20px
}
.product-account-logo {
  display: none;
}
#product-page #feature {
    background: #2E1A47;
    padding-top: 0px;
    border-top: 0px solid #F56600;
    border-bottom: 3px solid #F56600;
}


.StickyHeader {
    background: #fff;
    border-color: #e6e6e6;
    border-width: 1px 0 0 0;
    border-style: solid;
    overflow: hidden;
    min-height: 85px;
    margin: 0;
    display: initial;
}
.StickyHeader__Title {
    font-weight: 700;
    font-size: 1.75em;
    color: #2E1A47;
}
.product-tile .product-footer {
    color: #2E1A47;
}
 
.jqFlag {
    position: absolute;
    width: 0px;
    height: 0px;
    background: rgba(0, 0, 0, 0);
    border-top: 40px solid #F56600;
    border-right: 65px solid rgba(0, 0, 0, 0);
}
 
#product-page #feature.product-flag.product-flag-free {
    float: left;
    margin-top: -40px;
    padding-top: 0px;
    color: #fff;
    font-weight: 700;
    padding: 15px 0 0 7px;
    text-transform: uppercase;
    max-width: 175px;
    font-size: 12px;
}
 
#app-footer {
    font-size: 12px;
    background-color: #FFFFFF;
    color: #888B8D;
   text-align: center;
    padding-top: 10px;
    position: relative;
}
 
#app-footer a:hover {
    text-decoration: underline;
}
 
#app-footer a, #app-footer ul {
    color: #F56600;
font-weight: bold;
    white-space: nowrap;
}

 
.product-image .jqFlag {
    background: transparent;
}
 

 .Products__LoadMore {
background-color: #2E1A47;
border: 0px;
  font-weight: 700;
padding: 11px; 
border-radius: 5px;
}

 
#registration {
}
.registration-summary__details {
    text-align: center;
    color: #2E1A47;
}
.registration-title {
    word-wrap: break-word;
    color: #2E1A47;
}
.registration-logo img {
    max-height: 80px;
    margin: 10px 0;
}
#dashboard-in-progress-tab-panel {
}
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
}
.col-md-10 {
    width: 80%;
}
.col-md-2 {
    width: 20%;
}
DashboardProduct__Details col-xs-10 col-sm-11 {
    position: relative;
    min-height: 1px;
    padding-left: 1px;
    padding-right: 11px;
}
 
#main #registration #ember333 .RegistrationPanel, .RegistrationForm {
    margin-bottom: 20px;
    background-color: #fff;
    border: 4px outset #2E1A47;
}
 
#main #registration #ember424 .form-group.has-feedback {
    margin-bottom: 15px;
    font-size: 12px;
}
 
#main #registration #ember427 .form-group.has-feedback {
    margin-bottom: 15px;
    font-size: 12px;
}
#main #registration #ember492 .form-group.has-feedback {
    margin-bottom: 15px;
    font-size: 12px;
}
#main #registration #ember492 .form-group.has-feedback .control-label:after {
    content:"\a" '18-24 | 25-34 | 35-44 | 45-54 | 55-64 | 65-74 | 75 or older';
    white-space: pre-wrap;
   font-size: 10px;
}
#main #registration #ember506 .form-group.has-feedback {
    margin-bottom: 15px;
    font-size: 12px;
}
#main #registration #ember506 .form-group.has-feedback .control-label:after {
    content:"\a" 'Male | Female | Other';
    white-space: pre-wrap;
   font-size: 10px;
}
#main #registration #ember518 .form-group.has-feedback {
    margin-bottom: 15px;
    font-size: 12px;
}
#main #registration #ember518 .form-group.has-feedback .control-label:after {
    content:"\a" 'Asian | Black | White | Native Hawaiian | Other Pacific Islander | American Indian | Alaska Native';
    white-space: pre-wrap;
   font-size: 10px;
}
#main #registration #ember530 .form-group.has-feedback {
    margin-bottom: 15px;
    font-size: 12px;
}
#main #registration #ember530 .form-group.has-feedback .control-label:after {
    content:"\a" 'Hispanic/Latino/Spanish Origin | Not Hispanic/Latino/Spanish Origin';
    white-space: pre-wrap;
   font-size: 10px;
}
 
 
#main #registration #ember436 .form-group.has-feedback .control-label .input-validated .checkbox :after {
    content:"\a" 'Test';
    white-space: pre-wrap;
   font-size: 12px;
}
 
 
#main #registration #ember333 .btn-info {
    background-color: #2E1A47;
    border-color: #2E1A47;
}
#main #registration #ember333 .btn-info:hover
{
color:#fff;
background-image:none;
background-color: #2E1A47;
border-color: #2E1A47;
transition: all .2s ease-in-out;
transform: scale(1.1);
}
 
#ember550 .PromotionCode__Input {
    margin: 0px;
    width: auto;
    height: 70px;
}
 
.Icon__CircleWrap--info {
    background: #F56600;
}
 
.product-flag-free {
    background-color: #F56600;
}

.piped-list {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
}
ul, ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

.hero-action .ProductEnrollment__Notice {
    display: none !important;
}

@media (max-width: 768px) {

  /* Make banner taller */
  .feature-region {
    height: 300px !important;
    position: relative;
  }

  /* Put text ON the image */
  .catalog-hero-text {
    position: absolute !important;
    bottom: 16px;
    left: 12px;
    right: 12px;
    width: auto !important;
    transform: none !important;

    padding: 14px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  }

  /* Keep text readable but tighter */
  .catalog-hero-text h1 {
    font-size: 22px !important;
    line-height: 1.2;
    margin-bottom: 6px;
  }

  .catalog-hero-text h2 {
    font-size: 14px !important;
    margin-bottom: 6px;
  }

  /* KEY: shorten body text */
  .catalog-hero-text p {
    display: none !important;
  }

  /* Clean buttons */
  .hero-buttons {
    margin-top: 8px;
  }

  .hero-btn {
    font-size: 13px;
    padding: 6px 12px;
      margin-top: 8px;
  }

  /* Make search bar smaller */
  #search-form.callout-region {
    padding: 6px 12px !important;
  }
}