/*
MAIN
*/
#jobs {
	width: 100% !important;
}
#jobs * {
	box-sizing: border-box;
}
#jobs #content {
	background: #fff;
	padding-top: 1px !important;
	border-radius: 0 6px 6px 6px !important;
}
#jobs h1,
#jobs h1:first-child {
	margin: 0 !important;
}
#jobs .box h2 {
	margin-top: 0 !important;
}
#jobs p {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
#jobs ul {
	list-style: circle;
	margin-bottom: 1em;
	margin-left: 1.3em;
}
#jobs ol {
	list-style: lower-alpha;
	margin-bottom: 1em;
	margin-left: 1.3em;
}
#jobs li {
	line-height: 1.5em;
}
#jobs section {
	display: block;
	width: 100%;
	margin-top: 12px;
}
#jobs section::after {
	content: '';
	clear: both;
	display: table;
}
#jobs details {
	cursor: pointer;
	line-height: 1.5em;
}
#jobs .button,
#jobs .button-full {
	line-height: 1.5em;
	padding: 5px;
	background: #b82234;
	color: #ffffff !important;
	text-decoration: none;
	border-radius: 6px;
	cursor: pointer;
}
#jobs .button-full {
	display: block;
}
#jobs .button span,
#jobs .button-full span {
	display: block;
	width: 100%;
	text-align: center;
}
#jobs .yellow {
	background: #f0d770 !important;
	color: #444444 !important;
}
#jobs .green {
	background: #008080 !important;
	color: #ffffff !important;
}
#jobs .red {
	background: red !important;
	color: #ffffff !important;
}
.job-advert-group [href] {
	margin-bottom: 10px;
}
.job-advert-group [href]:last-child {
	margin-bottom: 0;
}
/*
NAV
*/
nav#jobs-user-bar {
	margin-bottom: 0;
}
nav#jobs-user-bar ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
nav#jobs-user-bar ul li {
	display: inline-block;
}
nav#jobs-user-bar ul li a[href] {
	display: inline-block;
	box-sizing: border-box;
	padding: 6px;
	margin: 0 2px 0 0;
	background: #ccc;
	color: #555;
	text-decoration: none;
	border-radius: 6px 6px 0 0;
}
nav#jobs-user-bar ul li a[href].job-page-selected {
	background: #fff !important;
	color: #555 !important;
}
nav#jobs-user-bar ul li:last-child a[href] {
	margin-right: 0px !important;
}
/*--------------*/
a[href].jobs-help {
	display: block;
	padding: 10px;
	float: right;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: calc(-1em - 10px);
	text-decoration: none;
	background-color: #f0d770;
	color: #555 !important;
	border-radius: 6px;
}
/*--------------*/
nav#jobs-user-bar-admin {
	margin-bottom: 0;
}
nav#jobs-user-bar-admin ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
nav#jobs-user-bar-admin ul li {
	display: inline-block;
}
nav#jobs-user-bar-admin ul li a[href] {
	display: inline-block;
	box-sizing: border-box;
	padding: 6px;
	margin: 0 2px 6px 0;
	background: #555;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
}
nav#jobs-user-bar-admin ul li:last-child a[href] {
	margin-right: 0px !important;
}

nav#jobs-user-bar ul li a[href].register,
nav#jobs-user-bar ul li a[href].log-in,
nav#jobs-user-bar ul li a[href].log-out {
	background: #555 !important;
}

/*
FORM
*/
#jobs input,
#jobs select,
#jobs input[type='submit'] {
	display: block;
	width: 100%;
	height: calc(1.3em + (2 * 10px));
	font-size: 1em;
	line-height: 1.3em;
	padding: 10px;
	border-radius: 6px;
	cursor: pointer;
	border: 1px solid #ccc;
}
#jobs textarea {
	display: block;
	height: calc((3 * 1.3em) + (2 * 10px));
	line-height: 1.3em;
	padding: 10px;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 6px;
	resize: vertical;
}
#jobs input[type='checkbox'] {
	/*	display: inline-block;
	width: 1em;
	height: 1em;
	font-size: 1em;
    line-height: 1.3em;
    padding: 0px;
    border-radius: 3px;
	cursor: pointer;*/
}
/*checkbox edited from business.caw.ac.uk*/
#jobs input[type='checkbox'] {
	display: inline-block;
	height: 1px;
	width: 1px;
	margin-left: -100px;
	margin-right: 90px;
}
#jobs span.checkbox {
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid #ccc;
	margin: 0 5px;
	border-radius: 6px;
}
#jobs span.checkbox span {
	display: none;
}
#jobs input[type='checkbox']:checked + span.checkbox > span {
	display: block;
	width: 100%;
	height: 100%;
	margin: -1px 0 0 -1px;
	background: url(https://business.caw.ac.uk/wp-content/themes/CAWBS_Theme/images/sprite.png) -380px 20px;
	background-size: 400px 40px;
}
#jobs [col='subscriptions'] input[type='checkbox'] {
	margin-left: 0px;
	margin-right: 10px;
}
#jobs .wp-core-ui .button,
#jobs .wp-core-ui .button-primary,
#jobs .wp-core-ui .button-secondary {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 26px;
	height: 28px;
	margin: 0;
	padding: 0 10px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 6px;
	white-space: nowrap;
	box-sizing: border-box;
	width: auto;
	color: #444444 !important;
}
#jobs .wp-core-ui .button-group.button-small .button,
#jobs .wp-core-ui .button.button-small {
	height: 24px;
	line-height: 22px;
	padding: 0 8px 1px;
	font-size: 11px;
}
/*
ROW COL ARTICLE(+)
*/
#jobs .row {
	width: 100%;
	margin-top: 20px;
}
#jobs .row::after {
	content: '';
	clear: both;
	display: table;
}
#jobs .col,
#jobs .box {
	display: block;
	float: left;
}
.box {
	padding: 12px;
	border: 1px solid #555555;
	border-radius: 6px;
}
#jobs .col article {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}
#jobs .col article a[href] {
	display: block;
	color: #444444;
	text-decoration: none;
}
#jobs .col article > a[href] span:last-of-type {
	border-radius: 0 0 6px 6px;
}
#jobs .col article > a[href] > .title {
	display: block;
	width: 100%;
	padding: 6px 12px;
	border-radius: 6px 6px 0 0;
	background: #ddd;
	color: #b82234;
	font-size: 1.3em;
	line-height: 26px;
	font-weight: bold;
}
#jobs .col article > a[href] > .description,
#jobs .col article > a[href] > .content,
#jobs .col article > a[href] > .meta,
#jobs .col article > a[href] > .more {
	display: block;
	width: 100%;
	padding: 6px 12px;
	background: #ddd;
}
#jobs .col article > a[href] > .meta {
	font-size: 0.8em;
}
#jobs .col article > a[href] > .more {
	background: #b82234;
	color: #fff;
}
#jobs .col1 {
	width: 100%;
	margin: 0 12px 0 0 !important;
}
#jobs .col2 {
	width: calc(50% - ((1 * 12px) / 2));
	margin: 0 12px 0 0;
}
#jobs .col2:last-of-type {
	margin: 0 0 0 0;
}
#jobs .col3 {
	width: calc(33.333% - ((2 * 12px) / 3));
	margin: 0 12px 0 0;
}
#jobs .col3:last-of-type {
	margin: 0 0 0 0;
}
#jobs .col4 {
	width: calc(25% - ((3 * 12px) / 4));
	margin: 0 12px 0 0;
}
#jobs .col4:last-of-type {
	margin: 0 0 0 0;
}
#jobs #success,
#jobs #error {
	line-height: 1.5em;
	padding: 5px;
	color: #ffffff !important;
	text-decoration: none;
	border-radius: 6px;
	cursor: pointer;
}
#jobs form {
	margin-top: 12px;
}
#jobs form::after {
	content: '';
	clear: both;
	display: table;
}
#jobs form div[col='subscriptions'] {
	width: 100%;
	float: left;
	padding: 0 5px;
}
#jobs form div[col='subscriptions'] > div input[type='checkbox'] {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1em;
	padding: 0;
}
#jobs form div[col='subscriptions'] > div label {
	display: inline-block;
	min-height: 40px;
	line-height: 20px;
	padding: 10px 0;
	margin: 0;
	font-weight: normal;
}
#jobs form div[input='paragraph'] {
	width: 100%;
	float: left;
	padding: 0 5px;
	margin-bottom: 12px;
}
#jobs form div[input='password'] label:nth-of-type(2) {
	margin-top: 12px;
}
#jobs form div[col='honey'] {
	width: 100%;
	float: left;
	padding: 0 5px;
	margin-bottom: 20px;
}
#jobs form div[col='submit'] {
	width: 100%;
	float: left;
	padding: 0 5px;
}
#jobs form label {
	color: #444444;
	display: block;
	width: 100%;
	margin: 0 0 12px 0;
	cursor: pointer;
	font-weight: bold;
}
#jobs form label.required {
	color: #444444;
}
#jobs form label.required:before {
	content: '* ';
}
#jobs form label.error {
	color: red !important;
	padding: 0;
	text-align: left;
	background: none;
	font-size: 1em;
}
[col] {
	display: block;
	float: left;
	padding: 0 5px;
	margin: 0 0 12px 0;
}
[col='1'] {
	width: 100%;
}
[col='2'] {
	width: 50%;
}
[col='3'] {
	width: 33.333%;
}
/*
SIZE
*/
@media only screen and (max-width: 480px) {
	.this-size::after {
		content: 'tiny';
	}
	.hideme-tiny,
	.large-only {
		display: none !important;
	}
	#jobs .row .col1 {
	}
	#jobs .row .col2 {
		width: 100% !important;
	}
	#jobs .row .col2:nth-child(2n) {
		margin-top: 12px;
	}
	#jobs .row .col4,
	#jobs .row .col2[preserve] {
		width: calc(50% - (12px / 2)) !important;
	}
	#jobs .row .col4:nth-child(2n -1),
	#jobs .row .col2[preserve]:nth-child(2n -1) {
		margin-left: 0 !important;
		margin-right: 12px / 2 !important;
	}
	#jobs .row .col4:nth-child(2n),
	#jobs .row .col2[preserve]:nth-child(2n) {
		margin-left: 12px / 2 !important;
		margin-right: 0 !important;
		margin-top: 0;
	}
	#jobs .row .col4:nth-child(3),
	#jobs .row .col2[preserve]:nth-child(3) {
		margin-top: 12px !important;
	}
	#jobs .row .col4:nth-child(4),
	#jobs .row .col2[preserve]:nth-child(4) {
		margin-top: 12px !important;
	}
	#jobs .row .col3 {
	}
	#jobs .row .col3:nth-child(1) {
		width: 100% !important;
	}
	#jobs .row .col3:nth-child(2),
	#jobs .row .col3:nth-child(3) {
		width: calc(50% - (12px / 2)) !important;
	}
	#jobs .row .col3:nth-child(1) {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#jobs .row .col3:nth-child(2) {
		margin-left: 0 !important;
		margin-right: 12px / 2 !important;
		margin-top: 12px !important;
	}
	#jobs .row .col3:nth-child(3) {
		margin-left: 12px / 2 !important;
		margin-right: 0 !important;
		margin-top: 12px !important;
	}
	[col='1'],
	[col='2'],
	[col='3'] {
		width: 100%;
	}
	nav#jobs-user-bar {
		padding: 0 10px;
	}
	nav#jobs-user-bar ul li a {
		margin-right: 5px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.this-size::after {
		content: 'xs';
	}
	.hideme-xs,
	.large-only {
		display: none !important;
	}
	#jobs .row .col1 {
	}
	#jobs .row .col2 {
		width: 100% !important;
	}
	#jobs .row .col2:nth-child(2n) {
		margin-top: 12px;
	}
	#jobs .row .col4,
	#jobs .row .col2[preserve] {
		width: calc(50% - (12px / 2)) !important;
	}
	#jobs .row .col4:nth-child(2n -1),
	#jobs .row .col2[preserve]:nth-child(2n -1) {
		margin-left: 0 !important;
		margin-right: 12px / 2 !important;
	}
	#jobs .row .col4:nth-child(2n),
	#jobs .row .col2[preserve]:nth-child(2n) {
		margin-left: 12px / 2 !important;
		margin-right: 0 !important;
		margin-top: 0;
	}
	#jobs .row .col4:nth-child(3),
	#jobs .row .col2[preserve]:nth-child(3) {
		margin-top: 12px !important;
	}
	#jobs .row .col4:nth-child(4),
	#jobs .row .col2[preserve]:nth-child(4) {
		margin-top: 12px !important;
	}
	#jobs .row .col3 {
	}
	#jobs .row .col3:nth-child(1) {
		width: 100% !important;
	}
	#jobs .row .col3:nth-child(2),
	#jobs .row .col3:nth-child(3) {
		width: calc(50% - (12px / 2)) !important;
	}
	#jobs .row .col3:nth-child(1) {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#jobs .row .col3:nth-child(2) {
		margin-left: 0 !important;
		margin-right: 12px / 2 !important;
		margin-top: 12px !important;
	}
	#jobs .row .col3:nth-child(3) {
		margin-left: 12px / 2 !important;
		margin-right: 0 !important;
		margin-top: 12px !important;
	}
	[col='1'],
	[col='2'],
	[col='3'] {
		width: 100%;
	}
	#jobs-logout {
		display: block;
		float: right;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.this-size::after {
		content: 'sm';
	}
	.hideme-sm,
	.mobile-only {
		display: none !important;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.this-size::after {
		content: 'md';
	}
	.hideme-md,
	.mobile-only {
		display: none !important;
	}
}
@media only screen and (min-width: 1200px) {
	.this-size::after {
		content: 'lg';
	}
	.hideme-lg,
	.mobile-only {
		display: none !important;
	}
}
