@charset "UTF-8";
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 9, ../scss/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 28, ../scss/vendor/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 39, ../scss/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 48, ../scss/vendor/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 62, ../scss/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 72, ../scss/vendor/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 84, ../scss/vendor/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 92, ../scss/vendor/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 106, ../scss/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 115, ../scss/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 123, ../scss/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 132, ../scss/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 140, ../scss/vendor/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 150, ../scss/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 159, ../scss/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 171, ../scss/vendor/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 179, ../scss/vendor/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 187, ../scss/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 195, ../scss/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 203, ../scss/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 207, ../scss/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 219, ../scss/vendor/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 227, ../scss/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 239, ../scss/vendor/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 251, ../scss/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 262, ../scss/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 273, ../scss/vendor/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 287, ../scss/vendor/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 299, ../scss/vendor/_normalize.scss */
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.
 */
/* line 312, ../scss/vendor/_normalize.scss */
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.
 */
/* line 324, ../scss/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 334, ../scss/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 346, ../scss/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 358, ../scss/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 367, ../scss/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 378, ../scss/vendor/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 391, ../scss/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?67062608");
  src: url("../font/fontello.eot?67062608#iefix") format("embedded-opentype"), url("../font/fontello.woff?67062608") format("woff"), url("../font/fontello.ttf?67062608") format("truetype"), url("../font/fontello.svg?67062608#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?67062608#fontello') format('svg');
}
}
*/
/* line 22, ../scss/vendor/_fontello.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 26, ../scss/vendor/_fontello.scss */
[class^="custom-"]:after, [class*=" custom-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 30, ../scss/vendor/_fontello.scss */
.icon-search:before {
  content: '\e800';
}

/* '' */
/* line 31, ../scss/vendor/_fontello.scss */
.icon-gauge:before {
  content: '\e801';
}

/* '' */
/* line 32, ../scss/vendor/_fontello.scss */
.icon-mail-alt:before {
  content: '\e802';
}

/* '' */
/* line 33, ../scss/vendor/_fontello.scss */
.icon-star:before {
  content: '\e803';
}

/* '' */
/* line 34, ../scss/vendor/_fontello.scss */
.icon-star-empty:before {
  content: '\e804';
}

/* '' */
/* line 35, ../scss/vendor/_fontello.scss */
.icon-star-half:before {
  content: '\e805';
}

/* '' */
/* line 36, ../scss/vendor/_fontello.scss */
.icon-ok:before {
  content: '\e806';
}

/* '' */
/* line 37, ../scss/vendor/_fontello.scss */
.icon-ok-circled:before {
  content: '\e807';
}

/* '' */
/* line 38, ../scss/vendor/_fontello.scss */
.icon-ok-circled2:before {
  content: '\e808';
}

/* '' */
/* line 39, ../scss/vendor/_fontello.scss */
.icon-ok-squared:before {
  content: '\e809';
}

/* '' */
/* line 40, ../scss/vendor/_fontello.scss */
.icon-cancel:before {
  content: '\e80a';
}

/* '' */
/* line 41, ../scss/vendor/_fontello.scss */
.icon-cancel-circled:before {
  content: '\e80b';
}

/* '' */
/* line 42, ../scss/vendor/_fontello.scss */
.icon-cancel-circled2:before {
  content: '\e80c';
}

/* '' */
/* line 43, ../scss/vendor/_fontello.scss */
.icon-plus:before {
  content: '\e80d';
}

/* '' */
/* line 44, ../scss/vendor/_fontello.scss */
.icon-plus-circled:before {
  content: '\e80e';
}

/* '' */
/* line 45, ../scss/vendor/_fontello.scss */
.icon-plus-squared:before {
  content: '\e80f';
}

/* '' */
/* line 46, ../scss/vendor/_fontello.scss */
.icon-plus-squared-alt:before {
  content: '\e810';
}

/* '' */
/* line 47, ../scss/vendor/_fontello.scss */
.icon-minus:before {
  content: '\e811';
}

/* '' */
/* line 48, ../scss/vendor/_fontello.scss */
.icon-minus-circled:before {
  content: '\e812';
}

/* '' */
/* line 49, ../scss/vendor/_fontello.scss */
.icon-minus-squared:before {
  content: '\e813';
}

/* '' */
/* line 50, ../scss/vendor/_fontello.scss */
.icon-minus-squared-alt:before {
  content: '\e814';
}

/* '' */
/* line 51, ../scss/vendor/_fontello.scss */
.icon-help-circled:before {
  content: '\e815';
}

/* '' */
/* line 52, ../scss/vendor/_fontello.scss */
.icon-info-circled:before {
  content: '\e816';
}

/* '' */
/* line 53, ../scss/vendor/_fontello.scss */
.icon-link-ext:before {
  content: '\e817';
}

/* '' */
/* line 54, ../scss/vendor/_fontello.scss */
.icon-attach:before {
  content: '\e818';
}

/* '' */
/* line 55, ../scss/vendor/_fontello.scss */
.icon-edit:before {
  content: '\e819';
}

/* '' */
/* line 56, ../scss/vendor/_fontello.scss */
.icon-print:before {
  content: '\e81a';
}

/* '' */
/* line 57, ../scss/vendor/_fontello.scss */
.icon-mail:before {
  content: '\e81b';
}

/* '' */
/* line 58, ../scss/vendor/_fontello.scss */
.icon-attention:before {
  content: '\e81c';
}

/* '' */
/* line 59, ../scss/vendor/_fontello.scss */
.icon-attention-circled:before {
  content: '\e81d';
}

/* '' */
/* line 60, ../scss/vendor/_fontello.scss */
.icon-direction:before {
  content: '\e81e';
}

/* '' */
/* line 61, ../scss/vendor/_fontello.scss */
.icon-rss:before {
  content: '\e81f';
}

/* '' */
/* line 62, ../scss/vendor/_fontello.scss */
.icon-rss-squared:before {
  content: '\e820';
}

/* '' */
/* line 63, ../scss/vendor/_fontello.scss */
.icon-menu:before {
  content: '\e821';
}

/* '' */
/* line 64, ../scss/vendor/_fontello.scss */
.icon-login:before {
  content: '\e822';
}

/* '' */
/* line 65, ../scss/vendor/_fontello.scss */
.icon-logout:before {
  content: '\e823';
}

/* '' */
/* line 66, ../scss/vendor/_fontello.scss */
.icon-clock:before {
  content: '\e824';
}

/* '' */
/* line 67, ../scss/vendor/_fontello.scss */
.icon-down-circled2:before {
  content: '\e825';
}

/* '' */
/* line 68, ../scss/vendor/_fontello.scss */
.icon-up-circled2:before {
  content: '\e826';
}

/* '' */
/* line 69, ../scss/vendor/_fontello.scss */
.icon-left-circled2:before {
  content: '\e827';
}

/* '' */
/* line 70, ../scss/vendor/_fontello.scss */
.icon-right-circled2:before {
  content: '\e828';
}

/* '' */
/* line 71, ../scss/vendor/_fontello.scss */
.icon-angle-left:before {
  content: '\e829';
}

/* '' */
/* line 72, ../scss/vendor/_fontello.scss */
.icon-angle-right:before {
  content: '\e82a';
}

/* '' */
/* line 73, ../scss/vendor/_fontello.scss */
.icon-angle-up:before {
  content: '\e82b';
}

/* '' */
/* line 74, ../scss/vendor/_fontello.scss */
.icon-angle-down:before {
  content: '\e82c';
}

/* '' */
/* line 75, ../scss/vendor/_fontello.scss */
.icon-left-circled:before {
  content: '\e82d';
}

/* '' */
/* line 76, ../scss/vendor/_fontello.scss */
.icon-right-circled:before {
  content: '\e82e';
}

/* '' */
/* line 77, ../scss/vendor/_fontello.scss */
.icon-up-circled:before {
  content: '\e82f';
}

/* '' */
/* line 78, ../scss/vendor/_fontello.scss */
.icon-down-circled:before {
  content: '\e830';
}

/* '' */
/* line 79, ../scss/vendor/_fontello.scss */
.icon-inbox:before {
  content: '\e831';
}

/* '' */
/* line 80, ../scss/vendor/_fontello.scss */
.icon-font:before {
  content: '\e832';
}

/* '' */
/* line 81, ../scss/vendor/_fontello.scss */
.icon-list-alt:before {
  content: '\e833';
}

/* '' */
/* line 82, ../scss/vendor/_fontello.scss */
.icon-book:before {
  content: '\e836';
}

/* '' */
/* line 83, ../scss/vendor/_fontello.scss */
.icon-floppy:before {
  content: '\e834';
}

/* '' */
/* line 84, ../scss/vendor/_fontello.scss */
.icon-attention-alt:before {
  content: '\e835';
}

/* '' */
/* line 86, ../scss/vendor/_fontello.scss */
.custom-angle-right:after {
  content: '\e82a';
  text-decoration: none;
}

/* line 90, ../scss/vendor/_fontello.scss */
.custom-cancel-circled:after {
  content: '\e80b';
  text-decoration: none;
}

/* line 1, ../scss/partials/_elements.scss */
* {
  box-sizing: border-box;
}

/* line 5, ../scss/partials/_elements.scss */
html, body {
  -webkit-text-size-adjust: 100%;
}

/* line 9, ../scss/partials/_elements.scss */
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  font-family: Segoe UI, Segoe, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
}
/* line 18, ../scss/partials/_elements.scss */
body.smaller {
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 21, ../scss/partials/_elements.scss */
body.default {
  font-size: 16px;
  font-size: 1rem;
}
/* line 24, ../scss/partials/_elements.scss */
body.largest {
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 29, ../scss/partials/_elements.scss */
dl, dt, dd, form, fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

/* line 34, ../scss/partials/_elements.scss */
input, textarea {
  margin: 0;
  padding: 0;
}

/* line 39, ../scss/partials/_elements.scss */
img {
  border: 0;
  max-width: 100%;
}

/* line 44, ../scss/partials/_elements.scss */
a {
  text-decoration: none;
  color: #165eab;
}
/* line 47, ../scss/partials/_elements.scss */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* line 51, ../scss/partials/_elements.scss */
a:focus {
  outline: 2px solid #d900d9;
}
/* line 54, ../scss/partials/_elements.scss */
a:active {
  outline: none;
}

/* line 59, ../scss/partials/_elements.scss */
p, ul, ol {
  margin-top: 0;
  margin-bottom: 12px;
}

/* line 64, ../scss/partials/_elements.scss */
ul ul, ol ol, li p {
  margin-top: 12px;
}

/* line 69, ../scss/partials/_elements.scss */
ol > li, ul > li {
  margin-bottom: 8px;
}

/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
dl:after {
  content: '';
  clear: both;
  display: table;
}
/* line 76, ../scss/partials/_elements.scss */
dl dt {
  font-weight: bold;
}
/* line 79, ../scss/partials/_elements.scss */
dl dt, dl dd {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 8px;
}
/* line 83, ../scss/partials/_elements.scss */
dl dt {
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 88, ../scss/partials/_elements.scss */
dl dd {
  width: 60%;
}

/* line 94, ../scss/partials/_elements.scss */
iframe {
  width: 100%;
}

/* line 99, ../scss/partials/_elements.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 16px;
}

/* line 103, ../scss/partials/_elements.scss */
h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.188;
}

/* line 107, ../scss/partials/_elements.scss */
h2 {
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.143;
}

/* line 112, ../scss/partials/_elements.scss */
h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.273;
}

/* line 116, ../scss/partials/_elements.scss */
h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.333;
}

/* line 120, ../scss/partials/_elements.scss */
h5 {
  margin-bottom: 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}

/* line 125, ../scss/partials/_elements.scss */
h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
}

/* line 1, ../scss/partials/_tables.scss */
table {
  margin-bottom: 20px;
}
/* line 3, ../scss/partials/_tables.scss */
table td {
  padding: 4px;
  border-bottom: 1px solid #4d4d4d;
}

/* line 2, ../scss/partials/_forms.scss */
.validation.failed {
  margin-bottom: 20px;
  border: 1px solid #ffc135;
  background-color: #fff5df;
  padding: 20px 12px;
}

/* line 10, ../scss/partials/_forms.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 16, ../scss/partials/_forms.scss */
.formContainer header h2 {
  border-bottom: 4px solid #0071bc;
  padding-bottom: 4px;
}
/* line 19, ../scss/partials/_forms.scss */
.formContainer .alert {
  text-align: right;
}
/* line 21, ../scss/partials/_forms.scss */
.formContainer .alert em {
  font-weight: bold;
  color: #d13001;
}

/* line 27, ../scss/partials/_forms.scss */
form {
  border: 1px solid #e5e5e5;
  padding: 20px 12px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
}
/* line 29, ../scss/partials/_forms.scss */
form fieldset {
  margin-bottom: 24px;
}
/* line 31, ../scss/partials/_forms.scss */
form fieldset > legend {
  display: block;
  margin-bottom: 12px;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.333;
}
/* line 38, ../scss/partials/_forms.scss */
form fieldset > legend span {
  font-weight: normal;
}
/* line 42, ../scss/partials/_forms.scss */
form fieldset:last-of-type {
  margin-bottom: 0;
}
/* line 47, ../scss/partials/_forms.scss */
form .required > label:after, form .required > fieldset > div > legend:after {
  content: '*';
  color: #d13001;
  margin-left: 4px;
}
/* line 53, ../scss/partials/_forms.scss */
form div {
  padding-bottom: 16px;
}
/* line 55, ../scss/partials/_forms.scss */
form div:last-of-type {
  padding-bottom: 0;
}
/* line 59, ../scss/partials/_forms.scss */
form .help {
  display: block;
  clear: both;
  color: #666;
}
/* line 63, ../scss/partials/_forms.scss */
form .help i {
  display: none;
}
/* line 66, ../scss/partials/_forms.scss */
form .help .helpText {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 70, ../scss/partials/_forms.scss */
form label, form .fauxLabel {
  display: block;
  padding-bottom: 4px;
  cursor: pointer;
  word-wrap: break-word;
}
/* line 73, ../scss/partials/_forms.scss */
form .text, form .select, form [type="text"], form textarea {
  width: 100%;
  border: 1px solid #989898;
  padding: 4px;
}
/* line 76, ../scss/partials/_forms.scss */
form .radio, form .checkbox {
  margin-top: -3px;
}
/* line 79, ../scss/partials/_forms.scss */
form .fauxContent {
  width: 100%;
}
/* line 83, ../scss/partials/_forms.scss */
form .group input {
  margin-right: 4px;
}
/* line 86, ../scss/partials/_forms.scss */
form .group label * {
  vertical-align: middle;
}
/* line 92, ../scss/partials/_forms.scss */
form div.errorbox {
  padding-bottom: 24px;
  color: #fff;
}
/* line 95, ../scss/partials/_forms.scss */
form div.errorbox:after {
  position: absolute;
  margin-top: -1px;
  margin-left: 20px;
  content: '';
  border-style: solid;
  border-width: 14px 12.5px 0 12.5px;
  border-color: #d13001 transparent transparent transparent;
}
/* line 104, ../scss/partials/_forms.scss */
form div.errorbox p {
  background-color: #d13001;
  margin-bottom: 0;
  padding: 4px 8px;
}
/* line 111, ../scss/partials/_forms.scss */
form .passwordReminder {
  margin: 7px 0 0 8px;
  display: inline-block;
  vertical-align: top;
}

/* line 1, ../scss/partials/_buttons.scss */
.button, button {
  border: 0;
  display: inline-block;
  border-radius: 4px;
  padding: 8px 16px;
  background-color: #0071bc;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: background-color .2s ease-in;
          transition: background-color .2s ease-in;
}
/* line 15, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.button:hover, button:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
/* line 4, ../scss/partials/_buttons.scss */
.button [type="reset"], button [type="reset"] {
  background-color: #757575;
}
/* line 6, ../scss/partials/_buttons.scss */
.button [type="reset"]:hover, button [type="reset"]:hover {
  background-color: #757575;
}
/* line 11, ../scss/partials/_buttons.scss */
.button.cancel, button.cancel {
  background-color: #757575;
}
/* line 15, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.button.cancel:hover, button.cancel:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
/* line 16, ../scss/partials/_buttons.scss */
.button.noPush, button.noPush {
  margin-left: 0 !important;
}

/* line 1, ../scss/partials/_layout.scss */
#wrapper {
  background-color: #fff;
  overflow: hidden;
}

/* line 8, ../scss/partials/_layout.scss */
.columnOne > section > div {
  margin-bottom: 28px;
}

/* line 14, ../scss/partials/_layout.scss */
header.intro {
  margin-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
}

/* line 21, ../scss/partials/_layout.scss */
aside > div {
  margin-bottom: 28px;
}

/* line 27, ../scss/partials/_layout.scss */
#mainContent + footer {
  margin-top: 28px;
}

/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.categorySearch:after {
  content: '';
  clear: both;
  display: table;
}
/* line 33, ../scss/partials/_layout.scss */
.categorySearch .tabbedblocks {
  margin-bottom: 0;
}

/* line 40, ../scss/partials/_layout.scss */
.searchReflow .tabbedblocks {
  width: 65.90909%;
  float: left;
  margin-right: 2.27273%;
  display: inline;
}
/* line 43, ../scss/partials/_layout.scss */
.searchReflow .searchJobs {
  width: 31.81818%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
/* line 45, ../scss/partials/_layout.scss */
.searchReflow .searchJobs h3 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 8px 12px 4px;
  border: solid #e5e5e5;
  border-width: 1px 1px 0;
  background-color: #f8f8f8;
}
/* line 52, ../scss/partials/_layout.scss */
.searchReflow .searchJobs h3:before {
  margin-left: 0;
  color: #0071bc;
}
/* line 57, ../scss/partials/_layout.scss */
.searchReflow .searchJobs .bar {
  display: none;
}
/* line 60, ../scss/partials/_layout.scss */
.searchReflow .searchJobs label {
  display: block;
  float: none;
  margin-right: 0;
  width: auto;
  text-align: left;
}
/* line 67, ../scss/partials/_layout.scss */
.searchReflow .searchJobs input, .searchReflow .searchJobs select {
  width: 86%;
}
/* line 70, ../scss/partials/_layout.scss */
.searchReflow .searchJobs form {
  border-top: 0;
}
/* line 72, ../scss/partials/_layout.scss */
.searchReflow .searchJobs form button:first-child {
  margin-left: 0;
}

/* line 2, ../scss/partials/_structure.scss */
header .branding, footer .branding {
  padding: 20px 0;
}
/* line 4, ../scss/partials/_structure.scss */
header .branding img, footer .branding img {
  display: block;
  margin: auto;
  width: auto;
}

/* line 12, ../scss/partials/_structure.scss */
footer .sleeve {
  padding-top: 8px;
  padding-bottom: 16px;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
footer .sleeve:after {
  content: '';
  clear: both;
  display: table;
}
/* line 16, ../scss/partials/_structure.scss */
footer .sleeve .copyright {
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 19, ../scss/partials/_structure.scss */
footer .sleeve .right {
  margin-top: -10px;
}

/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.headerIntro:after {
  content: '';
  clear: both;
  display: table;
}

/* line 29, ../scss/partials/_structure.scss */
.headerOptions ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
}
/* line 31, ../scss/partials/_structure.scss */
.headerOptions ul li {
  padding-bottom: 4px;
}
/* line 34, ../scss/partials/_structure.scss */
.headerOptions ul i {
  margin-right: 4px;
}

/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.box:after {
  content: '';
  clear: both;
  display: table;
}
/* line 43, ../scss/partials/_structure.scss */
.box header h2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.box header h2:after {
  content: '';
  clear: both;
  display: table;
}
/* line 52, ../scss/partials/_structure.scss */
.box.styleOne header h2 {
  border-bottom: 4px solid #0071bc;
  padding-bottom: 4px;
}
/* line 58, ../scss/partials/_structure.scss */
.box.styleTwo {
  margin-bottom: 28px;
  border: 1px solid #e5e5e5;
  padding: 12px;
  background-color: #fff;
}
/* line 63, ../scss/partials/_structure.scss */
.box.styleTwo header h2 {
  background-color: #0071bc;
  padding: 4px 8px;
  color: #fff;
}
/* line 67, ../scss/partials/_structure.scss */
.box.styleTwo header h2 a {
  color: #fff;
}
/* line 74, ../scss/partials/_structure.scss */
.box.styleThree {
  border: 1px solid #e5e5e5;
  border-bottom: 4px solid #0071bc;
  padding: 12px;
  background-color: #fff;
}
/* line 82, ../scss/partials/_structure.scss */
.box.styleFour {
  border: 1px solid #e5e5e5;
  padding: 6px 8px;
  background-color: #f8f8f8;
}

/* line 115, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.box .formContainer form {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
}

/* line 95, ../scss/partials/_structure.scss */
.confirmation {
  position: absolute;
  top: 12px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  opacity: 0;
  visibility: hidden;
  min-height: 120px;
  -webkit-transition: opacity .2s ease-in, top .2s ease-in;
          transition: opacity .2s ease-in, top .2s ease-in;
  border: 1px solid #ffc135;
  padding: 12px 12px 12px 12px;
  background-color: #fff5df;
}
/* line 106, ../scss/partials/_structure.scss */
.confirmation.withdraw {
  min-height: 209px;
}
/* line 108, ../scss/partials/_structure.scss */
.confirmation.withdraw form {
  background: 0;
  border: 0;
  margin-bottom: 0;
  padding: 0;
}
/* line 113, ../scss/partials/_structure.scss */
.confirmation.withdraw form div {
  padding: 0;
}
/* line 117, ../scss/partials/_structure.scss */
.confirmation.withdraw legend {
  display: none;
}
/* line 121, ../scss/partials/_structure.scss */
.confirmation .warning {
  margin-top: 0;
  font-weight: bold;
}
/* line 124, ../scss/partials/_structure.scss */
.confirmation .warning span {
  font-weight: normal;
}
/* line 128, ../scss/partials/_structure.scss */
.confirmation textarea {
  margin-bottom: 16px;
  width: 80%;
}

/* line 137, ../scss/partials/_structure.scss */
div[data-confirmation-prompt] .showConfirmation .confirmation {
  opacity: 1;
  visibility: visible;
  z-index: 30;
  top: -1px;
}
/* line 143, ../scss/partials/_structure.scss */
div[data-confirmation-prompt] .showConfirmation .delete {
  display: none;
}

/* line 152, ../scss/partials/_structure.scss */
#footerNav ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
  padding: 0 8px;
  background-color: #4d4d4d;
}
/* line 156, ../scss/partials/_structure.scss */
#footerNav ul li {
  margin-bottom: 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #333333;
  padding: 6px 0;
  color: #fff;
}
/* line 162, ../scss/partials/_structure.scss */
#footerNav ul li.first {
  border-top: 0;
}
/* line 165, ../scss/partials/_structure.scss */
#footerNav ul li.last {
  border-bottom: 0;
}
/* line 169, ../scss/partials/_structure.scss */
#footerNav ul a {
  display: block;
  color: #fff;
}

/* line 177, ../scss/partials/_structure.scss */
.listBlock.footerPromos {
  border: 1px solid #e5e5e5;
  padding: 16px;
  background-color: #f8f8f8;
}
/* line 181, ../scss/partials/_structure.scss */
.listBlock.footerPromos li {
  margin-bottom: 16px;
  border: 1px solid #e5e5e5;
  border-bottom: 4px solid #0071bc;
  background-color: #fff;
  padding: 16px;
}
/* line 188, ../scss/partials/_structure.scss */
.listBlock.footerPromos h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
/* line 192, ../scss/partials/_structure.scss */
.listBlock.footerPromos h6 {
  margin-bottom: 8px;
}
/* line 195, ../scss/partials/_structure.scss */
.listBlock.footerPromos p {
  margin-top: 0;
}

/* line 1, ../scss/partials/_cookie.scss */
#cookiePolicy {
  position: fixed;
  z-index: 10;
  bottom: 0;
  padding: 8px 20px;
  width: 100%;
  background: #e5e5e5;
}
/* line 8, ../scss/partials/_cookie.scss */
#cookiePolicy .sleeve {
  max-width: 1180px;
  margin: 0 auto;
}
/* line 12, ../scss/partials/_cookie.scss */
#cookiePolicy h2 {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 8px;
}
/* line 17, ../scss/partials/_cookie.scss */
#cookiePolicy p {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 115, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
#cookiePolicy .formContainer form {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
}
/* line 21, ../scss/partials/_cookie.scss */
#cookiePolicy form {
  background-color: transparent;
}
/* line 24, ../scss/partials/_cookie.scss */
#cookiePolicy button {
  margin-left: 0;
}

/* line 1, ../scss/partials/_skiplinks.scss */
#skiplinks, #skiplinks li {
  display: inline;
  height: 0;
  list-style: none;
  padding: 0;
}

/* line 7, ../scss/partials/_skiplinks.scss */
#skiplinks a {
  position: absolute;
  top: 154px;
  left: -9999px;
  z-index: 10;
  border-radius: 5px;
  background: #FFF;
  padding: 7px 5px;
}

/* line 16, ../scss/partials/_skiplinks.scss */
#skiplinks a:focus, #skiplinks a:active {
  left: 20px;
}

/* line 19, ../scss/partials/_skiplinks.scss */
#skiplinks a:hover {
  border-color: #9DCDEA;
}

/* line 1, ../scss/partials/_credentials.scss */
.credentials {
  padding: 10px 10px 15px;
  color: #fff;
  background-color: #4d4d4d;
}
/* line 5, ../scss/partials/_credentials.scss */
.credentials > ul > li > a {
  color: #fff;
}
/* line 8, ../scss/partials/_credentials.scss */
.credentials ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
}
/* line 15, ../scss/partials/_credentials.scss */
.credentials .icon-logout:before {
  margin-top: 1px;
}
/* line 20, ../scss/partials/_credentials.scss */
.credentials .dropdown {
  position: relative;
}
/* line 22, ../scss/partials/_credentials.scss */
.credentials .dropdown.last:after {
  display: none;
}
/* line 25, ../scss/partials/_credentials.scss */
.credentials .dropdown > span {
  cursor: pointer;
}
/* line 28, ../scss/partials/_credentials.scss */
.credentials .dropdown i {
  margin-right: 0;
}
/* line 32, ../scss/partials/_credentials.scss */
.credentials .dropdown a i:before {
  margin: 0;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.credentials .twoColumns:after {
  content: '';
  clear: both;
  display: table;
}
/* line 40, ../scss/partials/_credentials.scss */
.credentials .twoColumns .column1 {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
}
/* line 42, ../scss/partials/_credentials.scss */
.credentials .twoColumns .column1 .first > span {
  font-weight: bold;
}
/* line 46, ../scss/partials/_credentials.scss */
.credentials .twoColumns .column2 {
  width: 32.20339%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  width: auto;
}
/* line 51, ../scss/partials/_credentials.scss */
.credentials .twoColumns .button:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e817';
  margin-right: 0;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.credentials .column > ul:after {
  content: '';
  clear: both;
  display: table;
}
/* line 62, ../scss/partials/_credentials.scss */
.credentials .column > ul > li {
  float: left;
  margin-right: 12px;
  margin-bottom: 0;
  line-height: 1;
}
/* line 68, ../scss/partials/_credentials.scss */
.credentials .column > ul > .todo {
  margin-right: 0;
}
/* line 71, ../scss/partials/_credentials.scss */
.credentials .column > ul > .first span {
  position: absolute;
  left: -9999px;
}
/* line 74, ../scss/partials/_credentials.scss */
.credentials .column > ul > li > a {
  display: inline-block;
  color: #fff;
}
/* line 78, ../scss/partials/_credentials.scss */
.credentials .column > ul > li > a > i + span {
  position: absolute;
  left: -9999px;
}
/* line 83, ../scss/partials/_credentials.scss */
.credentials .column2 > ul {
  float: right;
}
/* line 85, ../scss/partials/_credentials.scss */
.credentials .column2 > ul > .last {
  margin-right: 0;
}
/* line 90, ../scss/partials/_credentials.scss */
.credentials .subNav {
  display: none;
  color: #000;
  margin-left: -40px;
  padding-top: 16px;
  width: 250px;
}
/* line 96, ../scss/partials/_credentials.scss */
.credentials .subNav .sleeve {
  border: 1px solid #000;
  padding: 8px 12px;
  background: #fff;
  box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.3);
}
/* line 101, ../scss/partials/_credentials.scss */
.credentials .subNav .sleeve > p {
  margin-top: 0;
  margin-bottom: 4px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
/* line 109, ../scss/partials/_credentials.scss */
.credentials .subNav .sleeve ul {
  margin-left: 20px;
  list-style: disc;
}
/* line 113, ../scss/partials/_credentials.scss */
.credentials .subNav .sleeve li {
  line-height: 1.375;
}
/* line 117, ../scss/partials/_credentials.scss */
.credentials .subNav:before, .credentials .subNav:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 126, ../scss/partials/_credentials.scss */
.credentials .subNav:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 14px;
  left: 35px;
  top: -11px;
}
/* line 133, ../scss/partials/_credentials.scss */
.credentials .subNav:before {
  border-color: transparent;
  border-bottom-color: #000;
  border-width: 15px;
  left: 34px;
  top: -13px;
}
/* line 146, ../scss/partials/_credentials.scss */
.credentials .show > .subNav {
  display: block;
  position: absolute;
  z-index: 10;
}
/* line 153, ../scss/partials/_credentials.scss */
.credentials .todo .subNav {
  width: 450px;
}
/* line 155, ../scss/partials/_credentials.scss */
.credentials .todo .subNav .sleeve li {
  float: none;
  width: auto;
}
/* line 158, ../scss/partials/_credentials.scss */
.credentials .todo .subNav .sleeve li a {
  font-weight: bold;
}
/* line 166, ../scss/partials/_credentials.scss */
.credentials .accessibility .subNav {
  margin-left: -195px;
  width: 239px;
}
/* line 170, ../scss/partials/_credentials.scss */
.credentials .accessibility .subNav .sleeve:before {
  left: 176px;
}
/* line 173, ../scss/partials/_credentials.scss */
.credentials .accessibility .subNav .sleeve:after {
  left: 177px;
}
/* line 177, ../scss/partials/_credentials.scss */
.credentials .accessibility ul .icon-font {
  text-align: left;
}
/* line 179, ../scss/partials/_credentials.scss */
.credentials .accessibility ul .icon-font:before {
  margin-right: 6px;
  width: 20px;
  color: #0071bc;
  text-decoration: none;
}
/* line 185, ../scss/partials/_credentials.scss */
.credentials .accessibility ul .icon-font.smallSize:before {
  font-size: 0.8rem;
}
/* line 188, ../scss/partials/_credentials.scss */
.credentials .accessibility ul .icon-font.defaultSize:before {
  font-size: 1rem;
}
/* line 191, ../scss/partials/_credentials.scss */
.credentials .accessibility ul .icon-font.increaseSize:before {
  font-size: 1.2rem;
}
/* line 194, ../scss/partials/_credentials.scss */
.credentials .accessibility ul .icon-font.highContrast:before {
  width: 18px;
  margin-right: 9px;
  font-size: 0.8rem;
  background-color: #0071bc;
  border-radius: 2px;
  padding: 3px 0;
  color: #fff;
}
/* line 203, ../scss/partials/_credentials.scss */
.credentials .accessibility ul .icon-font.defaultView:before {
  background-color: #fff;
  color: #000;
  border: 1px solid #e5e5e5;
}

/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.credentials.signedOut:after {
  content: '';
  clear: both;
  display: table;
}
/* line 217, ../scss/partials/_credentials.scss */
.credentials.signedOut p:first-child {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
/* line 223, ../scss/partials/_credentials.scss */
.credentials.signedOut p {
  margin-bottom: 0;
}
/* line 227, ../scss/partials/_credentials.scss */
.credentials.signedOut .column1 .button {
  background-color: #fff;
  color: #0071bc;
}
/* line 229, ../scss/partials/_credentials.scss */
.credentials.signedOut .column1 .button:hover {
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  padding: 6px 14px;
}
/* line 234, ../scss/partials/_credentials.scss */
.credentials.signedOut .column2 {
  padding-left: 12px;
  min-height: 38px;
}
/* line 237, ../scss/partials/_credentials.scss */
.credentials.signedOut .column2 > h4 {
  text-align: right;
}
/* line 240, ../scss/partials/_credentials.scss */
.credentials.signedOut .column2 > ul {
  padding-top: 10px;
}

/* line 246, ../scss/partials/_credentials.scss */
.credentials .accessibility .subNav .sleeve ul {
  list-style: none;
  margin-left: 0;
}
/* line 249, ../scss/partials/_credentials.scss */
.credentials .accessibility .subNav .sleeve ul li:last-child span {
  display: inline-block;
  vertical-align: top;
}

/* line 257, ../scss/partials/_credentials.scss */
.js-disabled .credentials .subNav {
  display: block;
}

/* line 1, ../scss/partials/_crumbtrail.scss */
#crumbtrail {
  padding: 16px 0;
}
/* line 3, ../scss/partials/_crumbtrail.scss */
#crumbtrail ul {
  margin-bottom: 0;
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
#crumbtrail ul:after {
  content: '';
  clear: both;
  display: table;
}
/* line 8, ../scss/partials/_crumbtrail.scss */
#crumbtrail li {
  float: left;
  margin-right: 8px;
  margin-bottom: 0;
}
/* line 12, ../scss/partials/_crumbtrail.scss */
#crumbtrail li.selected {
  color: #000;
}
/* line 15, ../scss/partials/_crumbtrail.scss */
#crumbtrail li:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  margin: 0 4px 0 0;
  content: '\e82a';
}
/* line 20, ../scss/partials/_crumbtrail.scss */
#crumbtrail li.first:before {
  display: none;
}

/* line 1, ../scss/partials/_helper-classes.scss */
.hide {
  position: absolute;
  left: -9999px;
}

/* line 6, ../scss/partials/_helper-classes.scss */
.promo img {
  width: 100%;
  height: auto;
}

/* line 12, ../scss/partials/_helper-classes.scss */
.right {
  float: right;
}

/* line 16, ../scss/partials/_helper-classes.scss */
.more {
  display: inline-block;
  font-weight: bold;
}
/* line 96, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.more:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e82a';
  text-decoration: none;
}

/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.searchAlerts .sleeve:after {
  content: '';
  clear: both;
  display: table;
}
/* line 167, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.searchAlerts .sleeve .icon-rss-squared {
  float: right;
  margin-top: -1px;
  text-decoration: none;
}
/* line 171, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.searchAlerts .sleeve .icon-rss-squared:before {
  display: inline;
  margin: 0;
  width: 24px;
  height: 24px;
  font-size: 30px;
  font-size: 1.875rem;
  color: #efa600;
}

/* line 3, ../scss/partials/_mainnav.scss */
.menuStyle1 ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
  background-color: #0071bc;
}
/* line 8, ../scss/partials/_mainnav.scss */
.menuStyle1 > ul > li > a {
  font-weight: bold;
  color: #fff;
}
/* line 15, ../scss/partials/_mainnav.scss */
.menuStyle1 .navToggle {
  background-color: #0071bc;
  color: #fff;
  font-weight: bold;
}
/* line 19, ../scss/partials/_mainnav.scss */
.menuStyle1 .navToggle > a {
  display: block;
  padding: 10px 12px 10px 5px;
  color: white;
  text-decoration: none;
}
/* line 25, ../scss/partials/_mainnav.scss */
.menuStyle1 .navToggle span {
  cursor: pointer;
}
/* line 27, ../scss/partials/_mainnav.scss */
.menuStyle1 .navToggle span .bar {
  float: right;
  font-size: 16px;
  font-size: 1rem;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.menuStyle1 .dropdown:after {
  content: '';
  clear: both;
  display: table;
}
/* line 37, ../scss/partials/_mainnav.scss */
.menuStyle1 .dropdown .handle {
  cursor: pointer;
  float: right;
  color: #fff;
}
/* line 42, ../scss/partials/_mainnav.scss */
.menuStyle1 .dropdown > ul {
  display: none;
  background-color: #f2f2f2;
}
/* line 45, ../scss/partials/_mainnav.scss */
.menuStyle1 .dropdown > ul > li {
  padding-bottom: 12px;
}
/* line 53, ../scss/partials/_mainnav.scss */
.menuStyle1 .show .handle {
  color: #0071bc;
}

/* line 65, ../scss/partials/_mainnav.scss */
.js-disabled .credentials .column > ul > li {
  float: none;
  margin-right: 0;
}
/* line 69, ../scss/partials/_mainnav.scss */
.js-disabled .credentials .column > ul > .first span {
  position: static;
  left: auto;
}
/* line 72, ../scss/partials/_mainnav.scss */
.js-disabled .credentials .column > ul > li > a > i + span {
  position: static;
  left: auto;
}
/* line 75, ../scss/partials/_mainnav.scss */
.js-disabled .credentials .subNav {
  margin-left: 0;
  margin-bottom: 20px;
  width: auto;
}
/* line 80, ../scss/partials/_mainnav.scss */
.js-disabled .credentials .subNav:after, .js-disabled .credentials .subNav:before {
  display: none;
}
/* line 83, ../scss/partials/_mainnav.scss */
.js-disabled .credentials .todo .subNav {
  width: auto;
  margin-left: 0;
}
/* line 87, ../scss/partials/_mainnav.scss */
.js-disabled .credentials.twoColumns .column {
  float: none;
  width: auto;
  margin-right: 0;
}
/* line 92, ../scss/partials/_mainnav.scss */
.js-disabled .credentials.twoColumns .column ul {
  float: none;
}
/* line 95, ../scss/partials/_mainnav.scss */
.js-disabled .credentials .accessibility .sleeve {
  width: auto;
}
/* line 102, ../scss/partials/_mainnav.scss */
.js-disabled .menuStyle1 .handle {
  display: none;
}

/* line 4, ../scss/partials/component/_gallery.scss */
.slider ul, .slider ol {
  margin-bottom: 0;
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
}
/* line 9, ../scss/partials/component/_gallery.scss */
.slider .sliderContent {
  position: relative;
}
/* line 14, ../scss/partials/component/_gallery.scss */
.slider .thumbs {
  padding-bottom: 8px;
  overflow: hidden;
  clear: both;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.slider .thumbs ul:after {
  content: '';
  clear: both;
  display: table;
}
/* line 21, ../scss/partials/component/_gallery.scss */
.slider .thumbs li {
  float: left;
  margin: 0;
  border: 0;
}
/* line 30, ../scss/partials/component/_gallery.scss */
.slider .controls {
  position: absolute;
  bottom: -30px;
  right: 0;
}
/* line 34, ../scss/partials/component/_gallery.scss */
.slider .controls li {
  float: left;
  margin-bottom: 0;
  margin-left: 4px;
}
/* line 38, ../scss/partials/component/_gallery.scss */
.slider .controls li i {
  display: block;
  width: 31px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #0071bc;
  cursor: pointer;
}
/* line 49, ../scss/partials/component/_gallery.scss */
.slider .controls .disabled i {
  background-color: #757575;
  cursor: default;
}
/* line 53, ../scss/partials/component/_gallery.scss */
.slider .controls .previous i {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 57, ../scss/partials/component/_gallery.scss */
.slider .controls .next i {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 61, ../scss/partials/component/_gallery.scss */
.slider .controls .help {
  display: block;
  width: 31px;
  height: 32px;
}
/* line 66, ../scss/partials/component/_gallery.scss */
.slider .controls .helpText {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 73, ../scss/partials/component/_gallery.scss */
.slider .thumbIcons {
  float: left;
  margin-top: 8px;
}
/* line 76, ../scss/partials/component/_gallery.scss */
.slider .thumbIcons li {
  float: left;
  margin-bottom: 0;
  margin-right: 4px;
}
/* line 81, ../scss/partials/component/_gallery.scss */
.slider .thumbIcons a {
  display: block;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  background-color: #757575;
  outline: none;
}
/* line 91, ../scss/partials/component/_gallery.scss */
.slider .thumbIcons .selected a {
  background-color: #0071bc;
}

/* line 1, ../scss/partials/component/_tabs.scss */
.tabbedblocks {
  margin-bottom: 20px;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.tabbedblocks:after {
  content: '';
  clear: both;
  display: table;
}
/* line 4, ../scss/partials/component/_tabs.scss */
.tabbedblocks .tab {
  margin-bottom: 0;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  background-color: #0071bc;
}
/* line 12, ../scss/partials/component/_tabs.scss */
.tabbedblocks .tab .bar {
  float: right;
  cursor: pointer;
}
/* line 17, ../scss/partials/component/_tabs.scss */
.tabbedblocks .content {
  margin-bottom: 4px;
  padding: 12px 12px 8px;
  display: none;
}
/* line 25, ../scss/partials/component/_tabs.scss */
.tabbedblocks .selected .tab {
  cursor: default;
}
/* line 28, ../scss/partials/component/_tabs.scss */
.tabbedblocks .selected .content {
  display: block;
  border: solid #e5e5e5;
  border-width: 0 1px 1px;
  background-color: #f8f8f8;
}
/* line 115, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.tabbedblocks .formContainer form {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
}

/* line 44, ../scss/partials/component/_tabs.scss */
.pagereload .tab a {
  color: #fff;
}

/* line 52, ../scss/partials/component/_tabs.scss */
.tabbedblocks .searchJobs .content {
  padding: 16px 12px 20px;
}

/* line 60, ../scss/partials/component/_tabs.scss */
.js-disabled .tabbedblocks {
  background-color: #fff;
}
/* line 64, ../scss/partials/component/_tabs.scss */
.js-disabled .tabbedblocks .block .tab {
  color: #000;
  float: none;
  margin-left: 0;
  background-color: transparent;
  cursor: default;
}
/* line 70, ../scss/partials/component/_tabs.scss */
.js-disabled .tabbedblocks .block .tab .tabToggle {
  display: none;
}
/* line 74, ../scss/partials/component/_tabs.scss */
.js-disabled .tabbedblocks .block .content {
  display: block;
  float: none;
  clear: none;
  border: 0;
  margin: 0;
  width: auto;
  background-color: transparent;
}

/* line 2, ../scss/partials/component/_lists.scss */
.listBlock {
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
  clear: both;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.listBlock li:after {
  content: '';
  clear: both;
  display: table;
}
/* line 7, ../scss/partials/component/_lists.scss */
.listBlock li h3 a:hover {
  color: #000;
}

/* line 14, ../scss/partials/component/_lists.scss */
.pullLeft figure {
  float: left;
  margin-right: 20px;
}

/* line 20, ../scss/partials/component/_lists.scss */
.pullRight figure {
  float: right;
  margin-left: 20px;
}

/* line 26, ../scss/partials/component/_lists.scss */
.listBadge {
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 29, ../scss/partials/component/_lists.scss */
.listBadge .badge {
  margin-left: 4px;
  color: #4d4d4d;
}
/* line 33, ../scss/partials/component/_lists.scss */
.listBadge + .all {
  margin-bottom: 0;
  font-weight: bold;
}

/* line 40, ../scss/partials/component/_lists.scss */
.listInline {
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.listInline:after {
  content: '';
  clear: both;
  display: table;
}
/* line 44, ../scss/partials/component/_lists.scss */
.listInline li {
  margin-bottom: 0;
  float: left;
  margin-right: 4px;
}

/* line 51, ../scss/partials/component/_lists.scss */
.listBadge .partners {
  list-style-type: disc;
  color: #0071bc;
}

/* line 12, ../scss/partials/component/_paging.scss */
.paging ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.paging ul:after {
  content: '';
  clear: both;
  display: table;
}
/* line 16, ../scss/partials/component/_paging.scss */
.paging li {
  color: #fff;
  font-weight: bold;
  margin-bottom: 4px;
}
/* line 20, ../scss/partials/component/_paging.scss */
.paging li * {
  display: block;
  background-color: #0071bc;
  border-radius: 3px;
  padding: 4px 12px 8px;
  -webkit-transition: background-color .2s ease-in;
          transition: background-color .2s ease-in;
}
/* line 27, ../scss/partials/component/_paging.scss */
.paging li a {
  color: #fff;
}
/* line 29, ../scss/partials/component/_paging.scss */
.paging li a:hover {
  text-decoration: none;
  background-color: #000;
}
/* line 37, ../scss/partials/component/_paging.scss */
.paging .selected span {
  background-color: #757575;
  text-decoration: none;
}
/* line 42, ../scss/partials/component/_paging.scss */
.paging .disabled span {
  background-color: #757575;
  text-decoration: none;
}

/* line 6, ../scss/partials/component/_expandables.scss */
.toggleContent.collapsed li {
  position: absolute;
  left: -9999px;
}
/* line 10, ../scss/partials/component/_expandables.scss */
.toggleContent.collapsed li.always {
  position: static;
  left: auto;
}
/* line 13, ../scss/partials/component/_expandables.scss */
.toggleContent.collapsed li:not(.always) {
  opacity: 0;
}
/* line 18, ../scss/partials/component/_expandables.scss */
.toggleContent.collapsed .more:after {
  content: '\e82c';
}
/* line 24, ../scss/partials/component/_expandables.scss */
.toggleContent li {
  .transition: opacity .25s ease-in;
}
/* line 30, ../scss/partials/component/_expandables.scss */
.toggleContent .more {
  cursor: pointer;
  color: #0071bc;
  font-weight: bold;
}
/* line 34, ../scss/partials/component/_expandables.scss */
.toggleContent .more:hover {
  text-decoration: underline;
}
/* line 37, ../scss/partials/component/_expandables.scss */
.toggleContent .more:before {
  display: none;
}
/* line 40, ../scss/partials/component/_expandables.scss */
.toggleContent .more:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e82b';
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
}
/* line 46, ../scss/partials/component/_expandables.scss */
.toggleContent .more:hover:after {
  text-decoration: none;
}

/* line 54, ../scss/partials/component/_expandables.scss */
nav[class="toggleContent "] li:not(.always) {
  opacity: 1;
}

/* line 3, ../scss/partials/component/_search.scss */
.searchAlerts .sleeve {
  position: relative;
  border: 1px solid #ffc135;
  padding: 4px 40px 8px 8px;
  background-color: #fff5df;
}
/* line 6, ../scss/partials/component/_search.scss */
.searchAlerts .sleeve .icon-rss-squared {
  position: absolute;
  top: 3px;
  right: 4px;
}
/* line 12, ../scss/partials/component/_search.scss */
.searchAlerts .icon-mail-alt:before {
  color: #efa600;
}
/* line 15, ../scss/partials/component/_search.scss */
.searchAlerts form {
  display: none;
}
/* line 17, ../scss/partials/component/_search.scss */
.searchAlerts form label {
  display: block;
  float: none;
  width: auto;
  margin-right: 0;
  text-align: left;
}
/* line 25, ../scss/partials/component/_search.scss */
.searchAlerts form button:first-child {
  margin-left: 0;
}
/* line 31, ../scss/partials/component/_search.scss */
.searchAlerts.show form {
  display: block;
}
/* line 35, ../scss/partials/component/_search.scss */
.searchAlerts a {
  font-weight: bold;
}

/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.refineResults:after {
  content: '';
  clear: both;
  display: table;
}
/* line 44, ../scss/partials/component/_search.scss */
.refineResults > span {
  float: left;
  margin-right: 4px;
  font-weight: bold;
}
/* line 47, ../scss/partials/component/_search.scss */
.refineResults > span:after {
  content: ":";
}
/* line 51, ../scss/partials/component/_search.scss */
.refineResults ul {
  float: left;
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 56, ../scss/partials/component/_search.scss */
.refineResults li {
  float: left;
  margin-right: 8px;
}
/* line 59, ../scss/partials/component/_search.scss */
.refineResults li a {
  font-weight: bold;
}
/* line 61, ../scss/partials/component/_search.scss */
.refineResults li a:before {
  color: #0071bc;
  text-decoration: none;
}

/* line 71, ../scss/partials/component/_search.scss */
.resultsSort {
  border: 1px solid #e5e5e5;
  padding: 20px 12px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding: 4px;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 75, ../scss/partials/component/_search.scss */
.resultsSort > span {
  font-weight: bold;
}
/* line 78, ../scss/partials/component/_search.scss */
.resultsSort > .listInline {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
/* line 84, ../scss/partials/component/_search.scss */
.resultsSort li:after {
  content: '|';
  margin-left: 4px;
  text-decoration: none;
}
/* line 89, ../scss/partials/component/_search.scss */
.resultsSort li:last-child:after {
  content: '';
}
/* line 93, ../scss/partials/component/_search.scss */
.resultsSort .selected span {
  font-weight: bolder;
  color: #0071bc;
}

/* line 100, ../scss/partials/component/_search.scss */
.activeCategories {
  position: relative;
}
/* line 102, ../scss/partials/component/_search.scss */
.activeCategories li {
  margin-bottom: 8px;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.activeCategories li:after {
  content: '';
  clear: both;
  display: table;
}
/* line 105, ../scss/partials/component/_search.scss */
.activeCategories li a {
  text-decoration: none;
}
/* line 107, ../scss/partials/component/_search.scss */
.activeCategories li a span:first-child {
  float: left;
}
/* line 110, ../scss/partials/component/_search.scss */
.activeCategories li a span:hover {
  text-decoration: underline;
}
/* line 115, ../scss/partials/component/_search.scss */
.activeCategories li .custom-cancel-circled:after {
  margin: 0;
  border-radius: 16px;
  font-size: 23px;
  font-size: 1.4375rem;
  width: 20px;
  height: 20px;
  line-height: 19px;
  background-color: #f8f8f8;
  text-decoration: none;
  color: #d13001;
  position: absolute;
  right: 0;
  margin-top: 2px;
  border: 0;
}
/* line 122, ../scss/partials/component/_search.scss */
.activeCategories li .custom-cancel-circled:hover:after {
  color: #d13001;
}

/* line 130, ../scss/partials/component/_search.scss */
.facet {
  margin: 20px 0;
}
/* line 131, ../scss/partials/component/_search.scss */
.facet:first-of-type {
  margin-top: 12px;
}
/* line 135, ../scss/partials/component/_search.scss */
.facet header h3 {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.333;
}
/* line 141, ../scss/partials/component/_search.scss */
.facet h4 {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}
/* line 147, ../scss/partials/component/_search.scss */
.facet ul {
  margin: 0;
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
}

/* line 155, ../scss/partials/component/_search.scss */
.facet label {
  text-align: left;
  padding-bottom: 8px;
}
/* line 159, ../scss/partials/component/_search.scss */
.facet .group {
  margin-left: 0;
}
/* line 161, ../scss/partials/component/_search.scss */
.facet .group label {
  float: none;
  display: block;
  width: auto;
  margin-right: 0;
  padding-bottom: 4px;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.facet .group label:after {
  content: '';
  clear: both;
  display: table;
}
/* line 169, ../scss/partials/component/_search.scss */
.facet .group label > .checkbox {
  float: left;
  margin-top: 4px;
}
/* line 173, ../scss/partials/component/_search.scss */
.facet .group label > span {
  float: left;
  width: 88%;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.facet .group label > span:after {
  content: '';
  clear: both;
  display: table;
}
/* line 177, ../scss/partials/component/_search.scss */
.facet .group label > span .description {
  float: left;
  width: 82%;
}
/* line 186, ../scss/partials/component/_search.scss */
.facet .group label > span .badge {
  float: right;
}

/* line 193, ../scss/partials/component/_search.scss */
.search .facet {
  padding-bottom: 0;
}
/* line 196, ../scss/partials/component/_search.scss */
.search .group {
  padding-bottom: 0;
  padding-left: 4px;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.search header:after {
  content: '';
  clear: both;
  display: table;
}
/* line 202, ../scss/partials/component/_search.scss */
.search header h3 {
  float: left;
}
/* line 205, ../scss/partials/component/_search.scss */
.search header .clearChecked {
  float: left;
  margin-top: 4px;
  margin-left: 8px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  color: #0071bc;
  text-transform: uppercase;
}
/* line 216, ../scss/partials/component/_search.scss */
.search form button:first-child {
  margin-left: 0;
}
/* line 219, ../scss/partials/component/_search.scss */
.search #jobsearchKeyword {
  float: none;
  margin-right: 0;
  width: 100%;
}

/* line 228, ../scss/partials/component/_search.scss */
.js-disabled .clearChecked {
  display: none;
}
/* line 231, ../scss/partials/component/_search.scss */
.js-disabled .searchAlerts form {
  display: block;
}

/* line 8, ../scss/partials/component/_jobs.scss */
.jobsStatus {
  padding: 5px 8px 4px;
}
/* line 10, ../scss/partials/component/_jobs.scss */
.jobsStatus span {
  margin-right: 1px;
  font-weight: bold;
  color: #fff;
}
/* line 17, ../scss/partials/component/_jobs.scss */
.jobsStatus.styleOne {
  background-color: #4b9700;
}
/* line 22, ../scss/partials/component/_jobs.scss */
.jobsStatus.styleTwo {
  background-color: #efa600;
}
/* line 27, ../scss/partials/component/_jobs.scss */
.jobsStatus.styleThree {
  background-color: #d13001;
}
/* line 32, ../scss/partials/component/_jobs.scss */
.jobsStatus.styleFour {
  background-color: #d13001;
}
/* line 34, ../scss/partials/component/_jobs.scss */
.jobsStatus.styleFour .icon-clock {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 48px;
  color: #d13001;
  display: none;
}
/* line 41, ../scss/partials/component/_jobs.scss */
.jobsStatus.styleFour .daysRemaining {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 2px 0 5px;
}
/* line 49, ../scss/partials/component/_jobs.scss */
.jobsStatus.styleFive {
  background-color: #999999;
}

/* line 54, ../scss/partials/component/_jobs.scss */
.jobsHeader {
  margin-top: 24px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid #f8f8f8;
}
/* line 59, ../scss/partials/component/_jobs.scss */
.jobsHeader .jobsStatus {
  float: right;
}
/* line 62, ../scss/partials/component/_jobs.scss */
.jobsHeader h1 small {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-size: 1rem;
  color: #0071bc;
}
/* line 68, ../scss/partials/component/_jobs.scss */
.jobsHeader .pageOptions {
  margin-top: 12px;
}

/* line 73, ../scss/partials/component/_jobs.scss */
.jobsOptions {
  margin: 24px 0;
  border: solid #e5e5e5;
  border-width: 2px 0;
  padding: 8px 0;
  clear: both;
}
/* line 80, ../scss/partials/component/_jobs.scss */
.jobsOptions .button:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e817';
  text-decoration: none;
  margin-left: 8px;
}
/* line 86, ../scss/partials/component/_jobs.scss */
.jobsOptions .button span {
  position: absolute;
  left: -9999px;
}
/* line 90, ../scss/partials/component/_jobs.scss */
.jobsOptions .icon-star {
  float: left;
  color: #757575;
  font-weight: bold;
}
/* line 94, ../scss/partials/component/_jobs.scss */
.jobsOptions .icon-star:before {
  margin-right: 8px;
  -webkit-transition: color .2s ease-in;
          transition: color .2s ease-in;
}
/* line 98, ../scss/partials/component/_jobs.scss */
.jobsOptions .icon-star span {
  color: #165eab;
  -webkit-transition: color .2s ease-in;
          transition: color .2s ease-in;
}
/* line 102, ../scss/partials/component/_jobs.scss */
.jobsOptions .icon-star:hover {
  text-decoration: none;
}
/* line 104, ../scss/partials/component/_jobs.scss */
.jobsOptions .icon-star:hover span {
  color: #000;
}
/* line 107, ../scss/partials/component/_jobs.scss */
.jobsOptions .icon-star:hover:before {
  color: #0071bc;
}
/* line 112, ../scss/partials/component/_jobs.scss */
.jobsOptions .saveJobSaved:before {
  color: #0071bc;
}
/* line 115, ../scss/partials/component/_jobs.scss */
.jobsOptions .last {
  float: none;
  clear: both;
  padding: 12px 0;
}
/* line 119, ../scss/partials/component/_jobs.scss */
.jobsOptions .last .listInline li {
  float: none;
  padding: 8px 0;
}
/* line 124, ../scss/partials/component/_jobs.scss */
.jobsOptions .listInline {
  margin: 9px 0 0;
}
/* line 128, ../scss/partials/component/_jobs.scss */
.jobsOptions.listInline .icon-star {
  margin-top: 8px;
  margin-left: 16px;
}

/* line 135, ../scss/partials/component/_jobs.scss */
.jobsOptions + .jobsList {
  margin: 32px 0 24px;
}

/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.jobsPaging:after {
  content: '';
  clear: both;
  display: table;
}
/* line 142, ../scss/partials/component/_jobs.scss */
.jobsPaging > .first a {
  font-weight: bold;
}
/* line 145, ../scss/partials/component/_jobs.scss */
.jobsPaging > .last {
  float: right;
  margin-right: 0;
}
/* line 148, ../scss/partials/component/_jobs.scss */
.jobsPaging > .last ul {
  float: left;
}
/* line 152, ../scss/partials/component/_jobs.scss */
.jobsPaging ul {
  margin: 0;
}

/* line 160, ../scss/partials/component/_jobs.scss */
.related p {
  margin-top: 0;
}
/* line 163, ../scss/partials/component/_jobs.scss */
.related a {
  font-weight: bold;
}
/* line 166, ../scss/partials/component/_jobs.scss */
.related ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
}
/* line 169, ../scss/partials/component/_jobs.scss */
.related li {
  margin-bottom: 12px;
}

/* line 176, ../scss/partials/component/_jobs.scss */
.popOver li {
  position: relative;
}
/* line 178, ../scss/partials/component/_jobs.scss */
.popOver li > a {
  float: left;
  text-transform: uppercase;
  color: #000;
}
/* line 183, ../scss/partials/component/_jobs.scss */
.popOver li i {
  float: left;
  background-color: #757575;
  color: #fff;
  padding: 3px;
}
/* line 190, ../scss/partials/component/_jobs.scss */
.popOver li span {
  float: left;
  border: 1px solid #e5e5e5;
  padding: 4px 8px 3px 8px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 199, ../scss/partials/component/_jobs.scss */
.popOver li.first span {
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 204, ../scss/partials/component/_jobs.scss */
.popOver li.first i {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 210, ../scss/partials/component/_jobs.scss */
.popOver li.last {
  margin-right: 0;
}
/* line 212, ../scss/partials/component/_jobs.scss */
.popOver li.last span {
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-left: 8px;
}
/* line 218, ../scss/partials/component/_jobs.scss */
.popOver li.last i {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 227, ../scss/partials/component/_jobs.scss */
.popOver .content {
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 10;
  border: 1px solid #e5e5e5;
  width: 377px;
  height: 90px;
  box-shadow: 5px 5px 6px 0 rgba(143, 143, 143, 0.51);
  background-color: #fff;
  opacity: 0;
}
/* line 238, ../scss/partials/component/_jobs.scss */
.popOver .content * {
  margin: 0;
}
/* line 241, ../scss/partials/component/_jobs.scss */
.popOver .content a {
  color: #000;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.popOver .content a:after {
  content: '';
  clear: both;
  display: table;
}
/* line 245, ../scss/partials/component/_jobs.scss */
.popOver .content .sleeve {
  float: right;
  padding: 8px;
  text-align: right;
}
/* line 249, ../scss/partials/component/_jobs.scss */
.popOver .content .sleeve h3 {
  margin-bottom: 8px;
  color: #165eab;
  max-width: 315px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.125rem;
}
/* line 258, ../scss/partials/component/_jobs.scss */
.popOver .content .sleeve div {
  color: #0071bc;
}
/* line 262, ../scss/partials/component/_jobs.scss */
.popOver .content i {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 41px;
  font-size: 60px;
  line-height: 73px;
  text-indent: -18px;
  background-color: #757575;
}
/* line 275, ../scss/partials/component/_jobs.scss */
.popOver .next .content {
  right: 0;
}
/* line 277, ../scss/partials/component/_jobs.scss */
.popOver .next .content .sleeve {
  float: left;
  text-align: left;
}
/* line 281, ../scss/partials/component/_jobs.scss */
.popOver .next .content i {
  left: auto;
  right: -1px;
}
/* line 288, ../scss/partials/component/_jobs.scss */
.popOver .previous .content {
  left: -234px;
}

/* line 296, ../scss/partials/component/_jobs.scss */
.no-touch .popOver li:hover .content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .25s ease-in;
          transition: opacity .25s ease-in;
}

/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
header:after {
  content: '';
  clear: both;
  display: table;
}
/* line 167, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
header .icon-rss-squared {
  float: right;
  margin-top: -1px;
  text-decoration: none;
}
/* line 171, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
header .icon-rss-squared:before {
  display: inline;
  margin: 0;
  width: 24px;
  height: 24px;
  font-size: 30px;
  font-size: 1.875rem;
  color: #efa600;
}

/* line 3, ../scss/partials/component/_jobsList.scss */
.helpTextStyles, .listBlock.jobsList .jobDescription .helpText, .no-touch .jobOfTheWeek h3 .help:hover .helpText {
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
  width: 140px;
}

/* line 11, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList header h2 {
  margin-bottom: 8px;
}
/* line 14, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.listBlock.jobsList ul:after {
  content: '';
  clear: both;
  display: table;
}
/* line 18, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList li {
  margin-bottom: 0;
  border-bottom: 3px solid #e5e5e5;
  padding-top: 12px;
  padding-bottom: 12px;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.listBlock.jobsList li:after {
  content: '';
  clear: both;
  display: table;
}
/* line 24, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList li:first-child {
  padding-top: 0;
}
/* line 28, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList article {
  padding-left: 28px;
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
}
/* line 31, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList article h3 {
  margin-bottom: 0;
  position: relative;
}
/* line 34, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList article h3 > a[itemprop="title"] {
  display: block;
  width: 92%;
}
/* line 39, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList article p {
  margin: 4px 0;
}
/* line 42, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList article .meta + p {
  color: #666;
}
/* line 46, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList figure {
  float: right;
  margin-top: 12px;
  margin-left: 0;
  max-width: 100px;
  text-align: right;
}
/* line 53, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList .meta {
  color: #0071bc;
}
/* line 56, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList .icon-star {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
}
/* line 57, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList .icon-star:before {
  margin: 0;
}
/* line 65, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList .icon-star.loading:before {
  background: url(../images/loader.gif) no-repeat center;
  content: '';
  width: 20px;
  height: 20px;
}
/* line 78, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList .jobDetails h4 {
  position: absolute;
  left: -9999px;
  color: #666;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4px;
}
/* line 85, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList .jobDetails p {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 87, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList .jobDetails p span:after {
  content: " | ";
}
/* line 90, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList .jobDetails p span:last-of-type:after {
  content: '';
}
/* line 95, ../scss/partials/component/_jobsList.scss */
.listBlock.jobsList .button {
  float: right;
}

/* line 101, ../scss/partials/component/_jobsList.scss */
.box .icon-star {
  float: right;
  color: #757575;
  -webkit-transition: color .2s ease-in;
          transition: color .2s ease-in;
}
/* line 105, ../scss/partials/component/_jobsList.scss */
.box .icon-star.saveJobSaved {
  color: #0071bc;
}
/* line 108, ../scss/partials/component/_jobsList.scss */
.box .icon-star:hover {
  text-decoration: none;
  color: #0071bc;
}

/* line 115, ../scss/partials/component/_jobsList.scss */
.jobOfTheWeek {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 14px;
}
/* line 118, ../scss/partials/component/_jobsList.scss */
.jobOfTheWeek header h2 {
  margin-bottom: 8px;
}
/* line 121, ../scss/partials/component/_jobsList.scss */
.jobOfTheWeek h3 {
  margin-bottom: 0;
}
/* line 124, ../scss/partials/component/_jobsList.scss */
.jobOfTheWeek .icon-star.help {
  margin-right: 12px;
}
/* line 126, ../scss/partials/component/_jobsList.scss */
.jobOfTheWeek .icon-star.help:before {
  margin-left: 0;
}
/* line 130, ../scss/partials/component/_jobsList.scss */
.jobOfTheWeek .meta {
  margin: 4px 0;
  color: #0071bc;
}
/* line 134, ../scss/partials/component/_jobsList.scss */
.jobOfTheWeek.slider {
  padding-bottom: 22px;
}
/* line 137, ../scss/partials/component/_jobsList.scss */
.jobOfTheWeek p {
  margin: 4px 0;
}
/* line 140, ../scss/partials/component/_jobsList.scss */
.jobOfTheWeek figure {
  max-width: 100px;
}
/* line 143, ../scss/partials/component/_jobsList.scss */
.jobOfTheWeek .more {
  margin-top: 8px;
}

/* line 150, ../scss/partials/component/_jobsList.scss */
.jobsOfTheWeek ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
}
/* line 155, ../scss/partials/component/_jobsList.scss */
.jobsOfTheWeek ul li {
  border: 1px solid #D3E3F6;
  margin-bottom: 15px;
}
/* line 158, ../scss/partials/component/_jobsList.scss */
.jobsOfTheWeek ul li:last-child {
  margin-bottom: 0;
}
/* line 162, ../scss/partials/component/_jobsList.scss */
.jobsOfTheWeek ul a {
  /* display: block; */
  /* display: flex; */
  display: table;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* background-color: #F2F8FD; */
}
/* line 170, ../scss/partials/component/_jobsList.scss */
.jobsOfTheWeek ul span {
  /* @include fontSize(14px); */
  /* line-height: (19 / 14); */
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333;
  color: #0071bc;
}
/* line 177, ../scss/partials/component/_jobsList.scss */
.jobsOfTheWeek ul .jobsOfTheWeek--job-title {
  margin-bottom: 0;
  /* @include fontSize(16px); */
  /* line-height: (22 / 16); */
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.35714;
}
/* line 184, ../scss/partials/component/_jobsList.scss */
.jobsOfTheWeek ul .jobsOfTheWeek--category-level {
  display: none;
}
/* line 187, ../scss/partials/component/_jobsList.scss */
.jobsOfTheWeek ul .jobsOfTheWeek--close-date {
  display: none;
  font-weight: bold;
}
/* line 191, ../scss/partials/component/_jobsList.scss */
.jobsOfTheWeek ul div {
  padding: 8px;
  vertical-align: middle;
}
/* line 195, ../scss/partials/component/_jobsList.scss */
.jobsOfTheWeek ul div:first-of-type {
  display: table-cell;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #F2F8FD;
  /* min-height: 114px; */
}
/* line 200, ../scss/partials/component/_jobsList.scss */
.jobsOfTheWeek ul div:first-of-type + div {
  text-align: center;
}
/* line 203, ../scss/partials/component/_jobsList.scss */
.jobsOfTheWeek ul div:first-of-type + div img {
  vertical-align: middle;
}
/* line 208, ../scss/partials/component/_jobsList.scss */
.jobsOfTheWeek ul div:nth-child(2) {
  /* background-color: #FFF; */
  display: table-cell;
  width: 95px;
  vertical-align: middle;
}
/* line 213, ../scss/partials/component/_jobsList.scss */
.jobsOfTheWeek ul div:nth-child(2) img {
  max-width: none;
}

/* line 2, ../scss/partials/component/_jobMicrosite.scss */
#jobsMicrosite .credentials,
#jobsMicrosite header .branding,
#jobsMicrosite footer .branding,
#jobsMicrosite #mainNav,
#jobsMicrosite .listBlock.footerPromos,
#jobsMicrosite #footerNav,
#jobsMicrosite #mainContent + footer,
#jobsMicrosite .columnTwo,
#jobsMicrosite #wrapper > footer {
  display: none;
}
/* line 15, ../scss/partials/component/_jobMicrosite.scss */
#jobsMicrosite a.return:before {
  color: #165eab;
}
/* line 19, ../scss/partials/component/_jobMicrosite.scss */
#jobsMicrosite a.return:hover:before {
  text-decoration: none;
}

/* line 2, ../scss/partials/component/_pageOptions.scss */
.pageOptions .at16t_compact {
  margin-right: 0;
  background: none red !important;
  visibility: hidden;
  height: 0;
  width: 0;
}
/* line 9, ../scss/partials/component/_pageOptions.scss */
.pageOptions li a {
  display: block;
  color: #757575;
  text-decoration: none;
  -webkit-transition: color .2s ease-in;
          transition: color .2s ease-in;
}
/* line 14, ../scss/partials/component/_pageOptions.scss */
.pageOptions li a span {
  display: block;
  position: absolute;
  margin-top: -22px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
/* line 22, ../scss/partials/component/_pageOptions.scss */
.pageOptions li a:hover {
  text-decoration: none;
}
/* line 25, ../scss/partials/component/_pageOptions.scss */
.pageOptions li a.icon-star:hover, .pageOptions li a.saveJobSaved {
  color: #0071bc;
}

/* line 2, ../scss/partials/component/_account.scss */
.highlight {
  border: 1px solid #ffc135;
  padding: 12px;
  background-color: #fff5df;
}
/* line 6, ../scss/partials/component/_account.scss */
.highlight h2 {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 10, ../scss/partials/component/_account.scss */
.highlight ul {
  padding-left: 32px;
}
/* line 13, ../scss/partials/component/_account.scss */
.highlight.actions li {
  font-weight: bold;
}

/* line 20, ../scss/partials/component/_account.scss */
.uploadeddocs li a {
  font-weight: bold;
}

/* line 27, ../scss/partials/component/_account.scss */
.userItemsList header h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
}
/* line 31, ../scss/partials/component/_account.scss */
.userItemsList a[class^="item"] {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}
/* line 35, ../scss/partials/component/_account.scss */
.userItemsList .item.details {
  font-weight: normal;
  line-height: normal;
  margin-left: 8px;
  border-left: 1px solid #000;
  padding-left: 6px;
}
/* line 42, ../scss/partials/component/_account.scss */
.userItemsList .icon-info-circled, .userItemsList .icon-list-alt, .userItemsList .icon-down-circled {
  color: #666;
}
/* line 45, ../scss/partials/component/_account.scss */
.userItemsList .column {
  position: relative;
}
/* line 47, ../scss/partials/component/_account.scss */
.userItemsList .column h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.333;
}
/* line 52, ../scss/partials/component/_account.scss */
.userItemsList .column li {
  margin-bottom: 4px;
}
/* line 55, ../scss/partials/component/_account.scss */
.userItemsList .column > p {
  margin-bottom: 0;
}
/* line 59, ../scss/partials/component/_account.scss */
.userItemsList .content {
  margin-bottom: 20px;
}
/* line 61, ../scss/partials/component/_account.scss */
.userItemsList .content .column1 {
  border: 1px solid #e5e5e5;
  padding: 20px 12px;
  background-color: #f8f8f8;
}
/* line 64, ../scss/partials/component/_account.scss */
.userItemsList .content ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 67, ../scss/partials/component/_account.scss */
.userItemsList .content ul + .uploadeddocs {
  margin-bottom: 12px;
}
/* line 71, ../scss/partials/component/_account.scss */
.userItemsList .content li strong {
  margin-right: 4px;
}
/* line 74, ../scss/partials/component/_account.scss */
.userItemsList .content legend {
  padding-bottom: 8px;
}
/* line 77, ../scss/partials/component/_account.scss */
.userItemsList .content label {
  padding-bottom: 8px;
}
/* line 216, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.userItemsList .item.delete {
  position: absolute;
  top: 16px;
  right: 8px;
  -webkit-transform: scale(1);
}
/* line 221, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.userItemsList .item.delete i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #757575;
}
/* line 224, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.userItemsList .item.delete i:before {
  color: #d13001;
}
/* line 228, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.userItemsList .item.delete i:hover:before {
  color: #d13001;
}

/* line 115, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.alerts .formContainer form {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
}
/* line 91, ../scss/partials/component/_account.scss */
.alerts form .group {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
}
/* line 96, ../scss/partials/component/_account.scss */
.alerts form .group + div {
  margin-top: 16px;
  margin-bottom: 16px;
}
/* line 99, ../scss/partials/component/_account.scss */
.alerts form .group + div button {
  margin-left: 0;
}
/* line 103, ../scss/partials/component/_account.scss */
.alerts li {
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 107, ../scss/partials/component/_account.scss */
.alerts li .titleAlert {
  margin-bottom: 2px;
}
/* line 110, ../scss/partials/component/_account.scss */
.alerts li label {
  padding-bottom: 3px;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 114, ../scss/partials/component/_account.scss */
.alerts li .checkbox {
  margin-top: -2px;
}
/* line 117, ../scss/partials/component/_account.scss */
.alerts li > * {
  display: block;
}
/* line 120, ../scss/partials/component/_account.scss */
.alerts li .delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
/* line 128, ../scss/partials/component/_account.scss */
.alerts .last {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 133, ../scss/partials/component/_account.scss */
.alerts .icon-cancel-circled {
  position: absolute;
  top: 0;
  right: 6px;
  margin: 0;
  border-radius: 16px;
  font-size: 23px;
  font-size: 1.4375rem;
  width: 20px;
  height: 20px;
  line-height: 19px;
  background-color: #f8f8f8;
  text-decoration: none;
  color: #d13001;
  background-color: #f8f8f8;
}
/* line 139, ../scss/partials/component/_account.scss */
.alerts .icon-cancel-circled:hover {
  color: #d13001;
}
/* line 143, ../scss/partials/component/_account.scss */
.alerts .confirmation {
  padding: 8px;
  font-size: .875em;
}

/* line 150, ../scss/partials/component/_account.scss */
.profile {
  clear: both;
}

/* line 156, ../scss/partials/component/_account.scss */
.accountNavigation li {
  margin-bottom: 8px;
}

/* line 162, ../scss/partials/component/_account.scss */
.content .communications {
  border-top: 1px solid #e5e5e5;
  padding-top: 13px;
  margin-top: 16px;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.content .communications:after {
  content: '';
  clear: both;
  display: table;
}
/* line 167, ../scss/partials/component/_account.scss */
.content .communications ul {
  margin-bottom: 8px;
}
/* line 170, ../scss/partials/component/_account.scss */
.content .communications li {
  margin-bottom: 0;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.content .communications li:after {
  content: '';
  clear: both;
  display: table;
}
/* line 174, ../scss/partials/component/_account.scss */
.content .communications li div.type, .content .communications li div.date {
  margin-left: 32px;
}
/* line 177, ../scss/partials/component/_account.scss */
.content .communications li div .icon-mail-alt, .content .communications li div .icon-inbox {
  color: #757575;
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 8px;
}
/* line 182, ../scss/partials/component/_account.scss */
.content .communications li div .icon-attach {
  color: #757575;
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 4px;
}
/* line 187, ../scss/partials/component/_account.scss */
.content .communications li div .icon-inbox {
  font-size: 20px;
  font-size: 1.25rem;
  padding-right: 8px;
}
/* line 190, ../scss/partials/component/_account.scss */
.content .communications li div .icon-inbox:before {
  width: 0.6em;
}
/* line 194, ../scss/partials/component/_account.scss */
.content .communications li div span {
  padding-left: 4px;
  color: #666;
}
/* line 198, ../scss/partials/component/_account.scss */
.content .communications li div a {
  font-weight: bold;
}
/* line 201, ../scss/partials/component/_account.scss */
.content .communications li div > ul {
  margin-top: 0;
  margin-left: 28px;
  margin-bottom: 0;
}
/* line 206, ../scss/partials/component/_account.scss */
.content .communications li div > ul li .item.details, .content .communications li div > ul li span {
  color: #d900d9;
}
/* line 209, ../scss/partials/component/_account.scss */
.content .communications li div > ul li .item.details {
  font-weight: normal;
  line-height: normal;
  margin-left: 8px;
  border-left: 1px solid #000;
  padding-left: 6px;
  display: inline-block;
}
/* line 217, ../scss/partials/component/_account.scss */
.content .communications li div > ul li a {
  font-weight: normal;
  display: inline-block;
}
/* line 220, ../scss/partials/component/_account.scss */
.content .communications li div > ul li a span {
  color: #efa600;
}

/* ###################################################
# PERSONAL SKILLS
################################################### */
/* line 6, ../scss/partials/component/_talentpool.scss */
.skillsSelection ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 10, ../scss/partials/component/_talentpool.scss */
.skillsSelection > ul {
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fff;
}
/* line 14, ../scss/partials/component/_talentpool.scss */
.skillsSelection > ul > li {
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 8px;
  padding-bottom: 8px;
}
/* line 20, ../scss/partials/component/_talentpool.scss */
.skillsSelection > ul > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 25, ../scss/partials/component/_talentpool.scss */
.skillsSelection li {
  -webkit-transition: background-color .25s ease-in;
          transition: background-color .25s ease-in;
}
/* line 27, ../scss/partials/component/_talentpool.scss */
.skillsSelection li input[type=checkbox], .skillsSelection li label {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
}
/* line 32, ../scss/partials/component/_talentpool.scss */
.skillsSelection li label, .skillsSelection li .labelText {
  color: #165eab;
  cursor: pointer;
}
/* line 36, ../scss/partials/component/_talentpool.scss */
.skillsSelection li ul {
  margin-top: 0;
  padding-left: 30px;
}
/* line 41, ../scss/partials/component/_talentpool.scss */
.skillsSelection li li:last-child {
  margin-bottom: 0;
}
/* line 45, ../scss/partials/component/_talentpool.scss */
.skillsSelection .labelText {
  line-height: 1.65;
  display: inline-block;
}
/* line 46, ../scss/partials/component/_talentpool.scss */
.skillsSelection .labelText * {
  float: left;
}
/* line 45, c:/Git/recruitdesigns/Site/Client/11/scss/modules/_mixins.scss */
.skillsSelection .labelText:after {
  content: '';
  clear: both;
  display: table;
}
/* line 54, ../scss/partials/component/_talentpool.scss */
.skillsSelection i[class^="icon-"]:before {
  margin: 0 8px 0 0;
  font-size: 28px;
  font-size: 1.75rem;
  vertical-align: top;
  color: #8b8b8b;
}
/* line 62, ../scss/partials/component/_talentpool.scss */
.skillsSelection .filter .icon-minus-squared-alt {
  display: none;
}
/* line 65, ../scss/partials/component/_talentpool.scss */
.skillsSelection .filter ul {
  position: absolute;
  left: -9999px;
}
/* line 69, ../scss/partials/component/_talentpool.scss */
.skillsSelection .filter.show ul {
  position: static;
  left: auto;
}
/* line 72, ../scss/partials/component/_talentpool.scss */
.skillsSelection .filter.show i[class^="icon-"]:before {
  color: #757575;
}
/* line 75, ../scss/partials/component/_talentpool.scss */
.skillsSelection .filter.show .icon-minus-squared-alt {
  display: inline-block;
}
/* line 78, ../scss/partials/component/_talentpool.scss */
.skillsSelection .filter.show .icon-plus-squared-alt {
  display: none;
}
/* line 87, ../scss/partials/component/_talentpool.scss */
.skillsSelection li:not(.filter) input[type=checkbox] {
  margin-left: 8px;
}
/* line 90, ../scss/partials/component/_talentpool.scss */
.skillsSelection li:not(.filter) label {
  padding-left: 9px;
}
/* line 95, ../scss/partials/component/_talentpool.scss */
.skillsSelection .selected {
  background-color: #ffffaf;
}
/* line 97, ../scss/partials/component/_talentpool.scss */
.skillsSelection .selected:after {
  float: right;
  margin-top: 3px;
  margin-right: 8px;
  content: 'Selected';
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666;
}

/* line 110, ../scss/partials/component/_talentpool.scss */
.skillsFilter .skillsSelection li {
  border: 0;
  display: none;
  padding: 0;
}
/* line 116, ../scss/partials/component/_talentpool.scss */
.skillsFilter .skillsSelection .match {
  display: block;
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 8px;
  padding-bottom: 8px;
}
/* line 122, ../scss/partials/component/_talentpool.scss */
.skillsFilter .skillsSelection .match:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 125, ../scss/partials/component/_talentpool.scss */
.skillsFilter .skillsSelection .match:last-child li:last-child {
  padding-bottom: 8px;
}

/* line 134, ../scss/partials/component/_talentpool.scss */
#mainContent .editSkillsSelection li:after {
  clear: both;
  content: '';
  display: table;
}
/* line 141, ../scss/partials/component/_talentpool.scss */
#mainContent .editSkillsSelection label:hover, #mainContent .editSkillsSelection label:focus {
  color: black;
  text-decoration: underline;
}
/* line 147, ../scss/partials/component/_talentpool.scss */
#mainContent .editSkillsSelection .addStatement {
  float: right;
  padding-right: 16px;
}
/* line 152, ../scss/partials/component/_talentpool.scss */
#mainContent .editSkillsSelection textarea {
  clear: both;
  display: none;
  float: none;
  margin: 12px 0;
  width: 100%;
}
/* line 161, ../scss/partials/component/_talentpool.scss */
#mainContent .editSkillsSelection .show textarea {
  display: block;
}

/* line 168, ../scss/partials/component/_talentpool.scss */
.skillsFilter .wrapper {
  border: solid #cccccc;
  border-width: 1px 1px 0;
  padding: 12px 16px;
  background-color: #e5e5e5;
}

/* line 177, ../scss/partials/component/_talentpool.scss */
.no-touch .editSkillsSelection .help {
  float: right;
  text-decoration: none;
  margin-left: 0;
}
/* line 181, ../scss/partials/component/_talentpool.scss */
.no-touch .editSkillsSelection .help .helpText {
  position: absolute;
  top: -9px;
}
/* line 185, ../scss/partials/component/_talentpool.scss */
.no-touch .editSkillsSelection .help i:before {
  font-size: 22px;
  font-size: 1.375rem;
  color: #757575;
  -webkit-transition: color .25s ease-in;
          transition: color .25s ease-in;
}
/* line 190, ../scss/partials/component/_talentpool.scss */
.no-touch .editSkillsSelection .help:hover i:before {
  color: #d13001;
}
