/**
 * Search form
 * @Kristy
 */

#region-menu #searchbox input.search-form-text {
	line-height: 50px;
}

/**
 * Left Menu
 * @Kristy
 */
 
/* Remove bullets */
.block-menu-block.side-menu ul,
.block-menu-block.side-menu ul li,
ul li.expanded {
	list-style-image: none;
	list-style-type: none;
	list-style: none;
	background-image: none;
}

/**
 * Side Menu
 * @Kristy
 */
 
.program-page #region-content .program-highlight {
	height: 7px;
	width: 575px;
	font-size: 0;
}

.program-page .block-menu-block.content-menu .content-menu-highlight {
	height: 7px;
	width: 225px;
	font-size: 0;
}

.block-menu-block.content-menu ul,
.block-menu-block.content-menu ul li,
ul li.expanded {
	list-style-image: none;
	list-style-type: none;
	list-style: none;
	background-image: none;
}


/**
  * Footer Menu
  * @Kristy
  */

#region-footer-first div.menu,
#region-footer-first div.menu ul,
#region-footer-first div.menu ul li {
	line-height: 0;
}

/**
  * Call to Action Blocks
  * @Kristy
  */

/* Apply Now CTA */

.block.cta-buttons .apply-now  {
	margin:0;
}

.block.cta-buttons .apply-now .rectangle {
	background-color: rgb(216, 100, 58);
}

.block.cta-buttons .apply-now:hover .rectangle {
	background-color: rgb(218, 82, 31);
}

.block.cta-buttons .apply-now .triangle {
	display: none;
}

.region-sidebar-first .block.cta-buttons .apply-now .triangle {
	display: none;
}

/* Request Info CTA */

.block.cta-buttons .request-info .rectangle {
	background-color: rgb(0, 152, 215);
}

.block.cta-buttons .request-info:hover .rectangle {
	background-color: rgb(0, 142, 215);
}

.block.cta-buttons .request-info .triangle {
	display: none;
}

.region-sidebar-first .block.cta-buttons .request-info .triangle {
	display: none;
}

/* Info Sessions CTA */

.block.cta-buttons .info-sessions .rectangle {
	background-color: rgb(124, 51, 150);
}

.block.cta-buttons .info-sessions:hover .rectangle {
	background-color: rgb(124, 51, 150);
}

.block.cta-buttons .info-sessions .triangle {
	display: none;
}

.region-sidebar-first .block.cta-buttons .info-sessions .triangle {
	display: none;
}