/* Faculty page style */

.main h2.faculty-title{text-transform: capitalize; color:#da5c40}

.faculty-thumb{float:left;margin-right:7px; margin-bottom:7px;}

.faculty-button{display:inline-block; margin:20px 15px;width:120px; text-transform: capitalize}

.faculty-button a{color:#fff;}

.breadcrumbs{font-size:1.2em;margin-bottom:10px;text-transform: capitalize}

.container-fluid.featured-image .title{text-transform: capitalize}

/* header search form */

.search-form {float:right; position:relative; margin-right:10px;}

.search-form .sr-only{display:none;}

.search-form  .search-submit {
  background-image: url('../img/icon-sprite-green.png');
  background-position: -3px -3px;
  margin: 0;
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  z-index:9999;
  text-indent:-3999px;
}

.search-form .form-control {
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 13px 20px 13px 10px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgb(218, 218, 218);
  -moz-box-shadow: 0 1px 0 #b6b6b6, inset 0 2px 1px rgba(121, 121, 121, .7);
  -webkit-box-shadow: inset 0 0px 4px rgba(0, 0, 0, 0.15);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…Igd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, .8) 0%, rgba(217, 216, 216, .8) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, .8) 0%, rgba(217, 216, 216, .8) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .8) 0%, rgba(217, 216, 216, .8) 100%);
  background-image: linear-gradient(bottom, rgba(255, 255, 255, .8) 0%, rgba(217, 216, 216, .8) 100%);
  height: auto;
  line-height: 1.4em;
  width: 150px;
  border: 1px solid rgb(190, 190, 190);
}

.secondary-nav{float:right;}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  clear:right;
}
/* right top two buttons style */

header.banner .nav li.yellow {
  background: #eda920;
  -webkit-box-shadow: 2px 2px 0 #c8c6c1;
  box-shadow: 2px 2px 0 #c8c6c1;
}

header.banner .nav li.yellow:hover a {
  background: #fac864;
}

/*Interior page "student perspective widget" */

.page-footer-cta .Programs {
  background: #78b9ac;
  display: inline-block;
  padding: 9px 15px 10px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 0px 0px #c1bdb3;
  box-shadow: 2px 2px 0px 0px #c1bdb3;
}
.page-footer-cta .Programs:hover {
  background-position: 0 -15px;
  color: #333333;
  text-decoration: none;
}
.page-footer-cta .Programs:hover {
  background: #9acac1;
}

.footer-text{font-size:1.2em; color:#da5c40; line-height:1.2em; margin-top:1em;}

/* main content image style */
.entry-content img.alignright{float:right;}
.entry-content img.alignleft{float:left;}

/* Footer email signup form */
#gform_wrapper_5 .gform_footer input[type=submit]{padding:7px 6px 6px 6px;
  background: #8ab374;
  -webkit-box-shadow: 2px 2px 0 #c8c6c1;
  box-shadow: 2px 2px 0 #c8c6c1;}

#gform_wrapper_5 .gform_body ul li.gfield input{border:1px solid #8ab374; color: #555}

