/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.nav > ul,
.nav > ul ul,
.quick-link,
.dropdown ul,
.tabset,
.job-heading,
.job-detail ul,
.category-list,
.filters,
.featured,
.rating,
.social-networks ul,
.list,
.tag-list,
.logo-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header .holder:after,
.bottom-header:after,
.nav > ul:after,
.job-search-form .columns:after,
.job-search-form .row:after,
.tabset:after,
.tab-content:after,
.tab-content .slide:after,
.job-heading:after,
.footer-navigation:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #142a54;
	background: #fff;
	font: 9px/12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	border-style: none;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 20px;
}

h2,
.h2 {
	font-size: 18px;
}

h3,
.h3 {
	font-size: 16px;
}

h4,
.h4 {
	font-size: 16px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #003168;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #e2e4e7;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #142a54;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #142a54;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #142a54;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #142a54;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #142a54;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: icomoon;
	src: url("https://www.rigzone.com/fonts/icomoon.eot?ct9b79");
	src: url("https://www.rigzone.com/fonts/icomoon.eot?#iefixct9b79") format("embedded-opentype"), url("https://www.rigzone.com/fonts/icomoon.ttf?ct9b79") format("truetype"), url("https://www.rigzone.com/fonts/icomoon.woff?ct9b79") format("woff"), url("https://www.rigzone.com/fonts/icomoon.svg?ct9b79#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

/*
 * set default font size, line height and font family
 */

/* main container styles */

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* page logo styles */

.logo {
	width: 91px;
	margin: 0 auto;
}

.logo img {
	width: 100%;
	height: auto;
}

.top-banner {
	background: #fff;
}

.top-banner img {
	max-width: 100%;
	height: auto;
}

.bottom-banner {
	background: #fff;
	display: none;
}

.bottom-banner img {
	max-width: 100%;
	height: auto;
}

/* header styles */

#header {
	background: #142a54;
	padding: 5px 10px 8px;
}

#header.fixed-position .nav-block {
	max-height: 480px;
}

.bottom-header {
	background: #e2e4e7;
}

/* page naviagtion */

.nav {
	font-size: 12px;
	line-height: 16px;
	display: none;
}

.nav > ul > li {
	float: left;
	position: relative;
}

.nav > ul > li > a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.nav > ul > li > a:hover {
	opacity: .7;
}

.nav > ul > li.hover ul {
	display: block;
}

.nav > ul ul {
	background: #247afb;
	width: 109px;
	font-size: 10px;
	line-height: 14px;
	display: none;
}

.nav > ul ul a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px;
}

.nav > ul ul a:hover {
	background: #185fc9;
}

.nav > ul .active > a {
	font-weight: bold;
}

.nav > ul .active > a:hover {
	opacity: 1;
}

.nav-active .nav-block {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.nav-opener {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 13px;
	left: 13px;
    display: none;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	content: "";
	width: 16px;
	height: 4px;
	display: block;
	margin-bottom: 2px;
}

.nav-opener:after {
	margin-bottom: 0;
}

.nav-opener:hover {
	opacity: .7;
}

.nav-holder {
	overflow: hidden;
	margin-bottom: 30px;
}

.nav-block {
	background: rgba(20, 42, 84, .95);
	color: #e6e6e6;
	max-height: 100%;
	overflow-y: auto;
	padding: 44px 0 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 101;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.nav-block .logo {
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
}

.nav-block .nav-opener {
	background: url("http://images.rigzone.com/images/sprite.png") no-repeat -62px 0;
	width: 21px;
	height: 20px;
	top: 11px;
	right: 11px;
	left: auto;
}

.nav-block .nav-opener:before,
.nav-block .nav-opener:after,
.nav-block .nav-opener span {
	display: none;
}

.nav-block .search-form {
	background: transparent;
	float: none;
	padding: 0 7px;
	margin-bottom: 10px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	position: relative;
	top: auto;
	left: auto;
	right: auto;
}

.nav-block .search-form input[type="text"],
.nav-block .search-form input[type="search"] {
	padding: 8px;
}

.nav-block .search-form input[type="submit"] {
	display: none;
}

.nav-block .nav {
	display: block;
	float: none;
}

.nav-block .nav > ul > li {
	float: none;
}

.nav-block .subscribe-form {
	background: transparent;
	border: none;
}

.nav-block .subscribe-form input[type="email"],
.nav-block .subscribe-form input[type="text"] {
	color: #003067;
	font-size: 9px;
	line-height: 12px;
	padding: 7px 5px;
}

.nav-block .subscribe-form input[type="email"]::-webkit-input-placeholder,
.nav-block .subscribe-form input[type="text"]::-webkit-input-placeholder {
	color: #003067;
}

.nav-block .subscribe-form input[type="email"]::-moz-placeholder,
.nav-block .subscribe-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #003067;
}

.nav-block .subscribe-form input[type="email"]:-moz-placeholder,
.nav-block .subscribe-form input[type="text"]:-moz-placeholder {
	color: #003067;
}

.nav-block .subscribe-form input[type="email"]:-ms-input-placeholder,
.nav-block .subscribe-form input[type="text"]:-ms-input-placeholder {
	color: #003067;
}

.nav-block .subscribe-form input[type="email"].placeholder,
.nav-block .subscribe-form input[type="text"].placeholder {
	color: #003067;
}

.nav-block .social-networks {
	display: none;
}

.nav-block .social-networks a {
	box-shadow: none;
}

.nav-block .title {
	display: none;
}
.nav-block .titlefooterempowering{
	display: none;
}
.nav-block .list {
	font-size: 16px;
	line-height: 20px;
}

.nav-block .list li {
	margin-bottom: 9px;
}

.nav-block .list a {
	color: #fff;
}

.nav-block .drop-slide-wrapper {
	position: static !important;
	height: auto !important;
	width: auto !important;
}

.meta {
	display: none;
	position: relative;
	overflow: hidden;
	padding: 0 4px;
}

.accounts {
	background: rgba(20, 42, 84, .95);
	overflow: hidden;
	padding: 17px 22px 22px 19px;
}

.accounts a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	float: left;
}

.accounts a.right {
	float: right;
}

.accounts a:hover {
	opacity: .7;
}

.visual {
	position: relative;
	overflow: hidden;
}

.links {
	float: right;
}

.quick-link {
	text-align: center;
	font-weight: bold;
	margin: 19px 0 0;
}

.quick-link li {
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}

.quick-link li.active a,
.quick-link li a:hover {
	background: #142a54;
	color: #fff;
}

.quick-link a {
	width: 70px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #142a54;
}

.dropdown {
	display: none;
	padding: 17px 42px 17px 38px;
	position: relative;
	/*border-left: 1px solid #b6b6b6;*/
}

.dropdown ul {
	background: #7d8899;
	display: none;
	margin: 0 !important;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 1;
    width: 150px;
}

.dropdown ul a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 7px 10px;
}

.dropdown ul a:hover {
	background: #59616e;
}

.dropdown .opener {
	color: #132c54;
	font-weight: bold;
	text-decoration: none;
}

.dropdown .opener:hover {
	opacity: .7;
}

.login {
	text-decoration: none;
	display: none;
	margin: 17px 27px;
}

.login:hover {
	opacity: .7;
}

.signup {
	color: #132c54;
	display: none;
}

.signup a {
	font-weight: bold;
}

/* heading block styles */

.heading {
	overflow: hidden;
}

.heading.border {
	padding-bottom: 13px;
	border-bottom: 1px solid #a3a3a3;
}

.heading p {
	margin: 0;
}

.heading .title {
	color: #eb5b4c;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	display: none;
	padding-top: 10px;
	overflow: hidden;
}

.info {
	color: #188bca;
	font-size: 9px;
	line-height: 12px;
	padding-bottom: 15px;
	margin-bottom: 14px;
	border-bottom: 1px solid #b8b8b8;
}

.info h1 {
	color: #132c54;
}

.info p {
	margin: 0;
}

.search {
	position: absolute;
	top: 43px;
	right: 0;
	left: 0;
}

.search.search-active .search-form {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/* search form styles */

.search-form {
	background: #1d3c75;
	padding: 6px 7px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
}

.search-form input[type="text"],
.search-form input[type="search"] {
	background: #fff;
	color: #003067;
	width: 100%;
	font-size: 9px;
	line-height: 12px;
	display: block;
	box-sizing: border-box;
}

.search-form input[type="text"]:focus,
.search-form input[type="search"]:focus {
	outline: none;
}

.search-form button[type="submit"] {
	background: none;
	color: #132c54;
	text-decoration: none;
	text-transform: none;
	speak: none;
	font: 17px/19px icomoon;
	display: none;
	padding: 0;
	border: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.search-form button[type="submit"]:before {
	content: "\e613";
}

.search-form button[type="submit"]:hover {
	opacity: .7;
}

.search-opener {
	color: #fff;
	width: 17px;
	speak: none;
	text-decoration: none;
	text-transform: none;
	font: 17px/1 icomoon;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 13px 0;
	position: absolute;
	top: -43px;
	right: 13px;
}

.search-opener:before {
	content: "\e613";
}

.caption {
	color: #188bca;
	padding: 18px 12px 7px;
}

.caption h1 {
	color: #132c54;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 2px;
}

.caption .heading {
	display: none;
	padding-bottom: 0;
	border-bottom: none;
}

.job-search-form.active .btn-group {
	max-height: 0;
}

.job-search-form.active .advance-search input[type="submit"] {
	display: inline-block;
}

.job-search-form input[type="search"],
.job-search-form input[type="text"] {
	width: 100%;
	color: #142a54;
	font-size: 12px;
	line-height: 16px;
	display: block;
	padding: 5px 8px;
	box-sizing: border-box;
	margin-bottom: 9px;
}

.job-search-form input[type="search"]::-webkit-input-placeholder,
.job-search-form input[type="text"]::-webkit-input-placeholder {
	color: #142a54;
}

.job-search-form input[type="search"]::-moz-placeholder,
.job-search-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #142a54;
}

.job-search-form input[type="search"]:-moz-placeholder,
.job-search-form input[type="text"]:-moz-placeholder {
	color: #142a54;
}

.job-search-form input[type="search"]:-ms-input-placeholder,
.job-search-form input[type="text"]:-ms-input-placeholder {
	color: #142a54;
}

.job-search-form input[type="search"].placeholder,
.job-search-form input[type="text"].placeholder {
	color: #142a54;
}

.job-search-form input[type="submit"] {
	background: #086fd1;
	width: 100%;
	height: 24px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
	display: block;
	padding: 5px 8px;
	border: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.job-search-form input[type="submit"]:hover {
	opacity: .7;
}

.job-search-form label {
	color: #142a54;
	display: block;
	margin-bottom: 4px;
}

.job-search-form select {
	color: #142a54;
	width: 117px;
	border-radius: 3px;
	border: 2px solid #edf1f2;
}

.job-search-form h2 {
	background: #eff1f1;
	color: #106bd1;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 5px;
	margin: 0 -12px;
	border-bottom: 1px solid #e3e5e8;
}

.job-search-form .btn {
	width: 100%;
	padding: 2px 5px;
	margin-bottom: 8px;
	border-color: rgba(252, 249, 249, .5);
}

.job-search-form .btn-group {
	max-height: 60px;
	overflow: hidden;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.job-search-form .advance-search {
	background: #f9f9f9;
	display: none;
	padding: 0 12px;
	border: 1px solid #e3e5e8;
}

.job-search-form .advance-search input[type="submit"] {
	margin: -10px 0 6px;
}

.job-search-form .columns {
	padding: 3px 0;
}

.job-search-form .col {
	width: 50%;
	float: left;
	margin-bottom: 18px;
}

/* main informative part styles */

#main {
	padding: 0 16px;
}

#main h1 {
	line-height: 20px;
	margin: 0 0 2px;
}

#main h2 {
	line-height: 16px;
	margin: 0 0 3px;
}

#main h2.blue {
	color: #0060cd;
}

#main h2 img {
	width: 11px;
	height: auto;
	vertical-align: middle;
	margin: -6px 7px 0 0;
}

#main h3 {
	line-height: 12px;
	margin-bottom: 2px;
}

#main #content h2 {
	margin-bottom: 7px;
}

#main .subscribe-form h2 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
}

#main .subscribe-form h2 img {
	width: 25px;
}

#main .post h3 {
	margin-bottom: 5px;
}

#main .update-block h3 {
	font-size: 12px;
	line-height: 16px;
}

#main .mobile-show h2 {
	margin-bottom: 4px;
}

.section {
	padding: 14px 0 5px;
	border-bottom: 1px solid #d2d2d2;
}

.section h2 {
	color: #106bd1;
	text-transform: uppercase;
}

.tab {
	margin: 4px -5px 16px;
}

.tabset {
	text-align: center;
	text-transform: capitalize;
}

.tabset a {
	background: #142a54;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 7px 30px;
	border-bottom: 1px solid #fff;
	position: relative;
}

.tabset a:after {
	background: url("http://images.rigzone.com/images/sprite.png") no-repeat -62px -31px;
	content: "";
	width: 7px;
	height: 4px;
	position: absolute;
	top: 12px;
	right: 19px;
}

.tabset a:hover {
	background: #106bd1;
}

.tabset .active a {
	background: #106bd1;
}

.content-holder {
	background: #eef0f1;
}

.tab-content.active .slide-opener {
	background: #106bd1;
}

.tab-content .list {
	width: 45%;
	float: left;
	margin: 0 12px 20px 0;
}

.tab-content .list li {
	margin-bottom: 0;
}

.tab-content .list a {
	color: #132c54;
	padding: 2px 4px;
	display: block;
}

.tab-content .list a:hover {
	background: #fafafb;
	opacity: 1;
}

.tab-content .slide-opener {
	background: #142a54;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 7px 30px;
	border-bottom: 1px solid #fff;
	position: relative;
}

.tab-content .slide-opener:after {
	background: url("http://images.rigzone.com/images/sprite.png") no-repeat -62px -31px;
	content: "";
	width: 7px;
	height: 4px;
	position: absolute;
	top: 12px;
	right: 19px;
}

.tab-content .slide-opener:hover {
	background: #106bd1;
}

.tab-content .slide {
	display: none;
	padding: 4px 12px;
	margin-bottom: -20px;
}

.job-description {
	margin: 22px 0 18px;
}

.job-description .btn {
	width: 100%;
}

.job-heading {
	text-align: center;
}

.job-heading li {
	width: 33.33%;
	float: left;
}

.job-heading li.active a,
.job-heading li a:hover {
	background: #106bd1;
}

.job-heading li + li {
	border-left: 1px solid #b1c9e5;
}

.job-heading a {
	background: #142a54;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	padding: 5px;
}

.job-detail {
	font-size: 12px;
	line-height: 20px;
	padding: 18px 13px 14px;
	border: 1px solid #e8eaec;
}

.job-detail ul {
	padding-left: 7px;
}

.job-detail ul li {
	margin-bottom: 12px;
	position: relative;
}

.job-detail ul li:before {
	background: #142a54;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: -9px;
}

#twocolumns {
	overflow: hidden;
	padding-top: 14px;
}

/* main content styles */

#content {
	overflow: hidden;
	margin-bottom: 25px;
}

#content h2.blue {
	color: #065acd;
	text-transform: uppercase;
}

#content .heading {
	display: block;
}

.categories {
	color: #142a54;
	font-size: 12px;
	line-height: 16px;
}

.categories h2 {
	background: #e2e4e7;
	padding: 11px 9px;
}

.categories h2 a {
	color: #142a54;
	text-decoration: none;
}

.categories h2 a:hover {
	opacity: .7;
}

.categories .item {
	padding: 23px 0 10px;
	border-bottom: 2px solid #f1f2f4;
}

.categories .item:first-child {
	padding-top: 0;
}

.categories .heading {
	color: #142a54;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 6px;
}

.categories .total {
	color: #132c54;
	display: block;
	padding: 0 8px 6px;
	border-bottom: 1px solid #e2e4e7;
}

.category-list {
	padding-top: 7px;
}

.category-list li {
	padding: 10px 6px 0;
}

.category-list li:first-child {
	padding-top: 0;
}

.category-list .value {
	font-style: normal;
	float: right;
	margin-left: 10px;
}

.category-list .name {
	font-weight: normal;
	display: block;
	overflow: hidden;
}

/* sidebar styles */

.sideblock {
	overflow: hidden;
	margin-bottom: 24px;
	border: 1px solid #dbdbdb;
}

.sideblock h2 {
	background: #0072bc;
	color: #fff;
	padding: 12px 9px;
}

.sideblock .heading {
	background: #f3f3f3;
	padding: 15px 14px;
	margin-bottom: 0;
	border-bottom: 1px solid #dbdbdb;
}

.sideblock .heading h2 {
	background: none;
	color: #142a54;
	text-transform: uppercase;
	padding: 0;
}

.sideblock .heading .image-holder {
	float: left;
}

.sideblock .description {
	padding: 10px 14px 0;
	overflow: hidden;
}

.sideblock .holder {
	padding: 26px 21px 29px;
}

.sideblock .title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 25px;
	display: block;
	margin-bottom: 26px;
}

.sideblock .tag-list {
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin: 18px 16px -8px;
}

.sideblock .tag-list li {
	margin: 0 8px 17px 0;
}

.sideblock .tag-list a {
	padding: 8px 14px;
}

.sideblock .btn.red {
	float: right;
	margin: 0 13px 12px 0;
}

.filters li {
	border-bottom: 1px solid #fff;
}

.filters li:last-child {
	border-bottom: none;
}

.filters .active .opener {
	background: #106bd1;
}

.filters .active .filter-form {
	display: block;
}

.filters .opener {
	background: #142a54;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 7px 30px 7px 5px;
	position: relative;
}

.filters .opener:after {
	background: url("http://images.rigzone.com/images/sprite.png") no-repeat -62px -31px;
	content: "";
	width: 7px;
	height: 4px;
	position: absolute;
	top: 13px;
	right: 17px;
}

.filters .opener:hover {
	background: #106bd1;
}

.filters .more {
	max-width: 50%;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	float: right;
	margin: -5px 3px 0 0;
}

.filters .more:hover {
	opacity: .7;
}

.filter-form {
	display: none;
	padding: 8px 10px;
}

.filter-form label {
	max-width: 93%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 0 0 5px;
}

.filter-form input[type="checkbox"] {
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}

.filter-form .row {
	margin-bottom: 3px;
}

.mobile-show {
	margin-bottom: 19px;
}

.mobile-show.bordered {
	padding-bottom: 18px;
	border-bottom: 1px solid #d2d2d2;
}

.mobile-show h2 {
	color: #065acd;
	text-transform: uppercase;
}

.mobile-show .column {
	width: 33.33%;
	float: left;
	padding-right: 10px;
	margin-bottom: 15px;
}

.featured {
	color: #132c54;
	font-size: 13px;
	line-height: 14px;
	display: none;
	margin-bottom: 12px;
	overflow: hidden;
}

.featured li {
	white-space: nowrap;
	padding: 0 5px;
	margin: 0 5px;
	border-bottom: 1px solid  #e2e4e7;
}

.featured li:after {
	content: "";
	width: 1px;
	min-height: 75px;
	display: inline-block;
	vertical-align: middle;
}

.featured .image-holder,
.featured .name,
.featured .count {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding-right: 5px;
}

.featured .image-holder {
	text-decoration: none;
	width: 111px;
}

.featured .image-holder:hover {
	opacity: .7;
}

.featured .name {
	width: 100px;
	text-transform: capitalize;
}

.featured .count {
	width: 70px;
}

.subscribe-form {
	background: #f4f9fc;
	display: none;
	margin-bottom: 24px;
	border: 1px solid #ebebed;
}

.subscribe-form h2 {
	text-transform: uppercase;
	font-weight: normal;
	padding: 18px 12px;
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 10px;
}

.subscribe-form h2 img {
	margin-right: 14px;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
	color: #a9a9a9;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	display: block;
	padding: 14px 15px 10px;
	border-color: #ebebeb;
	margin-bottom: 17px;
}

.subscribe-form input[type="text"]::-webkit-input-placeholder,
.subscribe-form input[type="email"]::-webkit-input-placeholder {
	color: #a9a9a9;
}

.subscribe-form input[type="text"]::-moz-placeholder,
.subscribe-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #a9a9a9;
}

.subscribe-form input[type="text"]:-moz-placeholder,
.subscribe-form input[type="email"]:-moz-placeholder {
	color: #a9a9a9;
}

.subscribe-form input[type="text"]:-ms-input-placeholder,
.subscribe-form input[type="email"]:-ms-input-placeholder {
	color: #a9a9a9;
}

.subscribe-form input[type="text"].placeholder,
.subscribe-form input[type="email"].placeholder {
	color: #a9a9a9;
}

.subscribe-form input[type="submit"] {
	float: left;
	margin-right: 16px;
}

.subscribe-form .holder {
	padding: 16px 17px 21px;
}

.subscribe-form .privacy {
	color: #0093ff;
	font-size: 12px;
	line-height: 16px;
	float: left;
	padding-top: 13px;
}

.top-footer {
	background: #132c54;
	padding: 10px 0 14px;
}

.top-footer .logo {
	width: 69px;
}

.top-footer .slogan {
	color: #fff;
	display: none;
	font-style: normal;
}

.footer-navigation {
	background: #e2e4e7;
	padding: 19px 0 0;
}

.footer-navigation h2 {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 19px;
	padding-bottom: 13px;
	border-bottom: 1px solid #a3a3a3;
}

.footer-navigation .social-networks .facebook {
	color: #3d64c3;
}

.footer-navigation .social-networks .flickr {
	color: #3d64c3;
}

.footer-navigation .social-networks .googleplus {
	color: #ed5a47;
}

.footer-navigation .social-networks .twitter {
	color: #2ab4ed;
}

.footer-navigation .social-networks .youtube {
	color: #c22922;
}

.partners {
	display: none;
}

.post-holder {
	padding-bottom: 17px;
	margin-bottom: 13px;
	border-bottom: 1px solid #d2d2d2;
}

.panel {
	margin-bottom: 19px;
}

.panel:last-child {
	margin-bottom: 0;
}

.panel p {
	margin-bottom: 0;
}

.panel h3 a {
	color: #142c54;
	text-decoration: none;
}

.panel h3 a:hover {
	opacity: .7;
}

.panel .title {
	background: #88c952;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 11px;
	display: block;
	padding: 3px 10px;
	margin-bottom: 6px;
}

.panel .title.purple {
	background: #735ba3;
}

.panel .title.orange {
	background: #eab724;
}

.panel .image-holder {
	width: 66px;
	float: left;
}

.panel .image-holder img {
	width: 100%;
}

.panel .description {
	padding: 0 13px;
	overflow: hidden;
}

.content-block {
	margin: 18px 0 20px;
	border: 1px solid #e4e9f1;
	border-bottom: none;
}

.post {
	color: #152a54;
	padding: 5px 20px;
	border-bottom: 1px solid #e4e9f1;
}

.post.hidden {
	display: none;
}

.post h3 {
	text-transform: uppercase;
}

.post h3 a {
	color: #152a54;
	text-decoration: none;
}

.post h3 a:hover {
	opacity: .7;
}

.post p {
	margin-bottom: 0;
}

.post time {
	font-weight: bold;
}

.updates {
	margin-top: 13px;
}

.update-block {
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #e4e9f1;
}

.update-block:last-child {
	margin-bottom: 0;
}

.update-block h3 a {
	color: #142a54;
	text-decoration: none;
}

.update-block h3 a:hover {
	opacity: .7;
}

.update-block p {
	margin-bottom: 0;
}

.update-block address {
	font-style: normal;
	font-weight: 600;
}

.update-block .heading {
	padding: 7px 10px 0;
	border-bottom: none;
	margin-bottom: 7px;
}

.update-block .description {
	padding: 0 8px;
}

.update-block .image-holder {
	width: 36px;
	float: right;
	margin: -12px 0 0 5px;
}

.update-block .text {
	overflow: hidden;
	margin-bottom: 9px;
}

.update-block time,
.update-block .experience {
	display: block;
}

.update-block .btn {
	width: 100%;
	margin-bottom: 7px;
}

.details {
	background: #eef0f1;
	width: 100%;
	color: #142a54;
	display: table;
	padding: 5px;
	margin-bottom: -1px;
	text-align: justify;
}

.rz-details {
    width: 100%;
    color: #142a54;
    padding: 5px;
    margin-bottom: -1px;
    text-align: justify;
} 


.details .experience,
.details .responsibility,
.details time {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
}

.details .experience span,
.details .responsibility span,
.details time span {
	display: block;
}

.rating {
	position: absolute;
	top: 6px;
	right: 4px;
}

.rating li {
	display: inline-block;
	vertical-align: top;
}

.rating a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background: url("http://images.rigzone.com/images/sprite.png") no-repeat 0 -40px;
	background-size: 58px;
	width: 15px;
	height: 14px;
	display: block;
}

.rating a:hover {
	background-position: -21px -40px;
}

.rating .setted a,
.rating .active a {
	background-position: -21px -40px;
}

.footer-block {
	display: none;
}

.footer-block .list {
	width: 22.3%;
	float: left;
}

.social-networks {
	text-align: center;
}

.social-networks ul {
	text-transform: none;
	font: 18px/1 "icomoon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 9px -6px;
}

.social-networks a {
	color: #fff;
	text-decoration: none;
	/** box-shadow: 0 0 0 1px rgba(255, 255, 255, .7); **/
}

.social-networks a:hover {
	opacity: .7;
}

.social-networks h2 {
	display: none;
}

.social-networks .facebook:before {
	content: "\e60c";
}

.social-networks .flickr:before {
	content: "\e60d";
}

.social-networks .googleplus:before {
	content: "\e60e";
}

.social-networks .twitter:before {
	content: "\e614";
}

.social-networks .youtube:before {
	content: "\e615";
}

.social-networks .youtube1:before,
.social-networks .linkedin:before,
.social-networks .rss:before,
.social-networks .pinterest:before {
	content: "";
	background: url("http://images.rigzone.com/images/sprite.png") no-repeat 0 0;
	background-size: 62px;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: top;
}

.social-networks .linkedin:before {
	background-position: -22px 0;
}

.social-networks .rss:before {
	background-position: 0 -22px;
}

.social-networks .pinterest:before {
	background-position: -22px -22px;
}

.columns {
	overflow: hidden;
}

.list {
	font-size: 10px;
	line-height: 14px;
}

.list.hidden {
	display: none;
}

.list li {
	margin-bottom: 3px;
}

.list li:last-child {
	margin-bottom: 0;
}

.list a {
	color: #003168;
	text-decoration: none;
}

.list a:hover {
	opacity: .7;
}

.list .image-holder {
	width: 89px;
	display: block;
}

/* footer styles */

#footer {
	background: #e2e4e7;
	text-align: center;
}

#footer .copyright {
	display: block;
	padding: 14px 5px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	opacity: .7;
}

.tag-list {
	height: 18px;
	text-align: justify;
	text-transform: capitalize;
	overflow: hidden;
	margin-bottom: 15px;
}

.tag-list:after {
	content: "";
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.tag-list li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}

.tag-list a {
	background: #eef0f1;
	color: #142a54;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	padding: 3px 4px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.tag-list a:hover {
	background: #142a54;
	color: #fff;
}

.banner {
	text-align: center;
	padding-top: 9px;
	margin: 43px 0 57px;
	border-bottom: 1px solid #d2d2d2;
}

.banner h2 {
	color: #014d85;
	text-transform: uppercase;
}

.banner img {
	max-width: 100%;
	height: auto;
}

.banner .adv {
	display: inline-block;
	vertical-align: top;
	margin: 11px 0;
	border: 1px solid #c4c4c4;
}

.logo-list {
	margin-bottom: 3px;
}

.logo-list li {
	width: 16%;
	display: inline-block;
	vertical-align: top;
}

.ad-block {
	width: 201px;
	display: none;
	margin: 0 auto 25px;
}

.ad-block.mobile-show {
	display: block;
}

.ad-block img {
	width: 100%;
	height: auto;
}

/* generic styles */

.img-holder {
	width: 214px;
	display: block;
	margin: 10px auto 12px;
}

.image-holder img {
	max-width: 100%;
	height: auto;
}

.container {
	max-width: 960px;
	margin: 0 auto;
}

.btn {
	color: #003168;
	width: 136px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	padding: 12px 5px;
	border: 1px solid #c7c7c7;
}

.btn.red {
	background: #eb5b4c;
	color: #fff;
	border: none;
}

.btn.blue {
	background: #0e90ff;
	color: #fff;
	border: none;
}

.btn.green {
	background: #89c858;
	color: #fff;
	padding: 5px;
	border: none;
}

.btn.light-blue {
	background: #27aae2;
	width: 187px;
	color: #fff;
	border: none;
}

.btn:hover {
	opacity: .5;
}

.btn-groups {
	display: none;
	float: right;
	padding-right: 8px;
}

.btn-groups .btn {
	margin-left: 10px;
}

.bg-stretch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.bg-stretch img {
	width: 100%;
	height: auto;
}

	body {
		font-size: 12px;
		line-height: 16px;
	}

	#wrapper {
		padding-top: 0;
	}

	.logo {
		width: 87px;
		float: left;
		margin-right: 30px;
	}

	.bottom-banner {
		text-align: center;
		display: block;
		margin-bottom: 30px;
	}

	#header {
		padding: 0;
	}

	#header.fixed-position {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
	}

	#header.fixed-position .nav-block {
		max-height: 700px;
	}

	#header.fixed-position + #main,
	#header.fixed-position + .visual {
		margin-top: 154px;
	}

	#header .holder {
		padding: 18px 24px 21px;
		position: relative;
		z-index: 1;
	}

	.bottom-header {
		position:relative;
		border-bottom: 1px solid #b6b6b6;
	}

	.nav {
		display: block;
		float: left;
		padding-top: 6px;
	}

	.nav > ul > li {
		margin-right: 4%;
	}

	.nav > ul > li > a {
		display: inline-block;
		vertical-align: top;
	}

	.nav > ul ul {
		overflow: hidden;
		display: none;
		position: absolute;
		top: 21px;
		left: 0;
		z-index: 1;
	}

	.nav > ul ul li:last-child {
		margin-bottom: 4px;
	}

	.nav-opener {
		float: left;
		position: static;
		margin: 17px 18px 16px;
        display: none;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		background: #132c54;
	}

	.nav-holder {
		padding: 0 4px;
		margin-bottom: 119px;
	}

	.nav-block {
		padding: 45px 12px 0;
	}

	.nav-block h1 {
		text-align: center;
		font-size: 24px;
		line-height: 28px;
		font-weight: normal;
	}

	.nav-block h2 {
		font-size: 15px;
		line-height: 20px;
		font-style: italic;
		font-weight: normal;
		margin: 0 0 9px;
	}

	.nav-block .drop-slide-wrapper {
		display: block !important;
	}

	.nav-block .drop-slide-wrapper ul {
		margin: 0 !important;
	}

	.nav-block .search-form {
		max-width: 830px;
		padding: 0;
		margin-bottom: 19px;
		position: relative;
	}

	.nav-block .search-form input[type="text"],
	.nav-block .search-form input[type="search"] {
		font-size: 12px;
		line-height: 16px;
		padding-right: 28px;
	}

	.nav-block .search-form button[type="submit"] {
		display: block;
		position: absolute;
		top: 7px;
		right: 6px;
	}

	.nav-block .nav-opener {
		margin: 0;
		position: absolute;
	}

	.nav-block .nav {
		width: 510px;
		font-size: 12px;
		line-height: 16px;
		overflow: hidden;
		padding: 4px 0 0;
	}

	.nav-block .nav > ul > li {
		width: 20%;
		float: left;
		margin-right: 0;
		padding-right: 10px;
	}

	.nav-block .nav > ul > li > a {
		color: #e6e6e6;
		margin-bottom: 37px;
	}

	.nav-block .nav > ul > li > a:hover {
		opacity: .7;
	}

	.nav-block .nav > ul ul {
		background: transparent;
		width: auto;
		max-height: 100%;
		font-size: 12px;
		line-height: 16px;
		margin-top: 0;
		position: static;
	}

	.nav-block .nav > ul ul li {
		margin-bottom: 8px;
	}

	.nav-block .nav > ul ul li:last-child {
		margin-bottom: 0;
	}

	.nav-block .nav > ul ul a {
		color: #e6e6e6;
		padding: 0;
	}

	.nav-block .nav > ul ul a:hover {
		background: transparent;
		opacity: .7;
	}

	.nav-block .title {
		width: 320px;
		display: block;
		margin: 0 auto;
		position: absolute;
		top: 33px;
		right: 0;
		left: 0;
	}
    .nav-block .titlefooterempowering{
		width: 320px;
		display: block;
		margin: 0 auto;
		position: absolute;
		top: 33px;
		right: 0;
		left: 0;
	}

	.nav-block .subscribe-form {
		width: 190px;
		float: left;
		margin: 0;
		padding: 0;
	}

	.nav-block .subscribe-form input[type="text"],
	.nav-block .subscribe-form input[type="email"] {
		font-size: 12px;
		line-height: 16px;
		padding: 5px;
		margin-bottom: 8px;
	}

	.nav-block .subscribe-form input[type="submit"] {
		width: 95px;
		font-size: 9px;
		line-height: 12px;
		padding: 7px 5px;
	}

	.nav-block .subscribe-form h2 {
		text-transform: none;
		padding: 0;
		border-bottom: none;
		margin-bottom: 8px;
	}

	.nav-block .social-networks {
		width: 191px;
		text-align: left;
		display: block;
		float: right;
	}

	.nav-block .social-networks ul {
		padding: 8px 0 0;
		margin-left: -1px;
	}

	.nav-block .social-networks li {
		margin: 0 0 5px 2px;
	}

	.meta {
		display: block;
		margin-bottom: 35px;
	}

	.accounts {
		display: none;
	}

	.column {
		width: 176px;
		float: left;
		padding-right: 10px;
	}

	.column .logo {
		width: 103px;
		float: none;
		position: static;
		margin: 0 0 34px -4px;
	}

	.quick-link {
		float: left;
		margin-top: 0;
	}

	.quick-link li {
		float: left;
		margin-right: -1px;
	}

	.quick-link a {
		width: 105px;
		padding: 7px 5px;
	}

	.quick-link {
		font-size: 12px;
		line-height: 16px;
	}

	.quick-link a {
		padding: 8px 5px;
	}

	.dropdown {
		display: block;
		float: right;
	}

	.login {
		display: block;
		float: right;
	}

	.signup {
		max-width: 375px;
		display: block;
		float: left;
		padding: 15px 26px;
		border-left: 1px solid #b6b6b6;
	}

	.heading {
		font-size: 13px;
		line-height: 19px;
		display: block;
		padding-bottom: 20px;
		margin-bottom: 14px;
		border-bottom: 1px solid #a3a3a3;
	}

	.heading .title {
		display: block;
	}

	.info {
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 24px;
	}

	.search {
		display: block;
		float: right;
		padding: 14px 16px 13px 19px;
		border-left: 1px solid #b6b6b6;
		position: relative;
		top: auto;
		left: auto;
	}

	.search .search-form {
		background: #f8f8f8;
		width: 272px;
		padding: 13px 9px 0;
		border-left: 1px solid #b6b6b6;
	}

	.search .search-form input[type="text"],
	.search .search-form input[type="search"] {
		background: transparent;
		width: 220px;
		font-size: 11px;
		line-height: 15px;
		float: left;
		border: none;
	}

	.search .search-form button[type="submit"] {
		float: left;
		padding-top: 0;
		font-size: 20px;
		line-height: 22px;
	}

	.search .search-form button[type="submit"]:focus {
		outline: none;
	}

	.search-form {
		bottom: 0;
		left: auto;
	}

	.search-opener {
		color: #132c54;
		font-size: 20px;
		position: static;
	}

	.caption {
		padding: 24px 0 18px;
	}

	.caption .heading {
		display: block;
		max-width: 640px;
		margin: 0 0 12px 76px;
	}

	.job-search-form {
		font-size: 10px;
		line-height: 14px;
	}

	.job-search-form input[type="search"],
	.job-search-form input[type="text"] {
		max-width: 48.8%;
		float: left;
		padding: 6px;
		margin-right: 7px;
	}

	.job-search-form input[type="submit"] {
		max-width: 116px;
		height: 28px;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}

	.job-search-form h2 {
		text-align: left;
		padding: 8px 16px 5px;
		margin: 0;
	}

	.job-search-form .row {
		max-width: 640px;
		margin: 0 -7px 10px 76px;
	}

	.job-search-form .btn {
		max-width: 170px;
		display: inline-block;
		vertical-align: middle;
		padding: 5px 5px;
		margin: 0 5px 0 0;
	}

	.job-search-form .btn-group {
		text-align: center;
	}

	.job-search-form .advance-search {
		text-align: center;
		margin: 0 17px;
		padding: 0 0 13px;
	}

	.job-search-form .columns {
		padding: 8px 18px 11px;
	}

	.job-search-form .col {
		width: 24.5%;
		text-align: left;
		margin: 0 0 18px;
	}

	.job-search-form select {
		width: 146px;
	}

	#main {
		padding: 36px 8px 0 12px;
	}

	#main h1 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 6px;
	}

	#main h2 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 6px;
	}

	#main h2 img {
		width: auto;
		margin: 0 15px 0 0;
	}

	#main h3 {
		font-size: 15px;
		line-height: 18px;
	}

	#main .section h2 {
		margin-bottom: 16px;
	}

	#main .featured h2 {
		font-size: 10px;
		line-height: 14px;
		margin-bottom: 0;
	}

	#main .sideblock .heading h2 {
		margin-bottom: 1px;
	}

	#main .post h3 {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 0;
	}

	#main .update-block h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.section {
		padding: 0 5px 15px;
		border-bottom: none;
	}

	.section:first-child {
		margin-top: -24px;
	}

	.section .columns {
		margin-left: -10px;
	}

	.col {
		width: 48.6%;
		float: left;
		margin-left: 10px;
	}

	.tab {
		margin: 0 0 8px;
	}

	.tabset li {
		width: 25%;
		float: left;
	}

	.tabset a {
		padding: 11px 10px;
	}

	.tabset a:after {
		display: none;
	}

	.tab-content {
		display: none;
		padding: 14px 15px;
		margin-right: -12px;
	}

	.tab-content .slide-opener {
		display: none;
	}

	.tab-content .slide {
		display: block;
		padding: 0;
	}

	.tab-content .list {
		width: 23%;
		font-size: 9px;
		line-height: 15px;
	}

	.tab-content .list li {
		margin-bottom: 4px;
	}

	.job-description {
		margin-top: 35px;
	}

	.job-heading {
		font-size: 13px;
		line-height: 17px;
	}

	.job-heading a {
		padding: 9px 5px;
	}

	.job-detail {
		font-size: 13px;
		padding: 18px 11px 14px 1px;
	}

	.job-detail ul {
		padding-left: 13px;
		margin-bottom: 21px;
	}

	.job-detail ul li {
		margin-bottom: 4px;
	}

	.job-detail ul li:before {
		width: 6px;
		height: 6px;
		top: 6px;
		left: -11px;
	}

	#twocolumns {
		padding-top: 0;
	}

	#content {
		width: 645px;
		float: left;

	}

	#content .heading {
		padding: 14px 0;
	}

	#content .update-block .heading {
		padding: 14px 40px 0 13px;
	}

	#content .item .heading {
		padding: 0 0 6px;
	}

	.categories {
		font-size: 14px;
		line-height: 18px;
		padding: 0 11px 0 0;
	}

	.categories .item {
		padding: 28px 0 12px;
	}

	.categories .total {
		font-size: 13px;
		line-height: 16px;
	}

	.category-list li {
		padding: 10px 8px 0;
	}

	#sidebar {
		width: 300px;
		float: left;
		padding-top: 3px;
	}

	.sideblock .title {
		margin-bottom: 16px;
	}

	.sideblock .holder {
		padding: 21px 21px 24px;
	}

	.sideblock .description {
		padding: 10px 0 0 14px;
	}

	.sideblock .tag-list {
		margin-top: 21px;
	}

	.filters li {
		border-bottom: 1px solid #e2e4e7;
	}

	.filters .active .opener {
		background: none;
	}

	.filters .active .opener:after {
		background: url("http://images.rigzone.com/images/sprite.png") no-repeat -70px -70px;
	}

	.filters .opener {
		background: none;
		color: #013467;
		text-align: left;
		font-size: 14px;
		line-height: 18px;
		padding: 14px 40px 11px 18px;
	}

	.filters .opener:after {
		background: url("http://images.rigzone.com/images/sprite.png") no-repeat -70px -39px;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 13px;
		right: 22px;
		z-index: 1;
	}

	.filters .opener:hover {
		background: #f7f7f7;
	}

	.filters .more {
		font-size: 14px;
		line-height: 18px;
		margin: -2px -8px 0 0;
	}

	.filter-form {
		font-size: 13px;
		line-height: 17px;
		padding: 0 27px 11px;
	}

	.filter-form label {
		margin-left: 8px;
	}

	.filter-form input[type="checkbox"] {
		width: 13px;
		height: 13px;
	}

	.filter-form .row {
		margin-bottom: 6px;
	}

	.mobile-show {
		display: none;
	}

	.featured {
		display: block;
	}

	.subscribe-form {
		display: block;
	}

	.top-footer {
		padding: 9px 20px;
		font-size: 13px;
		line-height: 27px;
	}

	.top-footer .logo {
		width: 105px;
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-right: 25px;
	}

	.top-footer .slogan {
		display: inline-block;
		vertical-align: middle;
	}

	.footer-navigation {
		padding: 21px 0 51px;
	}

	.partners {
		width: 20.01%;
		display: block;
		float: left;
	}

	.partners h2 {
		padding: 0 21px 13px;
	}

	.partners .list {
		padding: 0 21px;
	}

	.partners .list li {
		margin-bottom: 12px;
	}

	.post-holder {
		padding: 11px 11px 0 0;
		border-bottom: none;
		margin: 0 0 55px 5px;
	}

	.panel {
		font-size: 11px;
		line-height: 18px;
		margin-bottom: 24px;
	}

	.panel .title {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 11px;
	}

	.panel .image-holder {
		width: 100px;
		margin-right: 20px;
	}

	.panel .description {
		padding: 0;
	}

	.content-block {
		border-color: #b2b5bb;
		margin: 18px 12px 32px 4px;
	}

	.post {
		font-size: 11px;
		line-height: 15px;
		padding: 19px 25px 11px 30px;
		border-bottom-color: #b2b5bb;
	}

	.updates {
		line-height: 17px;
		margin: 22px 11px 0 5px;
	}

	.update-block {
		font-size: 11px;
		line-height: 17px;
		margin-bottom: 29px;
	}

	.update-block .heading {
		margin-bottom: 10px;
	}

	.update-block .description {
		padding: 0 12px;
	}

	.update-block .image-holder {
		margin: -18px 0 0 40px;
		width: 54px;
	}

	.update-block .text {
		margin-bottom: 15px;
	}

	.update-block .text time,
	.update-block .text .experience {
		font-size: 13px;
		line-height: 17px;
	}

	.update-block .btn {
		margin-bottom: 10px;
	}

	.details {
		font-size: 11px;
		line-height: 15px;
		padding: 9px 7px 7px 15px;
	}

	.rating {
		top: 11px;
		right: 8px;
	}

	.rating a {
		background: url("http://images.rigzone.com/images/sprite.png") no-repeat 0 -62px;
		width: 20px;
		height: 19px;
	}

	.rating .setted a,
	.rating .active a {
		background-position: -31px -62px;
	}

	.footer-block {
		width: 58.73%;
		float: left;
		display: block;
	}

	.social-networks {
		width: 21.22%;
		float: left;
	}

	.social-networks ul {
		font-size: 26px;
		padding: 0 21px;
	}

	.social-networks h2 {
		display: block;
	}

	.social-networks .youtube1:before,
	.social-networks .linkedin:before,
	.social-networks .rss:before,
	.social-networks .pinterest:before {
		background: url("http://images.rigzone.com/images/sprite.png") no-repeat 0 0;
		width: 26px;
		height: 26px;
	}

	.social-networks .linkedin:before {
		background-position: -31px 0;
	}

	.social-networks .rss:before {
		background-position: 0 -31px;
	}

	.social-networks .pinterest:before {
		background-position: -31px -31px;
	}

	.list.hidden {
		display: block;
	}

	#footer {
		font-size: 9px;
		line-height: 12px;
	}

	#footer .copyright {
		padding: 12px 0 19px;
		border-top: 1px solid #a3a3a3;
	}

	.tag-list {
		font-size: 10px;
		line-height: 12px;
		height: auto;
		margin-bottom: -12px;
	}

	.tag-list li {
		margin-bottom: 12px;
	}

	.tag-list a {
		padding: 6px 6px 9px;
	}

	.ad-block {
		width: auto;
		display: block;
		margin-bottom: 21px;
	}

	.ad-block.mobile-only {
		display: none;
	}

	.img-holder {
		display: none;
	}

	.btn.green {
		padding: 12px 5px;
	}



	body {
		font-size: 16px;
		line-height: 18px;
	}

	.logo {
		width: 144px;
		margin-right: 50px;
	}

	.top-banner {
		width: 960px;
		text-align: center;
		margin: 0 auto;
		padding: 24px 0 27px;
	}

	.bottom-banner {
		max-width: 960px;
		margin: -37px auto 0;
		padding: 24px 0 27px;
	}

	#header.fixed-position + #main,
	#header.fixed-position + .visual {
		margin-top: 139px;
	}

	#header .holder {
		padding: 21px 30px;
        min-width: 1024px;
	}

	.nav {
		font-size: 16px;
		line-height: 20px;
		padding-top: 14px;
	}

	.nav > ul > li {
		margin-right: 4%;
		position: relative;
	}

	.nav > ul ul {
		width: 139px;
		font-size: 14px;
		line-height: 18px;
		margin-top: 9px;
	}

	.nav > ul ul a {
		padding: 6px 8px;
	}

	.nav-opener {
		margin: 17px 18px 16px;
        display: none;
	}

	.nav-block {
		background: #003067;
		padding: 21px 35px 0 51px;
	}

	.nav-block h1 {
		font-size: 30px;
		line-height: 36px;
	}

	.nav-block .nav {
		width: 690px;
		font-size: 15px;
		line-height: 19px;
	}

	.nav-block .nav > ul > li > a {
		padding-bottom: 8px;
		margin-bottom: 21px;
		border-bottom: 5px solid #f0b726;
	}

	.nav-block .nav-opener {
		top: 24px;
		right: 24px;
	}

	.nav-block .title {
		top: 37px;
	}

    .nav-block .titlefooterempowering {
		top: 37px;
	}


	.nav-block .subscribe-form {
		margin-left: 7px;
	}

	.visual {
		border-bottom: 2px solid #bababa;
	}

	.column {
		width: 217px;
	}

	.column .logo {
		width: 131px;
		margin: 0 0 27px -4px;
	}

	.dropdown {
		padding: 14px 17px 0px;
	}

	.login {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 12px;
	}

	.signup {
		max-width: 375px;
		padding-bottom: 14px;
	}

	.heading {
		margin-bottom: 21px;
	}

	.info {
		margin-bottom: 21px;
	}

	.info h1 br {
		display: none;
	}

	.search {
		padding: 14px 19px 12px;
	}

	.caption {
		max-width: 960px;
		margin: 0 auto;
		padding: 57px 0 27px;
	}

	.caption h1 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 5px;
	}

	.caption .heading {
		max-width: none;
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 12px;
		padding: 0 2px;
	}

	.job-search-form {
		font-size: 13px;
		line-height: 17px;
	}

	.job-search-form input[type="search"],
	.job-search-form input[type="text"] {
		max-width: 59%;
		padding: 15px 12px;
		margin-right: 13px;
	}

	.job-search-form input[type="search"] + input[type="search"],
	.job-search-form input[type="search"] + input[type="text"],
	.job-search-form input[type="text"] + input[type="search"],
	.job-search-form input[type="text"] + input[type="text"] {
		max-width: 39.6%;
		margin: 0;
	}

	.job-search-form input[type="submit"] {
		height: 40px;
	}

	.job-search-form h2 {
		font-size: 13px;
		line-height: 17px;
		padding: 12px 23px 10px;
	}

	.job-search-form select {
		width: 189px;
		border-radius: 4px;
	}

	.job-search-form .row {
		max-width: none;
		margin: 0 0 16px;
	}

	.job-search-form .btn {
		padding: 11px 5px;
		margin-right: 13px;
	}

	.job-search-form .advance-search {
		margin: 0;
	}

	.job-search-form .columns {
		padding: 11px 25px 24px;
	}

	.job-search-form .col {
		width: 25%;
		padding-left: 10px;
	}

	.job-search-form .col:first-child {
		padding-left: 0;
	}

	#main {
		max-width: 960px;
		margin: 0 auto;
		padding: 20px 0 85px;
	}

	#main h1 {
		margin-bottom: 4px;
	}

	#main h2 img {
		margin-right: 19px;
	}

	#main h3 {
		font-size: 17px;
		line-height: 20px;
		margin-bottom: 11px;
	}

	#main .section h2 {
		margin-bottom: 21px;
	}

	#main .featured h2 {
		font-size: 14px;
		line-height: 18px;
	}

	#main .post h3 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 9px;
	}

	#main .update-block h3 {
		margin-bottom: 0;
	}

	#main .panel h3 {
		font-size: 16px;
		line-height: 21px;
	}

	#main .current h3 {
		font-size: 18px;
		line-height: 20px;
	}

	#main .banner {
		border-top: 1px solid #d2d2d2;
	}

	.section {
		padding: 21px 0;
	}

	.section:first-child {
		margin-top: 0;
	}

	.section .columns {
		margin-left: -42px;
	}

	.col {
		width: 44.4%;
		margin-left: 47px;
	}

	.tab {
		font-size: 13px;
		line-height: 17px;
		margin: -10px 0 8px;
	}

	.tab-content {
		padding: 12px 18px 26px;
	}

	.tab-content .slide {
		margin: 0 -28px 0 0;
	}

	.tab-content .list {
		width: 21.7%;
		font-size: 13px;
		line-height: 17px;
		margin: 0 28px 0 0;
	}

	.tab-content .list li {
		margin-bottom: 0;
	}

	.tab-content .list a {
		padding: 10px 8px 4px;
	}

	.job-description {
		margin: 0 12px 0;
	}

	.job-description .btn {
		width: 136px;
	}

	.job-heading {
		max-width: 80.5%;
	}

	.job-heading a {
		padding: 12px 5px;
	}

	.job-detail {
		padding: 0;
	}

	.job-detail .tab-content {
		padding: 36px 15px 25px;
		margin: 0;
	}

	#content {
		width: 645px;
		margin-right: 12px;
	}

	#content .heading {
		margin-bottom: 9px;
	}

	.categories {
		overflow: hidden;
		margin-left: -15px;
		padding: 0;
	}

	.categories .item {
		width: 47.3%;
		display: inline-block;
		vertical-align: top;
		padding: 0 0 12px;
		margin: 0 0 27px 15px;
	}



	.featured h2 {
		padding: 10px 9px;
	}

	.subscribe-form input[type="submit"] {
		margin-right: 16px;
	}

	.footer-navigation {
		padding-bottom: 39px;
	}

	.footer-navigation h2 {
		font-size: 14px;
		line-height: 18px;
		padding: 0 10px 11px 0;
	}

	.partners {
		width: 21.7%;
	}

	.partners h2 {
		padding: 0 10px 11px 0;
	}

	.partners .list {
		padding: 0 10px 0 0;
	}

	.partners .list li {
		margin-bottom: 14px;
	}

	.post-holder {
		overflow: hidden;
		padding: 16px 11px 0 0;
		margin: 0 0 19px -15px;
		border-bottom: 1px solid #d2d2d2;
	}

	.panel {
		width: 31%;
		font-size: 13px;
		line-height: 18px;
		float: left;
		margin: 0 0 60px 15px;
	}

	.panel .title {
		padding-bottom: 1px;
		margin-bottom: 9px;
	}

	.panel .image-holder {
		width: 100%;
		float: none;
		margin: 0 0 14px;
	}

	.content-block {
		margin: 18px 11px 60px;
		border-color: #d7deea;
	}

	.post {
		word-spacing: -1px;
		font-size: 13px;
		line-height: 20px;
		padding: 19px 5px 13px 20px;
		border-bottom-color: #d7deea;
	}

	.post.hidden {
		display: block;
	}

	.post .image-holder {
		max-width: 100px;
		float: left;
		padding: 4px;
		margin-right: 10px;
		border: 1px solid #d7deea;
	}

	.post .description {
		overflow: hidden;
	}

	.updates {
		margin-left: 0;
	}

	.update-block {
		font-size: 13px;
		line-height: 18px;
		margin: 0 0 27px 12px;
	}

	.update-block.current {
		margin-bottom: 49px;
	}

	.update-block.current address {
		font-size: 16px;
		line-height: 24px;
	}

	.update-block.current .text {
		margin-bottom: 28px;
	}

	.update-block address {
		font-size: 14px;
		line-height: 20px;
	}

	.update-block .image-holder {
		width: 80px;
		margin-left: 15px;
	}

	.update-block .text {
		margin-bottom: 19px;
	}

	.update-block .btn {
		max-width: 136px;
		margin-bottom: 19px;
	}

	.details {
		font-size: 11px;
		line-height: 15px;
		padding: 9px 20px 7px 13px;
	}

	.details .experience span,
	.details .responsibility span,
	.details time span {
		display: inline;
	}

	.details time {
		text-align: right;
	}

	.rating {
		right: 15px;
	}

/*	.footer-block {
		width: 53.2%;
	}*/

	.footer-block .list {
		width: 25%;
		padding-right: 10px;
	}

	.social-networks {
		width: 24.9%;
		text-align: left;
	}

	.social-networks ul {
		padding: 0;
	}

	.social-networks li {
		margin: 0 -7px 9px 0;
	}

	.list {
		font-size: 12px;
		line-height: 16px;
	}

	.list .image-holder {
		width: 113px;
	}

	#footer {
		font-size: 12px;
		line-height: 16px;
	}

	#footer .copyright {
		max-width: 960px;
		margin: 0 auto;
	}

	.tag-list {
		font-size: 11px;
		line-height: 13px;
	}

	.tag-list li {
		margin-bottom: 15px;
	}

	.tag-list a {
		padding: 10px 16px;
	}

	.btn-groups {
		display: block;
	}

	.btn-groups {
		padding-right: 0;
	}

	.btn-groups .btn {
		margin-left: 8px;
	}

.ashleighsdropdown {position:relative; display:inline-block;float:right; }
.ashleighsdropdown-menu {position: absolute; top:100%; left:0; margin:0; display:none; list-style:none; width: 100%; padding:0; background: #7d8899;}
.ashleighsdropdown:hover .ashleighsdropdown-menu{display:block; z-index:1; color: #fff;}
.ashleighsdropdown:hover .ashleighsdropdown-menu a {color: #ffffff; display:block; text-decoration:none;padding: 7px 10px}
.ashleighsdropdown:hover .ashleighsdropdown-menu a:hover {background: #59616e; }

