/*HEADER*/

/*Modify the header background for all catalog pages.*/
#app-header {
  padding: 0px 0 5px;
  background-color: #FFFFFF;
  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*/
#app-header .logo a {
  background-image: url(./institutional_mark.svg), url(./institutional_mark.png);
  background-size: 229px 57px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0px;
  width: 230px;
  height: 58px;
}

/*LOGIN LINK TEXT IN HEADER*/
.user-nav a {
	color:#fff;
	}
	
.UserName__Container {
	color:#fff;
	}
	
.header-nav {
	color:#bbb;
	}
	
a:focus {
	outline:none!important;
	}

/*HOME PAGE*/

/*Modify the home page feature area background*/
#home-page .feature-region {
  height: 265x;
/*
  background-repeat: no-repeat;
  background: #003015;
  background-image: linear-gradient(to right, #003015, #175011 50%, #003015);
  background: url('./newbg1.png');
  background-repeat: no-repeat; 
*/
  
  background: url('https://bbtools.baylor.edu/canvas_css/catalog/newbg1.png'), #003015;
  background-position: left top, left top;
  background-repeat: no-repeat, repeat;
  height: 265px;
  min-width: 385px;
  
}

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

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

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


/*
#home-page #feature h3 {
    color: #fff;
    font-family: "proxima nova light",Arial,"Liberation Sans",FreeSans,sans-serif;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.2;
}
*/

/*Modify the H3 text style in the feature area. Add actual text via JavaScript */
#home-page #feature h3 {
  /*
  text-align: center;
  font-size: 3.3em;
  margin-top: 1em;
  line-height: 1;
  */
  color: #fff;
    font-family: "proxima nova light",Arial,"Liberation Sans",FreeSans,sans-serif;
    font-size: 3.5em;
    font-weight: normal;
    /* margin-bottom: 10px;
    padding-top: 30px; */
    text-align: center;
    text-transform: uppercase;
	font-size: 5vm;   /* IE9 */
    font-size: 5vmin; 
}


/*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;
    border-color: rgba(255, 255, 255, 0.75); 
    border-style: solid;
    border-width: 1px 0; 
    color: #fff;
    font-family: "proxima nova bold","Helvetica Neue",Arial,"Liberation Sans",FreeSans,sans-serif;
	font-size: 3.5em;
    font-weight: normal;
    letter-spacing: 1.75px; 
    line-height: 1.4;
    margin: 0 auto;
    max-width: 725px;
    padding: 11.4px;
    text-align: center;
    text-transform: uppercase; 
	*/
	
    border-color: rgba(255, 255, 255, 0.75); 
    border-style: solid;
    border-width: 1px 0; 
    color: #fff;
    font-family: "proxima nova light",Arial,"Liberation Sans",FreeSans,sans-serif;
    font-size: 2.5em;
    font-weight: normal;
	letter-spacing: 1.75px; 
    line-height: 1.4;
    margin: 0 auto;
    max-width: 725px;
    padding: 11px;
    text-align: center;
    text-transform: uppercase;
	font-size: 2.5vm;   /* IE9 */
    font-size: 2.5vmin; 
	}

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

    background: linear-gradient(#636363, #585858, #636363); /* 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: #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: #0899D3
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: #0899D3;
    padding-top: 20px;
	background: url('./newbg1.png'), #003015;
    background-position: left top, left top;
    background-repeat: no-repeat, repeat;
}

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

/*Format the color of the error message*/
.ProductEnrollment__Notice {
    color: red;
}

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

/* 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: #0C1147;
  font-size: 25px;
}


/* Flags and Buttons */
.product-flag-free {
    background-color: #003015;
}
.btn-info {
    background-color: #17640b;
    border-color: #1a4e15;
    color: white;
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active {
    background-color: #175512;
    border-color: #1a4e15;
    color: white;
}
.learn-more {
	color: #165212;
}

/*FOOTER*/

/*Format the footer for all catalog pages*/
#app-footer {
  background-color: #231f20;
  color: #808285;
  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: ##8e99a0;
}


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