/*HEADER*/
/*The header is the area at top of page, it includes the logo and login link. The feature section appears right below it.*/
/*Modify the header background for all catalog pages.*/
#app-header {
  padding: 0px 0 5px;
  background-color: #fff;
  min-width: 385px;
}

/* Modify the layout of the header contents*/
#app-header .container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}

/*Modify the account logo in the header*/
/*any header logo uploaded in a catalog will override this option*/
#app-header .logo a {
  background-image: url("http://colt.ifas.ufl.edu/extension/catalog/IFASExtensionOnline2.png");
  background-size: 212px 29px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0px;
  width: 212px;
  height: 53px;
}

/*HOME PAGE*/
/*The Feature section appears to be below the Header's two elements, and the search bar below it. This appears to be the primary area available to customize pages.*/

/*Modify the home page feature area background*/
#home-page .feature-region {
  height: 265px;
  background-image: url("https://soils.ifas.ufl.edu/ACS/PDF/tower-treatment3.jpg");
  background-color: #a96309;
  background-position: center;
  background-repeat: no-repeat, repeat;
  min-width: 385px;
}

/*Modify the layout for the contents of the feature area background*/
#home-page #feature div {
  max-width: 1000px;
  padding-top: 0px;
  margin: auto;
  color: #fff;
}

div#featurecontainer {
      max-width: 1000px;
      line-height: 150px;
      text-align: center;
      }

    span#featuretext {
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
     }


/*This allows graphic in Feature area to respond to screen size. The style will need to be revised if more than one image is ever used in the Feature area. */
#home-page #feature .extensiongraphic {
 max-width: 600px;
 width: 100%;
 position: relative;
 margin: 0px auto;
}  */

/*Modify the H2 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h2 {
  text-align: center;
  font-size: 3.2em;
  margin-top: 0.5em;
  line-height: 1;
  color: #225491;
}

/*Modify the H3 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h3 {
    border-color: #ffffff;  
    border-style: solid;
    border-width: 1px; 
    padding: 10px;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 2.2em;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    }

/*Modify the H4 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h4 {
    border-color: #fff; 
    border-style: solid;
    border-width: 0px 0px 0px 0px; 
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.1;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    }

/*Modify the H5 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h5 {
    border-color: #fff; 
    border-style: solid;
    border-width: 0px 0 0 0; 
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.1;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    }

/* Modify the p style in the feature area*/
#home-page #feature p {
  border: 0px;
  border-style:solid; 
  border-color:#fff; 
  padding: 1px;
  color: #fff;
  text-align: center;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2em;
}

/* Modify the links in the feature area*/
#home-page #feature a:visited {
 color:white
}

#home-page #feature a:active {
  color:white
}

#home-page #feature a:link {
  color:white
}

#home-page #feature a:hover {
  color:white
}


/* Modify the search box background color*/
#search-form.callout-region {

    background: #225491; /* Standard syntax (must be last) */
	min-width: 385px;
  
  /*
  background-color: #636363;
  min-width: 385px;
  */
}

/*Modify the layout of the search box label*/ 
.search-form .search-label {
  line-height: 1.5;
  font-size: 26px;
  font-weight: 500;
  color: #000000
}

/*To hide the search box label completely, use code below instead and remove around code */
/*.search-form .search-label {
  display: none;
}
*/

/* Modify the layout of the search box*/
/* Unable to affect margin top, but can bottom. Not sure why. */
/* Padding has no effect on this class */
.search-form .search-box-wrapper {
  margin: 0 auto;
  display: block;
  width: 50%;
  padding: 0 0 0 0;
}

/* Modify the corners and size of the search box*/
.search-form .search-box {
  border-radius: 4px;
  height: 44px
}

/* Modify the layout of the search box submit icon*/
.search-form .search-submit {
color: #fff;
width: 30px;
height: 30px;
top: 8px;
}

/*Modify the layout for account logo on product tile. Add logo in managed accounts area.*/
.product-tile .product-account-image-wrapper {
  height: 30px;
  margin-bottom: 10px;
}

/*LISTING PAGE*/

/*Format the listing page feature area background*/
#product-page #feature {
    background: #005596;
    padding-top: 20px;
}

/*Format the background inside the feature area*/
.product-bg {
  background-color: # f0f0f0;
}

/*Format the account logo under feature area; same logo on Home Page*/
.product-tile .product-account-logo {
  height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* To hide the account logo on listing page, use code below instead and remove 'around' code*/
/*.product-tile .product-account-logo {
  display: none;
}
*/

/*Format the full course or program description area*/
#main {
 color: #000000;
min-height: 300px;
}

/* Modify the listing page footer background*/
.callout-region {
  background-color: # f0f0f0;
}

/*Format the listing page footer text layout*/
#product-page footer .h2 {
  font-style: normal;
  margin: 15px 0;
  color: #225491;
  font-size: 25px;
}

/*FOOTER*/

/*Format the footer for all catalog pages*/
#app-footer {
  background-color: #005596;
  color: #ffffff;
  padding-top: 30px;
  min-width: 385px;  
/*To change the size of the first row of footer links, add to above code*/  
  font-size: 14px;
}
/*Format the second row of copyright information*/
.small {
  font-size: 12px;
  color: #fff;
  }
#app-footer a:link {
  color: #fff
}
#app-footer a:visited {
  color: #fff
}
#app-footer a:active {
  color: #fff
}


/*MEDIA FORMATTING rules for responsive devices. This coding is optional but helpful for tablets and mobile devices.*/

/*Media for header*/

@media (max-width: 768px) {
  #app-header .header-nav {
    background: #555;
  }

/*Media for feature region*/

@media (max-width: 1200px) {
  #home-page #feature div {
    max-width: 800px;
 }
 
@media (max-width: 768px) {
  #home-page #feature {
    height: 265px;
    text-align: center;
    padding: 0 2em;
  }
.alert-top {
  margin-bottom: 0;
}