/* DO NOT EDIT BELOW THIS AREA */









/* SPRING COLORS STYLE CODE */
/*HEADER*/

/*Modify the header background for all catalog pages.*/
#app-header {
  padding: 0;
  --height: 100px;
  background-color: #fff;
}

/* 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*/
.header-branding {
   background-image: url("https://catalog.geneseeisd.org/canvas/gisdlogo91x291.png");
  background-size: 275px;
  background-position: 0px 10px;
  background-repeat: no-repeat;
  width: 273px;
  height: 83px;
}  

#app-header .logo a {
  background-image: url(none);
}

/* CAROUSEL BASE CLASS */
.carousel {
    margin-bottom: 0px;
}

.carousel-inner {
    max-width: 97% !important; 
    margin: 0;
    background-color: #fff;
}

.hero-unit {padding:0; margin-bottom:0;}

.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel .item {
    min-height: 50px;
}

.carousel .item.slide_one {
   background: black;
}

div#highlight_carousel {
  background: black;
}

.carousel .item.slide_one:before {
  content: "GISD Main Catalog";
  display: block;
  color: white;
  font-size: 28px;
  font-weight: bold;
  font-family: Verdana;
text-align: center;
padding-top: 5px;

}



/*HOME PAGE*/

/*Modify the home page feature area background*/
#home-page .feature-region {
  height: 15px;
  background-repeat: no-repeat;
  background: #20b9e5;
}

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

/*Modify the H3 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h3 {
  text-align: center;
  font-size: 2.3em;
  margin-top: 1em;
  line-height: 1;
}

/*Modify the H4 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h4 {
  text-align: center;
  font-size: 1.9em;
}

/* Modify the search box background color*/
#search-form .search-form-container {
  background-color: #f19212;
}

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

/*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*/
.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: #008998;
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 {
  margin: 5px 5px 5px 10px;
  height: 45px;
  max-width: 90%;
  text-indent: -9999px;
  display: block;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;

}


/*LISTING PAGE*/

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

/*Format the background inside the feature area*/
.product-bg {
  background-image: url("https://catalog.geneseeisd.org/img/page-background5.png");
  background-position: 0px 0px;
background-color: #e0dbbd; 
background-size: auto;

}

/*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: #008998;
min-height: 150px;
}

#main.product-results {
  background-image: url("https://catalog.geneseeisd.org/img/page-background5.png");
  background-position: 0px 0px;
background-color: #e0dbbd;
padding-top: 30px;
}

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

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

.product-flag-free {
  background-color: #f19212;
}

/*Hide small circular course icon on the listing page*/
.ProductIcon__LargeCircle--course {
  display: none;
}

/*Hide small circular program icon on the listing page*/
.ProductIcon__LargeCircle--program {
  display: none;
}

/*Change color of enroll button on course registration page*/
.btn-info, .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active   {
  background-color: #f19212;
  border-color: #f19212;
}



/*Change color of font in footer of course-program tiles*/
.product-tile .product-footer {
  color: #3f3d3d;
}


/*FOOTER*/

/*Format the footer for all catalog pages*/
#app-footer {
  background-color: #8a7f87;
  padding-top: 20px;

/*To change the size of the first row of footer links, add to above code*/  
font-size: 14px;
}

/*Format the color of the footer links*/
#app-footer a, #app-footer ul, .piped-list li {
    color: #fff;
}

/*Format the second row of copyright information*/
.small {
  font-size: 12px;
  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: 200px;
    text-align: center;
    padding: 0 2em;
  }

.alert-top {
  margin-bottom: 0;
}