.college .intro {
  background-color:#a3792c;
  padding:30px;
  height:inherit;
}

.college .intro h1 {
  margin-top:0px;
  color:#edb700;
  font-size:22px;
}

.college .intro p {
  color:#fff;
}

.college .intro .btn {
  color:#fff;
  border:1px solid #edb700;
  border-radius:0px;
  width:100%;
  text-align:center;
  text-decoration:none;
  margin:10px 0px;
  white-space: inherit;
}

.college .intro .btn:hover {
  color:#000;
  background-color: #edb700;
}

.hero {
  min-height: 250px;
  position: relative;
  /* background-image: url(//www.purdue.edu/purdue/images/banner1.jpg); */
  background-size: cover;
  background-position: center center;
  border-left: none;
  border-right: 20px solid #fff;
  /* border-bottom: 20px solid #fff; */
  padding: 0px;
  margin: 0 0 20px 0;
}

.hero.no-margin {
  margin: 0;
}


.hero, 
.feed, 
.deptaudience {
}

.deptaudience {
  padding:0px;
}

.deptaudience div {
  padding:0px;
  border-right:20px solid #fff;
  padding:0px !important;
}

.deptaudience div a {
  /*background-color:#3b3b3b;
  background-image:none;*/
  height:140px;
}

.deptaudience div a .caption {
  color: #fff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #000;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px;
}

.deptaudience div,
.deptaudience div.currentstudents,
.deptaudience div.prospectivestudents {
  margin-bottom: 20px;
}

.deptaudience div.row {
  margin: 0;
  border: 0;
}




/*** College/school homepages  **/

.feature-links {
  padding-top: 1.5rem;
}

.feature-links a {
  color: #666;
  background-color: #eee;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  text-decoration: none;
}

.feature-links a:hover {
  background-color: #666;
  color: #fff;
}

.college {
  padding: 10px;
}

.college .container .row {
  margin: 0;
  height: initial;
}

.college .coe-grid {
  height: inherit;
  padding: 0;
}

.college div {
  padding: 0;
}

.college .box {
  margin: 0;
  padding: 10px;
}

.college .box a {
  display: block;
  position: relative;
  box-sizing: border-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-origin: padding-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.college .intro {
  padding: 30px 30px 34px 30px;  /* add 4px to bottom to match 1/2 width of bottom borders on other boxes */
  background-color: #3b3b3b;
}

.college .intro .infographic img {
  max-width: 100%;
  margin-bottom: 30px;
}

.college .intro a {
  display: inline;
}

.college .intro .btn {
  display: block;
  padding: 5px 8px;
  margin: 5px 0;
  white-space: normal;
}

.college a.ourresearch {
  background-image: url('../images/research_banner.jpg');
  background-position: 70% 50%;
  background-color: #7CA6C0;
  border-bottom: 8px solid #7CA6C0;
}

.college a.prospectivefaculty {
  background-image: url('../images/prospectivefaculty_banner.jpg');
  background-color: #E9E45B;
  border-bottom: 8px solid #E9E45B;
}

.college a.futurestudents {
  background-image: url('../images/futurestudents_banner.jpg');
  background-position: 50% 25%;
  background-color: #FFD100;
  border-bottom: 8px solid #FFD100;
}

.college a.currentstudents {
  background-image: url('../images/currentstudents_banner.jpg');
  background-color: #2EAF9B;
  border-bottom: 8px solid #2EAF9B;
}

.college a.partnerships {
  background-image: url('../images/partnerships_banner.jpg');
  background-color: #C76C14;
  border-bottom: 8px solid #C76C14;
}

.college a.calendar {
  background-color: #849E2A;
  border-bottom: 8px solid #849E2A;
  font-style: normal;
}

.college a.calendar i.fa {
  color: #FFFFFF;
}

.college a.partnerships i.fa { 
  color: #f5d774;
}

.college a.alums {
  background-image: url('../images/alums_banner.jpg');
  background-color: #5B6870;
  border-bottom: 8px solid #5B6870;
}

.college a.alums i.fa { 
  color: #746c66;
  display: none;
}

.college a i.fa {
  font-size: 70px;
  position: absolute; 
  top: 8px; 
  right: 8px;
}

.college .heading,
.college .short a .caption,
.college .tall a .caption {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  text-shadow: rgb(0, 0, 0) 2px 2px 5px;
  text-transform: uppercase;
}

.college .short a .caption,
.college .tall a .caption {
  padding: 5px 10px;
  position: absolute;
  left: 10px;
  bottom: 5px;
}

.college .no-shadow .heading,
.college .no-shadow .caption {
  text-shadow: none !important;
}

.college .heading {
  margin-top: 10px;
}


/*** col-sm-* styles ***/

@media only screen and (max-width: 767px) {

  .hero {
    height: 250px;
  }
  
  .college .coe-grid .box.short a {
    height: 100px;
  }
  
  .college .coe-grid .box.tall a {
    height: 220px;
  }

  .college a i.fa {
    font-size: 50px;
    line-height: 50px;
  }

  .college .youtubevideo {
    height: 220px;
  }
  
}



/*** col-md-* styles ***/

@media only screen and (min-width: 992px) {


}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .navbar-nav .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
  }

  .college .container > .row {
    height: 555px;
  }
  
  .college .intro {
    height: 565px;    /* .row height minus 20px row padding */
  }
  
  .college .coe-grid .box.short a {
    height: 165px;
  }
  
  .college .coe-grid .box.tall a {
    height: 370px;
  }

  .college .short a .caption,
  .college .tall a .caption {
    font-size: 16px !important;
    left: 0;
  }

}



/*** col-sm-* styles ***/

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .college .container > .row {
    height: 720px;
  }
  
  .college .intro {
    /* height: 700px; */    /* .row height minus 20px row padding */
  }

  .college .intro .infographic img {
    margin-bottom: 0;
  }
  
  .college .coe-grid .box.short a {
    height: 220px;
  }
  
  .college .coe-grid .box.tall a {
    height: 460px;
  }

  .college .coe-grid .box.short-s a {
    height: 100px;
  }

  .college a i.fa {
    font-size: 50px;
    line-height: 50px;
  }

  .college .youtubevideo {
    height: 220px;
  }
  
}



/*** col-lg-* styles ***/

@media only screen and (min-width: 1200px) {

  .college .container > .row {
    height: 555px;
  }
  
  .college .intro {
    height: 565px;    /* .row height minus 20px row padding */
  }
  
  .college .coe-grid .box.short a {
    height: 165px;
  }
  
  .college .coe-grid .box.tall a {
    height: 370px;
  }

  .college a i.fa {
    top: 12px;
    right: 12px;
    font-size: 90px;
    line-height: 90px;
  }
  
}

