.DNNModuleContent.ModHtmlPlusC .SortOptions {
	list-style-type: none;
	margin: 0;
	
}
.DNNModuleContent.ModHtmlPlusC ul {
	list-style-type: none;
	margin: 0;
}

.SortOptions li {
	background: none;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
}

.SortOpts {
	margin-bottom: 30px;
}

.SortOpts p {
	margin-bottom: 0;s
}

.SortOpts p,ul{
	display: inline-block;
	vertical-align: middle;
}


#FeedActions {
	margin:20px 0;
	list-style-type: none;
}

#FeedActions li {
	display: inline-block;
	margin-right: 10px;
}

.vacancy-properties li {
	line-height: 1.6em;	
}

.DNNModuleContent.ModHtmlPlusC .vacancy-description ul {
	list-style-type: disc;
	margin-left:30px;
	
}

.VacancyFavourite {
	font-size: 14px;
}

@media only screen and (min-width: 601px) {
	.nav-mobile  {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.nav-main  {
		display: none;
	}
}

.AppFormReviewOutput {
	width: 290px;
}

.header-icons div .home-icon {
    text-align: center;
    line-height: 1;
    color: hsla(0,0%,100%,.85);
    background: none;
    border: none;
    text-decoration: none;
    display: inline-block;
}

header .header-icons div .home-icon .fal {
    font-size: 1.75rem;
    display: block;
    margin-bottom: .5rem;
}

header .header-icons div .home-icon span:not(:first-child) {
    display: block;
}

header .header-icons div .home-icon span:not(:first-child), small {
    font-size: 80%;
    font-weight: 400;
}

.vacancy-favourite {
	text-align: right;
}

/* Accessibility fixes */


.AppFormInput select, .AppFormInput input {
  border: 1px solid #444;
  background-color: #fff;
  color: #000;
}

.AppFormInput select:focus, .AppFormInput input:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

.AppFormInput select::-webkit-scrollbar {
  width: 12px;
}

.AppFormInput select::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

.AppFormInput select::-webkit-scrollbar-thumb {
  background: #555; /* Strong contrast */
  border-radius: 6px;
}

.AppFormInput select::-webkit-scrollbar-thumb:hover {
  background: #333;
}

.AppFormInput select {
  scrollbar-color: #555 #f1f1f1;
}



