/*Modify the icon logo*/
#app-header .logo a {
    background-image: url("https://s3.amazonaws.com/SSL_Assets/North+Carolina+Center+for+the+Advancement+of+Teaching/NCCATsmall2.png");
    background-size: 115px;
    background-position: 13px 0px;
    background-repeat: no-repeat;
    width: 123px;
    height: 98px;
}

/*Modify the home page feature area background*/
#home-page .feature-region {
  height: 30px;
  background-image: linear-gradient(to right, #FFFFFF, #538BCD 50%, #FFFFFF);
}

/*Modify the color of the search-form bar*/
#search-form.callout-region {
  background-color: #0B54A7;
}

a {
  cursor: pointer;
  font-size: 175%;
}

.sticky
{
position: fixed;
z-index: 9999;
bottom: 0px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
box-shadow: 2px 2px 10px;
right: 5%;
width: auto;
}

.signup {
   	color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 10px 35px;
    border: none;
    width: 188px;
    margin-left: 150px;
    background: #A8288F;
    text-shadow: none;
    font-size: 20px;
    border-radius: 12px;
    text-align:center;
}

.signup:hover {background:#00A8DF; color:#FFFFFF; text-decoration:none;}