#content, #content .contextual-links-region {
  position: static !important;
}
.flexslider-view ul.pager {
  display: none;
}
.flexslider-wrapper {
  height: 420px;
  font-family: 'Helvetica Neue', Arial;
}
.flexslider-wrapper .slider-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
}
#slider ul,
#slider li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#slider img {
  width: 100%;
  height: auto;
}
#slider .image-holder {
  width: 100%;
  height: 420px;
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
}
#slider .image-title-placeholder {
  display: none;
}
#carousel {
  margin-top: 25px;
  padding-right: 1px;
  background: url(images/carousel-line.png) no-repeat 100% 0;
}
#carousel ul {
  border-left: 1px solid #fff;
}
#carousel ul,
#carousel li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#carousel li {
  background: #fff;
  width: 72px !important;
}
#carousel img {
  cursor: pointer;
  float: left;
  border: 1px solid #fff;
  border-left: 0;
}
#carousel .flex-active-slide {
  border-bottom: 6px solid #F87D7D;
}
#carousel-line {
  position: absolute;
  width: 1px;
  height: 73px;
  margin-top: 25px;
  z-index: 1;
  background: url(images/carousel-line.png) no-repeat 0 0;
}
.flex-next,
.flex-prev {
  position: absolute;
  right: 10px;
  text-indent: -9999px;
  width: 20px;
  height: 28px;
  margin: -55px 0 0 0;
  background: url(images/nav.png) no-repeat 0 100%;
}
.flex-prev {
  left: 10px;
  background-position: 0 0;
}
.gallery-wrapper {
	width: 930px;
	margin: 0 auto;
}
.gallery-content img {
	width: auto !important;
}
.gallery-content a {
	color: #fff;
	font-weight: bold;
}
.gallery-content .node-gallery h2 {
  display: none;
}
.gallery-content .node-profile h2 {
  display: none;
}
.gallery-content .node-profile .field-name-field-profile-image {
  position: absolute;
}
.gallery-content .node-profile .field-name-field-profile-name,
.gallery-content .node-profile .field-name-field-profile-class,
.gallery-content .node-profile .field-name-field-profile-major {
  margin: 0 0 5px 115px;
}
.gallery-content .node-profile .field-name-field-profile-name {
  padding-top: 5px;
}
.gallery-content .node-profile .field-name-field-profile-q1 {
  padding-top: 15px;
}
.gallery-content .node-program .field-name-field-image {
	float: left;
	margin: 0 15px 15px 0;
}
.gallery-content .node-program .field-name-field-image img {
	margin: 0;
}
.gallery-content .node-program .field-name-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.gallery-overlay {
  position: absolute;
  width: 400px;
  color: #FFF;
  margin: 30px 0 0 0;
  padding: 20px 40px;
  background: url(images/blue-dot.png) repeat;
}
.gallery-overlay .custom-controls {
  height: 29px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 8px solid #52B4E1;
}
.gallery-overlay .custom-prev,
.gallery-overlay .custom-next {
  float: left;
  left: 0;
  color: #FFF;
  padding: 5px 8px 5px 15px;
  text-transform: uppercase;
  font-size: 12px;
  background: url(images/arrows.png) no-repeat 0 0;
}
.gallery-overlay .custom-next {
  float: right;
  padding: 5px 15px 5px 8px;
  background-position: 100% 100%;
}
.gallery-overlay .top-title {
  margin: 0 70px;
  text-align: center;
}
.gallery-overlay .top-title h3 {
  margin: 0;
}
.gallery-overlay .gallery-title {
  text-align: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.4);
}
.gallery-overlay .gallery-title h3 {
  margin: 0;
}

/* Solo Carousel */
.flexslider-wrapper.solo-carousel {
  height: auto; 
}
.flexslider-wrapper.solo-carousel .slider-wrapper {
  position: static;
}
.flexslider-wrapper.solo-carousel .field-name-node-link a {
  color: #7BB1E1;
}
.solo-carousel .carousel-wrapper {
  background: #F9F9F9;
  padding: 8px;
}
.solo-carousel .carousel-wrapper .gallery-content {
  padding: 0 60px;
}
.solo-carousel .carousel-wrapper .custom-next {
  float: right;
}
.solo-carousel .carousel-wrapper .custom-prev {
  float: left;
}

/* Frontpage Slider */
body.front .gallery-overlay {
  width: 283px;
}

.no-js #carousel,
.no-js #carousel-line {
  display: none;
}

.no-js .gallery-overlay {
  padding: 40px 40px 80px;
}

.no-js .slider-wrapper ul.slides li {
  display: none;
}

.no-js .slider-wrapper ul.slides li:first-child {
  display: block;
}