/* Stuff Josh added on 10/24/17 */
.cc-table {
  border           : 0px;
  margin-bottom    : 24px;
}
.cc-table caption {
  font-weight      : bold;
}
.cc-table th {
  background-color : #EEE;
  color            : #A3792C;
  padding          : 9px;
  vertical-align   : top;
}
.cc-table td {
  padding          : 9px;
  vertical-align   : top;
}
.cc-banner {
  font-weight    : bold;
  margin-bottom  : 12px;
  font-size      : 1.5em;
}
.cc-banner span {
  color          : #999;
  font-weight    : normal;
}
.cc-title {
  font-weight    : bold;
  font-size      : 1.15em;
}
.cc-video {
  position       : relative;
  padding-bottom : 56.25%; /* 16:9 */
  padding-top    : 25px;
  margin-bottom  : 18px;
  height         : 0;
}
.cc-video iframe {
  position       : absolute;
  top            : 0;
  left           : 0;
  width          : 100%;
  height         : 100%;
}
.cc-image img {
  vertical-align : bottom;
}
.cc-caption {
  background     : #EEE;
  border-bottom  : 1px solid #DDD;
  margin-top     : 0 !important;
  padding        : 6%;
  display        : block !important;
}
.event-details {
  max-width      : 100%;
  width          : 100% !important;
}
.event-author th {
  max-width      : 90px;
}
.event-author td {
  width          : 100%;
}
.caption {
  color          : #666;
  font-size      : 12px !important;
  line-height    : 18px;
  margin         : 1.5em 0 1em 0;
}
.image {
  padding        : 0 10px;
  margin-top     : 2em;
  margin-bottom  : 2em;
}
.image img {
  width          : 100%;
  border         : 0;
}
.image.left {
  float          : left;
  margin-left    : 0;
  margin-right   : 2em;
}
.image.right {
  float          : right;
  margin-left    : 2em;
  margin-right   : 0;
}
.image .row {
  margin-left    : -5px;
  margin-right   : -5px;
}
/* End of Stuff Josh added */

header .logo img {
  height              : auto;
  width               : 100%;
}

.hero {
  background-image    : url(./Images/HonorsHero.jpg);
  background-position : center center;
} 

.deptaudience .box a {
  background-size     : cover;
  background-position : top right;
  background-repeat   : no-repeat;
  width               : 100%;
  display             : block;
  position            : relative;
  text-decoration     : none;
}

.contactus a {
  background-image    : url("./images/wehavemoved3");
  background-color    : #5B6870;
  border-bottom       : 8px solid #5B6870;
}

.currentstudents a {
  background-image    : url("./images/current-students.jpg") !important;
  background-color    : #085C11;
  border-bottom       : 8px solid #085C11;
}

.research a {
  background-image    : url("./images/future-students.jpg");
  background-color    : #FFD100;
  border-bottom       : 8px solid #FFD100;
}

.researchinnovation a {
  background-image    : url("./images/STEP.jpg");
  background-color    : #C76C14;
  border-bottom       : 8px solid #C76C14;
}

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

.button1, .button2, .button3, .button4, .button5, .button6 { display: none; }