  /* Master index page panel styles */
.index-panel .panel {
	background-color: #013c65;
	min-height: 15em;
	padding-right: 8em;
	background-size: cover;
	background-position: top;
}
.index-panel .panel h2, .index-panel .panel h3, .index-panel .panel p, .index-panel .panel li {
	color: #fff;
}
.index-panel h2 {
	font-weight: 100!important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.index-panel .panel a {
	color: #f6b000;
}
/* Admissions index page panel backgrounds */
.index-panel.undergraduate-admissions .panel {
	background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%), url("/parents/images/admissions-button-images/undergraduate-admissions-panel.jpg");
}
.index-panel.financial-aid-costs .panel {
	background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%), url("/parents/images/admissions-button-images/costs-panel.jpg");
	background-position: center -20px;
}
.index-panel.orientation .panel {
	background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%), url("/parents/images/admissions-button-images/orientation-panel.jpg");
}
.index-panel.student-support .panel {
	background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%), url("/parents/images/admissions-button-images/student-support-panel.jpg");
}
.index-panel.campus-life .panel {
	background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%), url("/parents/images/admissions-button-images/campus-life-panel.jpg");
}
.index-panel.health-immunizations .panel {
	background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%), url("/parents/images/admissions-button-images/health-panel.jpg");
}
/* Living index page panel backgrounds */
.index-panel.living-greeley .panel {
	background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%), url("/parents/images/living-button-images/greeley-panel.jpg");
}
.index-panel.living-safety .panel {
	background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%), url("/parents/images/living-button-images/safety-panel.jpg");
}
/* College Transition index page panel backgrounds */
.index-panel.recommended-books .panel {
	background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%), url("/parents/images/college-transition-button-images/books.jpg");
}
.index-panel.wellness .panel {
	background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 50%), url("/parents/images/college-transition-button-images/wellness.jpg");
}
/* Stay connected index page panel backgrounds */
.index-panel.calendar-events .panel {
	background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%), url("/parents/images/stay-connected-button-images/events.jpg");
	background-position: left;
}
.index-panel.academic-calendar .panel {
	background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%), url("/parents/images/stay-connected-button-images/academic-calendar.jpg");
	background-position: left;
}
.index-panel.visit-unc .panel {
	background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%), url("/parents/images/stay-connected-button-images/visit-unc.jpg");
	background-position: left;
}
.index-panel.virtual-tour .panel {
	background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%), url("/parents/images/stay-connected-button-images/virtual-tour.jpg");
}
.index-panel.student-support-blog .panel {
	background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%), url("/parents/images/stay-connected-button-images/student-support.jpg");
	background-position: left;
}
.index-panel.tickets .panel {
	background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%), url("/parents/images/stay-connected-button-images/tickets-theatre.jpg");
	background-position: bottom;
}

/* Homepage custom styles */
.hot-topics {
    background-image: linear-gradient(to left, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 100%), url("/parents/images/homepage/hot-topics-cover.jpg");
    background-size: cover;
    background-position: center;
}
.shop-bookstore {
    background-image: linear-gradient(to right, rgba(0,0,0,0.99) 0%,rgba(0,0,0,0) 55%), url("/parents/images/homepage/bookstore-shirt-mockup.jpg");
    background-size: cover;
    background-position: center;
}
.hot-topics h2, .hot-topics h3, .hot-topics p, .hot-topics li, .shop-bookstore h2, .shop-bookstore h3, .shop-bookstore p, .shop-bookstore li {
	color: #fff;
}
.hot-topics a, .shop-bookstore a {
	color: #f6b000;
}

/* College Transition - Help for the Homesick custom styles */
.homesick-intro h3.circle-border.small {
	width: 50px;
	height: 50px;
}
/* Admissions - Campus Life custom styles */
/* The background images for this section are located in the <footcode>
for the page and are added in courtesy of a nifty little script where you
can also adjust the duration of the images. You can change the animation
transition speeds here. */
.ticket-office-section {
	background-size: cover!important;
	background-position: top!important;
	-webkit-transition: background 700ms ease-in-out 800ms;
	-moz-transition: background 700ms ease-in-out 800ms;
	-o-transition: background 700ms ease-in-out 800ms;
	transition: background 700ms ease-in-out 800ms;
}
.ticket-office-section h2, .ticket-office-section h3, .ticket-office-section p, .ticket-office-section li {
	color: #fff;
}
.ticket-office-section a {
	color: #f6b000;
}
