/*=======================================================================================
	BASE STYLES
=========================================================================================*/
html {min-height: 101% !important; }


body {
	margin: 0;
	padding: 0;
	font-family: "Proxima-Nova",sans-serif;
	font-size: 14px;
	min-width: 1040px;
	line-height: 1.4em;
	box-shadow: none;
	width: 100%;
	color: #333;
}


a {
	color: #1976D2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.atTemplateLayout, .atHeader, .atTemplateBody, .atFooterLinks {display: table;}
.atTemplateLayout {width: 100%;}


/*=======================================================================================
	HEADER
=========================================================================================*/
.atHeader {
	width: 100%;
	border-bottom: 5px solid #e1e1e1;
	margin: 0 0 25px 0;
}
.atBranding {
	margin: 0 auto;
	width: 1024px;
	height: 170px;
	line-height: 170px;
	text-align: center;
	position: relative;
}
.atBranding a, .atBraning a img {border: 0;}
.atBranding a {}
.atPrimaryLogo {
	width: 359px;
	margin: 0 auto;
	height: 170px;
	display: table;
}
.atPrimaryLogo img {margin: 40px 0 0 0;}
.atSecondaryLogo {
	position: absolute;
	top: 10px;
	left: 10px;
}
.atSecondaryLogo img {
	height: 50px;
	width: auto;
}

/*=======================================================================================
	PLATFORM NAV
=========================================================================================*/
.atNav {
	background-color: #EFEDED;
	height: 40px;
	display: block;
	line-height: 1;
	z-index: 999;
	width: 1024px;
	margin: 0 auto;
}

.atNav h2,.atNav ul,.atNav p,.atNav img {
	margin: 0;
	padding: 0;
	border: 0;
}

.atNav h2 {font-weight: 400;}
.atNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.atNav ul.menuTop {	width: 1024px;}
.atNav a {
	text-decoration: none;
	color: #d0d0d0;
}

.atNav .menuLabel {
	font-weight: 700;
	text-transform: uppercase;
}

.atNav .menuTop>li {
	float: left;
	position: relative;
	text-align: center;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

.atNav .menuTop>li:hover {
	background-color: #e1e1e1;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

.atNav .menuTop .menuRight {float: right;}
.atNav .menuButton {
	display: block;
	line-height: 40px;
	padding: 0 20px;
	color: #565656;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.atNav li:hover .menuButton {
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
.atNav .menuDrop {padding-right: 15px;}
.atNav .menuDrop .menuLabel {
	padding-right: 20px;
	background: url("/pro/shrm-jobs/shrm/jobs/images/iconMenuDefault.png") no-repeat right;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-ms-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}

.atNav li:hover .menuDrop .menuLabel {
	background: url("/pro/shrm-jobs/shrm/jobs/images/iconMenuHover.png") no-repeat right;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-ms-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}

.atNav .menuDropdown {
	text-align: left;
	background-color: #e1e1e1;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	position: absolute;
	left: -5000px;
	opacity: 0;
	z-index: 9999999!important;
}
.atNav li:hover .menuDropdown {
	left: 0;
	opacity: 1;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.atNav .menuRight:hover .menuDropdown {
	left: auto;
	left: 0;
}

.atNav .menuSub {margin: 5px 0;}

.atNav .menuSub li {
	white-space: nowrap;
	-webkit-transition: background-color .1s;
	-moz-transition: background-color .1s;
	-ms-transition: background-color .1s;
	-o-transition: background-color .1s;
	transition: background-color .1s;
}

.atNav .menuSub li:hover {
	background: #C7C7C7;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}
.atNav .menuSub li a {color: #636363;}
.atNav .menuSubbutton {
	display: block;
	padding: 7px 20px;
	line-height: 1.3;
	color: #959595;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.atNav .menuSub li:hover .menuSubbutton {
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.atNav .menuRow {
	vertical-align: text-top;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.atNav .menuRow .menuSub {margin: 0;}
.atNav p {color: #e5e5e5;}
.atNav .emp {font-weight: 700;}
.atNav .quote {font-style: italic;}
.atNav .menuDropdownMega {
	padding-top: 5px;
	white-space: nowrap;
}
.atNav .menuDropdownMega h2 {
	margin: 0 0 5px 20px;
	font-size: 16px;
	color: #565656;
}
.atNav .menuDropdownMega .menuRow {
	border-right: 1px dotted #707070;
	margin: 5px 0;
}
.atNav .menuDropdownMega .menuRow:last-child {border-right: 0;}

.atNav .menuTop>li.atPostAd {background-color: #1ba289;}	
.atNav .atPostAd .menuButton {color: #fff;}

.atNav .menuTop>li.atPostAd:hover {background-color: #056e5b;}

/*=======================================================================================
	QUICK SEARCH
=========================================================================================*/

.atSearch {
	max-width: 100%;
	display: table;
	background: #494949;
	padding: 30px 0 20px;
	width: 1024px;
	margin: 0 auto;
}
.atSearch span a, .atSearch span {color: #fff;}
.atSearchBox {
	width: 820px;
	margin: 0 auto;
}

.atSearch ul {
	margin: 0 0 0 12px;
	padding: 0;
}
.atSearch li {
 	float: left;
 	display: inline;
 	margin: 0 7px 0;
}
.atSearch li span {
	display: block;
	margin: 10px 0 0 0;
}
.atKeyword {
	background: url("/pro/shrm-jobs/shrm/jobs/images/iconSearch.png") no-repeat 290px center transparent!important;
}
.atLocation {
	background: url("/pro/shrm-jobs/shrm/jobs/images/iconLocation.png") no-repeat 290px center transparent!important;
}
.atInput {
	display: block;
	width: 300px;
	height: 34px!important;
	padding: 6px 12px!important;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #FAFCFE;
	border: 2px solid #BDC3C7;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          
}
.atInput:focus {
	border-color: #3498db;
	background-color: #fff;
}
.atInput:-moz-placeholder {color: #999;}
.atInput::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.atInput:-ms-input-placeholder {color: #999;}
.atInput::-webkit-input-placeholder {color: #999;}
.atInput[disabled],
.atInput[readonly],
fieldset[disabled] .atInput {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}


/*=======================================================================================
	CONTENT
=========================================================================================*/
.atTemplateBody {
	margin: 20px auto;
    max-width: 1024px;
    width: 100%;
}
.atContent, .atLeftRail {
	display: inline-block;
	float: left;
}
.atContent {width: 684px;}
.atLeftRail {
	width: 300px;
	margin: 0 40px 0 0;
}

.rrPod {margin: 20px 0 0 0;}
.rrPod:first-child {margin: 0;}
.rrPod h3 span {
	font-weight: normal;
	font-size: 12px;
	float: right;
	margin: 0 10px 0 0;
}
.rrPod h3 span a {color: #fff;}

#atLandingJobs .atContent h2 {
 	font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 8px;
    padding: 0 0 5px 0;
    text-transform: uppercase !important;
    border-bottom: 3px solid #494949;
}
.atSection {
	display: table;
	width: 100%;
}
.atSection:last-child {margin: 30px 0 0 0;}
/* FEATURED EMPLOYER WIDGET */
#featuredEmployersList {
	overflow: hidden;
	margin: 0 0 40px 0;
}

#featuredEmployersList .company-post {
    float: left;
    margin: 10px 40px 0 0!important;
    width: 180px;
}

#featuredEmployersList .company-post:last-child {margin: 10px 0 0 0!important;}



#featuredEmployersList .company-post:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
}


#featuredEmployersList .company-logo a {
    display: block;
    height: 70px;
    line-height: 58px;
    overflow: hidden;
   padding: 5px 20px;
    text-align: center;
    border: 1px solid #D6D0C8;
    position: relative;
}

#featuredEmployersList .company-logo a:hover {
	border: 1px solid #96928C;
}
#featuredEmployersList .company-logo img {
    border: 0 none;
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
}

#featuredEmployersList .company-post h3, #featuredEmployersList .company-post p {text-align: center;}
#featuredEmployersList .company-post h3 {
	margin: 10px 0 5px 0!important;
	padding: 0!important;
	text-align: left;
}
#featuredEmployersList .company-post p {text-align: left;}

#featuredEmployersList .company-post h3 a {
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 0.10em;
}
#featuredEmployersList .company-post p {
    color: #666;
    font-size: 1em;
    margin-top: 0;
}
#featuredEmployersList .company-post h3 a, #featuredEmployersList .company-post p a {color: #555;} 
#featuredEmployersList .company-post p a {
	font-weight: normal;
	font-size: 12px;
}



/* FEATURED JOBS */

#featuredJobsList {margin: 20px 0 0 0;}

.atFeaturedJobs {border-bottom: none;}
.atFeaturedJobs h2, .atNewsfeed h2 {margin: 20px 0;}
.atJob {margin-bottom: 30px;}
.atJob ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.atJob li {margin: 0 0 4px;}
.atRecentJobs {border-bottom: none;}
.jobTitle h3 {
	padding: 0;
	margin: 0;
	font-size: 16px !important;
}
.jobInfo {
	width: 100%; 
	display: inline-block;
	color: #7F7F7F;
}
.jobDate {
	float: right;
	background: url("/pro/shrm-jobs/shrm/jobs/images/iconMiniCompany.png") no-repeat left 50% transparent;
	padding: 0 0 0 15px;
}
.jobLocation {
	float: left;
	background: url("/pro/shrm-jobs/shrm/jobs/images/iconMiniLocation.png") no-repeat left 50% transparent;
	padding: 0 0 0 15px;
}
.jobSummary {line-height: 1.4em;}



.rrPod {
	width: 100%;
	display: block;
}
.rrPod h3 {
	margin: 0;
	padding: 0 0 0 10px;
	background-color: #494949;
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	
}
/* BROWSE CATEGORIES */
.rrPodBrowse {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	-webkit-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;	
	-moz-border-radius: 0 0 4px 4px;;
	border-radius: 0 0 4px 4px;	
}
.rrPodBrowse ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.rrPodBrowse li {
	border-bottom: 1px solid #ddd;
	height: 30px;
	line-height: 30px
	display: block;
	background-color: #f5f5f5;
	position: relative;
}
.rrPodBrowse li:hover {
	background-color: #eee;
}

.rrPodBrowse li:before {
	position: absolute;
  	font-family: 'FontAwesome';
  	top: 5px;
  	font-size: 14px;
  	right: 10px;
  	content: "\f054";
  	color: #0088cc;
}
.rrPodBrowse li:hover:before {}
.rrPodBrowse li a {
	width: 100%;
	height: 34px;
	line-height: 33px;
	display: block;
	margin: 0 0 0 10px;
	text-decoration: none !important;
	color: #1976D2 !important;
}

.rrPodBrowse li a:hover {text-decoration: none;}


.rrMedAd img {border: 0;}


/* CAREER NEWS */
#atCareerNews {padding: 10px 0 0 0;}
#atCareerNews p {margin: 0 0 20px 0;}

/*=======================================================================================
	BUTTON
=========================================================================================*/

.atBtn {
	border: none;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
	padding: 10px 15px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-image: none;
	background-color: #1976D2;
	color: #fff;
}
.atBtn:hover {
	background-color: #005695;
	border-color: #005695;
}
.atBtnMd {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.227em;
    padding: 7px 14px;
}
.atBtnLg {
    font-size: 20px;
    line-height: 1.227em;
    padding: 10px 20px;
}


/*=======================================================================================
	FOOTER
=========================================================================================*/
.atFooterLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.atFooterLinks {
	padding: 0 0 20px;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto; 
}

.atFooterColumn {
    float: left;
    margin-right: 30px;
    overflow: hidden;
    padding-bottom: 4px;
    width: 321px;
}
.atFooterColumn:last-of-type {
	margin: 0;
}
.atFooterColumn h3 {
    border-bottom: 1px solid #494949;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 14px;
    padding: 0 0 5px;
    vertical-align: baseline;
    width: 100%;
    text-transform: uppercase;
}
.atFooterColumn ul {
    border: 0 none;
    float: left;
    list-style: none outside none;
    vertical-align: baseline;
    width: 150px;
}

/* Legal */
.atFooterLegal {
	border-top: 5px solid #e1e1e1;
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 17px;
	width: 100%;
	display: table;
}
.atFooterLegal a {color: #666;}

.atFooterLegal ul {
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
}
.atFooterLegal li {
 	border-left: 1px solid #666;
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}
.atFooterLegal li:first-of-type {border: 0;}
.atFooterLegal p {
	margin: 40px auto 20px;
	width: 100%;
	max-width: 1024px;
}

/* Powered By Adicio */
.atAdicio {
	display: table;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	border-top: 1px solid #e1e1e1;
}

.atAdicio a {
	width: 117px;
	height: 26px;
	display: block;	
	color: #555!important;
	position: relative;
	background: url("http://slb.adicio.com/platform/images/revpro/adicioFooterLogo.png") no-repeat right 0 transparent;
	float: right;
	margin: 0 10px 0 0;
}
.atAdicio span {
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 0;
}

/*=======================================================================================
	TEMPLATE WRAPPERS
=========================================================================================*/

#adicioNavTabs ul.aiTabsLvl1 {
    z-index: 888888 !important;
}
#atTemplateDefault .atContent, #atTemplateResumeCreate .atContent {
	width: 684px;
	margin: 0 30px 0 0;
}
#atTemplateDefault .atRightRail, #atTemplateResumeCreate .atRightRail {
	width: 300px;
	float: left;
	display: inline-block;
}

