/** Carousels start **/

.sch-carousel-outer .aops-scroll-outer {
	height: 255px;
}

.sch-carousel-outer .aops-scroll-inner {
	height: 295px;
	overflow-y: hidden;
}

.sch-carousel-outer .aops-scroll-bar {
	position: absolute;
	z-index: 10;
	bottom: 0px; /* Default; overwrite me */
	height: 0px; /* Default; overwrite me */
	border-radius: 5px; /* Default; overwrite me */
	background-color: #aaa; /* Default; overwrite me */
}

/* Overwriting a change that was made to main.css that cascaded to screw up the
		school pages */
.sch-carousel-outer .right {
	text-align: left;
}

.sch-carousel .instructor-row > div {
	display: block;
	position: relative;
}

.sch-carousel ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.sch-carousel li {
	padding: 0;
	float: left;
	position: relative;
}

.sch-carousel-outer {
	position: relative;
	margin: 0 20px;
}

.sch-carousel-outer .arrow-holder.disabled {
	opacity: 0.3;
}

.sch-carousel-outer .arrow-holder {
	height: 100%;
	width: 29px;
	position: absolute;
	top: 0;
	display: block;
	cursor: pointer;
	z-index: 25;
}

.sch-carousel-outer .arrow-holder.left {
	left: -30px;
}

.sch-carousel-outer .arrow-icon {
	width: 18px;
	height: 23px;
	margin-top: -15px;
	top: 50%;
	font-family: AoPS;
	color: #1b365d;
	position: absolute;
}

.sch-carousel-outer .arrow-icon.left {
	left: 10px;
}

.sch-carousel-outer a.right {
	right: -38px;
}

.sch-carousel-outer a.right {
	right: -42px;
}

/** Instructor carousel start **/
#sch-instructor-carousel img {
	width: 150px;
	height: 150px;
}

#sch-instructor-carousel li {
	padding-right: 10px;
}

#sch-instructor-carousel li:last-child {
	padding-right: 0px;
}

#sch-instructor-carousel .instructor-row {
	width: 100%;
}

.sch-instructor-wrapper > div:nth-child(2) {
	padding: 5px;
	font-size: 14px;
}

/** School images carousel **/
.sch-screenshot-carousel li {
	cursor: pointer;
}

@media (max-width: 768px) {
	.sch-screenshot-carousel li {
		cursor: auto;
	}
}

.sch-screenshot-carousel {
	margin-bottom: 20px;
}

.sch-screenshot-carousel .aops-scroll-outer,
.sch-screenshot-carousel .aops-scroll-content {
	height: 335px;
}

.sch-screenshot-carousel .aops-scroll-inner {
	height: 355px;
}

.sch-carousel-tagline {
	width: 100%;
	padding: 5px 10px;
	background-color: #eee;
}

.sch-carousel-tagline-header {
	font-weight: bold;
	color: #1b365d;
}

.sch-carousel-tagline-footer {
	font-size: 12px;
}

.sch-screenshot-carousel li {
	width: 380px;
	padding-right: 40px;
}

.sch-screenshot-carousel li:last-child {
	padding-right: 0px;
	width: 340px;
}

.sch-screenshot-carousel img {
	width: 100%;
}

/** School images modal carousel **/
.sch-screenshot-modal-carousel,
.sch-screenshot-modal-carousel .aops-scroll-outer,
.sch-screenshot-modal-carousel .aops-scroll-content {
	height: 100%;
}

.sch-screenshot-modal-carousel .aops-scroll-inner {
	height: calc(100% + 40px);
	height: -webkit-calc(100% + 40px);
}
.sch-screenshot-modal-carousel {
	margin-bottom: 20px;
}

.sch-screenshot-modal-carousel li {
	width: 680px;
	padding: 10px 20px;
	/*	height : 540px;*/
}

.sch-screenshot-modal-carousel img {
	width: 100%;
}

.sch-screenshot-modal-carousel .sch-avenue > div > div:first-child {
	height: calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
	position: relative;
	overflow: hidden;
}

#sch-classroom-carousel-outer {
	margin-top: 20px;
	margin-bottom: -10px;
}
