  body {
  background-color: #fff;
}

hr {
  border-top: 1px solid #ccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans;
  font-weight: 300;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Source Sans Pro", sans;
  font-weight: 300;
}

a {
  font-family: "Source Sans Pro", sans;
  font-weight: 400;
  color: #941a1e;
  webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

li {
  font-family: "Source Sans Pro", sans;
  font-weight: 400;
}

a:hover {
  color: #941a1e;
  opacity: 0.9;
}

p {
  font-family: "Source Sans Pro", sans;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 20px;
  color: #6e6e6e;
}

ol li {
  padding: 2px;
}

.navbar-collapse {
  border: 0;
}

.navbar {
  border: 0;
}

#header-top {
  background-color: #941a1e;
  border-bottom: 1px solid #6d0104;
  min-height: 32px;
  width: 100%;
  background: #7e0108;
  background: -moz-linear-gradient(
    top,
    #7e0108 0%,
    #830006 25%,
    #830006 76%,
    #7e0108 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #7e0108),
    color-stop(25%, #830006),
    color-stop(76%, #830006),
    color-stop(100%, #7e0108)
  );
  background: -webkit-linear-gradient(
    top,
    #7e0108 0%,
    #830006 25%,
    #830006 76%,
    #7e0108 100%
  );
  background: -o-linear-gradient(
    top,
    #7e0108 0%,
    #830006 25%,
    #830006 76%,
    #7e0108 100%
  );
  background: -ms-linear-gradient(
    top,
    #7e0108 0%,
    #830006 25%,
    #830006 76%,
    #7e0108 100%
  );
  background: linear-gradient(
    to bottom,
    #7e0108 0%,
    #830006 25%,
    #830006 76%,
    #7e0108 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e0108',endColorstr='#7e0108',GradientType=0);
}

#get-away {
  width: 100%;
}

#header-top ul li {
  margin: 0;
}

#header-top ul li a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #e1e1e1;
  font-size: 1em;
  padding: 6px 20px;
  webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

#header-top ul li a:hover {
  color: #efefef;
  background: #640000;
}

#search-form {
  margin-top: 3px;
  display: block;
  position: relative;
}

#search-field {
  font-size: 0.9em;
  color: #5f574f;
  width: 170px;
  height: 20px;
  padding-left: 10px;
  border: 2px solid #e9e6df;
  background-color: #fbfbf9;
  border-radius: 8px;
  position: relative;
  top: 3px;
}

#search-form #search-btn {
  cursor: pointer;
  border: 0;
  height: 26px;
  width: 26px;
  background-color: transparent;
  position: relative;
  right: 30px;
  visibility: hidden;
}

#search-form #search-btn i {
  color: #5f574f;
}

#search-results-page {
  max-width: 760px;
  min-height: 400px;
  margin: 40px auto;
}

#header-logo {
  padding: 20px 0;
  border-top: 2px solid #850f13;
  border-bottom: 1px solid #4a0000;
  background-color: #941a1e;
  background: #7e0108;
  background: -moz-linear-gradient(
    top,
    #7e0108 0%,
    #830006 36%,
    #830006 66%,
    #7e0108 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #7e0108),
    color-stop(36%, #830006),
    color-stop(66%, #830006),
    color-stop(100%, #7e0108)
  );
  background: -webkit-linear-gradient(
    top,
    #7e0108 0%,
    #830006 36%,
    #830006 66%,
    #7e0108 100%
  );
  background: -o-linear-gradient(
    top,
    #7e0108 0%,
    #830006 36%,
    #830006 66%,
    #7e0108 100%
  );
  background: -ms-linear-gradient(
    top,
    #7e0108 0%,
    #830006 36%,
    #830006 66%,
    #7e0108 100%
  );
  background: linear-gradient(
    to bottom,
    #7e0108 0%,
    #830006 36%,
    #830006 66%,
    #7e0108 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e0108',endColorstr='#7e0108',GradientType=0);
}

#logo {
  display: block;
  text-indent: -99999px;
  height: 72px;
  min-width: 150px;
  max-width: 397px;
  margin: 0 auto;
  background: url(/assets/img/header-logo-ver2.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#logo:hover {
  opacity: 1;
}

#brand-border-bot {
  border-bottom: 5px solid #f7d583;
}

#logo:active,
#logo:focus {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

#header-menu {
  background: #111;
  background: -moz-linear-gradient(
    top,
    rgba(17, 17, 17, 1) 0%,
    rgba(20, 20, 20, 1) 22%,
    rgba(20, 20, 20, 1) 79%,
    rgba(17, 17, 17, 1) 99%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(17, 17, 17, 1)),
    color-stop(22%, rgba(20, 20, 20, 1)),
    color-stop(79%, rgba(20, 20, 20, 1)),
    color-stop(99%, rgba(17, 17, 17, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(17, 17, 17, 1) 0%,
    rgba(20, 20, 20, 1) 22%,
    rgba(20, 20, 20, 1) 79%,
    rgba(17, 17, 17, 1) 99%
  );
  background: -o-linear-gradient(
    top,
    rgba(17, 17, 17, 1) 0%,
    rgba(20, 20, 20, 1) 22%,
    rgba(20, 20, 20, 1) 79%,
    rgba(17, 17, 17, 1) 99%
  );
  background: -ms-linear-gradient(
    top,
    rgba(17, 17, 17, 1) 0%,
    rgba(20, 20, 20, 1) 22%,
    rgba(20, 20, 20, 1) 79%,
    rgba(17, 17, 17, 1) 99%
  );
  background: linear-gradient(
    to bottom,
    rgba(17, 17, 17, 1) 0%,
    rgba(20, 20, 20, 1) 22%,
    rgba(20, 20, 20, 1) 79%,
    rgba(17, 17, 17, 1) 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111',endColorstr='#111111',GradientType=0);
  min-height: 32px;
  width: 100%;
  border-top: 1px solid #272727;
}

#header-menu ul li {
  margin: 0;
}

#header-menu ul li a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-align: center;
  padding: 4px 0 0;
  margin: 0;
  color: #ddd;
  min-height: 32px;
  webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

#header-menu ul li a:hover {
  background-color: #fff;
  color: #333;
}

#header-menu ul li a:focus {
  background-color: #fff;
  color: #333;
}

#header-menu ul .header-menu-active a {
  background-color: #fff;
  color: #333;
}

#iit-content {
  overflow: hidden;
}

.table td img {
  display: block;
  max-width: 100%;
  height: auto;
}

footer {
  margin-top: 30px;
  color: #fff;
}

#footer-top {
  background-color: #19160e;
  padding: 30px 30px 0;
}

#footer-bottom {
  background-color: #7e0108;
  padding: 0 30px;
}

#footer-nav {
  margin-top: 20px;
  margin-bottom: 5px;
}

#footer-nav p {
  text-align: center;
  text-transform: uppercase;
}

#footer-top h4 a {
  color: #fff;
  font-family: sanford;
}

#footer-top h4 a:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

#footer-nav ul li a {
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8em;
  color: #ddd;
  text-transform: uppercase;
  width: 100%;
}

#footer-nav ul li a:hover {
  background-color: transparent;
}

#footer-title {
  margin-right: 5px;
}

#footer-address {
  font-size: 0.9em;
  margin: 5px;
  padding-left: 10px;
  border-left: 1px solid #ddd;
}

#footer-address p {
  margin-bottom: 0;
  color: #fff;
}

#footer-copyright {
  margin: 10px 0;
  font-size: 1em;
  color: #fff;
}

#carousel-homepage {
  margin-top: 20px;
  background-color: #84794f;
  max-height: 414px;
  overflow: visible;
}

#carousel-homepage img {
  min-width: 100%;
  margin: auto;
  max-height: 414px;
  overflow: hidden;
}

.carousel .item a,
.carousel .item a:hover {
  opacity: 1;
}

.carousel-caption {
  color: #333;
  text-shadow: none;
  max-width: 44%;
  min-width: 350px;
  margin: 20px;
  padding: 10px;
  background-color: rgba(255, 250, 250, 0.9);
  max-height: 175px;
  overflow: hidden;
}

.carousel-caption.bg-dark {
  background-color: #2e2d29;
  opacity: 0.8;
}

/*Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.caption-left {
  text-align: left;
  left: 0;
  top: 195px;
  bottom: 0;
}

.caption-right {
  text-align: left;
  right: 0px;
  top: 195px;
  bottom: 0;
  left: inherit;
}

.caption-right-top {
  right: 10px;
  left: inherit;
  top: 10px;
  bottom: inherit;
}

.carousel-caption h2 {
  color: #941a1e;
  margin: 0;
  font-size: 2em;
}

.carousel-caption p {
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.4em;
}

.carousel-caption a {
  color: inherit;
}

.carousel-caption a:hover {
  text-decoration: none;
}

.carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li {
  border: 1px solid #941a1e;
}
.carousel-indicators li.active {
  background-color: #941a1e;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.carousel-img a:hover {
  opacity: 1;
}

.carousel-2col .carousel-img {
  max-height: 415px;
  overflow: hidden;
}

.carousel-text {
  padding: 20px;
  padding-right: 40px;
  padding-top: 30px;
}

.carousel-text h1 a,
.carousel-text h2 a {
  color: #fff;
}

.carousel-text p {
  margin-top: 30px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
}

#carousel-homepage .carousel-text {
  padding-left: 50px;
  padding-right: 0;
}

@media (max-width: 780px) {
  .carousel-indicators {
    bottom: -40px;
  }
  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    margin: 0 8px;
  }
}

@media (max-width: 990px) {
  #carousel-container {
    margin-bottom: 20px;
  }

  .left.carousel-control {
    left: -37px;
  }

  .right.carousel-control {
    right: -47px;
  }

  .carousel-caption {
    left: 0;
    bottom: 0;
    right: inherit;
    top: inherit;
    position: relative;
    background-color: #f2f2f2;
    padding: 1em 15px;
    margin: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    min-width: 100%;
  }

  .carousel-inner .item a:hover {
    text-decoration: none;
  }

  .carousel-caption h2 {
    font-size: 1.4em;
    width: 100%;
  }

  .carousel-caption p {
    color: #444;
    font-size: 1.2em;
    opacity: 0.8;
  }

  #carousel-homepage {
    max-height: 460px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .caption-right {
    text-align: left;
    right: 0px;
    top: 120px;
    bottom: 0;
    left: inherit;
  }

  .caption-left {
    text-align: left;
    top: 125px;
    bottom: 0;
    left: 0;
  }

  .carousel-text {
    padding-top: 0;
  }

  .carousel-text h2 {
    margin-top: 35px;
  }

  .carousel-text p {
    font-size: 1em;
  }

  .carousel-text h2 a {
    font-size: 0.9em;
  }

  #carousel-homepage {
    min-height: 414px;
  }
}

@media (max-width: 767px) {
  #logo {
    display: block;
    text-indent: -99999px;
    height: inherit;
    min-width: inherit;
    margin: 0 auto;
    background: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  #footer-title a,
  #footer-address p {
    font-size: 1em;
  }

  #footer-nav ul li a {
    padding-left: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: left;
  }

  #footer-top {
    padding-bottom: 40px;
  }

  .left.carousel-control {
    left: -17px;
  }

  .right.carousel-control {
    right: -17px;
  }

  .carousel-text {
    width: inherit;
    padding: 10px 40px;
  }

  #carousel-homepage .carousel-text h2 {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    width: 90%;
    height: auto;
    line-height: 18px;
  }

  .carousel-text h1 a,
  .carousel-text h2 a {
    font-size: 0.6em;
  }
}

#quick-nav-container {
  padding-left: 3%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  /*background-color: #f4f3eb;*/
}

.quick-nav {
  margin: auto;
}

.quick-nav h3 {
  color: #941a1e;
  text-align: left;
  font-size: 20px;
}

.quick-nav-icon img {
  width: auto;
}

.quick-nav-link ul {
  padding-left: 0;
}

.quick-nav-link ul li {
  list-style: none;
}

.quick-nav-link ul li a {
  color: #333;
  font-size: 1.1em;
  font-weight: 400;
}

.quick-nav-link ul li a:hover {
  color: #941a1e;
}

#find-course-container {
  margin-bottom: 30px;
}

.events-calendar {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 380px;
  max-height: 590px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
}

.events-calendar:hover {
  overflow-y: scroll;
}

.events-calendar .event-item {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.events-calendar .event-item div.day,
.events-calendar .event-item div.date {
  text-align: center;
  padding: 5px;
  display: block;
}

.event-item .day:hover .date:hover a {
  text-decoration: none;
}

.events-calendar .event-item .day {
  color: #eee;
  background-color: #941a1e;
  border: 1px solid #941a1e;
}

.events-calendar .event-item .date {
  color: #777;
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
}

.events-calendar .event-item h5 {
  color: #941a1e;
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
}

.events-calendar .event-item h5 a {
  font-weight: 400;
  line-height: 1.3em;
}

.events-calendar .event-item p {
  margin: 0;
  color: #777;
  font-size: 1em;
  font-weight: 400;
}

.events-calendar .event-item a {
  color: inherit;
}

.events-calendar .event-item a:hover {
  text-decoration: none;
}

.events-calendar .event-item h5 a:hover {
  text-decoration: underline;
}

.table-event th,
.table-event td {
  border-bottom: 1px solid #ddd;
}

.events-menu,
.side-menu {
  background: #f8f8f8;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.events-menu ul,
.side-menu ul {
  margin-top: -20px;
}

.events-menu ul li a,
.side-menu ul li a {
  color: #5e5e5e;
  list-style: none;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #ccc;
}

.events-menu ul li.side-nav-active a,
.side-menu ul li.side-nav-active a {
  background-color: #f2f1eb;
}

#homepage-acad-calendar {
  margin-bottom: 0px;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  padding: 8px 20px;
  background: #f8f8f8;
}

.news-homepage h2 {
  margin-left: 12px;
}

.news-homepage h2 a {
  text-decoration: none;
}

.news-homepage a:hover {
  text-decoration: none;
}

.news-homepage > a {
  margin: auto;
  text-align: center;
}

.news-homepage-item {
  margin-bottom: 20px;
}

.news-homepage-item a img {
  width: 100%;
}

.news-homepage-item-content {
  background-color: #f4f3eb;
  color: #333;
  padding: 10px;
  height: 84px;
  overflow: hidden;
}

.news-homepage-item-content h5 {
  margin: 0;
}

.news-homepage-item-content h5 a {
  color: #333;
  line-height: 1.4em;
  font-family: georgia;
  font-size: 1.1em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.news-homepage-item-content a {
  color: #333;
}

.news-homepage-item-content p {
  font-size: 0.85em;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news-homepage-item-content {
    background-color: #f2f1eb;
    color: #333;
    padding: 10px;
    height: 107px;
    overflow: hidden;
  }
  #myiit-module {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  #myiit-module {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #myiit-module span {
    bottom: 60px !important;
    left: 180px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #myiit-module span {
    bottom: 40px !important;
    left: 120px !important;
    font-size: 1.5rem !important;
  }
}
@media (max-width: 768px) {
  .news-homepage-item a img {
    float: left;
    width: 120px;
  }
  .news-homepage-item-content {
    background-color: #fff;
    padding-top: 0;
  }
  .news-homepage-item-content h5 {
    margin-top: -5px;
  }
  .news-homepage .section-header {
    text-align: left;
    margin-left: 15px;
  }
}
@media (min-width: 510px) and (max-width: 768px) {
  #myiit-module span {
    bottom: 37% !important;
    margin-left: 0px !important;
    left: 47% !important;
    font-size: 1.7rem !important;
    min-width: 100px;
  }
}

.more-news h4 {
  margin-bottom: 20px;
}

.more-news ul {
  padding: 0;
}

.more-news ul li {
  list-style: none;
  margin: 10px;
  background-color: #eee;
}

.more-news ul li a {
  color: #777;
  list-style: none;
  padding: 10px;
  display: block;
  width: 100%;
}

.culture-homepage {
  background-color: #b4393c;
  margin-bottom: 20px;
}

.culture-homepage a h4 {
  color: #eee;
  font-size: 1.1em;
  vertical-align: text-bottom;
  min-height: 28px;
  padding: 10px;
  margin: 0;
}

.culture-homepage a:hover {
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .culture-homepage a h4 {
    height: 54px;
  }
}

@media (max-width: 991px) {
  .culture-homepage a h4 {
    min-height: 54px;
  }
}

@media (max-width: 767px) {
  .culture-homepage a h4 {
    min-height: 28px !important;
  }
}

#culture-1 {
  background-color: #a5615a;
}

#culture-2 {
  background-color: #616161;
}

#culture-3 {
  background-color: #76486b;
}

#culture-4 {
  background-color: #3e3e23;
}

#culture-5 {
  background-color: #b4393c;
}

#culture-6 {
  background-color: #198c52;
}

#social-media-module {
  margin-bottom: 20px;
  height: auto;
  background-color: #f6f6f6;
}

#social-media-module .other-social-media {
  text-align: center;
  margin-top: 5px;
}

#social-media-module .twitter-icon {
  height: 107px;
  float: left;
}

#social-media-module .twitter-icon img {
  margin: 25px 20px;
  height: 30px;
}

#social-media-module .twitter {
  margin-left: 40px;
  padding: 20px;
}

#social-media-module .twitter h4 {
  color: #999;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0;
}

#social-media-module .twitter p,
#social-media-module .twitter p a {
  margin-bottom: 5px;
  color: #333;
}

.social-icons {
  width: 40px;
  margin-top: 20px;
  margin-left: 10px;
}

#more-announcement h3 {
  margin-top: -4px;
  margin-bottom: 20px;
}

#more-announcement ul {
  list-style: none;
  padding-left: 16px;
}

#more-announcement ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}

#more-announcement ul li a {
  color: #333;
  /*color: #941a1e;*/
  font-size: 1.1em;
}

#more-announcement ul li a:hover {
  color: #941a1e;
}

#more-announcement ul li span {
  margin-right: 10px;
}

/*======= COLLEGE MORE ANNOUNCEMENTS =======*/
#college-more-announcement h3 {
  margin-top: -4px;
  margin-bottom: 20px;
}

#college-more-announcement ul {
  list-style: square;
  padding-left: 16px;
}

#college-more-announcement ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}

#college-more-announcement ul li a {
  color: #333;
  font-size: 1em;
}

#college-more-announcement ul li a:hover {
  color: #941a1e;
}

#college-more-announcement ul li span {
  margin-right: 10px;
}

.campus-ads-section {
  background-color: #3e3e23;
  margin-top: 20px;
  margin-bottom: 20px;
}

.campus-ads-section img {
  opacity: 0.9;
}

.campus-ads-section img:hover {
  opacity: 1;
}

.campus-ads-section h4,
.campus-ads-section h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  color: #fff;
  padding: 30px;
  padding-bottom: 20px;
  text-shadow: 0 1px 4px #000;
  font-size: 1.5em;
}

.campus-ads-section #life-at-campus h4 {
  color: #fff;
  text-shadow: none;
  position: relative;
  padding: 0;
  margin: 50px 0;
  font-weight: 300;
  font-size: 2em;
}

@media (max-width: 767px) {
  .campus-ads-section img {
    opacity: 0.7;
  }
}

@media (min-width: 768px) {
  .campus-ads-section #life-at-campus img {
    height: 175px;
  }
}

#psuedo-footer {
  margin-top: 30px;
  margin-bottom: -30px;
  background-color: #f4f3eb;
  padding: 10px;
  padding-bottom: 25px;
}

#psuedo-footer h5 {
  font-weight: 400;
  text-transform: uppercase;
  color: #941a1e;
}

#psuedo-footer h5 a {
  font-weight: 400;
  text-transform: uppercase;
  color: #941a1e;
}

#psuedo-footer ul {
  padding: 0;
}

#psuedo-footer ul li {
  list-style: none;
}

#psuedo-footer ul li a {
  color: #717171;
  word-wrap: break-word;
}

#seal-excellence img {
  margin: auto;
  width: 120px;
}

#seal-excellence h4 {
  margin: auto;
  text-align: center;
  margin-top: 10px;
  font-family: sanford;
}

#transparency-seal {
  margin-top: 20px;
}

#transparency-seal p a {
  margin: auto;
  margin-top: 5px;
  font-family: "Source Sans Pro", sans;
  font-size: 1em;
  font-weight: 400;
  color: #bbb;
}

.directory-homepage {
  padding: 0;
  margin-top: 20px;
  font-size: 1em;
}

.directory-list {
  padding-left: 0;
}

.directory-list ul li a {
  font-family: "Tahoma", sans;
  font-size: 1em;
}

@media (max-width: 767px) {
  .directory-homepage {
    margin-top: 40px;
    padding: 0;
  }
}

.contact-us-homepage {
  margin-top: 10px;
}

.contact-us-homepage ul li {
  font-family: "Tahoma", sans;
  color: #333;
  font-size: 0.9em;
}

.contact-us-homepage ul li a {
  font-family: "Tahoma", sans;
}

#side-navigation.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

#side-navigation.visible-xs {
  height: 1px;
}

.side-navigation {
  float: none;
}

.side-navigation ul {
  margin-top: 0;
  padding: 0;
}

.side-navigation ul li {
  list-style: none;
}

.side-navigation ul li a {
  color: #5e5e5e;
  list-style: none;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #ccc;
}

.side-navigation ul li a:hover {
  color: #941a1e;
  background-color: #f5f5f5;
}

.side-nav-active a {
  color: #941a1e;
  background-color: #f5f5f5;
}

.back {
  display: block;
}

.remove-border {
  border: 0 solid;
}

#seal img {
  display: block;
  margin: 0 auto;
}

#seal a {
  display: block;
  color: #5f574f;
}

#seal p {
  line-height: 1.7;
}

.row-facts {
  margin-top: 15px;
  margin-bottom: 30px;
}

.icon-container {
  display: table-cell;
  vertical-align: top;
  font-size: 4em;
}

.icon-container img {
  vertical-align: top;
}

.text-container {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  line-height: 1.7em;
}

.text-container h4 {
  font-weight: 700;
}

.text-container ul {
  padding: 0;
}

.text-container ul li {
  list-style: none;
}

.text-container ul li ul {
  margin-left: 20px;
}

#alumni-bg {
  background: url(/assets/img/scs-lawn.png);
  height: 688px;
  border-top: 3px solid #f7d583;
  border-bottom: 2px solid gray;
}

#alumni-hero-image {
  height: 95vh;
  background-image: url(/assets/img/scs-lawn.png);
  background-position: 50% 50%;
  background-size: cover;
}

#ac-bg {
  background: url(/assets/img/scs-lawn.png);
  height: 688px;
  border-top: 3px solid #f7d583;
  border-bottom: 2px solid gray;
}

#ac-hero-image {
  height: 95vh;
  background-image: url(/assets/img/scs-lawn.png);
  background-position: 50% 50%;
  background-size: cover;
}

#ac-event-caption {
  color: #333;
  text-shadow: none;
  max-width: 30%;
  min-width: 350px;
  margin: 20px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0);
}

.ac-caption {
  position: absolute;
  bottom: 20px;
  left: 75%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}

.ac-caption-right {
  float: right;
  margin-right: 20px;
  text-align: right;
}

.ac-events-calendar {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

#ac-ipag {
  background-color: #81648c;
}

#ac-octava {
  background-color: #a67400;
}

#ac-kalimulan {
  background-color: #057d9f;
}

#ac-echoes {
  background-color: #2c3d82;
}

.ac-group {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ac-group a h4 {
  font-weight: 200px;
  font-size: 1.6em;
  color: #eee;
  padding: 5px 20px 8px 15px;
}

.ac-group:hover a {
  text-decoration: none;
}

.ac-lead {
  font-size: 1.2em;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 28px;
  text-align: left;
  text-indent: 40px;
}

.ac-box {
  border: 1px solid #ddd;
  overflow: hidden;
  min-height: 300px;
  max-width: 848px;
  margin-top: 30px;
  margin-left: 13px;
  margin-right: 13px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}

.ac-box h3 {
  margin-top: 15px;
}

.ac-news-box {
  background-color: #ddd;
  border: 10px solid #fff;
  padding-left: 10px;
  border-left: none;
  border-right: none;
}

.ac-box-content {
  background-color: transparent;
  margin-right: 10px;
}

.ac-comment p {
  color: #8a8a8a;
  margin-left: 10px;
}

.student-org {
  margin: 40px 0;
  border-top: 1px solid #ccc;
}

.student-org h4 {
  font-weight: 400;
}

.thumbnail {
  border-radius: 0;
}

.alumni .caption p {
  font-size: 0.9em;
  margin-top: 20px;
  margin-bottom: 0;
}

.alumni-gallery-search {
  margin-top: 60px;
}

#colleges-list ul li {
  font-size: 1.1em;
  margin-top: 10px;
}

.logo-colleges {
  text-align: center;
  font-size: 80%;
  margin: 10px auto;
}

@media (max-width: 767px) {
  .logo-colleges {
    font-size: 0.7em;
  }
}

.logo-colleges > a {
  color: #eee;
  font-size: 2.5em;
  font-weight: 100;
  background: none;
  font-family: sanford;
}

#college-logo-university {
  font-size: 1.9em;
  display: block;
  opacity: 0.8;
  margin-bottom: -3px;
}

.logo-colleges:hover a {
  text-decoration: none;
}

.logo-colleges:hover a:hover {
  opacity: 1;
}

#lead-college .lead {
  font-size: 1.1em;
  font-weight: 400;
  color: #444;
  line-height: 2em;
}

.lead-alumni p {
  font-size: 1.1px;
  text-indent: 50px;
  text-align: left;
}

#college-quick-links {
  background-color: #ddd;
  min-height: 300px;
}

.colleges-tab-content {
  margin-top: 20px;
}

#carousel-college {
  padding: 20px 0;
  background: #2c2c2c;
}

#carousel-college .carousel-img img {
  width: 100%;
}

#carousel-colleges ol {
  bottom: 0;
}

#carousel-colleges .carousel-text h1,
#carousel-colleges .carousel-text h2 {
  padding-right: 20px;
}

#carousel-colleges .carousel-text h2 {
  border: 1px solid red;
  margin-right: 100px;
}

.events-calendar-college {
  background-color: #eee;
  height: 263px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.events-calendar-college .event-item {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

.event-item .day:hover .date:hover a {
  text-decoration: none;
}

.events-calendar-college .event-item h5 {
  color: #941a1e;
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
}

.events-calendar-college .event-item h5 a {
  font-weight: 400;
}

.events-calendar-college .event-item p {
  margin: 0;
  color: #777;
  font-size: 1em;
  font-weight: 400;
}

.events-calendar-college .event-item a {
  color: inherit;
}

.events-calendar-college .event-item a:hover {
  text-decoration: none;
}

.events-calendar-college .event-item h5 a:hover {
  text-decoration: underline;
}

.college-news-container {
  background-color: #f7f7f7;
}

.college-news-homepage a:hover {
  text-decoration: none;
}

.college-news-homepage .news-homepage-item-content {
  background-color: #eee;
}

.college-more-news .section-header {
  margin-top: 20px;
}

.college-more-news ul {
  list-style: none;
  padding: 0;
}

.college-more-news li {
  margin: 0 0 20px;
}

.college-more-news li a {
  color: #333;
}

#programs-offered h3 {
  margin-bottom: 20px;
}

#programs-offered ul {
  margin-bottom: 50px;
  list-style: square;
  color: #555;
}

#programs-offered ul li {
  margin: 15px 0;
}

.myiit-home-table {
  background: #eee;
  margin-bottom: 20px;
}

.myiit-home-table tr td.myiitlogo-cell {
  padding: 10px;
  background-color: #16160d;
}

.myiit-home-table tr td.myiitlogo-cell span.text-muted a {
  color: #ccc;
}

.myiit-home-table tr td.myiitbanner-cell {
  background-color: #16160d;
}

@media (max-width: 767px) {
  .container > .header-collapse,
  .container-fluid > .header-collapse {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #header-collapse-button {
    text-align: right;
    margin-left: 10px;
    border-radius: 0;
  }

  #header-collapse-button span {
    background-color: #eee;
    text-align: right;
  }

  #header-top {
    display: none;
  }

  #search-form-xs a {
    position: absolute;
    top: -7px;
    right: 12%;
  }

  #search-form-xs a i {
    color: #000;
  }

  #search-field-xs {
    width: 80%;
    margin: 10px auto;
    padding-left: 10px;
    height: 30px;
    font-size: 0.9em;
    color: #5f574f;
    border: 2px solid #e9e6df;
    background-color: #fbfbf9;
    border-radius: 8px;
    display: block;
  }

  #header-menu {
    margin: 0;
  }

  #header-menu ul li a {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #222;
  }

  #header-menu .college-header ul li a {
    border-top: 1px solid #333;
  }

  #header-menu ul li a:hover {
    background-color: #333;
    color: #fff;
  }

  #header-menu ul .header-menu-active a {
    background-color: #333;
    color: #fff;
  }

  #header-logo {
    margin: 0;
    padding: 20px;
  }

  .college-header-container {
    margin: 0 -15px;
    padding-left: 0;
    padding-right: 0;
  }

  .college-header-collapse ul li a {
    width: inherit;
    margin: 0 auto;
  }

  #carousel-container,
  #carousel-homepage {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
  }

  #carousel-homepage img {
    margin: auto;
  }

  #quick-nav-container {
    background-color: #fff;
    padding: 0;
  }

  .quick-nav-title {
    width: 100%;
    display: block;
    color: #941a1e;
    border-radius: 0;
    background-color: #f2f1eb;
    margin: 0;
    padding: 15px;
  }

  .quick-nav-title h4 {
    color: inherit;
    margin: 0;
    padding: 0;
  }

  .quick-nav-link {
    padding: 0;
  }

  .quick-nav-link ul li a {
    display: block;
    padding: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e1e1e1;
  }

  .quick-nav-link ul li a:hover {
    background-color: #ddd;
    color: #000;
  }

  .section-card-text ul li {
    margin: 5px;
    font-size: 1.1em;
  }

  #side-navigation {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .side-navigation-btn {
    display: block;
    margin: 0;
    margin-top: -60px;
  }

  .side-navigation-btn span {
    border: 1px solid #941a1e;
  }

  .related-header {
    font-size: 18em;
    text-align: center;
    font-style: italic;
    color: #941a1e;
    margin-bottom: 10px;
  }

  #action-bar {
    padding: 10px 0;
    border-bottom: 2px solid #850f13;
  }

  .event-item {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #events-calendar {
    padding-left: 0;
    padding-right: 0;
    border: 0 solid #ccc;
    max-height: inherit;
    min-height: inherit;
    margin: 0;
  }

  #tabElement {
    margin: 0.5em 0 0 1em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .homepage-events {
    min-height: 410px;
    overflow: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #events-calendar {
    max-height: inherit;
    min-height: inherit;
  }
}

#findcourse {
  display: none;
  background-color: #f7f5f0;
  border: 1px solid #fff;
  padding: 10px;
  position: absolute;
  width: 500px;
  z-index: 9999;
  box-shadow: 0 2px 7px grey;
}

.webteam-crew div {
  text-align: center;
  margin: 20px 0;
}

.webteam-crew img {
  max-width: 200px;
}

.webteam-crew h4,
h5 {
  font-family: "Source Sans Pro";
  font-weight: 400;
}

.webteam-crew h5 {
  color: #777;
  max-width: 130px;
  margin: auto;
}

#publication-module {
  margin-top: 30px;
}

#myiit-module {
  margin-top: 30px;
}

#myiit-module span {
  position: absolute;
  bottom: 27px;
  left: 150px;
  display: block;
  text-shadow: 0 1px 4px #000;
  font-size: 1.2em;
  color: #fff;
  font-weight: 300;
}

#myiit-module span a {
  color: #fff;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .myiit-module span {
    position: absolute;
    bottom: 27px;
    left: 160px;
    display: block;
  }
}

/* For table cell width in percentage */
.cellw20p {
  width: 20%;
}

/*=======CODEDROP MODAL=======*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}

.container-codedrops {
  background: #fff;
  min-height: 100%;
}

.md-modal {
  background-color: #fff;
  border: 1px solid #ddd;
  position: fixed;
  /*top: 50%;
	left: 50%;*/
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  /*max-width: 630px;
	min-width: 320px;*/
  /*height: auto;*/
  padding: 3%;
  padding-top: 70px;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  /*-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);*/
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(143, 27, 15, 1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
.md-content {
  color: #333;
  background: #e74c3c;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  height: 100%;
}

.md-content h3 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 300;
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
  color: #941a1e;
}

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}

.md-content > div p {
  margin: 0;
  padding: 10px 0;
  color: #333;
}

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
  color: #333;
}

.md-content > div ul li {
  padding: 5px 0;
  color: #333;
}

.md-content button {
  display: block;
  margin: 0 auto;
}

.md-effect-12 .md-content {
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
  background: #e74c3c;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.md-close {
  position: absolute;
  top: -40px;
  right: 0px;
  font-size: 2.2em;
  opacity: 0.5;
  font-weight: 200;
}

.md-close:hover {
  opacity: 0.8;
  font-size: 2.3em;
}

.md-content .table > tbody > tr > td {
  padding-left: 0;
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 0.9em;
  border: none;
}

.back-menu-head {
  display: none;
}
.sustainability {
  border: 1px solid #d8d8d8;
  background: #eff9f2;
}
.sustainability a {
  color: #418945;
}

@media (min-width: 767px) {
  #header-menu .nav-tabs li a {
    max-width: 250px;
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .col-sm-20-percent {
    width: 20%;
  }
}
