@charset "utf-8";
/* CSS Document */
body{ font-size: 14px; background-color:#FFF; font-family: Lato_Regular;}
html, body {height: 100%; margin:0; padding:0; width:100%;}
form{ margin:0; padding:0; border:none;}
.main_bg {
	background: #f2f2f2;
	}

.test{
	background-color:red;
	}
.test2 p {
	background-color:blue;
	}
@font-face {
    font-family: 'Raleway_Medium';
				src: url('../font/Raleway-Medium.eot');
				src: url('../font/Raleway-Medium?#iefix') format('embedded-opentype'),
						 url('../font/Raleway-Medium.woff') format('woff'),
						 url('../font/Raleway-Medium.ttf') format('truetype'),
						 url('../font/Raleway-Medium.svg#Raleway-Medium') format('svg');
				font-weight: 500;
				font-style: normal;
				text-rendering: optimizeLegibility; 
}

@font-face {
    font-family: 'Raleway_SemiBold';
				src: url('../font/Raleway-SemiBold.eot');
				src: url('../font/Raleway-SemiBold?#iefix') format('embedded-opentype'),
						 url('../font/Raleway-SemiBold.woff') format('woff'),
						 url('../font/Raleway-SemiBold.ttf') format('truetype'),
						 url('../font/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
				font-weight:600;
				font-style: normal;
				text-rendering: optimizeLegibility; 
}

@font-face {
    font-family: 'Raleway_Bold';
				src: url('../font/Raleway-Bold.eot');
				src: url('../font/Raleway-Bold?#iefix') format('embedded-opentype'),
						 url('../font/Raleway-Bold.woff') format('woff'),
						 url('../font/Raleway-Bold.ttf') format('truetype'),
						 url('../font/Raleway-Bold.svg#Raleway-Bold') format('svg');
				font-weight: 700;
				font-style: normal;
				text-rendering: optimizeLegibility; 
}
/* Webfont: Lato-Bold */@font-face {
    font-family: 'LatoWebBold';
    src: url('../font/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../font/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../font/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('../font/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Arial';
				src: url('../font/Arial.eot');
				src: url('../font/Arial?#iefix') format('embedded-opentype'),
						 url('../font/Arial.woff') format('woff'),
						 url('../font/Arial.ttf') format('truetype'),
						 url('../font/Arial.svg#Arial') format('svg');
				font-weight: 700;
				font-style: normal;
				text-rendering: optimizeLegibility; 
}

@font-face {
    font-family: 'Arial_Bold';
				src: url('../font/Arial-Bold.eot');
				src: url('../font/Arial-Bold?#iefix') format('embedded-opentype'),
						 url('../font/Arial-Bold.woff') format('woff'),
						 url('../font/Arial-Bold.ttf') format('truetype'),
						 url('../font/Arial-Bold.svg#Arial-Bold') format('svg');
				font-weight: 700;
				font-style: normal;
				text-rendering: optimizeLegibility; 
}

.clearboth { clear:both;}
.floatL {float:left;}
.floatR {float:right;}
.height5 {height:5px;}
.height10 {height:10px;}
.height15 {height:15px;}
.height20 {height:20px;}
.height25 {height:25px;}
.height30 {height:30px;}
.height35 {height:35px;}
.height40 {height:40px;}
.height45 {height:45px;}
.height50 {height:50px;}
.height60 {height:60px;}
.height70 {height:70px;}
.height80 {height:80px;}
.height90 {height:90px;}
.absolute {position:absolute;}
.relative {position:relative;}
.arial { font-family:Arial_Bold;}
.nomargin {
	margin:0!important;
	}
.nopadding {
	padding:0!important;
	}
.disp_block {
	display:block;
	}
.float_left {
	float:left;
	}
.text_center {
	text-align:center;
	}
.text_right {
	text-align:right;
	}
.text_left {
	text-align:left;
	}
/* Employer Global Header Start-----------------------------------*/	
.emp_global_header_wrapper {
	background-color: #292a2f;
	}
.emp_global_header_right_icons {
	padding-right:20px;
	}
@media (max-width:500px) {
	.emp_global_header_right_notif_gt500 {
	display:none;
	}
	}
@media (min-width:501px) {
	.emp_global_header_right_notif_lt500 {
	display:none;
	}
	}
.emp_global_header_text_style01 {
	text-align:left;
	font-family:Raleway;
	font-size:14px;
	font-weight:bold;
	color: #00aff0;
	}
.emp_global_header_text_style02 {
	text-align:left;
	font-family:Lato;
	font-size:16px;
	color: white;
	}
.emp_global_header_text_style03 {
	text-align:center;
	font-family:Raleway;
	font-size:16px;
	font-weight:bold;
	color: #00aff0;
	}
.emp_global_header_text_style04 {
	text-align:center;
	font-family:Raleway;
	font-size:13px;
	color: #00aff0;
	}
@media (max-width:500px) {
	.emp_global_footer_contact_gt500 {
	display:none;
	}
	}
@media (min-width:500px) {
	.emp_global_footer_contact_lt500 {
	display:none;
	}
	}
.emp_global_footer_cred_wrapper {
	background-color:#1a1b1f;
	}
@media (max-width:500px) {
	.emp_global_footer_social_gt500 {
	display:none;
	}
	}
@media (min-width:500px) {
	.emp_global_footer_social_lt500 {
	display:none;
	}
	}