.rm-jobInformation {
	width: 65%;
	background: whitesmoke;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
}
.rm-jobHeading {
	padding: 10px;
	background: whitesmoke;
	margin-bottom: 10px;
}
.rm-jobHeading-table {
	display: table;
	width: 100%;
}
.rm-jobTitle {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.rm-jobTitle h1 {
	margin: 0;
	text-align: left;
}
.rm-jobLogo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.rm-jobDetails {
	width: 100%;
	background: white;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
}
.rm-jobDescription {
	display: inline-block;
	padding: 10px;
}
.rm-jobDescription .rm-fieldTitle {
	height: 35px;
	background: whitesmoke;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	margin: 10px 0;
	color: black;
	width: 100%;
}
.rm-jobDescription .rm-fieldData {
	padding: 0 20px;
	text-align: justify;
}
.rm-jobDescription .rm-fieldVideo {
	margin-top: 20px;
}
.rm-jobDescription .rm-fieldVideo iframe {
	max-width: 100%;
}
.rm-jobDescription-bottom {
	margin: 20px -10px;
	text-align: center;
	font-size: 0;
}
.rm-jobDescription-buttons {
	background: white;
	padding: 10px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}
.rm-jobDescription-buttons a {
	display: block;
}
.rm-jobDescription-later {
	position: relative;
	background: white;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
}
.rm-remindLater-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
.rm-remindLater-field {
	padding: 10px;
	color: #666;
	font-weight: bold;
	font-size: 16px;
}
.rm-remindLater-field label {
	width: 100px;
	display: inline-block;
	vertical-align: bottom;
}
.rm-remindLater-field input, .rm-remindLater-field select {
	background: whitesmoke;
	border: none;
	color: #666;
	width: 160px;
	display: inline-block;
	vertical-align: bottom;
}
.rm-remindLater-field input {
	width: 150px;
}
.rm-jobDescription-later .rm-applyButton-later {
	width: 280px;
	cursor: pointer;
}
.rm-pendingApproval {
	font-size: 11.5px;
	color: grey;
}
.rm-jobTable {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
.rm-jobRow:nth-child(even) {
	background-color: whitesmoke;
}
.rm-jobField-title {
	font-weight: bold;
	width: 110px;
	padding: 2px 10px;
}
.rm-jobField-type a, .rm-jobField-sector a, .rm-jobField-area a {
	background: #8B98B0;
	display: inline-block;
	padding: 5px;
	color: white;
	margin: 2px 4px 2px 0;
	border-radius: 5px;
	line-height: 18px;
}
form#applyLaterForm {
	background: #eeeeee;
}
.rm-remindLater-field input#email {
	background: white !important;
}
.rm-remindLater-field select#again {
	background: white !important;
}
.rm-rightSide {
	width: 30%;
	min-width: 300px;
	background-color: transparent;
	float: right;
}
.rm-sidebar {
	width: 280px;
	padding: 10px 10px 10px 10px;
	background-color: whitesmoke;
	margin-bottom: 15px;
}
.buttons-drawer {
	position: relative;
	width: 280px;
	height: 60px;
	overflow: hidden;
}
.rm-bigButtons {
	cursor: pointer;
	width: 280px;
	height: 60px;
	border-radius: 3px;
	margin-top: 10px;
	line-height: 60px;
}
a:first-child .rm-bigButtons {
	margin-top: 0
}
.buttons-drawer:first-child {
	margin-top: 0
}
.rm-loginButtons {
	margin-top: 0;
	width: 280px;
	height: 80px;
	background: white;
}
.rm-applyButtons {
	width: 280px;
	background: #4F9C4F;
}
.rm-applyButton {
	width: 280px;
	background: #4F9C4F;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	line-height: 60px;
}
.rm-alertButton {
	cursor: pointer;
	padding: 10px;
	background: rgb(249,155,28) !important;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	margin: 10px;
}
#addAlertDialogueSidebar .rm-alertButton {
	margin: 10px 0;
	width: 100%;
	font-size: 17px;
}
#addAlertDialogue input {
	width: 50%;
}
#addAlertDialogueSidebar input {
	width: 100%;
}
#addAlertDialogue {
	padding: 20px;
	font-size: 15px;
	text-align: center;
	background: #efefef;
}
div#addAlertDialogueSidebar {
	background: #EEEEEE !important;
}
.rm-alertComplete {
	display: none;
	background: url('../images/complete-icon.png') top left no-repeat;
	padding-left: 50px;
	text-align: left;
	width: 100%;
	font-size: 17px;
}
.rm-alertButton:hover {
	text-decoration: underline
}
.rm-applyButons .rm-applyButton {
	position: absolute;
}
.rm-applyButton-later {
	width: 90px;
	background: #ACB027;
}
.rm-applyButtons .rm-applyButton-later {
	top: 0;
	position: absolute;
	right: -90px;
}
.rm-applyButton:hover, .rm-applyButton-later:hover, .rm-loginButton:hover, .rm-registerButton:hover, .rm-applyWithLinkedIn:hover {
	text-decoration: underline;
}
.rm-alreadyApplied {
	background: #ABAA96;
	cursor: default;
}
.rm-alreadyApplied:hover {
	text-decoration: none;
}
.rm-applyWithLinkedIn {
	background: url('../images/linkedin_logo.png') center right 35px no-repeat #9EC8CF;
	color: black;
	text-align: left;
	padding-left: 33px;
	width: 280px;
	height: 60px;
	font-weight: bold;
	font-size: 16px;
	line-height: 63px;
}
.rm-applyWithIndeed {
	width:280px;
	color: white;
	text-align: center;
	height: 60px;
	font-weight: bold;
	font-size: 21px;
	line-height: 60px;
	margin-top: 10px;
	cursor: pointer;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FF6600), to(#F14200)) !important;
background-image: -webkit-linear-gradient(top,
#FF6600,
	#F14200) !important;
background-image: -moz-linear-gradient(top,
#FF6600,
	#F14200) !important;
background-image: -o-linear-gradient(top,
#FF6600,
	#F14200) !important;
background-image: -ms-linear-gradient(top,
#FF6600,
	#F14200) !important;
background-image: linear-gradient(top,
#FF6600,
	#F14200) !important;
}
.rm-applyWithIndeed:hover {
	text-decoration: underline;
}
.rm-indeedi {
	display: inline-block;
	height: 60px;
	width: 33px;
	background: url('../images/indeedi_white.png') center no-repeat;
}
.rm-loginButton {
	position: absolute;
	width: 280px;
	height: 80px;
	line-height: 80px;
	background: white;
	color: #717171;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
}
.rm-usernameWrapper {
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
}
.rm-passwordWrapper {
	position: absolute;
	top: 42px;
	left: 10px;
	display: none;
}
.rm-register {
	background: red;
	color: white;
	top: 10px;
	position: absolute;
	right: -100px;
	width: 100px;
	height: 60px;
	line-height: 60px;
}
.rm-signIn {
	background: green;
}
.rm-share {
	width: 300px;
	margin-bottom: 4px;
}
.rm-social-button {
	vertical-align: top;
	float: left;
	width: 50px;
	height: 50px;
	margin: 3px;
	color: white;
	border-radius: 3px;
	cursor: pointer;
}
.rm-caption {
	width: 275px;
	height: 35px;
	background: white;
	color: black;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	margin-left: 3px;
	margin-bottom: 7px;
}
.rm-button-Facebook {
	background: url('../images/facebook.png') center no-repeat #3B5998;
}
.rm-button-Facebook:hover {
	background-color: #6A84BA
}
.rm-button-Twitter {
	background: url('../images/twitter.png') center no-repeat #55acee;
}
.rm-button-Twitter:hover {
	background-color: #90CEFC
}
.rm-button-LinkedIn {
	background: url('../images/linkedin.png') center no-repeat #0073B2;
}
.rm-button-LinkedIn:hover {
	background-color: #35A0DB
}
.rm-button-GooglePlus {
	background: url('../images/googleplus.png') center no-repeat #D73D32;
}
.rm-button-GooglePlus:hover {
	background-color: #FA776E
}
.rm-button-Mail {
	background: url('../images/mail.png') center no-repeat #4F9C4F;
}
.rm-button-Mail:hover {
	background-color: #7FC97F
}
.rm-sidebar ul {
	list-style: none !important;
	padding: 10px;
	text-align: justify;
}
.rm-similar h6 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold !important;
}
.rm-similar {
	padding-bottom: 10px;
	margin-top: 10px;
	font-size: 12px;
	border-bottom: 1px solid lightgrey;
}
.rm-similar:last-child {
	border: none;
}
.rm-similar a {
	color: #666;
	cursor: pointer;
}
.rm-similar a:hover {
	color: black;
}
.rm-inputWrapper input {
	background: whitesmoke;
	border: none;
	color: #666;
	width: 150px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}
#rm-linkedIn {
	background: white;
	padding: 10px;
}
.rm-lI-disabled {
	background: url('../images/linkedin_logo_disabled.png') center right 35px no-repeat #CFCFCF;
	cursor: default;
}
.rm-lI-disabled:hover {
	text-decoration: none;
}
#addJobAlert .title {
	padding: 10px;
	background: white;
	font-size: 22px;
	font-weight: bold;
}
.rm-jobAlert-fields {
	width: 100%;
}
.searchKeyWord {
	padding: 10px;
	background: white;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}
.searchKeyWord #keyword {
	height: 25px;
	border-radius: 3px;
	width: 70% !important;
	border: none;
	background: whitesmoke;
	vertical-align: middle;
	margin-left: 5%;
	color: grey;
	text-align: center;
}
.divCheckBoxList {
	border: none;
	margin-bottom: 15px;
}
.rm-jobDescription-login {
	display: none;
}
.rm-jobDescription-login div {
	display: block;
}
.rm-jobDescription-login .rm-loginButton {
	right: 0;
}
.rm-jobAlert-buttons {
	text-align: center;
	margin: 10px auto;
	padding: 10px;
	background: white;
}
.rm-jobAlert-email {
	padding: 10px;
}
.rm-jobAlert-submit {
	color: white;
	background: #4F9C93 !important;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	line-height: 60px;
	padding: 0;
}
.rm-jobAlert-submit:hover {
	text-decoration: underline;
}
.rm-jobAlert-submit.disabled {
	background: grey !important;
}
.rm-jobAlert-submit.disabled:hover {
	text-decoration: none;
	cursor: default;
}
.rm-sectorPicture {
	width: 100%
}
@media (min-width: 1280px) {
}
@media (max-width: 1279px) {
}
@media (max-width: 979px) {
.rm-container {
	width: 740px;
	margin: 0 auto;
}
.rm-jobInformation, .rm-rightSide {
	width: 100%;
	float: none
}
.rm-jobInformation {
	width: 720px;
}
.rm-jobDetails {
	width: 700px;
}
.rm-jobDescription-buttons, .rm-jobDescription-later {
	margin: 10px;
}
.rm-sidebar {
	width: 720px;
}
.rm-sidebar-share {
	position: fixed;
	top: 50%;
	right: 0;
	margin: -140px 0 0 0;
	background: none;
	padding: 0;
	width: 56px !important;
	height: 280px;
	z-index: 1001;
}
.rm-share {
	width: 56px;
}
.rm-share .rm-caption {
	display: none;
}
.rm-social-button {
	opacity: 0.2;
}
.rm-social-button:hover {
	opacity: 0.9;
}
.rm-jobDescription-login {
	display: block;
}
.rm-jobDescription-login .rm-inputWrapper {
	left: 0;
}
.rm-sidebar-buttons {
	display: none;
}
.rm-caption {
	width: auto;
}
}
@media (max-width: 767px) {
#container .main, .rm-container, .rm-jobInformation, .rm-jobDetails, .rm-jobTable, .rm-rightSide {
	width: 100%;
}
.rm-jobInformation {
	width: 100%;
	padding: 10px 0;
}
.rm-social-button {
	opacity: 0.1;
}
.rm-sidebar-similar {
	padding: 10px 0;
	width: 100%;
}
input[type=checkbox] + label {
	background: whitesmoke !important;
	margin: 5px !important;
	padding: 5px !important;
	border: none !important;
}
input[type=checkbox]:checked + label {
	background: #79A579 !important;
	color: white;
	box-shadow: none;
}
.searchCategory {
	float: left;
	width: 49%;
}
.searchRegion {
	float: right;
	width: 49%;
}
.searchCategory .divCheckBoxList, .searchRegion  .divCheckBoxList {
	max-height: 500px;
}
}
@media (max-width: 480px) {
.searchKeyWord #keyword {
	width: 63% !important;
}
}
.rm-consultant.rm-sidebar {
	background: #EEEEEE !important;
	width: 280px;
	padding: 20px;
}
.rm-consultantTitle {
	color: #ed1e79 !important;
}
.rm-caption.rm-consultantName {
	background: none !important;
}
.rm-consultantPhoto {
	text-align: center;
}
.rm-consultantJobs {
	padding: 10px;
	background: darkgrey  !important;
	color: white;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.rm-consultantBio {
	padding: 10px;
	background: lightgrey !important;
	color: white;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.rm-consultantSocialCaption {
	font-weight: bold;
}





.rm-similar .fa {width:32px;text-align:center}
.rm-similar-field {font-weight:bold}


.rm-applyMobile {display:none}


@media screen and (max-width: 976px) {
.rm-consultant.rm-sidebar {
	display: none
}
}

@media (max-width: 768px) { 
.rm-jobDescription-bottom {
    text-align: center !important;
}
.rm-caption, .rm-jobTitle h1, .rm-jobDescription .rm-fieldTitle {
    text-align: center !important;
}
.rm-sidebar ul .rm-similar:nth-child(2n+1) {
    background: none !important;
}
#addAlertDialogue input {
    width: 70%;
}
.rm-applyMobile {
	display:block;
	width:280px;
	margin:0 auto;
}
}