/*HEADER*/

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

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


/*HOME PAGE*/

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


/*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;
}


/* Modify the search box background color*/
#search-form.callout-region {
  background-color: #004B98;
}


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

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

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

button#accountDropdown.btn.btn-link.dropdown-toggle.Dropdown__Toggle--header {
    color: #3DB5E6;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0;
}


/* PRODUCT FOOTER */

.product-tile .product-footer {
    color: #004B98;
}


/*BUTTON STYLES */

.btn-info {
    background-color: #004B98;
    border-color: #004B98;
    color: #fff;
    font-weight: bold;
} 

.btn-info:hover {
    background-color: #3DB5E6;
    border-color: #3DB5E6;
    color: #fff;
    font-weight: bold;
} 

#search-form .search-refine .btn-enabled{
    background: #fff;
    color: #0A2240;
}

#search-form .search-refine .btn-disabled{
    background: #0A2240;
    color: #fff;
}

#search-form .search-refine {
    background: #fff;
    color: #0A2240;
}


/* PRODUCT */
.ProductIcon__LargeCircle--program {
    background: #3dB5E6;
}

.ProductIcon__LargeCircle--course {
    background: #0A2240;
}



/* FONT STYLES */
.listings-count {
    color: #0A2240;
}





/*FOOTER*/

/*Format the footer for all catalog pages*/
#app-footer {
  background-color: #0A2240;
    color: #ffffff;
  padding-top: 30px;
    font-weight: normal;
    
/*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: #ffffff;
    font-weight: normal;
    
}


#app-footer a{
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
}



/*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: #0A2240;
  }

*/Media for feature region*/

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

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