.apprenticeships .tileDesc,
.apprenticeships .tileSummary,
.apprenticeships h1 {
	color: black !important;
}

.apprenticeships .subjectAreaColour {
	background-color: #ee7219;
	color: black;
}

.apprenticeships span,
.apprenticeships a {
	color: black;
	text-decoration: none;
}

@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: #ee7219;
	/*border: 1px solid #ee7219;*/
	padding: 0px 30px;
	color: black;
	height: 100%;
}

.searchCourseButton:hover {
	background-color: #fd870d;
	border: 1px solid #fd870d;
	color: black !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;*/
}

.pagination .active a {
	background-color: #e37222;
}

.eventsNews {
	position: relative;
	overflow: hidden;
}

.cornerLabel-md, .cornerLabel-lg {
	background-color: #e37222;
	color: black;
}

@media screen and (max-width: 992px) {
	.findAppCourse h3 {
		text-align: center;
	}
}