
   
footer .cta-contextual {
    border-color: #ffffff;
    background: #DF215E;
	 color: #ffffff;
}
footer .cta-contextual:hover {
    border-color: #DF215E;
	background : #ffffff;
    color: #DF215E !important;
}

input[type='submit'].cta-contextual {
    color: #DF215E;
}

input[type='submit'].cta-contextual.primary:focus{
    background-color: #DF215E;
}

input[type='submit'].cta-contextual:focus{
    color: #DF215E;
	border-color : #DF215E;
}

input[type='submit'].cta-contextual.primary{
    color: #ffffff;
}



footer {

	padding-top:25px;
}


footer .footer-logo-container, footer .col h5 {
    height: 70px;
}

.catalog-page .catalog-sidebar-filter-btns {
    display: none;
}

.catalog-page .catalogue-sidebar-filter h4 {
    color: #3C3C3B;
}

.lesson-list-instance-content > .status i {

	color: #CC1719;
}

.lesson-list-instance-content {
    border-left-color: #CC1719;
}


.timeline-table td .content {
background-color:#ffffff;
	color:#3C3C3B; 
}

.timeline-table tr.current {
    background-color: #ffffff;
}