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

/* Apply Now */

.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 {
	border-top-style: solid;
	border-top-width: 22px;
	border-top-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 22px;
	border-bottom-color: transparent;
	border-left-style: solid;
	border-left-width: 12px;
	border-left-color: rgb(216, 100, 58);
	margin-left: -1px;
	margin-top: -2px;
}

.region-sidebar-first .block.cta-buttons .apply-now .triangle {
	border-right-style: solid;
	border-right-width: 12px;
	border-right-color: rgb(216, 100, 58);
}

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

.region-sidebar-first .block.cta-buttons .apply-now:hover .triangle {
	border-right-color: rgb(218, 82, 31);
}

/* Request Info */

.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 {
	border-top-style: solid;
	border-top-width: 20px;
	border-top-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 20px;
	border-bottom-color: transparent;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: rgb(0, 152, 215);
	margin-left: -1px;
	margin-top: -2px;
}

.region-sidebar-first .block.cta-buttons .request-info .triangle {
	border-right-style: solid;
	border-right-width: 10px;
	border-right-color: rgb(0, 152, 215);
}

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

.region-sidebar-first .block.cta-buttons .request-info:hover .triangle {
	border-right-color: rgba(0, 142, 215);
}

/* Info Sessions */

.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 {
	border-top-style: solid;
	border-top-width: 20px;
	border-top-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 20px;
	border-bottom-color: transparent;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: rgb(124, 51, 150);
	margin-left: -1px;
	margin-top: -2px;
}

.region-sidebar-first .block.cta-buttons .info-sessions .triangle {
	border-right-style: solid;
	border-right-width: 10px;
	border-right-color: rgb(124, 51, 150);
}

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

.region-sidebar-first .block.cta-buttons .info-sessions:hover .triangle {
	border-right-color: rgb(124, 51, 150);
}