@charset "UTF-8";
/*! based on normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600|Raleway:400,500");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
html, body {
  height: 100%;
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
b, strong {
  font-weight: bold; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Hide visually and from screen readers: */
.hidden {
  display: none !important; }

/* Hide visually (and from screen readers), but maintain layout */
.invisible {
  visibility: hidden; }

/* Hide only visually, but have it available for screen readers */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearboth {
  height: 0;
  display: block;
  clear: both; }

/*
* Based on Skeleton V2.0.4
* Copyright 2014, Dave Gamache
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }

/* For devices larger than 550px */
@media (min-width: 870px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one.column,
  .one.columns {
    width: 4.66666666667%; }
  .two.columns {
    width: 13.3333333333%; }
  .three.columns {
    width: 22%; }
  .four.columns {
    width: 30.6666666667%; }
  .five.columns {
    width: 39.3333333333%; }
  .six.columns {
    width: 48%; }
  .seven.columns {
    width: 56.6666666667%; }
  .eight.columns {
    width: 65.3333333333%; }
  .nine.columns {
    width: 74.0%; }
  .ten.columns {
    width: 82.6666666667%; }
  .eleven.columns {
    width: 91.3333333333%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 30.6666666667%; }
  .two-thirds.column {
    width: 65.3333333333%; }
  .one-half.column {
    width: 48%; }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/*----- Google Font Import -------------------------------*/
/*----- @FontFace Import -------------------------------*/
/* @import url(../fonts/stylesheet.css);


/*----- General Styles Sitewide -------------------------------*/
body {
  margin: 0px;
  padding: 0px;
  background-color: white;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #444; }

p {
  margin: 0;
  padding: 0px 0px 14px 0px; }

br {
  padding: 0;
  margin: 0;
  line-height: 14px; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 30px 0px; }

blockquote {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  margin: 16px 0px 25px 0px;
  padding: 10px 0px 0px 30px;
  border-left: 4px solid #c4053f;
  font-size: 21px;
  line-height: 34px;
  font-style: italic;
  color: #666; }

a {
  color: #c4053f;
  text-decoration: none; }

a:hover {
  color: #c4053f;
  text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #222;
  margin: 0px; }

h1 {
  font-size: 32px;
  line-height: 42px;
  padding: 0px 0px 15px 0px; }

h2 {
  font-size: 26px;
  line-height: 36px;
  padding: 0px 0px 20px 0px; }

h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding: 0px 0px 10px 0px; }

h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #ab0437;
  padding: 0px 0px 10px 0px; }

h1 + h2 {
  margin-top: -3px; }

p + h2 {
  padding-top: 12px; }

p + h3 {
  padding-top: 12px; }

p + h4 {
  padding-top: 6px; }

.button {
  display: inline-block;
  vertical-align: top;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #666;
  padding: 10px 26px 10px 26px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-top: 20px;
  cursor: pointer; }

.button:hover {
  background: #c4053f;
  text-decoration: none;
  color: #FFF;
  border-color: #c4053f;
  cursor: pointer; }

.redbutton {
  background: #c4053f;
  text-decoration: none;
  color: #FFF;
  border-color: #c4053f; }

.redbutton:hover {
  background: #ab0437; }

p.cmsbutton a {
  display: inline-block;
  vertical-align: top;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #FFF;
  padding: 11px 26px 10px 26px;
  background: #c4053f;
  border: 1px solid #c4053f;
  border-radius: 2px;
  margin: 14px 0px 20px 0px;
  cursor: pointer; }

p.cmsbutton a:hover {
  background: #ab0437;
  text-decoration: none;
  color: #FFF;
  border-color: #ab0437;
  cursor: pointer; }

/* = Containers (used multiple times)
------------------------------------------------------------------*/
.fullwidth {
  position: relative;
  width: 100%;
  padding: 55px 0px 58px 0px;
  margin: 0;
  background-color: #eee; }

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  text-align: left; }

.centred {
  text-align: center; }

.padded {
  padding: 0px 100px 0px 110px; }

/* = Header 
------------------------------------------------------------------*/
.header {
  margin: 0px;
  height: 150px;
  padding: 0px;
  background-color: white;
  z-index: 9;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .header a.logolink {
    float: left;
    margin: 34px 0px 0px 50px;
    text-decoration: none; }
  .header a.logolink img {
    height: 80px; }
  .header a.logotext {
    float: left;
    margin: 31px 0px 0px 20px;
    text-decoration: none;
    padding: 5px 0px 4px 22px;
    border-left: 2px solid #c4053f; }
  .header a.logotext img {
    height: 78px; }

/* = TOP NAVIGATION
------------------------------------------------------------------*/
.mainnav {
  position: absolute;
  bottom: 0;
  right: 50px;
  font-size: 0; }

.mainnav a {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  padding: 28px 28px 0px 28px;
  margin: 0px 0px 0px 0px;
  height: 105px;
  min-width: 125px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  border-bottom: 7px solid white; }

.mainnav a:hover, .mainnav a.current, .mainnav a.section {
  text-decoration: none;
  color: #c4053f;
  border-bottom: 7px solid #c4053f; }

.mainnav .separator {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #ccc;
  width: 2px;
  margin-left: 2px;
  height: 70px; }

.menubutton {
  display: none; }

/* = FIXED HEADER
------------------------------------------------------------------*/
.fixed_header {
  position: fixed;
  display: block;
  height: 94px;
  top: 0; }
  .fixed_header a.logolink {
    margin: 26px 0px 0px 50px; }
  .fixed_header a.logolink img {
    height: 44px; }
  .fixed_header a.logotext {
    display: none; }
  .fixed_header .mainnav a {
    height: 70px;
    padding-top: 15px; }
  .fixed_header .mainnav .separator {
    height: 48px; }

body.scrolldown {
  padding-top: 150px; }

/* =INNER PAGE SUB NAVIGATION
------------------------------------------------------------------*/
.subnav {
  margin: 0px 15px 20px 0px;
  position: relative; }

.subnav a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #444;
  padding: 12px 10px 10px 17px;
  border-bottom: 1px solid #bbb;
  margin: 0px 0px 10px 0px; }

.subnav a:hover, .subnav a.current {
  text-decoration: none;
  color: #c4053f; }

a.backarrow {
  padding-left: 32px;
  cursor: pointer; }
  a.backarrow svg.leftarrow {
    fill: #ccc;
    position: absolute;
    top: 11px;
    left: 2px;
    height: 30px; }

a.backarrow:hover svg.leftarrow {
  fill: #c4053f; }

/* =CONTENT
------------------------------------------------------------------*/
.titlebanner {
  width: 100%;
  background-color: #eee;
  padding: 35px 0px 33px 0px;
  margin: 0px 0px 60px 0px; }
  .titlebanner h1 {
    padding: 20px 0px 20px 0px; }

.content {
  padding: 0px 10px 20px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 300px;
  margin-bottom: 20px; }

.content ul, .content ol {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px; }

.content li {
  margin: 0px 0px 2px 0px;
  padding: 0px 0px 8px 15px;
  text-indent: -15px;
  list-style: none; }

.content li:before {
  content: "•";
  padding: 0px 10px 0px 0px;
  font-weight: bold;
  color: #c4053f; }

.extracontent {
  margin-top: 20px; }

/* = MAIN JOBS PAGE / SECTOR ICONS
------------------------------------------------------------------*/
.mainjobs {
  margin: -46px auto 80px auto; }

a.sector {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 46%;
  vertical-align: top;
  position: relative;
  padding: 50px 100px 0px 130px;
  height: 198px;
  overflow: hidden;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #444;
  text-align: left;
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 0px 10px; }
  a.sector h2 {
    padding-bottom: 6px; }
  a.sector .sectoricon {
    position: absolute;
    top: 48px;
    left: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 98px;
    height: 98px;
    text-align: center;
    padding: 5px 0px 0px 2px;
    border-radius: 50%;
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: 98px;
    background-position: center top; }
  a.sector svg.rightarrow {
    fill: #ccc;
    position: absolute;
    top: 40%;
    right: 18px; }

a.sector.even {
  margin-left: 70px; }

a.sector:hover {
  color: #444;
  text-decoration: none; }
  a.sector:hover h2 {
    color: #c4053f; }
  a.sector:hover .sectoricon {
    background-position: center bottom; }
  a.sector:hover svg.rightarrow {
    fill: #c4053f; }

/* = JOB LISTS
------------------------------------------------------------------*/
.searchresults {
  margin: -20px auto 80px auto; }
  .searchresults form {
    margin: 0;
    padding: 0; }
  .searchresults input.filter {
    border: 1px solid #bbb;
    padding: 9px 10px 8px 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 375px;
    display: inline-block; }

.filtertitle {
  border-bottom: 1px solid #ccc;
  text-align: right;
  position: relative;
  margin-bottom: 40px; }
  .filtertitle h2 {
    display: inline-block;
    float: left;
    padding: 15px 0px 0px 84px; }
  .filtertitle h2.noicon {
    padding-left: 17px; }
  .filtertitle .sectoricon {
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66px;
    height: 66px;
    text-align: center;
    padding: 5px 0px 0px 2px;
    border-radius: 50%;
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: 66px;
    background-position: center top; }
  .filtertitle .infoicon {
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0px 0px 2px;
    top: 19px;
    right: 14px;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    background-color: #eee;
    color: #666;
    font-size: 15px;
    line-height: 16px; }

.searchtitle {
  display: block;
  padding: 13px 10px 12px 22px;
  background-color: #eee;
  color: #666;
  font-family: "Raleway", Arial, Helvetica, sans-serif; }

.leftsearchform {
  padding: 0px; }
  .leftsearchform select {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #bbb;
    padding: 12px 10px 10px 17px;
    margin: 10px 0px 0px 0px;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-transform: uppercase;
    background-image: url(../images/icons/dropdownarrow.svg);
    background-position: right 18px center;
    background-repeat: no-repeat;
    border-radius: 2px;
    outline: none; }
  .leftsearchform .submit {
    background-color: #c4053f;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    width: 100%;
    border: none;
    text-align: left;
    padding: 13px 10px 12px 22px;
    margin: 10px 0px 0px 0px;
    background-image: url(../images/icons/searchicon.svg);
    background-size: 28px;
    background-position: right 18px center;
    background-repeat: no-repeat;
    color: white;
    font-weight: 500; }
  .leftsearchform .submit:hover {
    background: #ab0437;
    background-image: url(../images/icons/searchicon.svg);
    background-size: 28px;
    background-position: right 18px center;
    background-repeat: no-repeat; }

.sectorintro {
  display: block;
  padding: 24px 16px 24px 22px;
  background-color: #eee;
  color: #666;
  font-size: 15px;
  line-height: 24px;
  margin: 30px 0px 40px 0px; }

ul.list {
  margin: 0px 0px 0px 20px; }

a.jobresult {
  display: block;
  position: relative;
  padding: 0px 140px 36px 0px;
  margin-bottom: 36px;
  color: #444;
  border-bottom: 1px solid #ccc;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #444; }
  a.jobresult h2 {
    padding-bottom: 11px; }
  a.jobresult svg {
    fill: #ccc;
    position: absolute;
    top: 26%;
    right: 20px; }
  a.jobresult .miniicon {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 0px 0px 30px;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 86px;
    height: 34px;
    overflow: hidden; }
  a.jobresult .type {
    background-image: url(../images/icons/icon-type.png);
    padding-left: 46px;
    margin-right: 30px; }
  a.jobresult .location {
    background-image: url(../images/icons/icon-location.png); }
  a.jobresult .salary {
    background-image: url(../images/icons/icon-salary.png);
    padding-left: 49px; }
  a.jobresult .date {
    background-image: url(../images/icons/icon-date.png);
    padding-left: 40px;
    margin-right: 0; }

a.jobresult:hover {
  color: #444;
  text-decoration: none; }
  a.jobresult:hover h2 {
    color: #c4053f; }
  a.jobresult:hover svg {
    fill: #c4053f; }
  a.jobresult:hover .miniicon {
    background-position: left bottom; }

.no-items-found {
  padding: 0px 0px 0px 20px;
  font-family: "Raleway", Arial, Helvetica, sans-serif; }

.pagination {
  display: block;
  clear: both;
  width: 100%;
  text-align: right;
  padding: 30px 0px 0px 0px;
  margin: 0;
  font-size: 0; }

.pagination li {
  display: inline-block;
  margin: 0px 0px 0px 5px;
  padding: 0;
  text-indent: 0px; }

.pagination li:before {
  content: "";
  padding: 0; }

.pagination a, .pagination a.active {
  padding: 7px 12px 6px 12px;
  color: #666;
  font-size: 14px;
  margin-left: 4px;
  line-height: 16px;
  text-align: center;
  background-color: white;
  border: 1px solid #ccc; }

.pagination li.active a, .pagination a.active, .pagination a:hover {
  background-color: #c4053f;
  color: white;
  border-color: #c4053f;
  text-decoration: none; }

/* = Job Display Page
------------------------------------------------------------------*/
.jobleft {
  text-align: center;
  position: relative; }
  .jobleft .recruiterpic {
    width: 187px;
    border-radius: 50%;
    margin: 0px 0px 20px 0px; }
  .jobleft p {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #444;
    line-height: 22px;
    padding-bottom: 0px; }
  .jobleft .button {
    min-width: 55%; }

.sharethis {
  display: block;
  text-align: center;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666;
  padding: 16px 0px 22px 0px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-top: 60px; }
  .sharethis .shareicons a {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 42px;
    height: 42px;
    background-color: #999;
    margin: 11px 3px 0px 3px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px; }
    .sharethis .shareicons a svg {
      height: 22px;
      fill: white; }
  .sharethis .shareicons a.sharelinkedin {
    background-color: #1481ba; }
  .sharethis .shareicons a.sharetwitter {
    background-color: #55aaee; }
  .sharethis .shareicons a.sharefacebook {
    background-color: #425e9b; }
  .sharethis .shareicons a.sharegplus {
    background-color: #4b8efa; }
  .sharethis .shareicons a:hover {
    background-color: #c4053f; }

.blogshare {
  margin-top: 40px; }

.jobcontent h2 {
  padding-bottom: 11px; }

.jobcontent svg {
  fill: #ccc;
  position: absolute;
  top: 26%;
  right: 20px; }

.jobcontent .miniicon {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0px 0px 33px;
  margin: 12px 44px 33px 0px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 86px;
  height: 34px;
  overflow: hidden; }

.jobcontent .type {
  background-image: url(../images/icons/icon-type.png);
  padding-left: 48px;
  margin-right: 39px; }

.jobcontent .location {
  background-image: url(../images/icons/icon-location.png); }

.jobcontent .salary {
  background-image: url(../images/icons/icon-salary.png);
  padding-left: 49px; }

.jobcontent .date {
  background-image: url(../images/icons/icon-date.png);
  padding-left: 40px; }

.applybutton {
  display: inline-block;
  cursor: pointer;
  font-size: 21px;
  padding: 20px 32px 20px 32px;
  margin: 20px 0px 60px 0px; }

.applybutton:hover {
  background-color: #ab0437;
  color: white; }

.applyform {
  display: none;
  margin: 40px 0px 60px 0px; }
  .applyform fieldset {
    background: none;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    min-width: 530px; }
  .applyform label.left {
    display: none; }
  .applyform textarea, .applyform input, .applyform select {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 13px 12px 13px 18px;
    margin: 0px 0px 20px 0px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 15px;
    line-height: normal; }
  .applyform input.text {
    width: 100%;
    display: block; }
  .applyform input.file {
    width: 100%;
    display: block;
    font-size: 13px;
    color: #666;
    font-style: italic;
    padding-left: 33px;
    text-indent: -15px; }
  .applyform textarea {
    width: 100%;
    display: block; }
  .applyform #CVOptions {
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 20px; }
  .applyform div.Actions input {
    padding: 18px 82px 18px 60px;
    margin: 0px 0px 10px 0px;
    background-image: url(../images/icons/rightarrow.svg);
    background-repeat: no-repeat;
    background-position: 130px center;
    background-size: 15px; }
  .applyform div.Actions input:hover {
    background: #ab0437;
    color: white;
    background-image: url(../images/icons/rightarrow.svg);
    background-repeat: no-repeat;
    background-position: 130px center;
    background-size: 15px; }

#JobApplyForm_JobApplyForm_CVOptions .radio {
  display: none !important; }

#JobApplyForm_JobApplyForm_CVOptions label {
  background-color: #fff;
  background-position-y: 20%;
  background-position-x: 50%;
  height: 10px;
  padding-top: 50px;
  color: #bbb;
  text-align: center;
  cursor: pointer; }

.radio[value="local"] + label {
  background: url("/assets/icon_hdd.png") no-repeat;
  background-color: #fff; }

.radio[value="gdrive"] + label {
  background: url("/assets/icon_gdrive.png") no-repeat;
  background-color: #fff; }

.radio[value="dropbox"] + label {
  background: url("/assets/icon_dropbox.png") no-repeat;
  background-color: #fff; }

#CVOptions li {
  display: inline-block;
  width: 100px; }

#CVOptions ul {
  background-color: #fff;
  padding-top: 20px !important;
  height: 110px; }

#CVOptions.invalid {
  border: 2px solid red;
  -webkit-box-shadow: 0px 0px 2px red;
          box-shadow: 0px 0px 2px red; }

#CVOptions.invalid::after {
  content: "You must provide a CV";
  color: red;
  padding: 0px 0px 10px 10px; }

#cvstatus {
  width: 100% !important;
  padding: 0 0 5px 20px !important;
  color: #bbb; }

/*#JobApplyForm_JobApplyForm_CVOptions {margin-bottom: 0} 
#JobApplyForm_JobApplyForm_SelectedCV {margin-top:0;}*/
.applied_message {
  margin: 40px 0px 60px 0px; }

/* = Page Pics 
------------------------------------------------------------------*/
.pagepic {
  margin: 0px 0px 20px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.pictext {
  display: block;
  margin: -14px 0px 20px 0px;
  padding: 0px 0px 0px 2px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #444;
  font-style: italic;
  color: #999; }

.picabove {
  padding: 10px 0px 7px 0px; }

.picsbelow {
  padding: 20px 0px 0px 0px; }

/* = Thumbnail Galleries (Aligned Top or Bottom)
------------------------------------------------------------------*/
.thumbnailgallery {
  width: 104%;
  display: block;
  margin: 30px 0px 0px -25px; }

.thumbnail {
  margin: 0px 0px 28px 25px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.thumbnail img {
  width: 374px; }

.thumbnail a, .thumbnail a:hover {
  text-decoration: none;
  color: #999; }

/* = Videos
------------------------------------------------------------------*/
.videoframe {
  display: block;
  padding: 0px;
  margin: 10px 0px 20px 0px; }

/* = Homepage
------------------------------------------------------------------*/
.homebanner {
  width: 100%;
  height: 478px;
  background-color: #eee;
  background-image: url(../images/cityscape1.jpg);
  background-size: cover;
  position: relative;
  z-index: 2; }

.homesearchform {
  padding: 200px 0px 0px 0px;
  font-size: 0;
  margin: 0 auto; }
  .homesearchform select, .homesearchform .submit {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #666;
    text-transform: uppercase;
    padding: 2px 26px 0px 26px;
    margin: 0px 10px 0px 0px;
    background-image: url(../images/icons/dropdownarrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 2px;
    height: 58px;
    outline: none; }
  .homesearchform .sectorselect {
    width: 48%;
    background-position: 95% 25px; }
  .homesearchform .locationselect {
    width: 35%;
    background-position: 93% 25px; }
  .homesearchform .submit {
    background-color: #c4053f;
    background-image: none;
    color: white;
    font-weight: 500;
    margin: 0; }
  .homesearchform .submit:hover {
    background: #ab0437; }

.homecontent {
  margin: 0px;
  padding: 64px 0px 60px 0px;
  background-color: white;
  z-index: 8;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 -9px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 -9px 10px rgba(0, 0, 0, 0.16); }
  .homecontent h1 {
    font-size: 46px;
    line-height: 53px;
    color: black;
    padding-bottom: 12px; }
  .homecontent h2 {
    font-size: 32px;
    line-height: 53px;
    color: #c4053f;
    padding-bottom: 20px; }

/* = Latest Positions
------------------------------------------------------------------*/
.latestjobs {
  text-align: center;
  padding: 50px 0px 60px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .latestjobs h2 {
    padding-bottom: 0px; }

/* = Testimonials
------------------------------------------------------------------*/
.testimonial {
  text-align: center;
  padding: 20px 90px 0px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .testimonial .quotes-left {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/icons/quotes-left.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 42px;
    height: 30px; }
  .testimonial .quotes-right {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(../images/icons/quotes-right.png);
    background-position: right top;
    background-repeat: no-repeat;
    width: 42px;
    height: 30px; }
  .testimonial .quote {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 0px; }
  .testimonial .quotecredit {
    color: #666; }
  .testimonial .flex-control-nav {
    display: none; }

/* = Client slideshow
------------------------------------------------------------------*/
.clientslidesholder {
  width: 1140px;
  overflow: hidden;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 0px;
  margin: 0px auto; }
  .clientslidesholder .slidearrow {
    position: absolute;
    right: 0px;
    top: 60px;
    fill: #ccc; }
  .clientslidesholder .arrowleft {
    right: auto;
    left: 0px; }
  .clientslidesholder .slidearrow:hover {
    cursor: pointer; }

.clientslideshow {
  margin: 10px 0px 30px 45px;
  height: 140px; }
  .clientslideshow img {
    width: 160px;
    padding: 10px 15px 10px 15px;
    margin: 0px 10px 0px 10px;
    background-color: white; }

.clientlogoblock {
  margin: 5px 0px 40px -6px;
  display: inline-block;
  vertical-align: top;
  width: 50%; }

.clientcontent {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-left: 20px; }

.clientlogo {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 10px 0px 10px;
  height: 120px;
  overflow: hidden;
  font-size: 0;
  border: 1px solid #ccc;
  margin: 0px 6px 22px 6px; }
  .clientlogo img {
    width: 160px; }

/* = Team Page
------------------------------------------------------------------*/
.teamblock {
  text-align: left; }
  .teamblock h2.teamhead {
    margin-top: 70px;
    padding-bottom: 20px;
    margin-bottom: 2px;
    border-bottom: 1px solid #ccc; }
  .teamblock h2.first {
    margin-top: 30px; }
  .teamblock .count1 {
    display: inline-block;
    vertical-align: top;
    min-width: 26%;
    margin-right: 40px; }

.management {
  display: inline-block;
  width: 47%;
  vertical-align: top;
  position: relative;
  padding: 28px 10px 20px 0px;
  margin: 0px 25px 0px 0px;
  color: #444;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #444; }
  .management.even {
    margin-right: 0px; }
  .management h2 {
    font-size: 22px;
    padding: 10px 0px 0px 0px; }
  .management img {
    width: 132px;
    border-radius: 50%;
    margin: 0px 16px 0px 0px;
    float: left; }
  .management .title {
    font-style: italic;
    color: #666; }
  .management .contactdeets {
    padding-top: 4px; }
  .management .contactdeets a {
    color: #444; }
  .management .teamdescript {
    clear: both;
    padding-top: 20px; }
  .management .nopic {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    margin: 0px 30px 0px 0px;
    float: left;
    background-color: #eee;
    background-image: url(../images/icons/SectorIcons/sectoricon-workforus.png);
    background-repeat: no-repeat;
    background-size: 106px;
    background-position: center -96px; }

.teammember {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  padding: 30px 0px 0px 0px;
  margin: 0px 22px 0px 0px;
  color: #444;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #444; }
  .teammember.fifth {
    margin-right: 0px; }
  .teammember h2 {
    font-size: 16px;
    line-height: 23px;
    padding: 10px 0px 0px 0px;
    margin: 0; }
  .teammember .consultcontacts a {
    font-size: 13px;
    color: #444; }
  .teammember .emailbutton {
    background-color: #eee;
    display: block;
    border-radius: 2px; }
  .teammember .emailbutton:hover {
    background-color: #c4053f;
    color: white;
    text-decoration: none; }
  .teammember img {
    width: 132px;
    border-radius: 50%; }
  .teammember .nopic {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background-color: #eee;
    background-image: url(../images/icons/SectorIcons/sectoricon-workforus.png);
    background-repeat: no-repeat;
    background-size: 106px;
    background-position: center -96px; }

/*----- Accordion -----*/
.accordion-toggle {
  cursor: pointer; }

.accordion-toggle:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.8; }

.accordion-content {
  display: none; }

.accordion-content.default {
  display: block; }

.showhidearea {
  margin-top: 20px; }

.showhidearea h2 {
  margin: 0px;
  padding: 0px; }

.showhideblock h2 a {
  display: block;
  color: #222;
  position: relative;
  padding: 30px 0px 30px 0px; }

.showhideblock h2 a.hasicon {
  padding-left: 86px; }

.showhideblock h2 a:hover {
  color: #c4053f;
  text-decoration: none; }

.showhideblock h2 a svg {
  fill: #666;
  position: absolute;
  right: 16px;
  top: 42px;
  height: 16px; }

.showhideblock h2 a:hover svg {
  fill: #c4053f; }

.showhidearea hr {
  margin: 10px 0px 10px 0px;
  padding: 0px; }

.showhideblock h2 a .sectoricon {
  position: absolute;
  top: 17px;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 66px;
  height: 66px;
  text-align: center;
  padding: 0px;
  border-radius: 50%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: 66px;
  background-position: center top; }

.showhideblock h2 a:hover .sectoricon {
  background-position: center bottom; }

/*
.work-with-us {
  .showhidearea { margin-left: -40px; width: 105%; position: relative; }
  .showhideblock { display: inline-block; vertical-align: top; width: 26%; margin-left: 30px;  position: relative; margin-bottom: 20px; }
  .showhideblock h2 a { padding-right: 0px; text-align: center; font-size: 18px; line-height: 22px; box-sizing: border-box; margin-bottom: 20px; }
  .showhideblock h2 a.hasicon { padding-left: 0px; padding-top: 80px; padding-bottom: 0px;   }
  .showhideblock h2 a .sectoricon { top: 0; left: 0; right: 0; margin: 0 auto; }
  .showhideblock h2 a svg { display: none;}
  .showhidearea hr { display: none;}
  .showhideblock .accordion-content { font-size: 14px; line-height: 19px; min-width: 300px; margin: 0px 0px 0px -35px; }
}
*/
/* = Blogs
------------------------------------------------------------------*/
.bloglistcontainer {
  margin-top: -50px; }

.blogbox {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  width: 100%;
  max-width: 375px;
  height: 405px;
  overflow: hidden;
  padding: 15px 15px 15px 15px;
  margin: 0px 32px 36px 0px;
  text-align: center;
  color: #444; }
  .blogbox img {
    margin-bottom: 9px; }
  .blogbox h2 {
    font-size: 21px;
    line-height: 27px;
    padding: 10px 0px 0px 0px; }
  .blogbox .line {
    display: inline-block;
    width: 160px;
    height: 1px;
    border-bottom: 2px solid #c4053f; }
  .blogbox p {
    font-size: 15px;
    line-height: 24px;
    padding: 6px 0px 0px 0px; }

.blogbox:hover {
  text-decoration: none;
  color: #444; }
  .blogbox:hover h2 {
    color: #c4053f; }
  .blogbox:hover img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }

.thirditem {
  margin-right: 0; }

.homeblogbox {
  margin-bottom: 5px; }

.blogdate {
  margin: -3px 0px 20px 0px;
  color: #666;
  font-style: italic;
  padding: 4px 0px 0px 38px;
  background-image: url(../images/icons/icon-date.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 78px;
  height: 30px;
  overflow: hidden; }

/* = Timeline - Our Story / About Page
------------------------------------------------------------------*/
.timeline {
  width: 100%;
  height: 700px;
  margin: 30px auto 40px auto;
  background-image: url(../images/timeline.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center 4px;
  position: relative; }
  .timeline p {
    line-height: 5px;
    padding-bottom: 8px; }

.timeblock {
  display: block;
  position: absolute;
  width: 48%;
  text-align: left;
  font-size: 13px;
  line-height: 18px; }
  .timeblock h3 {
    font-size: 19px;
    line-height: 24px;
    padding: 0px 0px 2px 0px; }

.timeblock1 {
  top: -2px;
  left: 56%; }

.timeblock2 {
  top: 90px;
  right: 56%;
  text-align: right; }

.timeblock3 {
  top: 189px;
  left: 56%; }

.timeblock4 {
  top: 288px;
  right: 56%;
  text-align: right; }

.timeblock5 {
  top: 387px;
  left: 56%; }

.timeblock6 {
  top: 486px;
  right: 56%;
  text-align: right; }

.timeblock7 {
  top: 585px;
  left: 56%; }

.timeblock8 {
  top: 684px;
  right: 56%;
  text-align: right; }

.timeblock9 {
  top: 783px;
  left: 56%; }

/* = Contact Page
------------------------------------------------------------------*/
.googlemap {
  margin: 0px 0px 20px 0px; }

.contactform form {
  margin: 20px 0px 20px 0px; }
  .contactform form fieldset {
    padding: 26px 20px 6px 20px;
    margin: 0px; }
  .contactform form label.left {
    display: none; }
  .contactform form textarea, .contactform form input, .contactform form select {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 13px 12px 13px 18px;
    margin: 0px 0px 18px 0px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 15px;
    line-height: normal; }
  .contactform form input.text {
    width: 100%;
    display: block; }
  .contactform form input.file {
    width: 100%;
    display: block;
    font-size: 13px;
    color: #666;
    font-style: italic;
    padding-left: 33px;
    text-indent: -15px; }
  .contactform form textarea {
    width: 100%;
    display: block; }
  .contactform form #CVOptions {
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 0px 0px 18px 0px;
    color: #999; }
  .contactform form ul.optionset {
    margin: 0; }
  .contactform form div.Actions input {
    padding: 18px 0px 18px 0px;
    width: 100%;
    text-align: center;
    margin: 0px 0px 10px 0px;
    background-image: url(../images/icons/rightarrow.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 15px; }
  .contactform form div.Actions input:hover {
    background: #ab0437;
    color: white;
    background-image: url(../images/icons/rightarrow.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 15px; }

/* =BASE
------------------------------------------------------------------*/
.footerbreak {
  margin-top: 60px;
  padding: 25px 0px 25px 0px; }

.footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0;
  vertical-align: top;
  padding: 38px 0px 50px 0px;
  width: 100%;
  color: #666; }
  .footer a {
    color: #666; }
  .footer a.logolink {
    display: inline-block;
    vertical-align: top;
    margin: 4px 28px 0px 50px;
    text-decoration: none; }
  .footer a.logolink img {
    height: 44px; }
  .footer .footerblock {
    display: inline-block;
    vertical-align: top;
    margin-right: 45px; }
  .footer .lastblock {
    margin: 0; }

/* = Base Buttons
------------------------------------------------------------------*/
.basebuttons {
  float: right;
  margin: -5px 40px 0px 0px;
  text-align: right; }
  .basebuttons svg {
    height: 36px; }

.facebook, .twitter, .linkedin, .youtube {
  margin-right: 16px;
  padding: 7px 6px 9px 6px;
  fill: #999; }

.youtube {
  margin: 0; }

.facebook:hover, .twitter:hover, .linkedin:hover, .youtube:hover {
  fill: #c4053f; }

a.terms {
  display: block;
  clear: both;
  text-align: right;
  font-size: 13px;
  line-height: 18px;
  color: #666;
  font-style: italic;
  padding: 13px 3px 0px 0px;
  text-decoration: none; }

a.terms:hover {
  color: #c4053f; }

/*  Footer adjustments for smaller than large desktop  - - - - - - - - */
@media (max-width: 1400px) {
  .footer a.logolink {
    margin: 4px 24px 0px 40px; }
  .footer .footerblock {
    margin-right: 25px; }
  .footer .lastblock {
    margin: 0; }
  .basebuttons {
    margin: 7px 20px 0px 0px; }
  .facebook, .twitter, .linkedin, .youtube {
    margin-right: 10px;
    padding: 7px 6px 9px 6px; } }

/*  End of media query  - - - - - - - - - */
/*  Footer adjustments for approaching laptop size - - - - - - - - */
@media (max-width: 1300px) {
  .footer a.logolink {
    margin: 4px 24px 0px 30px; }
  .footer .footerblock {
    margin-right: 20px; }
  .footer .lastblock {
    display: none; }
  .basebuttons {
    margin: 7px 20px 0px 0px; }
  .facebook, .twitter, .linkedin, .youtube {
    margin-right: 0px;
    padding: 7px 6px 9px 6px; } }

/*  End of media query  - - - - - - - - - */
/* = Login Page
------------------------------------------------------------------*/
#loggedinbox {
  display: block;
  width: 170px;
  background-color: #eee;
  font-size: 11px;
  line-height: 21px;
  margin: 0px 0px 16px 10px;
  padding: 10px 0px 10px 0px;
  text-align: center; }

#loggedinbox a {
  display: block;
  padding: 0px;
  background-image: none;
  text-decoration: underline; }

/* LINK ICONS - shows type of file
	------------------------------------ */
.content a[href$=".pdf"],
.content a[href$=".PDF"],
.content a.pdf {
  padding: 2px;
  padding-left: 20px;
  background: url(../images/icons/page_white_acrobat.png) no-repeat left center; }

.content a[href$=".doc"],
.content a[href$=".DOC"],
.content a.doc {
  padding: 2px;
  padding-left: 20px;
  background: url(../images/icons/page_word.png) no-repeat left center; }

.content a[href$=".xls"],
.content a[href$=".XLS"],
.content a.xls {
  padding: 2px;
  padding-left: 20px;
  background: url(../images/icons/page_excel.png) no-repeat left center; }

.content a[href$=".gz"],
.content a[href$=".GZ"],
.content a[href$=".gzip"],
.content a[href$=".GZIP"],
.content a[href$=".zip"],
.content a[href$=".ZIP"],
.content a.archive {
  padding: 2px;
  padding-left: 20px;
  background: url(../images/icons/page_white_zip.png) no-repeat left center; }

.content a[href$=".exe"],
.content a[href$=".EXE"],
.content a.application {
  padding: 2px;
  padding-left: 20px;
  background: url(../images/icons/application.png) no-repeat left center; }

/* OTHER IMAGES PLACED DIRECTLY INTO CONTENT/TEXT AREA 
-------------------------------------------- */
.content img.right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }

.content img.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.content img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 20px; }

.content img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px; }

/* = Styles For FORMS
------------------------------------------------------------------*/
form {
  margin: 0px 0px 20px 0px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #444;
  text-align: left; }

fieldset {
  margin: 0px;
  border: none;
  background: #eee;
  border-radius: 2px;
  padding: 20px 34px 10px 26px;
  margin: 16px 0px 10px -2px;
  max-width: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

textarea, input, select {
  border: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #444;
  border-radius: 2px;
  padding: 18px 18px 18px 28px;
  margin: 10px 0px 20px 0px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input.text {
  width: 100%;
  display: block; }

textarea {
  width: 100%;
  display: block; }

label.left {
  display: block;
  float: none;
  clear: both; }

label.right {
  float: left;
  font-size: 12px;
  font-style: italic;
  color: #999;
  padding: 5px 0px 0px 6px; }

form ul {
  padding: 0px !important; }

form li {
  margin: 0px !important;
  padding: 0px !important;
  text-indent: 0px !important; }

form li:before {
  content: "" !important;
  padding: 0px !important;
  margin: 0px !important; }

input.radio {
  display: inline-block;
  margin: 0px 3px 0px 0px; }

div.Actions input {
  background: #c4053f;
  font-weight: 500;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  color: white;
  font-size: 19px;
  line-height: 28px;
  padding: 18px 28px 18px 28px;
  margin: 10px 0px 10px 0px;
  border: none;
  border-radius: 2px; }

div.Actions input:hover {
  background: #ab0437;
  color: white; }

/* Validation Error Alerts */
div.middleColumn label, #PageCommentInterface_Form_PostCommentForm_error, .message {
  display: block;
  text-align: left;
  background-color: #ffeeee;
  padding: 6px;
  margin: -4px 0px 16px 0px;
  color: #666; }

/* Validation Error Alerts */
div.middleColumn label, #PageCommentInterface_Form_PostCommentForm_error, .message {
  display: block;
  text-align: left;
  background-color: #c4053f;
  padding: 6px;
  margin: -4px 0px 16px 0px;
  color: white; }

#MemberLoginForm_LoginForm_Remember_Holder {
  display: none; }

#ForgotPassword {
  display: block;
  clear: both;
  font-size: 13px;
  font-style: italic;
  margin-top: 15px; }

/*  Visibility styles (for desktop)  */
.visible-phone {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }

#sidr {
  display: none; }

/*  Smaller than designated desktop size  - - - - - - - - - - - - - - - - */
@media (max-width: 1200px) {
  .container {
    padding: 0px 20px 0px 20px; }
  .header a.logolink {
    margin-left: 30px; }
  .header a.logotext {
    display: none; }
  .mainnav {
    right: 40px; }
  .homesearchform {
    text-align: center; }
  .bloglistcontainer .container {
    text-align: center; }
  .blogbox {
    max-width: 30vw;
    height: 390px;
    margin: 0px 15px 36px 0px; }
    .blogbox h2 {
      font-size: 20px; }
  .thirditem {
    margin-right: 0; }
  .clientlogoblock {
    width: 40%; }
  .clientcontent {
    display: inline-block;
    width: 60%;
    padding-left: 0px; }
  .testimonial {
    padding: 80px 20px 66px 20px; }
  .clientslidesholder {
    width: 100%; }
    .clientslidesholder .slidearrow {
      top: 0px;
      padding: 60px 0px 0px 0px; }
    .clientslidesholder .arrowright {
      background-color: #eee;
      padding-left: 30px;
      height: 100%; }
  .teamblock {
    text-align: center; }
  .management {
    text-align: left;
    padding: 28px 0px 25px 0px;
    margin: 0px 20px 25px 0px; }
  .teammember {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    padding: 30px 0px 0px 0px;
    margin: 0px 18px 0px 0px;
    color: #444;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #444; }
    .teammember.fifth {
      margin-right: 18px; }
  .footer .middleblock, .footer .lastblock {
    display: block;
    margin: 9px 0px 0px 152px; }
  .basebuttons {
    margin: 7px 20px 0px 0px; }
  .facebook, .twitter, .linkedin, .youtube {
    margin-right: 0px;
    padding: 7px 6px 9px 6px; } }

/*  End of media query  - - - - - - - - - */
/*  QUERY - Tablet landscape width -  - - - - - - - - - - - - - - - - */
@media (max-width: 1100px) {
  a.sector {
    padding: 50px 70px 0px 120px; }
    a.sector h2 {
      font-size: 23px; }
  a.sector.even {
    margin-left: 50px; }
  .clientlogoblock {
    width: 45%; }
  .clientcontent {
    display: inline-block;
    width: 55%;
    padding-left: 0px; }
  .teamblock .count1 {
    min-width: 40%;
    margin-right: 30px; } }

/*  QUERY - Tablet portrait width -  - - - - - - - - - - - - - - - - */
@media (max-width: 870px) {
  .hidden-desktop {
    display: inherit !important; }
  .visible-desktop {
    display: none !important; }
  .visible-phone {
    display: inherit !important; }
  .hidden-phone {
    display: none !important; }
  h1 {
    font-size: 28px;
    line-height: 39px; }
  h2 {
    font-size: 22px;
    line-height: 31px; }
  blockquote {
    font-size: 19px;
    line-height: 28px; }
  .mainnav {
    display: none; }
  .menubutton {
    position: relative;
    float: right;
    display: inline-block;
    margin: 55px 42px 0px 0px;
    width: 44px;
    height: 44px; }
    .menubutton span {
      display: none; }
  .fixed_header .menubutton {
    position: relative;
    margin-top: 30px; }
  .sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    background: #f1f1f1; }
  .sidr .sidr-inner {
    padding: 0 0 15px; }
  .sidr.right {
    left: auto;
    right: -260px; }
  .sidr.left {
    left: -260px;
    right: auto; }
  .phonenav {
    padding: 30px 0px 60px 0px; }
    .phonenav a {
      display: block;
      font-family: "Raleway", Arial, Helvetica, sans-serif;
      padding: 20px 0px 20px 0px;
      margin: 0px 13% 0px 15%;
      text-align: left;
      text-decoration: none;
      font-size: 19px;
      line-height: 22px;
      font-weight: 500;
      color: #444;
      text-transform: uppercase;
      border-bottom: 1px solid #ccc; }
    .phonenav a.current {
      border-bottom: 2px solid #c4053f; }
    .phonenav a.sidenav2 {
      text-transform: none;
      padding-left: 5px;
      font-size: 17px; }
  .PhoneSubNavigation {
    display: block;
    text-align: center;
    margin: 20px 0px 0px 0px; }
    .PhoneSubNavigation a {
      display: block;
      font-size: 15px;
      font-weight: 600;
      color: #666;
      text-transform: uppercase;
      padding: 10px 0px 10px 0px;
      border-bottom: 1px solid #ccc; }
  .flexboxonmobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .flexboxonmobile .content {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .flexboxonmobile .leftside {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  a.sector {
    width: 100%; }
  a.sector.even {
    margin-left: 10px; }
  .searchresults input.filter {
    display: block;
    width: 100%;
    margin: 40px 0px 20px 0px; }
  .filtertitle {
    text-align: left;
    margin-bottom: 40px;
    border: none; }
    .filtertitle h2 {
      display: block;
      float: none;
      padding: 15px 0px 0px 84px; }
    .filtertitle .infoicon {
      top: 100px; }
  a.jobresult {
    padding: 0px 60px 33px 0px; }
    a.jobresult .miniicon {
      margin-right: 28px; }
    a.jobresult .type {
      padding-left: 46px; }
    a.jobresult .location {
      padding-left: 30px; }
    a.jobresult .salary {
      padding-left: 48px; }
    a.jobresult .date {
      padding-left: 40px; }
  .phonesearch {
    margin: 60px 10px 0px 20px; }
  .jobleft {
    margin-bottom: 40px; }
  .clientlogoblock {
    width: 100%; }
  .clientcontent {
    display: block;
    width: 100%; }
  .management {
    display: block;
    text-align: center;
    width: 100%;
    padding: 28px 0px 20px 0px;
    margin: 0px 0px 0px 0px; }
    .management h2 {
      font-size: 22px;
      padding: 10px 0px 0px 0px; }
  .teammember {
    margin: 0px 10px 0px 10px; }
    .teammember.fifth {
      margin-right: 10px; }
  .homesearchform {
    padding: 140px 0px 0px 0px; }
    .homesearchform select, .homesearchform .submit {
      display: block;
      margin: 0px auto 20px auto; }
    .homesearchform .sectorselect {
      width: 60%;
      background-position: 95% 25px; }
    .homesearchform .locationselect {
      width: 60%;
      background-position: 93% 25px; }
    .homesearchform .submit {
      width: 60%; }
  .homecontent {
    padding: 50px 0px 60px 0px; }
    .homecontent h1 {
      font-size: 34px;
      line-height: 42px; }
    .homecontent h2 {
      font-size: 26px;
      line-height: 36px; }
  .blogbox {
    max-width: 375px;
    height: auto;
    margin: 0px 0px 36px 0px;
    padding-bottom: 22px; }
    .blogbox h2 {
      font-size: 20px; }
  .thirditem {
    margin-right: 0; }
  .clientslideshow {
    width: 70% !important; }
  .footer a.logolink {
    margin-bottom: 5px; }
  .footer .footerblock {
    display: block;
    margin: 10px 0px 0px 34px; }
  .basebuttons {
    margin: 7px 20px 0px 0px; }
  .facebook, .twitter, .linkedin, .youtube {
    margin-right: 0px;
    padding: 7px 6px 9px 6px; } }

/*  End of media query  - - - - - - - - - */
/*  MEDIA QUERY LARGE MOBILE  - - - - - - - - - - - - - - - - */
@media (max-width: 660px) {
  .header .menubutton {
    margin-right: 26px; }
  .header a.logolink {
    margin-left: 20px; }
  .fixed_header {
    height: 70px; }
    .fixed_header a.logolink {
      margin: 16px 0px 0px 16px; }
    .fixed_header a.logolink img {
      height: 40px; }
    .fixed_header .menubutton {
      margin-top: 16px; }
  .titlebanner {
    padding: 26px 0px 28px 0px;
    margin: 0px 0px 40px 0px; }
  a.sector {
    padding: 40px 30px 20px 76px;
    height: auto;
    overflow: visible;
    margin: 0px; }
    a.sector h2 {
      padding-bottom: 6px;
      font-size: 21px;
      line-height: 26px; }
    a.sector .sectoricon {
      top: 40px;
      width: 60px;
      height: 60px;
      background-size: 60px; }
    a.sector svg.rightarrow {
      top: 44px;
      right: -5px; }
  a.sector.even {
    margin-left: 0px; }
  .filtertitle h2 {
    padding: 15px 0px 0px 74px;
    font-size: 21px;
    line-height: 26px; }
  .filtertitle .sectoricon {
    width: 60px;
    height: 60px;
    background-size: 60px; }
  .filtertitle .infoicon {
    top: 90px; }
  ul.list {
    margin: 0px 0px 0px 0px; }
  a.jobresult {
    padding: 0px 20px 23px 0px; }
    a.jobresult h2 {
      padding-bottom: 10px;
      font-size: 21px;
      line-height: 26px; }
    a.jobresult svg {
      top: 0px;
      right: -8px; }
    a.jobresult .miniicon {
      margin-right: 20px;
      margin-bottom: 10px; }
  .jobcontent h2 {
    font-size: 24px;
    line-height: 28px; }
  .jobcontent svg {
    top: 0px;
    right: -8px; }
  .jobcontent .miniicon {
    margin-right: 20px;
    margin-bottom: 10px; }
  .jobcontent .type {
    padding-left: 46px; }
  .jobcontent .location {
    padding-left: 30px; }
  .jobcontent .salary {
    padding-left: 48px; }
  .jobcontent .date {
    padding-left: 40px; }
  .bloglistcontainer {
    margin-top: -90px; }
  .work-with-us .showhidearea {
    margin-top: 20px;
    margin-left: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .work-with-us .showhideblock {
    display: block;
    width: auto;
    margin-left: 0px;
    margin-bottom: 0px; }
  .work-with-us .showhidearea h2 {
    margin: 0px;
    padding: 0px; }
  .work-with-us .showhideblock h2 a {
    display: block;
    color: #222;
    text-align: left;
    margin-bottom: 0px; }
  .work-with-us .showhideblock h2 a.hasicon {
    padding: 14px 0px 14px 55px; }
  .work-with-us .showhideblock h2 a .sectoricon {
    top: 4px;
    left: 0px;
    right: auto;
    margin: 0px;
    width: 44px;
    height: 44px;
    background-size: 44px; }
  .work-with-us .showhideblock h2 a svg {
    display: block;
    right: 0px;
    top: 19px;
    height: 12px; }
  .work-with-us .showhidearea hr {
    display: block; }
  .work-with-us .showhideblock .accordion-content {
    font-size: 14px;
    line-height: 19px;
    min-width: 0;
    margin: 12px 0px 0px 8px; }
  .homebanner {
    height: auto; }
  .homesearchform {
    padding: 60px 0px 40px 0px; }
    .homesearchform .sectorselect {
      width: 95%; }
    .homesearchform .locationselect {
      width: 95%; }
    .homesearchform .submit {
      width: 95%; }
  .homecontent {
    padding: 40px 0px 50px 0px; }
    .homecontent h1 {
      font-size: 29px;
      line-height: 38px; }
    .homecontent h2 {
      font-size: 24px;
      line-height: 33px; }
  .clientslideshow {
    margin-left: 28px !important; }
  .clientlogoblock {
    text-align: center; }
  .clientlogo {
    padding: 0px 10px 0px 10px;
    height: 107px;
    margin: 0px 6px 22px 6px; }
    .clientlogo img {
      width: 130px; }
  .testimonial {
    padding: 60px 10px 40px 10px; }
    .testimonial .quotes-left {
      background-size: 22px;
      width: 22px; }
    .testimonial .quotes-right {
      background-size: 22px;
      width: 22px; }
    .testimonial .quote {
      font-size: 19px;
      line-height: 28px;
      margin-bottom: 14px; }
    .testimonial .quotecredit {
      color: #666; }
  .footeraddress {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .footeraddress a.logolink {
      margin-bottom: 8px; }
  .basebuttons {
    margin: 20px 0px 0px 19px;
    float: none;
    text-align: left; }
  a.terms {
    text-align: left;
    padding-left: 17px; }
  .applyform fieldset {
    min-width: 0px; }
  #CVOptions li {
    width: 92px; }
  .contactform form {
    width: 104%; }
    .contactform form fieldset {
      padding: 13px 10px 0px 10px; } }

/* End of Media Query - - - - - - - - - - - - - - - - */
/*  MEDIA QUERY SMALL MOBILE  - - - - - - - - - - - - - - - - */
@media (max-width: 340px) {
  .homecontent {
    padding: 30px 0px 45px 0px; }
    .homecontent h1 {
      font-size: 26px;
      line-height: 35px; }
    .homecontent h2 {
      font-size: 24px;
      line-height: 33px; }
  .clientslideshow {
    margin-left: 0px !important; }
  .clientslidesholder .arrowright {
    padding-left: 5px; }
  .clientlogo {
    padding: 0px 8px 0px 8px;
    height: 80px;
    margin: 0px 5px 19px 5px; }
    .clientlogo img {
      width: 100px; }
  .management img {
    float: none;
    margin: 0; }
  .teammember {
    margin: 0px 0px 0px 15px; }
    .teammember.fifth {
      margin-right: 5px; }
    .teammember img {
      width: 110px; }
    .teammember .nopic {
      width: 110px;
      height: 110px;
      background-position: center -106px; }
  .work-with-us .showhideblock h2 a svg {
    display: none; }
  .footer a.logolink {
    margin-left: 18px; }
  .footer .footerblock {
    display: block;
    margin: 12px 0px 0px 20px; }
  .basebuttons {
    margin: 26px 0px 0px 10px; }
  a.terms {
    padding-left: 10px; }
  .contactform form fieldset {
    padding: 4px 4px 0px 4px; }
  #CVOptions li {
    width: 80px; } }

/* End of Media Query - - - - - - - - - - - - - - - - */
