@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.
 */
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;
  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 {
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 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;
  text-align: left; }

/*
 * 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;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  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%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  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; }

body {
  margin: 0px;
  padding: 0px;
  padding-top: 94px;
  background-color: white;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #333; }

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 #bbb;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 30px 0px; }

strong {
  font-weight: 600; }

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

a {
  color: #18c3c5;
  text-decoration: none;
  transition: all 0.3s ease-out; }

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

.blue {
  color: #0a4d78; }

.lightblue {
  color: #18c3c5; }

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

h1 {
  font-size: 30px;
  line-height: 40px;
  padding: 0px 0px 15px 0px; }

h2 {
  font-size: 24px;
  line-height: 34px;
  padding: 0px 0px 16px 0px;
  color: #18c3c5; }

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: #0a4d78;
  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: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  background: #18c3c5;
  color: white;
  padding: 14px 26px 14px 26px;
  border-radius: 6px;
  line-height: 1;
  margin-top: 20px;
  cursor: pointer; }

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

p.cmsbutton a {
  display: inline-block;
  vertical-align: top;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  padding: 14px 26px 14px 26px;
  background: #18c3c5;
  border-radius: 6px;
  margin: 14px 0px 20px 0px;
  cursor: pointer; }

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

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

.bgblue {
  background-color: #0a4d78; }

.bglightblue {
  background-color: #18c3c5; }

.bglightgrey {
  background-color: #e3e3e3; }

.bggrey {
  background-color: #999; }

.bgblend {
  background: linear-gradient(#129698 10%, #18c3c5 90%); }

.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; }

.nopad {
  padding: 0px; }

/* = Header
------------------------------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  display: block;
  height: 94px;
  top: 0;
  margin: 0;
  padding: 0px;
  background-color: white;
  z-index: 9; }
  .header a.logolink {
    float: left;
    margin: 24px 0px 0px 40px;
    text-decoration: none; }
  .header a.logolink img {
    height: 50px; }

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

.mainnav a {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  padding: 15px 8px 0px 8px;
  margin: 0px 8px 0px 8px;
  height: 70px;
  min-width: 80px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #333;
  border-bottom: 5px solid white;
  text-transform: uppercase; }

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

.mainnav a.navbutton, .mainnav a.last {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  background: #0a4d78;
  color: white;
  margin: 5px 0px 0px 13px;
  padding: 13px 16px 13px 16px;
  height: auto;
  border: none;
  border-radius: 6px; }

.mainnav a.navbutton:hover {
  background: #06324e;
  color: white; }

.mainnav a.last {
  background: #0a4d78;
  margin-left: 8px; }

.mainnav a.last:hover {
  background: #06324e;
  color: white; }

.menubutton {
  display: none; }

/* = DROPDOWN MENU
------------------------------------------------------------------*/
.dropdownholder {
  display: inline-block;
  position: relative;
  vertical-align: top;
  box-sizing: border-box; }
  .dropdownholder .dropdown {
    display: none;
    position: absolute;
    overflow: hidden;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 70px;
    width: 180px;
    box-sizing: border-box;
    background-color: #0a4d78;
    padding: 12px 0px 8px 0px;
    transition: all 0.3s ease-out; }
    .dropdownholder .dropdown a {
      display: block;
      line-height: 19px;
      color: white;
      border: none;
      padding: 6px 0px 6px 0px;
      margin: 0;
      height: auto; }
    .dropdownholder .dropdown a:hover {
      color: white;
      background: #06324e; }
    .dropdownholder .dropdown a.current {
      color: rgba(255, 255, 255, 0.72);
      background: #06324e; }
    .dropdownholder .dropdown a.current:hover {
      color: rgba(255, 255, 255, 0.72);
      background: #06324e; }

.dropdownholder:hover .dropdown {
  display: block;
  height: auto; }

/* =INNER PAGE SUB NAVIGATION
------------------------------------------------------------------*/
.leftside {
  position: -webkit-sticky;
  position: sticky;
  top: 140px; }

.nonstickyleftside {
  position: relative;
  top: 0; }

.topsubnav {
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  margin: 0 auto; }
  @media (max-width: 870px) {
    .topsubnav {
      display: none; } }
.topsubnav a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  padding: 0px 16px 0px 16px;
  position: relative; }
  @media (max-width: 1200px) {
    .topsubnav a {
      padding: 0px 12px 0px 12px; } }
.topsubnav a:hover {
  color: rgba(255, 255, 255, 0.72); }

.topsubnav a.current, .topsubnav a.section {
  text-decoration: none;
  color: white; }

.topsubnav a.current:after, .topsubnav a.section:after {
  content: '';
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 12px solid #18c3c5; }
  @media (max-width: 1200px) {
    .topsubnav a.current:after, .topsubnav a.section:after {
      bottom: -22px; } }
.taglinks {
  background: white;
  border-bottom: 1px solid #bbb;
  padding: 0px 0px 22px 10px;
  margin: -22px 0px 10px 0px; }

.subnav a.taglink {
  font-size: 14px;
  line-height: 19px;
  padding: 6px 10px 6px 17px;
  border: none;
  margin: 0px; }

a.backarrow {
  padding-left: 0px;
  cursor: pointer;
  border: none; }
  a.backarrow svg.leftarrow {
    fill: #18c3c5;
    height: 36px; }

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

/* =CONTENT
------------------------------------------------------------------*/
.titlebanner {
  width: 100%;
  background-color: #18c3c5;
  padding: 30px 0px 30px 0px;
  margin: 0px 0px 40px 0px; }
  .titlebanner.hassubnav {
    padding: 24px 0px 36px 0px; }
  .titlebanner.dark {
    background-color: #0a4d78; }
  .titlebanner h1 {
    padding: 20px 0px 20px 0px;
    text-transform: uppercase;
    color: white; }
  .titlebanner h2 {
    padding: 0px 0px 20px 0px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 23px;
    color: white;
    margin-top: -8px; }
  .titlebanner svg.downarrow {
    fill: white;
    width: 26px;
    margin: -6px 0px 0px 14px; }
  .titlebanner h1.tabletview {
    display: none; }
  @media (max-width: 1120px) {
    .titlebanner.hassubnav {
      padding: 30px 0px 30px 0px; }
    .titlebanner h1.desktopview {
      display: none; }
    .titlebanner h1.tabletview {
      display: block; } }
.content {
  padding: 0px 10px 20px 0px;
  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: #18c3c5; }

.extracontent {
  margin-top: 20px; }

.content table td {
  padding: 20px 20px 0px 0px;
  border-bottom: 1px solid #bbb; }

/* = 50% Job listings (used on homepage)
------------------------------------------------------------------*/
.mainjobs {
  margin: -46px auto 80px auto; }

a.sector {
  display: inline-block;
  box-sizing: border-box;
  width: 46%;
  vertical-align: top;
  position: relative;
  padding: 40px 100px 0px 0px;
  height: 150px;
  overflow: hidden;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #bbb;
  margin: 0px 0px 0px 10px; }
  a.sector h2 {
    padding-bottom: 6px;
    color: #222; }
  a.sector svg.rightarrow {
    fill: #18c3c5;
    position: absolute;
    top: 40px;
    right: 18px;
    width: 48px; }

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

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

.sectorblocks {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0px 30px 0px; }
  .sectorblocks a {
    display: block;
    flex: 0 1 33%;
    margin-bottom: 75px;
    text-align: center; }
    .sectorblocks a img {
      border-radius: 50%;
      width: 140px;
      background-color: #18c3c5;
      transition: all 0.3s ease-out; }
    .sectorblocks a h2 {
      font-size: 19px;
      line-height: 26px;
      text-transform: uppercase;
      padding: 0px;
      margin-top: 22px;
      color: #333;
      transition: all 0.3s ease-out; }
    .sectorblocks a:hover {
      text-decoration: none;
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px); }
      .sectorblocks a:hover img {
        background-color: #0a4d78; }
      .sectorblocks a:hover h2 {
        color: #0a4d78; }
  @media (max-width: 1366px) {
    .sectorblocks {
      margin: 0px; }
      .sectorblocks a {
        margin-bottom: 60px; } }
  @media (max-width: 700px) {
    .sectorblocks {
      align-items: flex-start; }
      .sectorblocks a {
        flex: 0 1 50%;
        margin-bottom: 45px; }
        .sectorblocks a img {
          width: 100px; }
        .sectorblocks a h2 {
          font-size: 17px;
          line-height: 22px;
          margin-top: 18px; }
      .sectorblocks a.block1 {
        order: 1; }
      .sectorblocks a.block2 {
        order: 3; }
      .sectorblocks a.block3 {
        order: 5; }
      .sectorblocks a.block4 {
        order: 2; }
      .sectorblocks a.block5 {
        order: 4; }
      .sectorblocks a.block6 {
        order: 6; } }
  @media (max-width: 380px) {
    .sectorblocks a {
      margin-bottom: 40px; }
    .sectorblocks a h2 {
      font-size: 16px;
      line-height: 22px; } }
.jobsectorintro {
  min-height: 0;
  text-align: center;
  margin-bottom: 12px; }

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

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

.showsearch {
  display: none; }

.leftsearchform {
  padding: 0px;
  margin-bottom: 90px; }

.leftsearchform select,
.leftsearchform input[type='text'],
.leftsearchform .multi-select-button {
  display: block;
  width: 100%;
  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: #777;
  text-transform: uppercase;
  border-radius: 6px;
  outline: none; }

.leftsearchform select,
.leftsearchform .multi-select-button {
  background-image: url(../images/icons/dropdownarrow.svg);
  background-position: right 18px center;
  background-repeat: no-repeat; }

.leftsearchform .multi-select-button {
  padding-right: 35px; }

.leftsearchform .multi-select-menuitem {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #777;
  padding: 0 0 0 14px; }

.leftsearchform .submit {
  display: block;
  box-sizing: border-box;
  background-color: #18c3c5;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  width: 100%;
  border: none;
  text-align: left;
  padding: 17px 10px 17px 22px;
  margin: 10px 0px 0px 0px;
  background-image: url(../images/icons/rightarrow-plain.svg);
  background-size: 20px;
  background-position: right 18px center;
  background-repeat: no-repeat;
  color: white;
  text-transform: uppercase;
  font-weight: 500; }

.leftsearchform .submit:hover {
  background: #0068a0;
  background-image: url(../images/icons/rightarrow-plain.svg);
  background-size: 20px;
  background-position: right 18px center;
  background-repeat: no-repeat; }

/* More Multi-select styling */
.multi-select-container {
  position: relative; }

.multi-select-menu {
  position: absolute;
  left: 0;
  max-height: 270px;
  min-width: 100%;
  background: #fff;
  margin: 10px 0;
  padding: 0.4em 0;
  box-sizing: border-box;
  border: 1px solid #bbb;
  border-radius: 6px;
  display: none;
  z-index: 9999;
  overflow-y: scroll; }

.multi-select-menu input {
  margin-right: 0.3em;
  /*vertical-align: -0.2em;*/
  margin: 10px 5px 0 0; }

.multi-select-button {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.2em 0.6em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default; }

.multi-select-container--open .multi-select-menu {
  display: block; }

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent; }

div.disabled, div.disabled span, select:disabled, input:disabled {
  background-color: #efefef !important;
  color: #bbb !important;
  border-color: #ccc !important;
  background-image: none !important; }

.leftsearchform .hidesector {
  display: none; }

.sectorintro {
  display: block;
  padding: 24px 16px 24px 22px;
  background-color: #e3e3e3;
  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 24px 0px;
  margin-bottom: 30px;
  min-height: 80px;
  color: #333;
  border-bottom: 1px solid #bbb;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #333; }
  a.jobresult h2 {
    padding-bottom: 10px;
    color: #222; }
  a.jobresult svg {
    fill: #18c3c5;
    position: absolute;
    top: 8px;
    right: 20px;
    width: 42px; }
  a.jobresult .miniicon {
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    line-height: 19px;
    margin-right: 15px;
    margin-left: -3px;
    overflow: hidden; }
    a.jobresult .miniicon.third {
      margin-right: 0px; }
  a.jobresult .miniicon:before {
    content: "●";
    display: inline-block;
    font-size: 26px;
    line-height: 17px;
    vertical-align: top;
    padding: 0px 4px 0px 0px;
    font-weight: bold;
    color: #18c3c5; }

a.jobresult:hover {
  color: #333;
  text-decoration: none; }
  a.jobresult:hover h2 {
    color: #0a4d78; }
  a.jobresult:hover svg {
    fill: #0a4d78; }
  a.jobresult:hover .miniicon:before {
    color: #0a4d78; }

.btn-load-more {
  display: inline-block;
  appearance: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 15px 60px 14px 40px;
  border-radius: 6px;
  background-color: #18c3c5;
  color: white;
  cursor: pointer;
  font-weight: 600;
  border: none;
  overflow-anchor: none; }
  .btn-load-more span {
    pointer-events: none; }
  .btn-load-more svg {
    position: absolute;
    top: 18px;
    right: 14px;
    fill: white;
    width: 15px; }

.btn-load-more:hover {
  cursor: pointer;
  background: #0a4d78; }

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

.pagination {
  display: block;
  clear: both;
  width: 100%;
  text-align: right;
  padding: 30px 0px 40px 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: 8px 16px 8px 16px;
  color: #666;
  font-size: 14px;
  margin-left: 4px;
  line-height: 1;
  text-align: center;
  background-color: white;
  border: 1px solid #bbb;
  border-radius: 4px; }

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

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

.recruiterpic {
  width: 170px;
  border-radius: 50%;
  margin: 10px 0px 20px 0px; }

.sharethis {
  display: block;
  text-align: center;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #0a4d78;
  padding: 0px 0px 22px 0px;
  margin-top: 0px; }
  .sharethis .sideheading {
    display: block;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 500;
    background: #e3e3e3;
    color: #666;
    padding: 10px 26px 10px 26px;
    margin-bottom: 14px;
    border-radius: 6px; }
  .sharethis .shareheading {
    margin-top: 60px; }
  .sharethis h3 {
    text-transform: uppercase;
    padding-bottom: 6px; }
  .sharethis .linkedinbutton {
    display: block;
    color: #666;
    background-color: #e3e3e3;
    border-radius: 6px;
    padding: 8px 8px 10px 8px;
    max-width: 142px;
    margin: 14px auto; }
    .sharethis .linkedinbutton svg {
      width: 26px;
      fill: #666;
      display: inline-block;
      vertical-align: bottom;
      padding: 0px 8px 0px 0px; }
  .sharethis .linkedinbutton:hover {
    color: white;
    text-decoration: none;
    background-color: #18c3c5; }
    .sharethis .linkedinbutton:hover svg {
      fill: white; }
  .sharethis a.calendarbutton {
    margin: 0px 0px 20px 0px; }
  .sharethis .shareicons a {
    display: inline-block;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    background-color: #999;
    margin: 11px 3px 40px 3px;
    text-align: center;
    padding: 5px 0px 0px 0px;
    border-radius: 6px; }
    .sharethis .shareicons a svg {
      height: 22px;
      fill: white;
      padding: 0;
      margin: 0 auto; }
  .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: #18c3c5; }

.blogshare {
  margin-top: 50px; }

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

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

.jobcontent .miniicon {
  display: inline-block;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  line-height: 21px;
  margin-right: 15px;
  margin-left: -3px;
  overflow: hidden; }
  .jobcontent .miniicon.third {
    margin-right: 0px; }

.jobcontent .miniicon:before {
  content: "●";
  display: inline-block;
  font-size: 26px;
  line-height: 17px;
  vertical-align: top;
  padding: 0px 4px 0px 0px;
  font-weight: bold;
  color: #18c3c5; }

.jobcontent .jobdescription {
  margin-top: 20px; }

.jobcontent .posteddate {
  color: #666;
  font-style: italic;
  margin: 40px 0px 40px 0px; }

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

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

.applyform {
  margin: 0px 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 #bbb;
    border-radius: 6px;
    padding: 13px 12px 13px 18px;
    margin: 0px 0px 20px 0px;
    background: #fff;
    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 input.CVbutton {
    font-size: 13px;
    color: white;
    background-color: #18c3c5;
    border: none;
    padding: 10px 12px 10px 12px; }
  .applyform span.CVtext {
    font-size: 12px;
    font-style: italic;
    color: #666; }
  .applyform textarea {
    width: 100%;
    display: block; }
  .applyform div.Actions input {
    padding: 18px 60px 18px 60px;
    margin: 0px 0px 10px 0px; }
  .applyform div.Actions input:hover {
    background: #0a4d78;
    color: white; }

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

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

#CVOptions.invalid {
  border: 2px solid 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; }

.callbackbutton {
  text-transform: uppercase;
  margin: 0px auto 0px auto; }

/* = Page Pics
------------------------------------------------------------------*/
.pagepic {
  margin: 0px 0px 24px 0px;
  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: #333;
  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;
  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: 460px;
  background: url("../images/home-banner4.png") no-repeat, linear-gradient(#18c3c5 5%, white 95%);
  background-position: center bottom 0px;
  background-repeat: repeat-x;
  position: relative;
  z-index: 2; }
  .homebanner h1 {
    display: none; }
  @media (max-width: 870px) {
    .homebanner {
      background-size: 180%, 100%; } }
  @media (max-width: 510px) {
    .homebanner {
      height: 410px; } }
.homesearchform {
  padding: 156px 0px 0px 0px;
  font-size: 0;
  width: 100%;
  text-align: center;
  max-width: 960px;
  margin: 0 auto; }
  .homesearchform select, .homesearchform .submit {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #333;
    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: 6px;
    height: 54px;
    outline: none; }
  .homesearchform .sectorselect {
    width: 38%;
    background-position: 95% 25px; }
  .homesearchform .areaselect {
    width: 32%;
    background-position: 93% 25px; }
  .homesearchform .submit {
    background-color: #0a4d78;
    background-image: url(../images/icons/rightarrow-plain.svg);
    background-position: right 17px center;
    background-repeat: no-repeat;
    background-size: 18px;
    padding: 16px 52px 0px 26px;
    color: white;
    font-weight: 500;
    margin: 0; }
  .homesearchform .submit:hover {
    background: #06324e;
    background-image: url(../images/icons/rightarrow-plain.svg);
    background-position: right 17px center;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-right: 52px; }
  @media (max-width: 870px) {
    .homesearchform .sectorselect {
      width: 36%; }
    .homesearchform .areaselect {
      width: 30%; } }
  @media (max-width: 660px) {
    .homesearchform {
      padding-top: 90px; }
      .homesearchform select, .homesearchform .submit {
        display: block;
        margin: 0px auto 20px auto; }
      .homesearchform .sectorselect {
        width: 60%;
        background-position: 95% 25px; }
      .homesearchform .areaselect {
        width: 60%;
        background-position: 95% 25px; }
      .homesearchform .submit {
        width: 60%;
        background-position: 95% center; }
      .homesearchform .submit:hover {
        width: 60%;
        background-position: 95% center; } }
  @media (max-width: 510px) {
    .homesearchform {
      padding-top: 70px; }
      .homesearchform .sectorselect {
        width: 80%; }
      .homesearchform .areaselect {
        width: 80%; }
      .homesearchform .submit {
        width: 80%; }
      .homesearchform .submit:hover {
        width: 80%; } }
.hometitlebanner {
  margin: 0px; }

.homecontent {
  margin: 0px;
  padding: 64px 0px 60px 0px;
  background-color: white;
  z-index: 8;
  position: relative;
  width: 100%;
  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: #18c3c5;
    padding-bottom: 20px; }

/* = Latest Positions
------------------------------------------------------------------*/
.latestjobs {
  padding: 70px 0px 0px 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box; }
  .latestjobs a.homejob {
    display: block;
    width: 47.8%;
    height: 126px;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 90px; }
  @media (max-width: 1228px) {
    .latestjobs {
      display: block;
      padding: 50px 20px 0px 20px; }
      .latestjobs a.homejob {
        width: 100%;
        height: auto; } }
  @media (max-width: 660px) {
    .latestjobs {
      padding: 40px 0px 0px 0px; }
      .latestjobs a.homejob {
        padding: 0px 0px 14px 0px; } }
.homebuttonholder {
  text-align: center;
  margin-bottom: 50px; }

/* = Testimonials
------------------------------------------------------------------*/
.hometestimonials {
  padding-top: 40px; }

.testimonial {
  text-align: left;
  padding: 6px 90px 0px 90px;
  box-sizing: border-box;
  max-height: 135px;
  overflow: hidden; }
  .testimonial a:hover {
    color: white;
    text-decoration: none; }
    .testimonial a:hover .stars svg {
      fill: white; }
  .testimonial .stars {
    margin: -4px 0px 12px -4px; }
    .testimonial .stars svg {
      height: 24px;
      padding: 0;
      margin: 2px;
      display: inline-block; }
  .testimonial .quote {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
    color: white; }
  .testimonial .quotecredit {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    line-height: 21px;
    color: white;
    margin-bottom: 40px; }
  .testimonial .flex-control-nav {
    display: none; }
  @media (max-width: 1200px) {
    .testimonial {
      padding: 6px 40px 0px 44px !important; } }
  @media (max-width: 870px) {
    .testimonial {
      padding: 6px 48px 0px 48px !important; } }
.testimonialspage .testimonialblock {
  margin: 10px 30px 40px 0px; }
  .testimonialspage .testimonialblock .stars {
    margin: -4px 0px 12px -4px; }
    .testimonialspage .testimonialblock .stars svg {
      height: 24px;
      fill: #e9cb00;
      padding: 0;
      margin: 2px;
      display: inline-block; }
  .testimonialspage .testimonialblock .quote {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
    color: #333; }
  .testimonialspage .testimonialblock .quotecredit {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    line-height: 21px;
    color: #666; }

/* = Client slideshow
------------------------------------------------------------------*/
.homeclients {
  min-height: 92px; }

.clientslidesholder {
  width: 1140px;
  overflow: hidden;
  display: block;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  padding: 0px;
  margin: 0px auto; }
  .clientslidesholder .slidearrow {
    position: absolute;
    right: 0px;
    top: 60px;
    fill: #bbb; }
  .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; }

/* = Team Page
------------------------------------------------------------------*/
.teamblock {
  margin-bottom: 40px; }

.teammember {
  display: inline-block;
  width: 47%;
  vertical-align: top;
  position: relative;
  padding: 28px 10px 20px 0px;
  margin: 0px 25px 0px 0px;
  color: #333;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #333; }
  .teammember.even {
    margin-right: 0px; }
  .teammember img {
    width: 132px;
    border-radius: 50%;
    margin: 0px; }
  .teammember h2 {
    font-size: 20px;
    line-height: 25px;
    padding: 6px 0px 0px 0px;
    color: #333; }
  .teammember .title {
    color: #0a4d78;
    margin: 0;
    padding-bottom: 0px; }
  .teammember .righttext {
    float: right;
    width: 60%;
    vertical-align: top; }
  .teammember a.button {
    text-align: center; }
  .teammember a {
    color: #333;
    display: block; }
  .teammember a:hover {
    color: #18c3c5; }
  .teammember a.linkedinlink {
    color: #0a4d78; }
  .teammember a.linkedinlink:hover {
    color: #18c3c5; }
  .teammember .description {
    margin-top: 8px; }

/*----- Accordion -----*/
.accordion-toggle {
  cursor: pointer;
  display: inline-block;
  border-radius: 50%;
  vertical-align: top; }

.accordion-toggle:hover {
  background-color: #0a4d78; }
  .accordion-toggle:hover img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.5; }

.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: #18c3c5;
  text-decoration: none; }

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

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

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

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

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

/* = Blogs
------------------------------------------------------------------*/
.bloglistcontainer {
  position: relative;
  padding-top: 0px; }

.blogtags {
  display: block;
  position: relative;
  border-radius: 6px;
  border: 1px solid #bbb;
  padding: 18px 22px 18px 22px;
  margin: 0px 0px 30px 0px; }
  .blogtags .heading {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 10px; }
  .blogtags a.tag {
    display: block;
    color: #333;
    padding: 4px; }
    .blogtags a.tag.current {
      color: #18c3c5; }
    .blogtags a.tag span {
      float: right; }
  .blogtags a.tag:hover {
    color: #18c3c5;
    text-decoration: none; }
  @media (max-width: 1200px) {
    .blogtags {
      padding: 17px 20px 17px 20px; } }
form.blogtagfilter {
  display: none; }

.blogsearchfield {
  border: 1px solid #bbb;
  padding: 0px 10px 0px 22px;
  width: 208px;
  display: inline-block;
  vertical-align: top;
  height: 54px;
  overflow: hidden;
  margin: 0;
  border-radius: 6px 0px 0px 6px;
  box-sizing: border-box; }
  @media (max-width: 1200px) {
    .blogsearchfield {
      width: 80%;
      padding: 0px 8px 0px 16px; } }
.blogsearchbutton {
  width: 56px;
  margin-left: -1px;
  display: inline-block;
  vertical-align: top;
  height: 54px;
  overflow: hidden;
  background-color: #e3e3e3;
  border: 1px solid #bbb;
  box-sizing: border-box;
  border-radius: 0px 6px 6px 0px;
  transition: all 0.3s ease-out;
  position: relative; }
  .blogsearchbutton svg {
    display: block;
    width: 22px;
    stroke: #666;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 8px;
    left: 4px; }
  @media (max-width: 1200px) {
    .blogsearchbutton {
      width: 20%; }
      .blogsearchbutton svg {
        left: 2.5%; } }
  @media (max-width: 1060px) {
    .blogsearchbutton svg {
      left: 0px; } }
.blogsearchbutton:hover {
  background-color: #18c3c5; }
  .blogsearchbutton:hover svg {
    stroke: white; }

.blogbox {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  background-color: #18c3c5;
  background: linear-gradient(#129698 20%, #18c3c5);
  border-radius: 6px;
  width: 100%;
  max-width: 375px;
  padding: 0px 0px 0px 0px;
  margin: 0px 32px 36px 0px;
  text-align: center;
  color: white; }
  .blogbox img {
    margin-bottom: 0px; }
  .blogbox h2 {
    font-size: 22px;
    line-height: 27px;
    height: 100px;
    padding: 5px 15px 6px 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center; }
  .blogbox span {
    display: block;
    text-align: center; }
  .blogbox.categoryblocks h2 {
    height: 80px; }

.blogbox:hover {
  text-decoration: none;
  color: white;
  background: #0a4d78; }
  .blogbox:hover h2 {
    color: white; }

.thirditem {
  margin-right: 0; }

.homeblogbox {
  margin-bottom: 5px; }

.blogdate {
  margin: 20px 0px 20px 0px;
  color: #666;
  font-style: italic;
  padding: 0px 0px 0px 0px; }

/* = Alternaitve Blog Lists (Jobseekers)
------------------------------------------------------------------*/
.bloglist {
  margin: 20px 0px; }

a.blogresult {
  display: block;
  position: relative;
  padding: 0px 140px 36px 180px;
  margin-bottom: 36px;
  color: #333;
  border-bottom: 1px solid #bbb; }
  a.blogresult img {
    width: 150px;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 1px; }
  a.blogresult h2 {
    padding-bottom: 8px;
    color: #222; }
  a.blogresult p {
    padding: 0; }
  a.blogresult svg {
    fill: #18c3c5;
    position: absolute;
    top: 28px;
    right: 20px;
    width: 48px; }

a.blogresult:hover {
  color: #333;
  text-decoration: none; }
  a.blogresult:hover h2 {
    color: #0a4d78; }
  a.blogresult:hover svg {
    fill: #0a4d78; }

a.tagarticlelink {
  display: block;
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 18px;
  font-weight: 500;
  color: #222; }

a.tagarticlelink:hover {
  color: #18c3c5;
  text-decoration: none; }

.listingpage a.blogresult p {
  min-height: 50px; }

/* = 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%; }

/* = LISTING PAGES
------------------------------------------------------------------*/
.listingblocks a {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #bbb;
  margin: 0px 0px 30px 0px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #333; }
  .listingblocks a img {
    width: 260px;
    margin-right: 34px;
    transition: all 0.3s ease-out; }
  .listingblocks a h2 {
    line-height: 1.4;
    padding-bottom: 4px;
    padding-right: 34px;
    color: #333;
    font-size: 22px;
    transition: all 0.3s ease-out; }
  .listingblocks a span {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .listingblocks a p {
    margin: 0;
    padding: 0px 34px 0px 0px; }

.listingblocks a:hover {
  text-decoration: none;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px); }
  .listingblocks a:hover h2 {
    color: #129698; }
  .listingblocks a:hover span {
    opacity: 1; }
  .listingblocks a:hover img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

@media (max-width: 1060px) {
  .listingblocks a h2 {
    line-height: 1.3;
    padding-bottom: 2px;
    padding-right: 24px;
    font-size: 20px; }
  .listingblocks a p {
    line-height: 24px;
    padding-right: 24px; }
  .listingblocks a img {
    margin-right: 30px; } }

@media (max-width: 720px) {
  .listingblocks a {
    display: block; }
    .listingblocks a .text {
      padding: 12px 15px; }
    .listingblocks a img {
      display: block;
      margin: 0 auto 2px auto;
      width: 100%; }
    .listingblocks a h2 {
      padding-bottom: 2px;
      font-size: 20px;
      color: #129698; }
    .listingblocks a p {
      line-height: 24px;
      padding-right: 0px; }
  .listingblocks a:hover {
    -webkit-transform: none;
            transform: none; }
    .listingblocks a:hover span {
      display: none; }
    .listingblocks a:hover img {
      -webkit-transform: none;
              transform: none; } }

/* = Contact Page
------------------------------------------------------------------*/
.contactpage h2 {
  padding-bottom: 8px; }

.googlemap {
  display: block;
  margin: 30px 0px 0px 0px; }

iframe {
  border: none; }

.contactform form {
  margin: 16px 0px 20px 0px;
  max-width: 660px; }
  .contactform form fieldset {
    padding: 26px 20px 16px 20px;
    margin: 0px; }
  .contactform form label.left {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase; }
  .contactform form textarea, .contactform form input, .contactform form select {
    border: 1px solid #bbb;
    border-radius: 6px;
    padding: 13px 12px 13px 18px;
    margin: 0px 0px 18px 0px;
    background: #fff;
    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 .file {
    position: relative; }
  .contactform form .right-title {
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 13px;
    line-height: 16px;
    color: #666;
    text-transform: uppercase; }
  .contactform form input.CVbutton {
    font-size: 13px;
    color: white;
    background-color: #18c3c5;
    border: none;
    padding: 10px 12px 10px 12px; }
  .contactform form span.CVtext {
    font-size: 12px;
    font-style: italic;
    color: #666; }
  .contactform form textarea {
    width: 100%;
    display: block; }
  .contactform form div.Actions input {
    padding: 18px 0px 18px 0px;
    width: 100%;
    text-align: center;
    margin: -10px 0px 10px 0px; }
  .contactform form div.Actions input:hover {
    background: #0a4d78;
    color: white; }

.addressflexbox {
  display: flex;
  justify-content: space-between; }
  .addressflexbox h4 {
    font-size: 22px;
    line-height: 30px;
    padding: 0px 0px 8px 0px;
    color: #18c3c5; }

.addressblock .tel {
  margin-top: 10px; }

/* = POPUP Contact Form
------------------------------------------------------------------*/
.backgroundpanel {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center; }

.popupform {
  position: absolute;
  left: 0;
  right: 0;
  margin: 12vh auto 0 auto;
  width: 400px; }

.closepopup {
  position: absolute;
  top: 5vh;
  right: 0px;
  left: 480px;
  margin: 0 auto;
  width: 66px;
  height: 66px;
  background-image: url(../images/icons/close-icon.svg);
  background-repeat: no-repeat;
  cursor: pointer; }

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

.footer {
  background-color: #06324e;
  font-weight: 400;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  vertical-align: top;
  padding: 48px 0px 56px 0px;
  width: 100%;
  color: white; }
  .footer a {
    color: white; }
  .footer a:hover {
    color: #18c3c5;
    text-decoration: none; }
  .footer .footeraddress {
    float: left;
    display: inline-block;
    vertical-align: top; }
  .footer h4 {
    color: #1bdadc;
    padding-bottom: 5px; }
  .footer .footerblock {
    display: inline-block;
    vertical-align: top;
    margin-left: 45px;
    font-size: 15px;
    line-height: 22px; }
    .footer .footerblock .tel {
      display: block;
      margin-top: 10px; }
  .footer img.erf {
    margin: 34px 0px 0px 80px;
    width: 100px; }
    @media (max-width: 1399px) {
      .footer img.erf {
        margin-left: 26px; } }
  @media (max-width: 1340px) {
    .footer .basebuttons {
      display: block;
      float: none;
      max-width: 100%;
      clear: both;
      margin: 0px 0px 0px 35px;
      text-align: left; }
      .footer .basebuttons a.contact {
        text-align: left;
        padding: 22px 10px 4px 10px; }
      .footer .basebuttons svg {
        margin: 40px 20px 0px 0px;
        padding: 0px; }
      .footer .basebuttons .baselinks {
        display: block;
        clear: both; }
      .footer .basebuttons a.terms {
        display: inline-block;
        text-align: right;
        padding: 0px 10px 4px 10px;
        text-decoration: none; }
      .footer .basebuttons .copyright {
        font-size: 14px;
        line-height: 21px;
        color: rgba(255, 255, 255, 0.72);
        font-style: italic;
        padding: 0px 10px 0px 10px; } }
  @media (max-width: 1044px) {
    .footer img.erf {
      margin: 34px 60px 0px 0px; } }
  @media (max-width: 845px) {
    .footer .footerblock {
      margin-bottom: 26px; } }
  @media (max-width: 440px) {
    .footer .footerblock {
      display: block; }
    .footer img.erf {
      margin-top: 20px; }
    .footer .basebuttons svg {
      margin-top: 20px; } }
/* = Right side Footer
------------------------------------------------------------------*/
.basebuttons {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin: -2px 40px 0px 0px;
  text-align: right; }
  .basebuttons svg {
    height: 36px; }

svg {
  margin-right: 16px;
  padding: 7px 0px 9px 12px;
  fill: white; }

svg:hover {
  fill: #18c3c5; }

.baselinks {
  display: block;
  clear: both; }

a.contact {
  display: block;
  text-align: right;
  padding: 26px 10px 4px 10px;
  text-decoration: none; }

a.terms {
  display: inline-block;
  text-align: right;
  padding: 0px 10px 4px 10px;
  text-decoration: none; }

.copyright {
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.72);
  font-style: italic;
  padding: 0px 10px 0px 0px; }

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* My styles (Neil) */
/* Deleted the style below from original file - replaced with these */
.flexslider {
  padding: 0;
  position: relative;
  height: auto;
  text-align: center;
  padding: 0px;
  box-sizing: border-box;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  zoom: 1; }

.flex-direction-nav, ul, ol {
  padding: 0;
  margin: 0; }

.flexslider li {
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  list-style: none;
  font-size: 27px;
  line-height: 38px; }

.flexslider li:before {
  content: "";
  padding: 0px;
  font-weight: normal; }

.flexslider em {
  font-weight: 600; }

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 260px; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav a {
  width: 44px;
  height: 44px;
  margin: -20px 0 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0.4;
  -webkit-transition: all .3s ease; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav .flex-next {
  right: -14px;
  background-image: url(../images/icons/rightarrow.svg);
  background-repeat: no-repeat;
  background-position: center top; }

.flex-direction-nav .flex-prev {
  left: -14px;
  background-image: url(../images/icons/leftarrow.svg);
  background-repeat: no-repeat;
  background-position: center top; }

.flexslider:hover .flex-next {
  opacity: 0.4; }

.flexslider:hover .flex-prev {
  opacity: 0.4; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* For 2nd flexslider (flexslider2 = testimonials)  */
.flexslider2 .flex-direction-nav a {
  opacity: 0.7;
  margin: -20px 0 0 0; }

.flexslider2 .flex-direction-nav .flex-next {
  background-image: url(../images/icons/rightarrow-plain.svg); }

.flexslider2 .flex-direction-nav .flex-prev {
  background-image: url(../images/icons/leftarrow-plain.svg); }

.flexslider2:hover .flex-next {
  opacity: 0.7; }

.flexslider2:hover .flex-prev {
  opacity: 0.7; }

.flexslider2:hover .flex-next:hover, .flexslider2:hover .flex-prev:hover {
  opacity: 1; }

/* Control Nav */
.flex-control-nav {
  display: none; }

@media (max-width: 1200px) {
  .flexslider .flex-direction-nav .flex-prev {
    left: -15px; }
  .flexslider .flex-direction-nav .flex-next {
    right: -15px; }
  .flexslider2 .flex-direction-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    margin-top: 0; }
  .flexslider2 .flex-direction-nav a {
    margin-top: -4px; }
  .flexslider2 .flex-direction-nav .flex-prev {
    left: 2px; }
  .flexslider2 .flex-direction-nav .flex-next {
    right: 2px; } }

/*  End of media query  - - - - - - - - - */
/*  End of media query  - - - - - - - - - */
@media (max-width: 660px) {
  .flexslider .flex-viewport {
    width: 280px;
    margin: 0 auto; }
  .flexslider2 .flex-viewport {
    width: 320px;
    margin: 0 auto;
    margin-top: -6px; }
  .flexslider2 .flex-direction-nav .flex-prev {
    left: -4px; }
  .flexslider2 .flex-direction-nav .flex-next {
    right: -4px; } }

/*  End of media query  - - - - - - - - - */
/* = Login Page
------------------------------------------------------------------*/
#loggedinbox {
  display: block;
  width: 170px;
  background-color: #e3e3e3;
  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: #333;
  text-align: left; }

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

textarea, input, select {
  border: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #333;
  border-radius: 6px;
  padding: 18px 18px 18px 28px;
  margin: 10px 0px 20px 0px;
  background: #fff;
  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: #18c3c5;
  font-weight: 500;
  font-family: "Montserrat", 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: 6px; }

div.Actions input:hover {
  background: #0a4d78;
  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: #18c3c5;
  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; }

.userform textarea, .userform input, .userform select {
  -webkit-appearance: normal;
     -moz-appearance: normal;
          appearance: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #333;
  border-radius: 6px;
  padding: 16px 16px 16px 16px;
  margin: 10px 0px 20px 0px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #bbb;
  min-width: 220px; }

.userform input.action {
  background-color: #18c3c5;
  font-weight: 500;
  font-family: "Montserrat", 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: 6px; }

.userform input.action:hover {
  background: #0a4d78;
  color: white; }

/*  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-right: 20px;
    padding-left: 20px;
    box-sizing: border-box; }
  .header a.logolink {
    margin-left: 30px; }
  .header a.logotext {
    display: none; }
  .mainnav {
    right: 30px; }
  .mainnav a {
    min-width: 70px;
    padding: 15px 5px 0px 5px;
    margin: 0px 2px 0px 2px; }
  .mainnav .button {
    margin: 5px 0px 0px 16px; }
  .jobsectorintro {
    margin: 0;
    padding-bottom: 10px; }
  .topflags {
    display: none; }
  .bloglistcontainer .container {
    text-align: center; }
  .blogbox {
    max-width: 30vw;
    margin: 0px 15px 36px 0px; }
    .blogbox h2 {
      font-size: 20px;
      line-height: 25px;
      height: 80px;
      padding: 5px 10px 6px 10px; }
  .thirditem {
    margin-right: 0; }
  .hometitlebanner {
    margin: 0px; } }

/*  End of media query  - - - - - - - - - */
/*  QUERY - Tablet landscape width -  - - - - - - - - - - - - - - - - */
@media (max-width: 1120px) {
  .mainnav {
    display: none; }
  .menubutton {
    position: relative;
    float: right;
    display: inline-block;
    margin: 24px 50px 0px 0px;
    width: 44px;
    height: 44px; }
    .menubutton span {
      display: none; }
    .menubutton svg {
      stroke: #06324e;
      width: 44px; }
  .sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    background: #0a4d78; }
  .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: "Montserrat", Arial, Helvetica, sans-serif;
      padding: 20px 0px 20px 0px;
      margin: 0px 13% 0px 15%;
      text-align: left;
      text-decoration: none;
      font-size: 15px;
      line-height: 22px;
      font-weight: 500;
      color: white;
      text-transform: uppercase;
      border-bottom: 1px solid #bbb; }
    .phonenav a.current {
      border-bottom: 2px solid #18c3c5;
      color: #18c3c5; }
    .phonenav .subnav {
      background-color: #0a4d78;
      border-bottom: 1px solid #bbb;
      margin: -14px 13% 0px 15%;
      padding: 0px 0px 22px 0px; }
      .phonenav .subnav a {
        font-weight: normal; }
    .phonenav a.sidenav2 {
      text-transform: none;
      padding: 14px 0px 0px 10px;
      margin: 0;
      font-size: 16px;
      border: none; }
  a.sector {
    padding: 40px 70px 0px 0px; }
    a.sector h2 {
      font-size: 23px; }
  a.sector.even {
    margin-left: 50px; }
  .clientlogoblock {
    width: 45%; }
  .clientcontent {
    display: inline-block;
    width: 55%;
    padding-left: 0px; }
  .teammember {
    margin: 0px 16px 0px 0px; }
    .teammember h2 {
      font-size: 18px;
      line-height: 23px; }
  .accordion-toggle {
    width: 34%; } }

/*  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; }
  .titlebanner {
    padding: 20px 0px 20px 0px;
    margin: 0px 0px 30px 0px; }
    .titlebanner.hassubnav {
      padding: 20px 0px 20px 0px; }
  .content {
    float: none; }
  .flexboxonmobile {
    display: flex;
    flex-direction: column; }
    .flexboxonmobile .leftside {
      order: 2;
      margin: 0px 0px 50px 0px;
      background-color: white;
      position: relative;
      top: 0; }
      .flexboxonmobile .leftside .mobilesearchmessage {
        margin-top: -10px; }
    .flexboxonmobile .content {
      order: 1; }
  a.sector {
    width: 100%;
    height: auto;
    padding: 26px 70px 18px 0px; }
    a.sector svg.rightarrow {
      top: 10px;
      right: 0; }
  a.sector.even {
    margin-left: 10px; }
  .leftside {
    float: none;
    top: 93px;
    background: white;
    z-index: 4;
    padding-top: 1px;
    padding-bottom: 4px; }
  .leftsearchform {
    display: none;
    margin: 0; }
  form.blogtagfilter {
    display: block; }
    form.blogtagfilter select {
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: 1px solid #bbb;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 15px;
      line-height: 22px;
      font-weight: 500;
      color: #333;
      text-transform: uppercase;
      padding: 2px 20px 0px 22px;
      margin: -6px 0px 0px 0px;
      background-image: url(../images/icons/dropdownarrow.svg);
      background-position: right center;
      background-repeat: no-repeat;
      border-radius: 6px;
      height: 48px;
      width: 100%;
      background-position: 94% 19px;
      outline: none; }
  .blogbox {
    max-width: 47%;
    margin: 0px 2% 32px 0px; }
  .bloglistcontainer .thirditem {
    margin: 0px 2% 32px 0px; }
  .showsearch {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 6px 0px 6px 0px; }
    .showsearch svg {
      display: inline-block;
      width: 24px; }
  .joblist {
    margin-top: 20px; }
  .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 90px 26px 0px; }
    a.jobresult .type {
      display: none; }
    a.jobresult svg {
      top: 0px;
      right: 0px; }
    a.jobresult .miniicon {
      margin-right: 18px;
      margin-bottom: 0px; }
    a.jobresult .miniicon:before {
      padding-right: 4px; }
  .jobcontent .miniicon {
    margin-right: 18px; }
  .jobcontent .miniicon:before {
    padding-right: 4px; }
  .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; }
  .homecontent {
    padding: 50px 0px 60px 0px; }
    .homecontent h1 {
      font-size: 34px;
      line-height: 42px; }
    .homecontent h2 {
      font-size: 26px;
      line-height: 36px; }
  .clientslideshow {
    width: 70% !important; }
  .contactform form fieldset {
    max-width: none; }
  .footer .footeraddress {
    float: none; } }

/*  End of media query  - - - - - - - - - */
/*  MEDIA QUERY LARGE MOBILE  - - - - - - - - - - - - - - - - */
@media (max-width: 660px) {
  body {
    padding-top: 70px; }
  h1 {
    font-size: 25px;
    line-height: 35px; }
  h2 {
    font-size: 21px;
    line-height: 30px; }
  .header {
    height: 70px; }
    .header .menubutton {
      margin-top: 9px;
      margin-right: 28px; }
      .header .menubutton svg {
        width: 36px; }
    .header a.logolink {
      margin: 16px 0px 0px 16px; }
    .header a.logolink img {
      height: 40px; }
  .fullwidth {
    padding: 40px 0px 40px 0px; }
  .titlebanner {
    padding: 13px 0px 13px 0px; }
    .titlebanner h1 {
      padding: 8px 0px 8px 0px; }
    .titlebanner.hassubnav {
      padding: 13px 0px 13px 0px; }
    .titlebanner.hometitlebanner {
      margin: 0px; }
  .jobsectorintro {
    padding-bottom: 10px !important; }
  .content {
    padding: 0px 0px 20px 0px; }
  .leftside {
    top: 69px; }
  a.sector {
    padding: 20px 0px 20px 0px;
    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 {
      display: none; }
  a.sector.even {
    margin-left: 0px; }
  .blogbox {
    max-width: 100%;
    display: block;
    position: relative;
    margin: 0px 0px 22px 0px; }
    .blogbox h2 {
      width: calc(100% - 20px);
      font-size: 20px;
      line-height: 24px;
      height: auto;
      padding: 12px 10px 13px 10px;
      background: #18c3c5; }
    .blogbox.categoryblocks h2 {
      height: auto;
      padding: 16px 10px 17px 10px; }
  .bloglistcontainer .thirditem {
    margin: 0px 0px 22px 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 0px 14px 0px;
    margin-bottom: 21px; }
    a.jobresult h2 {
      padding-bottom: 10px;
      font-size: 19px;
      line-height: 24px; }
    a.jobresult svg {
      display: none; }
    a.jobresult .miniicon {
      margin-right: 10px; }
    a.jobresult .miniicon:before {
      padding-right: 3px;
      font-size: 24px;
      line-height: 20px;
      vertical-align: top; }
  .jobcontent h2 {
    font-size: 24px;
    line-height: 28px; }
  .jobcontent svg {
    top: 0px;
    right: -8px; }
  .jobcontent .miniicon {
    margin-right: 10px; }
  .jobcontent .miniicon:before {
    padding-right: 3px;
    font-size: 24px;
    line-height: 24px; }
  a.blogresult {
    padding: 0px 40px 36px 0px;
    margin-bottom: 36px; }
    a.blogresult img {
      display: none; }
    a.blogresult svg {
      top: 28px;
      right: 0px;
      width: 28px; }
  .teammember {
    display: block;
    width: 100%;
    margin: 0px; }
    .teammember h2 {
      font-size: 16px;
      line-height: 20px; }
    .teammember .description {
      line-height: 22px; }
  .accordion-toggle {
    width: 34%; }
  .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; }
  .footer .footerblock {
    margin-left: 30px; }
  .basebuttons {
    margin-left: 20px; }
  .applyform fieldset {
    min-width: 0px; }
  #CVOptions li {
    width: 92px; }
  .contactform form {
    width: 104%; }
    .contactform form fieldset {
      padding: 13px 10px 0px 10px; }
  .addressflexbox {
    display: block;
    margin-top: 0px; }
    .addressflexbox .addressblock {
      margin-bottom: 20px; }
  .googlemap {
    margin: 0; } }

/* End of Media Query - - - - - - - - - - - - - - - - */
/*  MEDIA QUERY PHONE  - - - - - - - - - - - - - - - - */
@media (max-width: 390px) {
  .header .menubutton {
    margin-right: 25px; }
  a.blogresult {
    padding: 0px 20px 32px 0px;
    margin-bottom: 32px; }
    a.blogresult svg {
      top: 28px;
      right: -10px; } }

/* End of Media Query - - - - - - - - - - - - - - - - */
/*  MEDIA QUERY SMALL PHONE  - - - - - - - - - - - - - - - - */
@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; }
  .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 - - - - - - - - - - - - - - - - */
