.bg-purple,
.sidebar-prospectus {
    background-color: #093f57 !important;
}

h1 {
	color: white !important;
}

.subjectAreaColour,
.news .newsContent {
	background-color: #093f57 !important;
	color: white;
}

span,
a {
	text-decoration: none;
}

.courseButton {
    border-left: 5px solid #093f57 !important;
}

a.courseButton:hover {
    background-color: #093f57 !important;
}

@media screen and (max-width: 1300px) {
	.navbar {
		padding-left: 280px;
	}

    ul.menu {
        padding-left: 175px;
    }
}

@media screen and (min-width: 1300px) {
	.navbar {
		padding-left: 420px;
	}
}

@media screen and (max-width: 768px) {
    .navbar {
        padding-left: 119px;
    }

    .navbar .navbar-nav {
        padding-top: 10px;
    }

    .row {
        margin: 0px;
    }
}

@media screen and (max-width: 568px) {
    .navbar-collapse {
        padding-left: 10px;
    }
}

.searchCourseButton {
	/*background-color: #093f57;
	border: 1px solid #093f57;
	padding: 0px 30px;
	color: white;*/
	height: 100%;
}

.searchCourseButton:hover {
	background-color: #931271;
	border: 1px solid #931271;
	color: white !important;
}

.tileTitle, .tileDesc {
	background-color: rgba(227, 114, 34, 0.9);
	background-color: white;
}

.latestNewsEvents {
	margin-bottom: 30px;
}

a.standardButton, button.standardButton {
	/*background-color: #e37222;*/
	color: white;
	border: 1px solid white;
}

a.standardButton:hover, button.standardButton:hover {
    color: white;
    border: 1px solid white;
}

.pagination .active a {
	background-color: #093f57;
}

.eventsNews {
	position: relative;
	overflow: hidden;
}

.cornerLabel-md, .cornerLabel-lg {
	background-color: #093f57;
	color: white;
}

@media screen and (max-width: 992px) {
	.findAppCourse h3 {
		text-align: center;
	}
}

.sidebar .menu li a:hover {
    background-color: #0065b1;
}

.events .enDate {
    background-color: #0065b1;
}