
#app-header {
  color:#000000;
  background-color:#FFFFFF;
  }

#app-header a {color:#000000;}

#app-header .Dropdown__ToggleIcon--header:after {color:black;}

#app-header .Dropdown__ToggleTextWrapper {color:black;}

/*header search form background color*/
.search-form-container {background-color: #999999;}

/*remove bottom padding on search-form-filters */
#search-form .search-form-filters {
padding-bottom:0px;}

/*styling for the two rows below the feature-region image */
#info1 {
color:#ffffff;
background-color:#D86018;
font-weight:bold;
text-align:center;
padding: 15px;
font-size: 115%;}

/* info1 hyperlinks */
#info1 a {
color:#00274c;
text-decoration:none;}

#info2 {
color:#00274c;
background-color: #ffffff;
font-weight:bold;
text-align:center;
padding: 10px;
font-size: 100%
}

/*info2 hyperlinks*/
#info2 a {
color:#D86018;
text-decoration:none;}
/*END styling for Info rows */

/* Set feature image as background and keep image on all screen sizes */

#home-page .feature-region {
    background: #00274c url(https://www.rvphtc.org/wp-content/uploads/2022/01/PHP_Canva-Catalog_pattern-block_w-text_v2_1800x360.jpg) center center no-repeat;
 height:91px;
max-width: 100%;
 background-size:cover;
    }

@media screen and (min-width: 720px) {
   #home-page .feature-region {
    background: #00274c url(https://www.rvphtc.org/wp-content/uploads/2022/01/PHP_Canva-Catalog_pattern-block_w-text_v2_1800x360.jpg) center center no-repeat;
 height:200px;
  max-width: 100%;
 background-size:cover;
    }
}

@media screen and (min-width: 1100px) {
   #home-page .feature-region {
    background: #00274c url(https://www.rvphtc.org/wp-content/uploads/2022/01/PHP_Canva-Catalog_pattern-block_w-text_v2_1800x360.jpg) center center no-repeat;
   height:360px;
   max-width: 100%;
    background-size:cover;}
}
/* END Keep Feature image on all screen sizes*/

/*other built in styling overrides */

#main.product-results {
    background-color: #e4e1df;
    padding-top: 30px;
}

.product-bg {
background-color: #989c97;
}

.hero-region {
color: #ffffff;
}

.hero-region h1, .hero-region .h1, .hero-region .AdminSynopsis__Title {
color: #ffffff;
}

.ProductEnrollment__Notice {
    color: #ffffff;
}

#ember908 {
font-weight: bold !important;
}