@CHARSET "UTF-8";

.right-col .ajb-search-widget {
	width: 100%;
	background: #04395b; /* Old browsers */
	background: -moz-linear-gradient(top, #04395b 0%, #001b32 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #04395b),
		color-stop(100%, #001b32)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #04395b 0%, #001b32 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #04395b 0%, #001b32 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #04395b 0%, #001b32 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #04395b 0%, #001b32 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#04395b',
		endColorstr='#001b32', GradientType=0); /* IE6-9 */
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
	border-radius: 6px;
	padding: 15px;
}

.right-col .ajb-search-widget .widgettitle {
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.ajb-search-widget .widgettitle {
	display: none;
}

.ajb-search-widget form:before,.ajb-search-widget form:after {
	content: ' ';
	display: table;
}

.ajb-search-widget form:after {
	clear: both;
}

.ajb-search-widget .ajb-search-field label {
	display: none;
}

.ajb-search-widget .ajb-view-all-jobs-button {
	display: none;
}

.ajb-keywords-holder {
	float: none;
	width: 100%;
	position: relative;
}

.ajb-keywords-holder .keyword-search-icon {
	background-image: url('images/magnifying-glass.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	position: absolute;
}

.ajb-keywords-holder .ajb-keywords {
	width: 100%;
	color: #002744;
	font-family: 'Lato', Fallback, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	border: 1px solid #7791a3;
	border-radius: 1px;
	padding-left: 8px;
	background-image: linear-gradient(top, rgb(209, 220, 227) 9%,
		rgb(236, 244, 249) 55%);
	background-image: -o-linear-gradient(top, rgb(209, 220, 227) 9%,
		rgb(236, 244, 249) 55%);
	background-image: -moz-linear-gradient(top, rgb(209, 220, 227) 9%,
		rgb(236, 244, 249) 55%);
	background-image: -webkit-linear-gradient(top, rgb(209, 220, 227) 9%,
		rgb(236, 244, 249) 55%);
	background-image: -ms-linear-gradient(top, rgb(209, 220, 227) 9%,
		rgb(236, 244, 249) 55%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.09, rgb(209
		, 220, 227)), color-stop(0.55, rgb(236, 244, 249)));
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	height: 30px;
}

.ajb-search-widget-buttons {
	text-align: right;
	float: none;
	width: 100%;
	min-width: 107px;
}

.ajb-search-for-jobs-button {
	background-image: url('images/search-button.png');
	background-color: transparent;
	background-repeat: no-repeat;
	color: transparent;
	border: none;
	font-size: 0;
	line-height: 0;
	height: 30px;
	width: 107px;
}

/* Small devices (tablets, 768px and up) */
@media ( min-width : 768px) {

	.right-col .ajb-keywords-holder {
		width: 100%;
	}

	.ajb-keywords-holder {
		float: left;
		width: 75%;
	}
	.ajb-search-widget {
		padding: 0 15%;
	}
	.ajb-search-widget-buttons {
		float: right;
		width: 25%;
	}
}

/* Medium devices (desktops, 992px and up) */
@media ( min-width : 992px) {
	.ajb-keywords-holder {
		float: left;
		width: 55%;
	}
	.ajb-search-widget-buttons {
		float: right;
		width: 45%;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media ( min-width : 1200px) {
	.ajb-keywords-holder {
		float: left;
		width: 65%;
	}
	.ajb-search-widget-buttons {
		float: right;
		width: 35%;
	}
}