/*  job_search_layout.css - 1694817089 */


/* originally from: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* some reusable css classes */

/* the clear_both_after is used to clear floats 
 * without having to create extraneous elements */

.clear_both_after:after
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear_both_after { display: inline-block; }
* html .clear_both_after { height: 1px; }
.clear_both_after { display: block; }

.clear_left  { clear: left; height: 0px;  line-height: 0px; max-height: 0px; }
.clear_right { clear: right; height: 0px;  line-height: 0px; max-height: 0px; }
.clear_both  { clear: both; line-height: 0px; max-height: 0px; visibility: hidden; }

.float_left { float: left; }
.float_right { float: right; }

.left_align { text-align: left; }
.right_align { text-align: right; }
.center { text-align: center; }

.italic { font-style: italic; }
.sans_serif { font-family: sans-serif; }
.bold { font-weight: bold; }

.clickable { cursor: pointer; }



/* this css is for the older loverlay + lpopup code */
/* new (jquery) code should use lpopup.css */

#loverlay_background
{
  display:none;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:5000;
  background-color: #333;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

#loverlay_window
{
  display:none;
  position: absolute;
  z-index: 9999;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  background: #fff;
  text-align: left;
}

#loverlay_titlebar
{ 
  border-bottom: 1px solid #666;
  padding: 2px;
  background: url("/lovo/images/gradients/gray_gradient.png") repeat-x #999;
}

#loverlay_title
{ 
  display: inline;
  padding-left: 10px;
  margin-top: 2px;
  font-size: 12px;
  font-weight: bold;
}

#loverlay_title img
{
  margin-right: 10px;
  position: relative;
  top: 3px;
}

#loverlay_titlebar_close
{ 
  width: 16px;
  height: 16px;
  margin: 3px;
  float: right;
  cursor: pointer;
  background: url("/licons/16x16/close_window.png") no-repeat center #ccc;
}

#loverlay_content
{ 
  clear: both;
  font-size: 13px;
}

.loverlay_info, .loverlay_warn, .loverlay_error, .loverlay_confirm
{
  font-size: .8em; 
  padding: 20px;
}

.loverlay_message
{
  clear: both;
}

#loverlay_window .button
{
  font-size: 0.9em;
  padding: 3px 7px 3px 7px;
  cursor: pointer;
}


.lpopup_window
{ 
  width: 350px;
}

.lpopup_content
{ 
  padding: 15px;
}

.lpopup_buttons_box
{ 
  margin-top: 20px;
}

#lpopup_ok_button
{
  float: right;
}

#lpopup_cancel_button
{
  float: left;
}


.error_message_box {
	margin-bottom: 4px;
}

.error_message_text {
	font-size: 11px;
	color: #ff8208;  /* orange */
}

.hidden_error_message
{
  display: none;
  visibility: hidden;
  height: 0px;
}

.lform_highlight_error {
	background-color: #fffbaf;
}



/* this css is for use with jquery/lpopup.js */

#loverlay_background
{
	display:none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color: #333;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

#lpopup_window
{
	display:none;
	position: absolute;
	z-index: 9999;
}

#lpopup_title_box {
	float: left;
}

#lpopup_title_icon {
	margin-right: 10px;
}

#lpopup_close_box {
	float: right;
}

#lpopup_close_icon {
	float: right;
	margin-left: 6px;
}

#lpopup_close_text {
	float: right;
}

.lpopup_alert_window, .lpopup_confirm_window
{ 
	width: 350px;
}

.lpopup_content
{ 
	padding: 15px;
}

#lpopup_buttons_box
{ 
	margin-top: 20px;
}

#lpopup_ok_button
{
	float: right;
}

#lpopup_cancel_button
{
	float: left;
}


.lpaginator_arrows_view
{ 
  font-size: 12px;
}

.lpaginator_arrows_view img
{ 
  position: relative;
  top: 2px;
  margin-left: 2px;
  margin-right: 2px;
}

.lpaginator_page_info_text
{ 
  padding-left: 10px;
  padding-right: 10px;
}

.lpaginator_page_info_box
{ 
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
}

.lpaginator_page_input
{
	padding: 0;
	font-size: 11px;
	text-align: right;
	border: 1px solid #ccc;
}


html {
  min-width: 375px;
}

#body_content {
	text-align: center;
}

#header {
	background: #00205c;
}

#main_content {
	max-width: 980px;
	margin: auto;
}

#view {
	min-height: 400px;
	_height: 400px;  /* IE min-height hack */
	padding: 25px;
}

@media screen and (max-width: 450px) {
	#view {
		padding: 10px;
	}
}

#header_box {
    padding: 15px;
	max-width: 980px;
	margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#real_jobs_logo_box {
    /* float: left; */
}

#right_header_menu_box {
    /* float: right; */
}

.ltext_area_character_count {
	font-weight: normal;
	float: right;
	margin-right: 10px;
}

#view_box .header_bottom_border {
	margin-left: 4px;
	margin-right: 5px;
}

#side_bar {
	float: left;
	width: 208px;
}

#side_bar_top {
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size: 18px;
	color: #222;
}

#side_bar_top img {
	margin-bottom: 10px;
}

#side_bar_bottom {
	margin-top: 15px;
}

#best_employee_sidebar {
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
}

#best_employee_text {
	margin: 0 10px;
}

#sidebar_phone_info_box {
	text-align: center;
	margin: 10px 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
}

#good_job_description_sidebar {
	height: 198px;
}

#job_description_sample_link {
	position: relative;
	top: 156px;
	height: 20px;
}

.good_job_description_popup_window {
	width: 700px;
}

#good_job_description_popup_content {
	font-size: 14px;
	line-height: 18px;
	color: #333;
}

#view_box {
	background: no-repeat;
	float: right;
	width: 760px;
	min-height: 800px;
	_height: 800px;  /* IE min-height hack */
}

#view_header {
	margin-bottom: 20px;
}

#view_header h1 {
	margin-top: 4px;
	font-size: 30px;
}

#view_header .right_content {
	float: right;
}



html {
	/* always use a scrollbar in Firefox so the page doesn't jump horizontally */
	min-height: 101%;
}

body {
	/* needed for IE, otherwise relatively positioned elements won't reposition on resize */
	position: relative;

	text-align: center;
	margin: 0;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
    background: #00205c;
}

#view {
	max-width: 980px;
	margin: auto;
}

label {
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

select {
	padding: 2px 0;
}

textarea {
	resize: none;
}

/* tiny_mce uses em tags for italic */
em {
	font-style: italic;
}

/* tiny_mce uses strong tags for bold */
strong {
	font-weight: bold;
}

ul {
	list-style: disc inside;
	margin-bottom: 10px;
	padding-left: 25px;
}

ol {
	list-style: decimal inside;
	margin-bottom: 10px;
	padding-left: 25px;
}

.required_marker {
	color: #f00;
}

.required_field_message {
	float: right;
	font-size: 12px;
}

a, .blue_link {
	color: #002b5c; 
	text-decoration: none;
	outline: none;
	border: none;
}

a:visited {
	color: #00a0a6;
}

.blue {
	color: #002b5c; 
}

.gray_link {
	color: #666;
}

a:active {
	text-decoration: none;
	outline: none;
	border: none;
}

a:link {
	text-decoration: none;
	outline: none;
	border: none;
}

img {
	border: none;
	outline: none;
}

img:active {
	border: none;
	outline: none;
}

.lato {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.lobster {
	font-family: 'Lobster', cursive;
}

.yellow {
	color: #f3da1d;
}

.gray {
	color: #bbb;
}

.white {
	color: #fff;
}

h1 {
	float: left;
	font-size: 30px;
}

h1, h2, h3 {
	color: #00205c;
}

input[type=submit], input[type=button] {
	color: #fff;
	background: #789904;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 20px;
	border-radius: 16px;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0);
}

.no_description_text {
	font-family: Georgia;
	font-size: 13px;
	font-style: italic;
	color: #666;
}

.ltext_area_character_count {
	font-size: 12px;
	color: #999;
}

.clickable {
	cursor: pointer;
}

.small_info_icon {
	margin-right: 8px;
	position: relative;
	top: 2px;
}

.bracket {
	color: #666;
	margin: 0 4px;
}

.form_box {
	margin: 0 3px;
	padding: 14px 20px 20px 20px;
	background: #eef3f6;
	border-radius: 6px;
	text-align: left;
}

.form_instructions_box {
	text-align: left;
	font-size: 16px;
	padding: 8px 10px;
    margin-bottom: 10px;
}

.message_box {
	background: #eee;
	border: 1px solid #aaa;
	border-radius: 8px;
	padding: 20px;
	font-size: 16px;
}

.home_section_header {
	font-size: 16px;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
}

.form_error_message_text, .error_message_text {
	color: #f00;
	font-size: 11px;
}

#archives_link .archives_icon {
	position: relative;
	top: 4px;
	margin-right: 4px;
}

#actives_link {
	margin-top: 4px;
}

#actives_link .actives_icon {
	position: relative;
	top: 2px;
	margin-right: 4px;
}

/* header css */

#header {
	color: #fff;
}

.other_site_box {
	float: right;
    color: #fff;
	background: #789904;    
	width: 190px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 13px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.other_site_box a {
	color: #fff;
}

#nav_menu {
	font-size: 15px;
    flex: 1 1 auto;
}

.nav_menu_item {
    float: left;
    margin-left: 30px;
}

#social_icons_box {
    color: #455083;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

#social_icons_box .follow_us_text {
    font-size: 13px;
}

#account_menu {
	margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

#account_menu a {
	font-size: 12px;
}

#account_menu #blog_account_menu_item {
    visibility: hidden;
}

.nav_text {
	font-family: 'Cabin';
	font-weight: 700;
}

.default_nav_text, .default_nav_text:visited {
	color: #fff;
}

.orange_text {
	color: #ec5823;
}

.yellow_text {
	color: #f0c318;
}

.account_arrow {
	float: left;
	position: relative;
	top: -2px;
}

/* end - header css */

/* footer css */

#footer {
	background: #00205c;  
}

#footer, #footer a {
	color: #fff;
}

#footer h2 {
    text-align: left;
	color: #fff;
    font-weight: bold;
    font-size: 18px;
}

#footer_content {
	max-width: 980px;
	margin: auto;
	padding: 20px;
}

#footer_content #partner_logos_box {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 18px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 30px;
}

#footer_content .altres_logo_link {
    display: block;
    text-align: left;
}

#footer_content .altres_logo_link .logo_text {
    font-size: 12px;
    margin-top: 15px;
}

#footer_content .site_logo_box {
	margin-bottom: 30px;
}

#footer_content .site_logo_box .real_jobs_logo {
	position: relative;
	top: 15px;
}

#footer_content .footer_links {
    margin-top: 30px;    
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

#footer_page_links {
    font-size: 12px;
    margin-top: 15px;
}

.footer_page_link {
	float: left;
}

.footer_separator {
	float: left;
	margin: 0 10px;
}

#copyright_box {
	float: right;
}

/* end - footer css */


/* overlay and popup css */

#loverlay_background {
	background-color: #222;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#lpopup_outer_content {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #fff;
	padding: 10px;
	text-align: left;
}

#lpopup_title {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

#lpopup_message {
	line-height: 20px;
}

#lpopup_close_box {
	width: 120px;
	margin-bottom: 4px;
}

#lpopup_close_text {
	color: #fff;
	font-size: 11px;
	position: relative;
	top: 2px;
}

/* end - overlay and popup css */

.you_tube_iframe {
	margin-top: 20px;
}

.video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin-bottom: 30px;
}
.video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 600px) {
    #nav_menu {
        order: 3;
        width: 100%;
    }

    .nav_menu_item {
        margin-left: 0;
        margin-right: 30px;
    }
}

@media screen and (max-width: 450px) {
    #real_jobs_logo {
        width: 180px;
    }

	#footer_content .site_logo_box {
		display: none;
	}
}



#lpopup_header_box {
	text-align: left;
	font-size: 34px;
	font-weight: bold;
	color: #3b3a3d;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
   	background: #00205c;
}

#lpopup_account_content {
	padding: 0;
	padding-bottom: 10px;
}

.lpopup_form_box {
	background: #e9eaf1;
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
	float: left;
	width: 360px;
}

.lpopup_section_header {
	color: #002b5c;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px;
	text-shadow: #fff 0 1px 1px;
}

.lpopup_form_box label {
	color: #414042;
	font-weight: normal;
	margin-left: 4px;
}

#account_marketing_content_box {
	float: left;
	width: 350px;
	margin: 20px 0 10px 30px; 
	text-align: center;
}

@media screen and (max-width: 860px) {
	#account_marketing_content_box {
		display: none;
	}
}

#account_marketing_content_bullets {
	text-align: left;
}

#marketing_account_button_box {
	text-align: left;
	margin-top: 15px;
	margin-left: 50px;
}

#big_marketing_button {
	width: 200px;
	height: 50px;
	color: #fff;
	background: #789904;
	font-size: 15px;
	border: 1px solid #789904;
	border-radius: 10px;
	text-align: center;
	text-shadow: #444 0 1px 1px;
}

#marketing_button_big_text {
	font-size: 18px;
	padding-top: 7px;
	padding-bottom: 4px;
}

/* login css */

@media screen and (min-width: 861px) {
	.lpopup_login_window {
		width: 820px;
	}
}

#popup_login_form_content {
	float: left;
}

#login_message {
	text-align: center;
	font-size: 12px;
	color: #f00;
	margin-bottom: 10px;
}

#popup_login_password_box {
	margin-top: 20px;
}

#forgot_password_box {
	float: right;
	font-size: 13px;
	margin-right: 6px;
	margin-top: 36px;
}

#popup_login_submit_button_box {
	margin-top: 30px;
	float: left;
}

#popup_login_form_box .textfield {
	width: 97%;
	font-size: 16px;
}

#no_account_message {
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
}

.account_list_item {
	margin: 10px 0;
}

.green_circle_check {
	float: left;
	margin-right: 15px;
}

.account_list_item_text {
	float: left;
	width: 280px;
	position: relative;
	top: 10px;
	font-family: Georgia;
	font-size:15px;
	color: #414042;
}

/* end - login css */

/* sign up css */

@media screen and (min-width: 861px) {
	.lpopup_sign_up_window {
		width: 820px;
	}
}

#users_new_form_box #first_name_box {
	float: left;
	width: 45%;
	margin-right: 20px;
}

#users_new_form_box #last_name_box {
	float: right;
	width: 45%;
	margin-right: 4px;
	margin-bottom: 20px;
}

#sign_up_email_address_box {
	margin-bottom: 20px;
}

.lpopup_form_box #password_box {
	float: left;
	width: 45%;
}

.lpopup_form_box #retype_password_box {
	float: right;
	width: 45%;
	margin-right: 4px;
}

#users_new_form_box .textfield {
	width: 98%;
	font-size: 16px;
}

#lpopup_sign_up_submit_button {
	margin-top: 30px;
}

/* end - sign up css */


/* forgot password css */

.forgot_password_popup_window {
	width: 400px;
}

#forgot_password_form_box .textfield {
	width: 98%;
}

#forgot_password_buttons_box {
	margin-top: 20px;
}

/* end - forgot password css */


/* password reset css */

.password_reset_popup_window {
	width: 500px;
}

#password_reset_sent_content {
	text-align: center;
}

#password_reset_email_box {
	margin: 20px 0;
}

#password_reset_instructions_box {
	font-size: 13px;
	color: #666;
}

@media screen and (max-width: 400px) {
	#lpopup_header_box {
		display: none;
	}

	#lpopup_account_content {
		padding: 0;
	}

	#lpopup_window {
		width: 100%;
	}

	#popup_login_form_content {
		float: none;
	}

	.lpopup_form_box {
		float: none;
		margin: 0;
		width: auto;
	}

	.forgot_password_popup_window {
		width: 90%;
	}

	.lpopup_content {
		background: none;
	}
}



#error_message_box
{ 
	width: 450px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 13px;
	line-height: 15px;
}

@media screen and (max-width: 580px) {
  #error_message_box {
    width: 80%;
  }
}  

#error_icon
{ 
  position: relative;
  top: 5px;
}

#error_title
{ 
  display: inline;
  font-weight: bold;
  padding-left: 0.5em;
}

#error_message
{ 
  color: #333;
  font-style: italic;
  font-family: serif;
  font-size: 0.8em;
  margin-top: 2em;
}


#body_content {
  background: #f1f1f2;
}

#header {
	border: 0;
}

#employers_site_box {
	max-width: 980px;
	margin: auto;
}

#view_header {
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
}

a, .blue_link {
	color: #2680bc;
}

h1 {
    color: #00205c;
	font-size: 24px;
}

input[type=submit], input[type=button] {
	border-radius: 6px;
	padding: 2px 8px;
}

#staffing_ad_box {
  margin: 30px 0;
  text-align: center;
}


@media screen and (max-width: 700px) {
  #staffing_ad_box img {
    width: 80%;
  }
}



#job_search_bar {
	padding-top: 80px;
}

#header_tagline {
	position: relative;
	top: 15px;
	font-size: 13px;
	color: #fff;
	font-style: italic;
}


@media screen and (min-width: 451px) and (max-width: 840px) {
	#job_search_bar {
		padding-top: 40px;
	}
}

@media screen and (max-width: 450px) {
	#job_search_bar {
		padding-top: 20px;
	}

	#header_tagline {
		display: none;
	}
}



#job_search_wrapper {
	background: url('/images/job_search_bg.jpg') no-repeat center;
	height: 247px;
}

#job_search_bar_form_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px 15px;
	position: relative;
	width: 800px;
	margin: auto;
	background: #00205c;
	border-radius: 10px;
	text-align: left;
	padding: 10px 10px 15px 10px;
}

#job_search_bar_form_box label {
	color: #fff;
    text-shadow: none;
	margin: 8px 0 3px 3px;
}

#job_search_bar_form_box .textfield {
	width: 99%;
}

#keywords_box {
	width: 200px;
}

#location_box {
	width: 140px;
}

#category_id_box {
	width: 200px;
}

#category_id {
	width: 200px;
}

#find_jobs_button {
	width: 100px;
	padding: 2px 8px;
	margin-top: 4px;
}

@media screen and (max-width: 840px) {
	#job_search_bar_form_box {
        justify-content: flex-start;        
	}
}

@media screen and (min-width: 451px) and (max-width: 840px) {
	#job_search_bar_form_box {
		width: 415px;
	}
}

@media screen and (max-width: 450px) {
	#job_search_bar_form_box {
		width: auto;
		border-radius: 0;
	}
}


