/*Modify the home page feature area background*/
#home-page .feature-region {
  background-position: center bottom;
  background-repeat: no-repeat;
background-image: url("https://sde.ok.gov/sites/default/files/images/OSDEConnect_Catalog_Background_web.jpg");
  background-size: cover;
  background-color: #1780AC;
}

/*Modify the layout for the contents of the feature area background*/
#home-page #feature div {
  padding-top: 30px;
  margin: auto;
  text-align: center;
}

/*Modify the H3 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h3 {

  text-align: center;
  font-size: 3em;
  font-weight: 900;
  margin-top: 1em;
  line-height: 1;
  padding-bottom: 20px;
  color: #ffffff;

}


/*Modify the H4 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h4 {
  text-align: center;
  font-size: 2em;
  padding-bottom: 30px;
  color: #ffffff;

}


/* The alert message box */
#alert01 {
  padding: 10px; 
  color: #b58500;
font-weight: bold;
text-align: center
}


.ProductIcon__LargeCircle--course {
    background: #0066a6;
}

.product-tile .product-footer {
    color: #0066a6;
}