@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Bitter:400,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?fpn0ht");
  src: url("../fonts/icomoon.eot?fpn0ht#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fpn0ht") format("truetype"), url("../fonts/icomoon.woff?fpn0ht") format("woff"), url("../fonts/icomoon.svg?fpn0ht#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
  content: "\e900";
}

.icon-chevron-left:before {
  content: "\e901";
}

.icon-chevron-down:before {
  content: "\e902";
}

.icon-chevron-up:before {
  content: "\e903";
}

/* ==========================================================================
Universal imports
========================================================================== */
@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.svg#7def0e34-f28d-434f-b2ec-472bde847115") format("svg");
}

@font-face {
  font-family: "Frutiger W01";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.svg#eae74276-dd78-47e4-9b27-dac81c3411ca") format("svg");
}

/*
 * 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.
 */
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

.filterCollapse, .filterDropdown-btn {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/**
 * Sass Mixin for Fluid Typography
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  margin: 0.67em 0;
}

h1 {
  font-size: 1.8em;
}

@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(1.8em + 0.2 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  height: 13px;
  /* 3 */
  width: 13px;
  /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/**
 * Sass Mixin for Fluid Typography
 */
/* ==========================================================================
Colours
========================================================================== */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
  font-family: "Frutiger W01", sans-serif;
}

html,
button,
input,
select,
textarea {
  color: #333333;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

html {
  overflow-y: hidden;
  font-size: 1em;
  line-height: 1.4;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/
audio,
canvas,
img,
video {
  vertical-align: middle;
}

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

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical;
}

/* ==========================================================================
Defaults
========================================================================== */
a {
  text-decoration: none;
}

a[href] {
  color: #1572b8;
}

a:hover, a:focus {
  text-decoration: underline;
}

h1 {
  color: #1572b8;
}

dl dt {
  margin-top: .5em;
  font-weight: bold;
}

dl dd {
  margin: 0;
}

/* ==========================================================================
Site Header
========================================================================== */
.browserupgrade {
  text-align: center;
  background-color: #f19929;
}

.browserupgrade p {
  margin: .5em 0;
}

.browserupgrade #closeUpgrade {
  position: absolute;
  top: 0;
  right: 0;
  font-family: monospace;
  font-size: 25px;
  background: transparent;
  border: 0;
}

.no-js .browserupgrade {
  display: block !important;
}

#cookie-banner {
  padding: .5em 1em;
  color: #ffffff;
  font-size: .8em;
  text-align: center;
  background-color: #005eb8;
  border-bottom: 2px solid #dedede;
}

.SiteHeader {
  position: relative;
  z-index: 999;
  color: #ffffff;
  background: #005eb8;
}

.SiteHeader a {
  color: #ffffff;
}

.SiteHeader > div {
  position: relative;
}

.SiteHeader .SiteHeader-userTools {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}

.SiteHeader .SiteHeader-userTools li {
  display: inline-block;
  font-size: 16px;
}

.SiteHeader .SiteHeader-userTools li a {
  position: relative;
  font-weight: 300;
}

.SiteHeader .SiteHeader-userTools li a.active {
  color: #ffffff;
}

.SiteHeader .SiteHeader-userTools li + li {
  margin-left: 3px;
}

.SiteHeader .SiteHeader-userTools li + li a {
  padding-left: 7px;
}

.SiteHeader .SiteHeader-userTools li + li:before {
  content: "/";
}

.SiteHeader .SiteHeader-userTools li:nth-child(n + 3) {
  display: none;
}

@media (min-width: 38.75em) {
  .SiteHeader .SiteHeader-userTools {
    margin: 0 80px 0 10px;
  }
  .SiteHeader .SiteHeader-userTools li:nth-child(n + 3) {
    display: inline-block;
  }
}

.SiteHeader .SiteHeader-logo {
  display: block;
}

@media (max-width: 38.74em) {
  .SiteHeader .SiteHeader-subLogo {
    display: none;
  }
}

@media (min-width: 38.75em) {
  .SiteHeader .SiteHeader-subLogo {
    position: absolute;
    top: 15px;
    right: 0;
    float: right;
  }
}

.SiteHeader .SiteFooter-socialLinks {
  margin: 0;
}

@media (max-width: 38.74em) {
  .SiteHeader .SiteFooter-socialLinks {
    display: none;
  }
}

.top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 16px 16px;
  padding-top: 16px;
}

@media (min-width: 54.375em) {
  .top-container {
    margin: 0 32px 24px;
    padding-top: 24px;
  }
}

.top-container:before, .top-container:after {
  display: none;
}

.top-container--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.form-submit[disabled="disabled"] {
  color: #868686;
  background-color: #ffffff;
  border: 1px solid #ededed;
  cursor: not-allowed;
}

.toggle-search {
  background: none;
  border: 0;
}

.SiteSearch {
  display: none;
  font-size: .688em;
}

.SiteSearch.is-expanded {
  display: block;
}

.SiteSearch .form-text {
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 4px;
  border: 0;
}

.SiteSearch input.form-text, .SiteSearch input.form-submit {
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.SiteSearch .form-submit {
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-left: -3px;
  padding: 1px;
  height: 20px;
  width: 39px;
  text-indent: -999em;
  background: #ffffff url("/sites/all/themes/healthcareers/_lib/img/icon-search.png") no-repeat 50% 50%;
  border: none;
}

@media (max-width: 38.74em) {
  .SiteSearch {
    margin: 0 0 20px;
    padding: 14px 16px;
  }
  .SiteSearch .form-submit {
    margin-left: 0;
  }
  .SiteSearch .form-text {
    height: 20px;
  }
  .SiteSearch .block-search .form-type-textfield {
    float: left;
    margin-top: 0;
  }
  .SiteSearch .block-search input[type="submit"] {
    float: right;
  }
}

@media (min-width: 54.375em) {
  .SiteSearch {
    position: absolute;
    top: 100%;
    right: 32px;
    padding: 20px;
    background-color: #005eb8;
  }
  .SiteSearch input.form-text, .SiteSearch input.form-submit {
    margin: 0;
  }
}

.alert-banner a {
  display: block;
  padding: 10px 0;
  color: #231f20;
  text-align: center;
  text-decoration: none;
  background-color: #ffb81c;
  -webkit-transition: background-color .25s, color .25s;
  transition: background-color .25s, color .25s;
}

.alert-banner a:hover, .alert-banner a:focus {
  color: #ffffff;
  background-color: #0f568b;
}

/* ==========================================================================
Primary Nav
========================================================================== */
.MobileMenuToggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

@media (max-width: 63.99em) {
  .no-js .MobileMenuToggle {
    display: none;
  }
}

@media (min-width: 64em) {
  .MobileMenuToggle {
    display: none;
  }
}

.MobileMenuToggle svg {
  display: inline-block;
  margin-right: 16px;
}

.MenuContainer {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 64em) {
  .MenuContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 54.375em) {
  .MenuContainer {
    padding: 0 32px;
  }
}

.MenuContainer--toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 16px;
}

@media (min-width: 64em) {
  .MenuContainer--toggles {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }
}

.PrimaryNav ul {
  margin: 0;
  padding: 0;
}

.PrimaryNav ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style: none;
}

.PrimaryNav ul li > a {
  padding: 18px 15px;
  font-weight: 700;
}

.PrimaryNav ul li.active > a, .PrimaryNav ul li.active-trail > a {
  text-decoration: none;
  background-color: #ae2573;
}

.PrimaryNav ul li.expanded {
  position: relative;
}

.PrimaryNav ul li.expanded > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  margin: 0;
  min-width: 288px;
  pointer-events: none;
  background-color: #ededed;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: background-color .2s, opacity .2s, visibility .2s .2s;
  transition: background-color .2s, opacity .2s, visibility .2s .2s;
}

.PrimaryNav ul li.expanded > ul > li + li {
  margin-left: 0;
}

.PrimaryNav ul li.expanded > ul > li > a {
  display: block;
  padding: 10px 15px;
  color: #231f20;
  font-weight: 300;
  line-height: 1.3;
}

.PrimaryNav ul li.expanded > ul > li:hover > a {
  text-decoration: none;
  text-shadow: 0.5px 0 0 #231f20, -0.5px 0 0 #231f20;
  background-color: #ffffff;
}

.PrimaryNav ul li.expanded > ul > li:focus-within > a {
  text-decoration: none;
  text-shadow: 0.5px 0 0 #231f20, -0.5px 0 0 #231f20;
  background-color: #ffffff;
}

.PrimaryNav ul li.expanded li.expanded > a {
  position: relative;
  padding-right: 30px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.PrimaryNav ul li.expanded li.expanded > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  height: 14px;
  width: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14'%3E%3Cpath fill='%23231F20' fill-rule='evenodd' d='M7.744 6.392L1.514.252A.909.909 0 00.257.251a.875.875 0 000 1.236L5.866 7l-5.61 5.512a.876.876 0 000 1.237c.341.335.896.335 1.259 0l6.23-6.12a.878.878 0 000-1.237z'/%3E%3C/svg%3E");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.PrimaryNav ul li.expanded li.expanded > ul {
  top: 0;
  left: 100%;
  background-color: #ffffff;
}

@media (min-width: 64em) {
  .PrimaryNav ul li.expanded li.expanded:after {
    content: "";
    position: absolute;
    top: -50%;
    left: calc(100% - 30px);
    height: 200%;
    width: 40px;
    visibility: hidden;
  }
}

.PrimaryNav ul li.expanded li.expanded:hover > a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14'%3E%3Cpath fill='%23AE2573' fill-rule='evenodd' d='M7.744 6.392L1.514.252A.909.909 0 00.257.251a.875.875 0 000 1.236L5.866 7l-5.61 5.512a.876.876 0 000 1.237c.341.335.896.335 1.259 0l6.23-6.12a.878.878 0 000-1.237z'/%3E%3C/svg%3E");
}

.PrimaryNav ul li.expanded li.expanded:hover:after {
  visibility: visible;
}

.PrimaryNav ul li.expanded li.expanded:focus-within > a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14'%3E%3Cpath fill='%23AE2573' fill-rule='evenodd' d='M7.744 6.392L1.514.252A.909.909 0 00.257.251a.875.875 0 000 1.236L5.866 7l-5.61 5.512a.876.876 0 000 1.237c.341.335.896.335 1.259 0l6.23-6.12a.878.878 0 000-1.237z'/%3E%3C/svg%3E");
}

.PrimaryNav ul li.expanded li.expanded:focus-within:after {
  visibility: visible;
}

.PrimaryNav ul li.expanded:hover > a {
  background-color: #ae2573;
}

.PrimaryNav ul li.expanded:hover > ul {
  z-index: 1;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  -webkit-transition: background-color .2s, opacity .2s, visibility .2s 0s;
  transition: background-color .2s, opacity .2s, visibility .2s 0s;
}

.PrimaryNav ul li.expanded:focus-within > a {
  background-color: #ae2573;
}

.PrimaryNav ul li.expanded:focus-within > ul {
  z-index: 1;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  -webkit-transition: background-color .2s, opacity .2s, visibility .2s 0s;
  transition: background-color .2s, opacity .2s, visibility .2s 0s;
}

.PrimaryNav .menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  padding-right: 10px;
  height: 58px;
  width: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.608 7.744l6.14-6.23a.91.91 0 000-1.258.875.875 0 00-1.236 0L7 5.866 1.488.257A.876.876 0 00.25.256c-.335.341-.335.896 0 1.259l6.12 6.23c.356.34.901.34 1.237 0z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

@media (max-width: 63.99em) {
  .PrimaryNav {
    display: none;
  }
  .PrimaryNav ul li > a {
    display: block;
  }
  .PrimaryNav ul li.active > a, .PrimaryNav ul li.active-trail > a {
    color: #ffffff;
  }
  .PrimaryNav ul li.expanded:hover > ul {
    display: none;
  }
  .PrimaryNav ul li.expanded:focus-within > ul {
    display: none;
  }
  .PrimaryNav ul li.expanded.js-active > ul {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .PrimaryNav ul li.expanded.js-active > ul > li > a {
    display: block;
  }
  .PrimaryNav ul li.expanded > a:after {
    display: none;
  }
  .PrimaryNav ul li.expanded > ul {
    background-color: #ededed;
  }
  .PrimaryNav ul li.expanded > ul > li:hover > a {
    text-shadow: none;
    background-color: #ededed;
  }
  .PrimaryNav ul li.expanded > ul > li:hover.js-active > a {
    text-shadow: 0.5px 0 0 #231f20, -0.5px 0 0 #231f20;
    background-color: #ffffff;
  }
  .PrimaryNav ul li.expanded > ul > li:focus-within > a {
    text-shadow: none;
    background-color: #ededed;
  }
  .PrimaryNav ul li.expanded > ul > li:focus-within.js-active > a {
    text-shadow: 0.5px 0 0 #231f20, -0.5px 0 0 #231f20;
    background-color: #ffffff;
  }
  .PrimaryNav ul li.expanded li.expanded.js-active {
    background-color: #ffffff;
  }
  .PrimaryNav ul li.expanded li.expanded.js-active > a {
    text-shadow: 0.5px 0 0 #231f20, -0.5px 0 0 #231f20;
  }
  .PrimaryNav ul li.expanded li.expanded.js-active .menu-toggle {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3E%3Cpath fill='%23AE2573' fill-rule='evenodd' d='M7.608 7.744l6.14-6.23a.91.91 0 000-1.258.875.875 0 00-1.236 0L7 5.866 1.488.257A.876.876 0 00.25.256c-.335.341-.335.896 0 1.259l6.12 6.23c.356.34.901.34 1.237 0z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .PrimaryNav ul li.expanded li.expanded > ul {
    left: 0;
    background-color: #ffffff;
  }
  .PrimaryNav ul li.expanded li.expanded .menu-toggle {
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3E%3Cpath fill='%23231F20' fill-rule='evenodd' d='M7.608 7.744l6.14-6.23a.91.91 0 000-1.258.875.875 0 00-1.236 0L7 5.866 1.488.257A.876.876 0 00.25.256c-.335.341-.335.896 0 1.259l6.12 6.23c.356.34.901.34 1.237 0z'/%3E%3C/svg%3E") no-repeat center;
  }
  .PrimaryNav > ul > li.expanded.js-active {
    background-color: #ae2573;
  }
  .PrimaryNav > ul > li.expanded.js-active:hover > a {
    background-color: #ae2573;
  }
  .PrimaryNav > ul > li.expanded.js-active:focus-within > a {
    background-color: #ae2573;
  }
  .PrimaryNav > ul > li.expanded.js-active > .menu-toggle {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .PrimaryNav > ul > li.expanded:hover > a {
    background-color: #005eb8;
  }
  .PrimaryNav > ul > li.expanded:focus-within > a {
    background-color: #005eb8;
  }
  .PrimaryNav.is-expanded {
    display: block;
    visibility: visible;
  }
  .no-js .PrimaryNav {
    display: block;
    visibility: visible;
  }
}

@media (min-width: 64em) {
  .PrimaryNav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .PrimaryNav > ul > li + li {
    margin-left: 10px;
  }
  .PrimaryNav > ul > li > a {
    display: block;
    padding: 15px 5px;
    font-weight: 700;
  }
  .PrimaryNav > ul > li.expanded > a {
    padding-right: 40px;
  }
  .PrimaryNav > ul > li.expanded li.expanded > a:after {
    display: none;
  }
  .PrimaryNav > ul > li.expanded li.expanded .menu-toggle {
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14'%3E%3Cpath fill='%23231F20' fill-rule='evenodd' d='M7.744 6.392L1.514.252A.909.909 0 00.257.251a.875.875 0 000 1.236L5.866 7l-5.61 5.512a.876.876 0 000 1.237c.341.335.896.335 1.259 0l6.23-6.12a.878.878 0 000-1.237z'/%3E%3C/svg%3E");
  }
  .PrimaryNav > ul > li.active > a, .PrimaryNav > ul > li.active-trail > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #ae2573;
  }
  .PrimaryNav .menu-toggle {
    right: 0;
    height: 52px;
  }
}

@media (min-width: 78.125em) {
  .PrimaryNav > ul > li + li {
    margin-left: 40px;
  }
  .PrimaryNav > ul > li > a {
    padding: 15px;
  }
  .PrimaryNav > ul > li.expanded > a {
    padding-right: 15px;
  }
  .PrimaryNav > ul > li.expanded li.expanded > a:after {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14'%3E%3Cpath fill='%23231F20' fill-rule='evenodd' d='M7.744 6.392L1.514.252A.909.909 0 00.257.251a.875.875 0 000 1.236L5.866 7l-5.61 5.512a.876.876 0 000 1.237c.341.335.896.335 1.259 0l6.23-6.12a.878.878 0 000-1.237z'/%3E%3C/svg%3E");
  }
  .PrimaryNav .menu-toggle {
    display: none;
  }
}

/* ==========================================================================
Primary Nav - Drupal
========================================================================== */
.ContentContainer {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 1440px;
}

.ContentContainer .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.ContentContainer .tabs {
  font-size: 13px;
}

@media screen and (min-width: 320px) {
  .ContentContainer .tabs {
    font-size: calc(13px + 3 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  .ContentContainer .tabs {
    font-size: 16px;
  }
}

.ContentContainer .ListingContent {
  width: 100%;
}

.node-homepage,
.node-landing-page {
  width: 100%;
}

.drupal-messages {
  width: 100%;
}

.drupal-messages * {
  word-wrap: break-word;
}

.drupal-messages p {
  margin: 0;
}

ul.primary {
  float: left;
  margin: 2em 0 1em;
  padding: 0;
}

ul.primary li a {
  float: left;
  margin: 0 .6em .6em 0;
  padding: .5em 1.1em;
  background-color: #333333;
  border: none;
  color: #ffffff;
}

ul.primary li a:hover {
  background-color: #404040;
}

ul.primary li a:focus {
  outline: 4px solid #f19929;
}

ul.primary li.active a {
  background-color: #1572b8;
  border: none;
  text-decoration: none;
}

ul.primary li.active a:hover {
  background-color: #358bd6;
}

.form-item.form-type-textfield.form-item-keys-1 {
  width: calc(100% - 40px);
}

.form-item.form-type-textfield.form-item-keys-1 input {
  width: 100%;
}

#user-login > *,
#user-login > * > * {
  float: left;
  clear: left;
}

#user-login h1 {
  margin: .67em 0 .1em;
}

.article-coreDetails {
  padding: .01em 1.2em;
  background-color: #ebf2f8;
  border-left: .4em solid #1572b8;
}

.article-coreDetails p span {
  display: block;
}

.article-coreDetails p span:first-child {
  margin-bottom: 2em;
}

@media (max-width: 38.74em) {
  .article-coreDetails .CtaPri {
    margin-top: 0;
  }
}

@media (min-width: 38.75em) {
  .article-coreDetails {
    overflow: hidden;
  }
  .article-coreDetails p {
    float: left;
    width: 50%;
  }
  .article-coreDetails p span {
    float: left;
    clear: left;
  }
}

.StandardContent.standardContent-fullWidth {
  width: 100%;
}

.ir, .share-icons li a {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before, .share-icons li a:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.share-icons {
  margin: 18px auto 0 auto;
  padding: 0;
  width: 100%;
  float: right;
  overflow: visible !important;
  text-align: right;
}

.share-icons li {
  display: inline-block;
}

.share-icons li a {
  display: block;
  height: 28px;
  width: 28px;
}

.share-icons li a:focus {
  outline: 2px solid #f19929;
}

.share-icons .share-icon--twitter a {
  background: url("../img/icon-twitter-share.png");
}

.share-icons .share-icon--facebook a {
  background: url("../img/icon-facebook-share.png");
}

.share-icons .share-icon--googleplus a {
  background: url("../img/icon-googleplus-share.png");
}

.share-icons .share-icon--linkedin a {
  background: url("../img/icon-linkedin.png");
}

.real-life-story-author-information p,
.real-life-story-author-information img {
  display: inline-block;
}

.real-life-story-author-information img {
  margin-right: 10px;
  height: 50px;
  width: auto;
}

@media (min-width: 54.375em) {
  .views-exposed-widget {
    margin-right: 3%;
    margin-bottom: .5em;
    width: 16.5em;
  }
  .node-resources-listing-page .views-exposed-widget {
    width: calc(25% - 2.5px);
  }
  .views-exposed-widget:nth-child(3n+4) {
    clear: left;
  }
  .node-resources-listing-page .views-exposed-widget:nth-child(3n+4) {
    clear: none;
  }
  .views-exposed-form .views-exposed-widget {
    padding: .3em 1em 0 0;
  }
  .views-exposed-widget select {
    width: 16em;
  }
  .views-exposed-widget label {
    margin: .5em 0 .3em;
  }
}

.views-exposed-widget small {
  margin-top: .5em;
}

@media (min-width: 38.75em) {
  .views-exposed-widget small {
    float: left;
    clear: left;
  }
}

.views-submit-button {
  margin-top: 1em;
  margin-bottom: 1em;
}

@media (min-width: 38.75em) {
  .views-submit-button {
    margin-top: 2.12em;
  }
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
}

@media (max-width: 38.74em) {
  .container-inline-date .form-item input {
    width: 300px;
  }
}

nav li a.active {
  color: #ffffff;
  text-decoration: underline;
}

.toolsContent > form > div > label {
  clear: left;
  margin: 1em 0 .5em;
  font-size: 1.3em;
}

.toolsContent .form-radios {
  font-size: .9em;
}

.toolsContent .form-radios > div {
  float: left;
  clear: left;
}

.toolsContent .form-radios > div input {
  float: left;
  margin-top: .2em;
  margin-right: .5em;
}

.toolsContent .form-radios > div label {
  float: left;
}

.contextual-links-region {
  clear: both;
}

@media (min-width: 54.375em) {
  #views-exposed-form-resources-block .views-exposed-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #views-exposed-form-resources-block .views-exposed-widgets:after {
    content: "";
    display: none;
  }
  #views-exposed-form-resources-block .views-exposed-widgets > div {
    width: 23%;
    margin-right: 0;
  }
  #views-exposed-form-resources-block .views-exposed-widgets > div:first-child {
    width: 100%;
  }
  #views-exposed-form-resources-block .views-exposed-widgets > div label {
    margin-top: 0;
  }
}

/* ==========================================================================
Section Nav
========================================================================== */
.SecondaryNav {
  margin: 0 auto;
  width: 90%;
  *zoom: 1;
}

.SecondaryNav:before, .SecondaryNav:after {
  content: "";
  display: table;
}

.SecondaryNav:after {
  clear: both;
}

@media (min-width: 38.75em) {
  .SecondaryNav {
    width: 100%;
    background: #ededed;
  }
  .SecondaryNav > div {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1452px;
  }
}

.SecondaryNav ul {
  display: none;
}

@media (min-width: 38.75em) {
  .SecondaryNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
  }
  .SecondaryNav ul li {
    margin: 2px;
    padding: 0;
    font-size: 0.938em;
  }
  .SecondaryNav ul li a {
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    display: block;
    padding: 4px 20px;
    color: #4465a8;
    font-weight: bold;
  }
  .SecondaryNav ul li.active-trail a {
    color: #ffffff;
    background: #4465a8;
  }
  .SecondaryNav ul ul {
    display: none;
  }
}

@media (min-width: 90em) {
  .SecondaryNav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.SecondaryNav ul li {
  list-style: none;
}

.SecondaryNav--mobile,
.TertiaryNav--mobile {
  display: block;
  margin-top: 2em;
}

.SecondaryNav--mobile select,
.TertiaryNav--mobile select {
  display: block;
  margin: 0 auto;
  padding: 9px 16px;
  -webkit-appearance: none;
  text-transform: none;
  background-color: #f4f6f6;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}

.SecondaryNav--mobile select:not([multiple]),
.TertiaryNav--mobile select:not([multiple]) {
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' viewBox='0 0 15 8'%3E%3Cpath fill-rule='evenodd' fill='%23231f20' d='M7.608 7.994c.167-.024.321-.1.442-.215l6.666-6.373a.793.793 0 0 0 .065-1.158.8.8 0 0 0-1.165.004L7.5 6.102 1.384.252A.8.8 0 0 0 .002.84a.793.793 0 0 0 .282.566L6.95 7.778a.802.802 0 0 0 .658.215v.001z'/%3E%3C/svg%3E");
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 15px 9px;
}

.SecondaryNav--mobile select:not([multiple]):disabled,
.TertiaryNav--mobile select:not([multiple]):disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' viewBox='0 0 15 8'%3E%3Cpath fill-rule='evenodd' fill='%23aaa' d='M7.608 7.994c.167-.024.321-.1.442-.215l6.666-6.373a.793.793 0 0 0 .065-1.158.8.8 0 0 0-1.165.004L7.5 6.102 1.384.252A.8.8 0 0 0 .002.84a.793.793 0 0 0 .282.566L6.95 7.778a.802.802 0 0 0 .658.215v.001z'/%3E%3C/svg%3E");
}

.SecondaryNav--mobile select::-ms-expand,
.TertiaryNav--mobile select::-ms-expand {
  display: none;
}

@media (min-width: 38.75em) {
  .js .SecondaryNav--mobile, .js
  .TertiaryNav--mobile {
    display: none;
  }
}

/* ==========================================================================
Side Nav
========================================================================== */
.arrow_box {
  position: relative;
  padding-left: 14px;
}

.arrow_box:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-width: 8px;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #1572b8;
}

.TertiaryNav {
  display: inline-block;
  width: 100%;
  float: left;
}

@media (min-width: 54.375em) {
  .TertiaryNav {
    visibility: visible;
    width: 20%;
    min-height: 1em;
  }
  .TertiaryNav ul {
    padding: 0;
  }
  .TertiaryNav ul li {
    margin: 0;
    padding: 0;
    font-size: 0.938em;
  }
  .TertiaryNav ul li li {
    font-size: 1em;
  }
  .TertiaryNav ul li a {
    display: block;
    color: #1572b8;
  }
  .TertiaryNav ul li + li {
    border-top: 1px solid #add5ef;
  }
  .TertiaryNav ul ul {
    padding-left: 10px;
  }
  .TertiaryNav > nav > ul > li > a,
  .TertiaryNav > div > div > ul > li > a {
    padding: 0.5em 0;
    font-weight: bold;
  }
  .TertiaryNav > nav > ul > li > a.active,
  .TertiaryNav > div > div > ul > li > a.active {
    position: relative;
    padding-left: 10px;
    color: #b8007a;
  }
  .TertiaryNav > nav > ul > li > a.active:after,
  .TertiaryNav > div > div > ul > li > a.active:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    height: 7px;
    width: 4px;
    background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 0;
  }
  .TertiaryNav > nav > ul > li.expanded,
  .TertiaryNav > div > div > ul > li.expanded {
    border-bottom: 1px solid #cccccc;
  }
  .TertiaryNav > nav > ul > li.expanded > a,
  .TertiaryNav > div > div > ul > li.expanded > a {
    position: relative;
    padding-left: 10px;
    color: #b8007a;
    border-bottom: 1px solid #cccccc;
  }
  .TertiaryNav > nav > ul > li.expanded > a:after,
  .TertiaryNav > div > div > ul > li.expanded > a:after {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    display: block;
    height: 4px;
    width: 7px;
    background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -4px 0;
  }
  .TertiaryNav > nav > ul > li li a,
  .TertiaryNav > div > div > ul > li li a {
    padding: 0.5em 0 0.5em 10px;
  }
  .TertiaryNav > nav > ul > li li a.active,
  .TertiaryNav > div > div > ul > li li a.active {
    position: relative;
    color: #333333;
  }
  .TertiaryNav > nav > ul > li li a.active:after,
  .TertiaryNav > div > div > ul > li li a.active:after {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    display: block;
    height: 7px;
    width: 4px;
    background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 -7px;
  }
  .TertiaryNav > nav > ul > li li ul,
  .TertiaryNav > div > div > ul > li li ul {
    margin: 0;
    padding-left: 10px;
  }
  .TertiaryNav .TertiaryNav-rolesNav {
    margin: 1em 0;
  }
  .TertiaryNav .TertiaryNav-rolesNav > div.TertiaryNav-parentItem,
  .TertiaryNav .TertiaryNav-rolesNav > nav.TertiaryNav-parentItem {
    border-bottom: none;
  }
  .TertiaryNav .TertiaryNav-rolesNav > div > li,
  .TertiaryNav .TertiaryNav-rolesNav > nav > li {
    list-style: none;
  }
  .TertiaryNav .TertiaryNav-rolesNav > div > li > a,
  .TertiaryNav .TertiaryNav-rolesNav > nav > li > a {
    padding: 0.5em 10px;
    color: #1572b8;
  }
  .TertiaryNav .TertiaryNav-rolesNav > div > ul,
  .TertiaryNav .TertiaryNav-rolesNav > nav > ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .TertiaryNav .TertiaryNav-rolesNav > div > ul li a,
  .TertiaryNav .TertiaryNav-rolesNav > nav > ul li a {
    padding: 0.5em 0;
  }
  .TertiaryNav .TertiaryNav-rolesNav > div > ul li a + ul,
  .TertiaryNav .TertiaryNav-rolesNav > nav > ul li a + ul {
    margin: 0;
  }
  .TertiaryNav .TertiaryNav-rolesNav > div > ul li.collapsed > a,
  .TertiaryNav .TertiaryNav-rolesNav > nav > ul li.collapsed > a {
    position: relative;
    padding: 0.5em 0 0.5em 10px;
    text-decoration: none;
  }
  .TertiaryNav .TertiaryNav-rolesNav > div > ul li.collapsed > a:before,
  .TertiaryNav .TertiaryNav-rolesNav > nav > ul li.collapsed > a:before {
    content: '\e900';
    margin-right: 5px;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .TertiaryNav .TertiaryNav-rolesNav > div > ul li.active > a,
  .TertiaryNav .TertiaryNav-rolesNav > nav > ul li.active > a {
    padding: 0.5em 0 0.5em 10px;
    background-color: #eef6e9;
  }
  .TertiaryNav .TertiaryNav-rolesNav > div > ul li.active > a:before,
  .TertiaryNav .TertiaryNav-rolesNav > nav > ul li.active > a:before {
    content: '';
    display: none;
  }
}

.TertiaryNav ul li {
  list-style: none;
}

@media (max-width: 54.365em) {
  .js .TertiaryNav ul {
    display: none;
  }
}

@media (max-width: 54.365em) {
  .js .TertiaryNav .TertiaryNav-parentItem {
    display: none;
  }
}

.TertiaryNav .TertiaryNav-rolesNav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem {
  font-size: 0.938em;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem a {
  display: block;
  padding: 0.5em 0;
  font-weight: bold;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem a i {
  vertical-align: -1px;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem a.active {
  position: relative;
  padding-left: 10px;
  background-color: #e0eef9;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem.TertiaryNav-parentItem--back {
  margin: 40px 0 5px;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem.TertiaryNav-parentItem--back a {
  padding: 6px 10px;
}

.TertiaryNav .TertiaryNav-rolesNav * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem--back {
  margin: 0 !important;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem--back > a {
  border-bottom-color: #ffffff;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem--back + ul > li > a {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #e0eef9;
  border-bottom-color: #ffffff;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem--back + ul > li > ul > li.has_child > a {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #f2f2f2;
  border-bottom-color: #ffffff;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem--back + ul > li > ul > li.has_child > a + ul > .has_child > a {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fdf1e3;
  border-bottom-color: #ffffff;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem--back + ul > li > ul > li.has_child > a + ul > .has_child > a + ul > .auto_generated_items > li > a {
  background-color: transparent;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem--back + ul > li > ul > li.has_child > a + ul > .has_child > a + ul > .auto_generated_items > li > a:before {
  content: '';
  display: none;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem--back + ul > li > ul > li.has_child > a + ul > .has_child > a + ul > .auto_generated_items > li > a.active {
  color: #333333;
  background-color: #eef6e9;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem--back + ul > li > ul > li.has_child > a + ul > .has_child > a + ul > .has_child > a {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #ece3fd;
  border-bottom-color: #ffffff;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem--back + ul > li > ul > li.has_child > a + ul > .has_child > a + ul > .has_child > a + ul > .has_child > a {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fde3e3;
  border-bottom-color: #ffffff;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem--back + ul > li > ul .auto_generated_items > li > a {
  padding-right: 10px;
  padding-left: 10px;
  color: #1572b8;
  background-color: #f2f2f2;
  border-bottom-color: #ffffff;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem--back + ul > li > ul .auto_generated_items > li > a:before {
  content: '\e902';
  margin-right: 5px;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem--back + .auto_generated_items > li > a {
  padding-right: 10px;
  padding-left: 10px;
  color: #1572b8;
  background-color: #e0eef9;
  border-bottom-color: #ffffff;
}

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem--back + .auto_generated_items > li > a:before {
  content: '\e902';
  margin-right: 5px;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.TertiaryNav .TertiaryNav-rolesNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.TertiaryNav .TertiaryNav-rolesNav ul li {
  border-top: 0 !important;
}

.TertiaryNav .TertiaryNav-rolesNav li {
  padding: 0 !important;
}

.TertiaryNav .TertiaryNav-rolesNav a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 41px;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid #d5d5d5;
}

.TertiaryNav .TertiaryNav-rolesNav a:hover {
  text-decoration: underline;
}

.TertiaryNav .TertiaryNav-rolesNav a.active {
  padding-right: 10px !important;
  padding-left: 10px !important;
  color: #333333 !important;
  background-color: #eef6e9 !important;
}

.TertiaryNav--mobile {
  display: none;
  margin-top: 2em;
  visibility: hidden;
}

@media (max-width: 54.365em) {
  .js .TertiaryNav--mobile {
    width: 100%;
    display: block;
    visibility: visible;
  }
}

div.contextual-links-wrapper {
  position: relative;
}

.node h2 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.node h3 {
  margin-top: 35px;
  margin-bottom: 15px;
}

.node h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.node h5,
.node h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.node.node-landing-page h2,
.node.node-landing-page h3,
.node.node-landing-page h4,
.node.node-landing-page h5,
.node.node-landing-page h6,
.node.node-listing-page h2,
.node.node-listing-page h3,
.node.node-listing-page h4,
.node.node-listing-page h5,
.node.node-listing-page h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* ==========================================================================
Grid
========================================================================== */
@media (min-width: 30em) {
  .GridRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    overflow: hidden;
  }
}

.GridRow-gridBlock {
  margin: 0 0 16px;
  width: 100%;
}

@media (min-width: 30em) {
  .GridRow-gridBlock {
    margin: 0;
  }
}

@media (min-width: 54.375em) {
  .GridRow-gridBlock {
    margin: 0 auto;
    width: 50%;
  }
}

@media (min-width: 30em) {
  .GridRow-gridBlock > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
}

.GridRow-gridBlock .GridRow-gridElement {
  margin: 0 0 16px;
}

.GridRow-gridBlock .GridRow-gridElement--default {
  width: 100%;
}

@media (min-width: 30em) {
  .GridRow-gridBlock .GridRow-gridElement--default {
    margin: 6px;
    height: 215px;
    width: calc(50% - 12px);
  }
}

.GridRow-gridBlock .GridRow-gridElement--wide {
  height: auto;
  width: 100%;
}

@media (min-width: 30em) {
  .GridRow-gridBlock .GridRow-gridElement--wide {
    margin: 6px;
    height: 215px;
    width: calc(100% - 12px);
  }
}

@media (max-width: 29.99em) {
  .GridRow-gridBlock .GridRow-gridElement:last-child {
    margin: 0;
  }
}

.GridRow-gridBlock .Spotlight--quote {
  height: auto;
  width: 100%;
}

@media (min-width: 30em) {
  .GridRow-gridBlock .Spotlight--quote {
    margin: 6px;
    height: 215px;
    width: calc(100% - 12px);
  }
}

@media (min-width: 64em) {
  .StandardContent .GridRow-gridBlock {
    width: 346px;
  }
  .StandardContent .GridRow-gridBlock .GridRow-gridElement--default {
    width: 166px;
  }
  .StandardContent .GridRow-gridBlock .GridRow-gridElement--wide {
    width: 346px;
  }
}

/* ==========================================================================
Columns
========================================================================== */
@media (min-width: 54.375em) {
  .Columns.Columns--two .Columns-col {
    width: 468px;
  }
  .Columns.Columns--three .Columns-col {
    width: 304px;
  }
}

.StandardContent .Columns {
  margin-bottom: 3em;
}

@media (min-width: 54.375em) {
  .StandardContent .Columns.Columns--three .Columns-col {
    width: 212px;
  }
}

.workbench-info-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.workbench-info-block-wrap {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

.workbench-info-block-wrap.reduce {
  width: 100%;
  float: right;
}

@media (min-width: 54.375em) {
  .workbench-info-block-wrap.reduce {
    width: 75%;
  }
}

/* ==========================================================================
Media
========================================================================== */
.Media {
  margin: 2.5em 0;
}

.Media--img img {
  height: auto;
  width: 100%;
}

.Media--vid {
  position: relative;
  float: none;
  clear: both;
  padding-top: 25px;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}

.Media--vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.Media--vidThumb {
  position: relative;
  float: none;
  clear: both;
  padding-top: 25px;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}

.Media--vidThumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.Media--vidThumb img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.Media--vidThumb a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.Media--vidThumb a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -35px 0 0 -35px;
  height: 69px;
  width: 69px;
  background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -93px 0;
}

/* ==========================================================================
Spotlights
========================================================================== */
.Spotlight:before, .Spotlight.Spotlight--largeLinkImage:before, .jobs-feed--link:before, .Spotlight:after, .Spotlight.Spotlight--largeLinkImage:after, .jobs-feed--link:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 1;
  height: 20px;
  width: 2px;
  pointer-events: none;
  background: #ffffff;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.Spotlight:before, .Spotlight.Spotlight--largeLinkImage:before, .jobs-feed--link:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.Spotlight {
  position: relative;
  height: 100%;
  min-height: 95px;
  overflow: hidden;
}

@media (min-width: 30em) {
  .Spotlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.Spotlight:hover, .Spotlight:focus, .Spotlight:focus-within {
  text-decoration: underline;
}

.Spotlight:hover:before, .Spotlight:focus:before, .Spotlight:focus-within:before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.Spotlight:hover:after, .Spotlight:focus:after, .Spotlight:focus-within:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Spotlight:hover h3, .Spotlight:focus h3, .Spotlight:focus-within h3 {
  color: #333333;
}

.Spotlight:focus, .Spotlight:focus-within {
  outline: 4px solid #ffb81c;
}

.Spotlight.Spotlight--yellow:focus, .Spotlight.Spotlight--yellow:focus-within {
  outline: 4px solid #1572b8;
}

.Spotlight a {
  color: #333333;
}

.Spotlight h3 {
  margin: 15px 0;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  line-height: 1em;
}

.Spotlight p {
  font-size: .938em;
}

.Spotlight p a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-decoration: underline;
  text-indent: -999px;
}

.Spotlight p a:focus {
  border: 1px solid #ffb81c;
  outline: 1px dotted #231f20;
  outline-offset: -1px;
}

.Spotlight p a:hover h3, .Spotlight p a:focus h3 {
  color: #333333;
}

.Spotlight p.Spotlight--text {
  font-size: .6em;
}

.Spotlight > p:first-child {
  font-weight: 600;
}

.Spotlight--border a {
  width: 50%;
  background-color: #ffffff;
  border: 2px solid #005eb8 !important;
}

.Spotlight.Spotlight--largeLink {
  position: relative;
}

.Spotlight.Spotlight--largeLink a {
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  overflow: hidden;
}

.Spotlight.Spotlight--largeLinkImage {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 30em) {
  .Spotlight.Spotlight--largeLinkImage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.Spotlight.Spotlight--largeLinkImage a {
  display: block;
  padding: 8px 48px 5px 10px;
  width: auto;
  overflow: hidden;
}

@media (max-width: 38.74em) {
  .Spotlight.Spotlight--largeLinkImage a {
    padding-bottom: 36px !important;
  }
}

@media (min-width: 30em) {
  .Spotlight.Spotlight--largeLinkImage a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    padding: 0 10px;
    height: 100%;
    width: 50%;
    background-size: auto;
  }
}

.Spotlight.Spotlight--carousel {
  text-align: center;
  background-color: #ededed;
}

.Spotlight.Spotlight--carousel .Carousel li {
  padding: 0 15px;
}

.Spotlight.Spotlight--carousel .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}

.Spotlight.Spotlight--carousel .bx-pager a {
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: block;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  background: #f19929;
}

.Spotlight.Spotlight--carousel .bx-pager a.active {
  background: #cccccc;
}

.Spotlight.Spotlight--textLink a:hover, .Spotlight.Spotlight--largeLink a:hover {
  text-decoration: underline;
}

.Spotlight.Spotlight--textLink.Spotlight--, .Spotlight.Spotlight--textLink.Spotlight--blue, .Spotlight.Spotlight--textLink.Spotlight--blueDark, .Spotlight.Spotlight--textLink.Spotlight--white, .Spotlight.Spotlight--textLink.Spotlight--pink, .Spotlight.Spotlight--textLink.Spotlight--yellow, .Spotlight.Spotlight--textLink.Spotlight--yellowLight, .Spotlight.Spotlight--textLink.Spotlight--purple, .Spotlight.Spotlight--textLink.Spotlight--pinkDark, .Spotlight.Spotlight--textLink.Spotlight--grey, .Spotlight.Spotlight--textLink.Spotlight--greyDark, .Spotlight.Spotlight--textLink.Spotlight--green, .Spotlight.Spotlight--largeLink.Spotlight--, .Spotlight.Spotlight--largeLink.Spotlight--blue, .Spotlight.Spotlight--largeLink.Spotlight--blueDark, .Spotlight.Spotlight--largeLink.Spotlight--white, .Spotlight.Spotlight--largeLink.Spotlight--pink, .Spotlight.Spotlight--largeLink.Spotlight--yellow, .Spotlight.Spotlight--largeLink.Spotlight--yellowLight, .Spotlight.Spotlight--largeLink.Spotlight--purple, .Spotlight.Spotlight--largeLink.Spotlight--pinkDark, .Spotlight.Spotlight--largeLink.Spotlight--grey, .Spotlight.Spotlight--largeLink.Spotlight--greyDark, .Spotlight.Spotlight--largeLink.Spotlight--green {
  padding: 0 15px;
}

.Spotlight.Spotlight--, .Spotlight.Spotlight--grey {
  background-color: #ededed;
}

.Spotlight.Spotlight--.Spotlight--faded, .Spotlight.Spotlight--grey.Spotlight--faded {
  background-color: rgba(237, 237, 237, 0.6);
}

.Spotlight.Spotlight-- > p:first-child, .Spotlight.Spotlight--grey > p:first-child {
  color: #005eb8;
}

.Spotlight.Spotlight--imageCaption {
  position: relative;
  min-height: 300px;
  background-color: #ededed;
  background-position: center;
  background-size: cover;
}

@media (min-width: 30em) {
  .Spotlight.Spotlight--imageCaption {
    margin: 6px;
    height: 442px;
  }
}

@media (min-width: 38.75em) {
  .Spotlight.Spotlight--imageCaption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.Spotlight.Spotlight--imageCaption > a {
  display: block;
  overflow: hidden;
  color: #231f20;
}

.Spotlight.Spotlight--imageCaption > a:hover > div, .Spotlight.Spotlight--imageCaption > a:focus > div {
  color: #231f20;
}

@media (max-width: 38.74em) {
  .Spotlight.Spotlight--imageCaption > a > div {
    padding-bottom: 36px !important;
  }
}

@media (max-width: 29.99em) {
  .Spotlight.Spotlight--imageCaption > a {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

@media (min-width: 30em) {
  .Spotlight.Spotlight--imageCaption > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.Spotlight.Spotlight--imageCaption > a > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 15px 15px;
  overflow: hidden;
  background-color: #ededed;
}

.Spotlight.Spotlight--imageCaption h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 2.25em;
  font-weight: bold;
  text-transform: uppercase;
}

.Spotlight.Spotlight--imageCaption h4 {
  margin: 0.625em 0;
  color: #231f20;
  font-size: 1.375em;
}

.Spotlight.Spotlight--imageCaption h4 + p {
  margin-top: -5px;
}

.Spotlight.Spotlight--imageCaption p {
  margin: 15px 0;
  color: #333333;
}

.no-flexbox .Spotlight.Spotlight--imageCaption > a > div {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0;
}

.Spotlight.Spotlight--infographic a {
  display: block;
  padding: 0 15px;
  height: 100%;
  overflow: hidden;
}

.Spotlight.Spotlight--bracket h3 {
  color: #ffffff;
}

.Spotlight.Spotlight--bracket a {
  display: block;
  padding: 0 15px;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 63.99em) {
  .Spotlight.Spotlight--bracket {
    background: #b8007a;
  }
}

.Spotlight.Spotlight--quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Spotlight.Spotlight--quote:before, .Spotlight.Spotlight--quote:after {
  display: none;
}

.Spotlight.Spotlight--quote:hover, .Spotlight.Spotlight--quote:focus {
  text-decoration: none;
}

.Spotlight.Spotlight--quote blockquote {
  margin: 0 auto;
  width: 90%;
}

.Spotlight.Spotlight--quote blockquote p {
  position: relative;
  padding: 0 55px 0 50px;
  color: #333333;
  font-size: 1.125em;
  font-weight: bold;
}

.Spotlight.Spotlight--quote blockquote p:before {
  content: "“";
  position: absolute;
  top: -25px;
  left: 0;
  color: #005eb8;
  font-size: 3.3333333333em;
}

.Spotlight.Spotlight--quote blockquote p:after {
  content: "”";
  position: absolute;
  right: 0;
  bottom: -60px;
  color: #005eb8;
  font-size: 3.3333333333em;
}

.Spotlight.Spotlight--quote > cite {
  padding: 0 65px;
  font-size: 0.9375em;
  font-style: normal;
  font-weight: normal;
}

.Spotlight.Spotlight--quote > cite a {
  text-decoration: underline;
}

.Spotlight.Spotlight--info {
  text-decoration: none;
}

.Spotlight.Spotlight--info:before, .Spotlight.Spotlight--info:after {
  display: none;
}

.Spotlight.Spotlight--blue {
  background-color: #005eb8;
}

.Spotlight.Spotlight--blue.Spotlight--faded {
  background-color: rgba(0, 94, 184, 0.6);
}

.Spotlight.Spotlight--blueDark {
  background-color: #003087;
}

.Spotlight.Spotlight--blueDark.Spotlight--faded {
  background-color: rgba(0, 48, 135, 0.6);
}

.Spotlight.Spotlight--pink {
  background-color: #ae2573;
}

.Spotlight.Spotlight--pink.Spotlight--faded {
  background-color: rgba(174, 37, 115, 0.6);
}

.Spotlight.Spotlight--yellow {
  background-color: #ffb81c;
}

.Spotlight.Spotlight--yellow.Spotlight--faded {
  background-color: rgba(255, 184, 28, 0.6);
}

.Spotlight.Spotlight--yellowLight {
  background-color: #fbddb6;
}

.Spotlight.Spotlight--yellowLight.Spotlight--faded {
  background-color: rgba(251, 221, 182, 0.6);
}

.Spotlight.Spotlight--purple {
  background-color: #330072;
}

.Spotlight.Spotlight--purple.Spotlight--faded {
  background-color: rgba(51, 0, 114, 0.6);
}

.Spotlight.Spotlight--green {
  background-color: #00a499;
}

.Spotlight.Spotlight--green.Spotlight--faded {
  background-color: rgba(0, 164, 153, 0.6);
}

.Spotlight.Spotlight--pinkDark {
  background-color: #7c2855;
}

.Spotlight.Spotlight--pinkDark.Spotlight--faded {
  background-color: rgba(124, 40, 85, 0.6);
}

.Spotlight.Spotlight--greyDark {
  background-color: #425563;
}

.Spotlight.Spotlight--greyDark.Spotlight--faded {
  background-color: rgba(66, 85, 99, 0.6);
}

.Spotlight.Spotlight--white {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 2px solid #005eb8;
}

.Spotlight.Spotlight--white h3,
.Spotlight.Spotlight--white a {
  color: #231f20;
}

.Spotlight.Spotlight--white.Spotlight--largeLink:before, .Spotlight.Spotlight--white.Spotlight--largeLink:after, .Spotlight.Spotlight--white.Spotlight--largeLinkImage:before, .Spotlight.Spotlight--white.Spotlight--largeLinkImage:after {
  background-color: #005eb8;
}

.Spotlight.Spotlight--white.Spotlight--largeLinkImage {
  padding-bottom: 0;
  border: none;
}

.Spotlight.Spotlight--white.Spotlight--largeLinkImage > a {
  padding-bottom: 42px;
  border: 2px solid #005eb8;
}

.Spotlight.Spotlight--blue:hover, .Spotlight.Spotlight--blue:focus, .Spotlight.Spotlight--blueDark:hover, .Spotlight.Spotlight--blueDark:focus, .Spotlight.Spotlight--pink:hover, .Spotlight.Spotlight--pink:focus, .Spotlight.Spotlight--purple:hover, .Spotlight.Spotlight--purple:focus, .Spotlight.Spotlight--green:hover, .Spotlight.Spotlight--green:focus, .Spotlight.Spotlight--pinkDark:hover, .Spotlight.Spotlight--pinkDark:focus, .Spotlight.Spotlight--greyDark:hover, .Spotlight.Spotlight--greyDark:focus {
  color: #ffffff;
}

.Spotlight.Spotlight--blue h3,
.Spotlight.Spotlight--blue p,
.Spotlight.Spotlight--blue a, .Spotlight.Spotlight--blueDark h3,
.Spotlight.Spotlight--blueDark p,
.Spotlight.Spotlight--blueDark a, .Spotlight.Spotlight--pink h3,
.Spotlight.Spotlight--pink p,
.Spotlight.Spotlight--pink a, .Spotlight.Spotlight--purple h3,
.Spotlight.Spotlight--purple p,
.Spotlight.Spotlight--purple a, .Spotlight.Spotlight--green h3,
.Spotlight.Spotlight--green p,
.Spotlight.Spotlight--green a, .Spotlight.Spotlight--pinkDark h3,
.Spotlight.Spotlight--pinkDark p,
.Spotlight.Spotlight--pinkDark a, .Spotlight.Spotlight--greyDark h3,
.Spotlight.Spotlight--greyDark p,
.Spotlight.Spotlight--greyDark a {
  color: #ffffff;
}

.Spotlight.Spotlight--:before, .Spotlight.Spotlight--:after, .Spotlight.Spotlight--grey:before, .Spotlight.Spotlight--grey:after, .Spotlight.Spotlight--white:before, .Spotlight.Spotlight--white:after, .Spotlight.Spotlight--yellow:before, .Spotlight.Spotlight--yellow:after, .Spotlight.Spotlight--yellowLight:before, .Spotlight.Spotlight--yellowLight:after, .Spotlight.Spotlight--imageCaption:before, .Spotlight.Spotlight--imageCaption:after {
  background-color: #231f20;
}

.Spotlight.Spotlight--processed {
  height: auto;
}

.Spotlight.Spotlight--processed > a {
  position: relative;
}

.Spotlight--medium-image {
  height: 230px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 30em) {
  .Spotlight--medium-image {
    height: auto;
    width: 52%;
  }
}

.no-js .Carousel li {
  position: relative;
  margin: 0 auto 3em;
  width: 798px;
}

@media (max-width: 63.99em) {
  .no-js .Carousel li {
    margin-bottom: 1em;
    width: auto;
  }
}

.spotlight-bracket--people {
  background-image: url("/sites/all/themes/healthcareers/_lib/img/brackets-whiteBlockout.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.no-svg .spotlight-bracket--people {
  background-image: url("/sites/all/themes/healthcareers/_lib/img/brackets-whiteBlockout.png");
}

@media (max-width: 63.99em) {
  .spotlight-bracket--people {
    background-image: none;
  }
}

.spotlight-bracket--people a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 0 2em 0 .8em;
  height: 100%;
}

.Spotlight--image__new {
  width: 100%;
}

@media (max-width: 63.99em) {
  .peopleGraphic img {
    display: none;
  }
}

.alt-spots {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 -6px;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.alt-spots.alt-spots--roles {
  margin-top: 20px;
}

.alt-spots.alt-spots--roles li a > div {
  padding: 15px 40px 15px 15px;
}

@media (max-width: 63.99em) {
  .alt-spots.alt-spots--roles .Spotlight--medium-image {
    height: 160px;
  }
}

.alt-spots.alt-spots--roles .Spotlight--medium-image p {
  font-size: .738em;
}

.alt-spots.alt-spots--roles .Spotlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alt-spots.alt-spots--roles .Spotlight:hover:before {
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

.alt-spots.alt-spots--roles .Spotlight:hover:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.alt-spots.alt-spots--roles .Spotlight:before, .alt-spots.alt-spots--roles .Spotlight:after {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.alt-spots.alt-spots--roles .Spotlight:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.alt-spots * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.alt-spots li {
  display: block;
  margin-bottom: 12px;
  padding-right: 6px;
  padding-left: 6px;
}

.alt-spots li a {
  position: relative;
  display: block;
  color: #333333;
  font-size: 1.8rem;
}

.alt-spots li a > div {
  position: relative;
  padding: 15px 15px 60px;
}

@media (min-width: 64em) {
  .alt-spots li a > div {
    min-height: 195px;
  }
}

.alt-spots li a > div p {
  margin: 0;
}

.alt-spots .Spotlight--medium-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 64em) {
  .alt-spots--roles li {
    float: left;
    width: 50%;
  }
}

@media (min-width: 64em) {
  .alt-spots--explore li {
    float: left;
    width: 33.333333333%;
  }
  .alt-spots--explore li a > div {
    min-height: 160px;
  }
}

.node-explore-roles-category .Spotlight--white.Spotlight--largeLinkImage > a,
.node-explore-roles-category .Spotlight--white {
  border: 2px solid #005eb8;
}

/* ==========================================================================
Aside
========================================================================== */
.Aside.Aside--quote blockquote {
  margin: 1em 15px;
}

.Aside.Aside--quote blockquote p {
  position: relative;
  padding: 0 55px 0 50px;
  color: #333333;
  font-size: 1.250em;
}

.Aside.Aside--quote blockquote p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 26px;
  width: 38px;
  background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 -86px;
}

.Aside.Aside--quote blockquote p:after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 0;
  display: block;
  height: 26px;
  width: 38px;
  background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 -112px;
}

.Aside.Aside--bracket {
  border-radius: 0 20px 20px 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: relative;
  padding: 30px;
  color: #ffffff;
  font-size: 1.250em;
  background: #b8007a url("/sites/all/themes/healthcareers/_lib/img/bg-aside-bracket.png") 0 50% no-repeat;
}

@media (min-width: 64em) {
  .Aside.Aside--bracket {
    margin-left: 31px;
  }
  .Aside.Aside--bracket:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin-left: -31px;
    height: 28px;
    width: 31px;
    background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -11px 0;
  }
  .Aside.Aside--bracket:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    margin-left: -31px;
    height: 28px;
    width: 31px;
    background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -11px -28px;
  }
}

.Aside.Aside--img .Media {
  margin: 1em 15px;
}

@media (min-width: 30em) {
  .Aside.Aside--right {
    float: right;
    width: 280px;
  }
}

@media (min-width: 30em) {
  .Aside.Aside--left {
    float: left;
    width: 280px;
  }
}

/* ==========================================================================
CTAs
========================================================================== */
.CtaPri {
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 6px 42px 6px 8px;
  color: #ffffff;
  background: #0f568b;
}

.CtaPri:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  margin: -6px 0 0;
  height: 12px;
  width: 8px;
  background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 -14px;
}

a[href].CtaPri {
  color: #ffffff;
}

.campaign-cta {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 15px;
  border: 5px solid #f19929;
}

.campaign-cta a {
  background-color: #1572b8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 20px;
  text-align: center;
}

.campaign-cta__content h3 {
  display: block;
  font-size: 1.5em;
  margin-bottom: 20px;
  margin-top: 0;
}

@media (max-width: 38.74em) {
  .campaign-cta a {
    width: 100%;
  }
  .campaign-cta p {
    margin: 60px 0;
  }
}

@media (min-width: 38.75em) {
  .campaign-cta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .campaign-cta > * + * {
    margin-left: 40px;
  }
  .campaign-cta a {
    min-width: 200px;
  }
  .campaign-cta p:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 54.375em) {
  .campaign-cta {
    padding: 25px 50px;
  }
  .campaign-cta a {
    font-size: 1.5em;
  }
}

/* ==========================================================================
Home
========================================================================== */
.LandingHeader {
  text-align: center;
}

.LandingHeader h1 {
  color: #333333;
  font-weight: normal;
}

.LandingHeader h1 {
  font-size: 1.5em;
}

@media screen and (min-width: 320px) {
  .LandingHeader h1 {
    font-size: calc(1.5em + 0.5 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  .LandingHeader h1 {
    font-size: 2em;
  }
}

.LandingHeader h1 strong {
  color: #1572b8;
}

.MoreInformation {
  margin: 20px auto;
  width: 90%;
  text-align: center;
}

@media (min-width: 54.375em) {
  .MoreInformation {
    width: 100%;
  }
}

.MoreInformation > a {
  position: relative;
  display: inline-block;
  padding: 0.5em 50px 0.5em 15px;
  max-width: 382px;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  background: #f19929;
}

.MoreInformation > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  margin-top: -6px;
  height: 12px;
  width: 21px;
  background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -72px 0;
}

.MoreInformation .MoreInformation-content {
  overflow: hidden;
  color: #ffffff;
  background: #1572b8;
}

.MoreInformation .MoreInformation-content h2 {
  width: 100%;
  font-size: 1.875em;
  font-weight: normal;
}

.MoreInformation .MoreInformation-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 95%;
}

@media (min-width: 54.375em) {
  .MoreInformation .MoreInformation-content > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.MoreInformation .MoreInformation-content > div > div {
  width: 100%;
}

@media (min-width: 60em) {
  .MoreInformation .MoreInformation-content > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    max-width: 250px;
    width: 23%;
    text-align: left;
  }
  .MoreInformation .MoreInformation-content > div > div .CtaPri {
    font-size: 14px;
  }
}

.MoreInformation .MoreInformation-content .Spotlight.Spotlight--carousel {
  margin: 1.5em 0;
  text-align: center;
  background: transparent;
}

.MoreInformation .MoreInformation-content .Spotlight.Spotlight--carousel .Carousel li {
  border-top: 1px solid #aed5ef;
  border-bottom: 1px solid #aed5ef;
}

.MoreInformation .MoreInformation-content .Spotlight.Spotlight--carousel .bx-pager {
  margin: 1em 0;
}

.MoreInformation .MoreInformation-content .Spotlight.Spotlight--carousel .bx-pager a {
  background: #aed5ef;
}

.MoreInformation .MoreInformation-content .Spotlight.Spotlight--carousel .bx-pager a.active {
  background: #ffffff;
}

.MoreInformation .MoreInformation-content .Spotlight.Spotlight--textLink {
  margin: 2em 0;
  border-top: 1px solid #aed5ef;
  border-bottom: 1px solid #aed5ef;
  min-height: initial;
  overflow: initial;
}

.MoreInformation .MoreInformation-content .Spotlight.Spotlight--textLink a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.4em;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
}

.MoreInformation .MoreInformation-content .Spotlight.Spotlight--textLink a:hover {
  text-decoration: underline;
}

.js .MoreInformation .MoreInformation-content {
  height: 0;
  visibility: hidden;
}

.no-js .MoreInformation .MoreInformation-content {
  height: auto;
  visibility: visible;
}

.MoreInformation.is-expanded > a {
  background: #1572b8;
}

.MoreInformation.is-expanded > a:after {
  background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -72px -12px;
}

.MoreInformation.is-expanded .MoreInformation-content {
  height: auto;
  visibility: visible;
}

/* ==========================================================================
Twitter feed
========================================================================== */
.TwitterFeed {
  margin: 0 auto 60px;
}

@media (min-width: 30em) {
  .TwitterFeed {
    margin: 0 6px 60px;
  }
}

.TwitterFeed > h2 {
  margin-top: 0;
  padding: 20px 0 48px;
  text-align: center;
  background-color: #aed5ef;
  background-image: url("/sites/all/themes/healthcareers/_lib/img/bg-down-bracket-blue.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 100%;
}

@media (min-width: 48em) {
  .TwitterFeed > h2 {
    margin-top: 16px;
    background-size: 100%;
  }
}

.TwitterFeed .TwitterFeed-tweet {
  margin: 1em 0;
  border-top: 1px solid #ededed;
}

.TwitterFeed .TwitterFeed-tweet:first-of-type {
  border: none;
}

.TwitterFeed .TwitterFeed-header {
  margin: 1em 0;
}

.TwitterFeed .TwitterFeed-header .Media {
  display: inline-block;
  margin: 0 10px 0 0;
  height: 45px;
  width: 45px;
}

.TwitterFeed .TwitterFeed-header .TwitterFeed-author {
  font-weight: bold;
}

.TwitterFeed .TwitterFeed-header .TwitterFeed-userName {
  color: #aaaaaa;
}

.TwitterFeed .TwitterFeed-header .TwitterFeed-dateTime {
  display: inline-block;
  margin-top: .5em;
  color: #aaaaaa;
}

/* =====
Campaign
======== */
.campaign {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 310px;
  z-index: 1;
  margin: auto;
  padding: 20px 0 100px;
  width: 100%;
  max-width: 980px;
  background-color: #ffffff;
}

@media only screen and (min-width: 620px) {
  .campaign {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 290px;
  }
}

@media only screen and (min-width: 680px) {
  .campaign {
    padding: 50px 100px 100px;
  }
}

@media only screen and (min-width: 920px) {
  .campaign {
    padding: 50px 160px 100px;
  }
}

.campaign h1 {
  margin: 0 0 .5em;
  color: #005eb8;
}

.campaign__banner {
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  z-index: -1;
  margin: 0;
  height: 350px;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 620px) {
  .campaign__banner {
    top: 130px;
    height: 512px;
  }
}

.campaign .share-icons {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0 0 1em;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 720px) {
  .campaign .share-icons {
    position: absolute;
    left: auto;
    display: inline-block;
    padding-right: 37px;
    width: auto;
  }
}

.campaign-video {
  margin: 10px 0 1em;
  width: 100%;
}

.campaign p {
  margin: 0 0 1em;
  line-height: 24px;
}

.campaign hr {
  margin: 2em 0 1em;
}

.campaign-footer {
  margin-top: 172px !important;
}

.campaign--bottom-margin {
  margin-bottom: 245px;
}

.campaign form {
  margin: 0 0 1em;
}

@media only screen and (min-width: 500px) {
  .campaign form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.campaign form .form-item {
  margin: 0 0 1em;
}

.campaign form .form-item label:after {
  margin-left: 5px;
}

.campaign form .form-item input[type="text"] {
  padding: 10px;
  width: 100%;
}

.campaign form .form-item .form-item {
  margin-bottom: 0;
}

.campaign form .form-item .form-item input[type="email"] {
  padding: 10px;
  width: 100%;
}

.campaign form #edit-gdpr {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0 0 1em;
}

.campaign form input[type="submit"] {
  margin: 20px 0 0;
  padding: 10px 30px;
}

.campaign form input[type="submit"]:hover, .campaign form input[type="submit"]:active {
  background-color: #10568a;
}

.campaign form .form-type-checkbox .description {
  margin-left: 0;
}

.campaign form label {
  display: inline-block;
  margin: 0;
}

.campaign form input.form-checkbox {
  vertical-align: inherit;
}

.campaign form input.form-checkbox:after {
  display: none;
}

.campaign-icons {
  position: relative;
  z-index: 2;
  margin: 0 auto 60px auto;
  width: 100%;
  max-width: 980px;
}

.campaign-icons .field-type-link-field {
  text-align: center;
}

.campaign-icons .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 720px) {
  .campaign-icons .field-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.campaign-icons .field-items .field-item {
  margin-bottom: 50px;
  width: 100%;
}

@media only screen and (min-width: 720px) {
  .campaign-icons .field-items .field-item {
    margin-bottom: 0;
    width: 28%;
  }
}

.campaign-icons .field-items .field-item .field-type-image {
  text-align: center;
}

.campaign-icons .field-items .field-item .field-type-image img {
  height: auto;
  width: 140px;
  max-width: 140px;
}

.campaign-icons .field-items .icon-title {
  font-family: sans-serif !important;
  font-size: 20px;
  font-weight: 900;
}

.campaign-icons .field-items .field-type-text {
  margin: 20px 0 15px;
  text-align: center;
}

/* ==========================================================================
Carousel
========================================================================== */
.Carousel {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Carousel a,
.Carousel span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  background-color: #e0e0e0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 63.99em) {
  .Carousel a,
  .Carousel span {
    padding: 0;
    height: auto;
    background-color: transparent;
  }
}

.Carousel a img,
.Carousel span img {
  width: 100%;
}

.Carousel__item {
  position: relative;
}

.Carousel .slick-arrow {
  z-index: 10;
  height: 50px;
  width: 50px;
}

.Carousel .slick-prev {
  left: 25px;
}

@media (max-width: 63.99em) {
  .Carousel .slick-prev {
    top: 94%;
  }
}

.Carousel .slick-prev:before {
  content: "";
  display: block;
  height: 48px;
  width: 48px;
  background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -42px -30px;
  opacity: 1;
}

@media (min-width: 64em) {
  .Carousel .slick-prev:before {
    position: absolute;
    top: 0;
  }
}

.Carousel .slick-next {
  right: 25px;
}

@media (max-width: 63.99em) {
  .Carousel .slick-next {
    top: 94%;
  }
}

.Carousel .slick-next:before {
  content: "";
  display: block;
  height: 48px;
  width: 48px;
  background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -42px -78px;
  opacity: 1;
}

@media (min-width: 64em) {
  .Carousel .slick-next:before {
    position: absolute;
    top: 0;
  }
}

.HomeCarousel {
  position: relative;
  height: auto;
  width: 100%;
  min-height: 320px;
  overflow: hidden;
}

@media (min-width: 64em) {
  .HomeCarousel {
    margin: 0 auto 16px;
    max-width: 950px;
  }
}

@media (max-width: 63.99em) {
  .HomeCarousel .Carousel-slideNum {
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
  }
}

@media (min-width: 64em) {
  .HomeCarousel .Carousel a,
  .HomeCarousel .Carousel span {
    text-align: center;
  }
  .HomeCarousel .Carousel a > img,
  .HomeCarousel .Carousel span > img {
    display: inline-block !important;
  }
  .HomeCarousel .Carousel a > div,
  .HomeCarousel .Carousel span > div {
    position: absolute;
    right: 0;
    bottom: 66px;
    padding: 0px 20px;
    width: 80%;
    text-align: left;
    background: #ffffff;
  }
  .HomeCarousel .Carousel-slideNum {
    position: absolute;
    left: 0px;
    padding: 6px 8px;
    color: #1572b8;
    font-size: .75em;
    background: #ededed;
  }
}

/* ==========================================================================
Standard Content
========================================================================== */
.StandardContent {
  display: inline-block;
  width: 100%;
  float: right;
  margin: auto;
}

@media (min-width: 54.375em) {
  .StandardContent {
    width: 75%;
  }
}

.StandardContent ul {
  overflow: hidden;
}

.IntroCopy {
  font-size: 1.5em;
}

.PartnerLogos .Columns--three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px;
}

.PartnerLogos .Media--img {
  margin: 0;
  text-align: center;
}

.PartnerLogos .Media--img img {
  width: auto;
}

/* ==========================================================================
Roles
========================================================================== */
.ContentTools {
  display: block;
  clear: both;
  margin: 2.25em 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.ContentTools .ContentTools-toolsItem {
  display: inline-block;
  vertical-align: top;
  margin: 0.25em 10px 0 0;
}

.ContentTools .ContentTools-toolsItem a,
.ContentTools .ContentTools-toolsItem button {
  border-radius: 17px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: block;
  padding: 4px 12px;
  color: #ffffff;
  line-height: 1.4em;
  background: #1572b8;
  border: 1px solid #1572b8;
}

.ContentTools .ContentTools-toolsItem a:hover,
.ContentTools .ContentTools-toolsItem button:hover {
  text-decoration: underline;
}

/* ==========================================================================
Listing
========================================================================== */
.ListingContent,
.StandardContent {
  position: relative;
}

.ListingContent .view-course-finder .view-filters,
.StandardContent .view-course-finder .view-filters {
  margin-bottom: 15px;
}

.ListingContent .view-course-finder .view-filters + .attachment-before,
.StandardContent .view-course-finder .view-filters + .attachment-before {
  margin: 0 20px 20px 20px;
  font-size: 1.1rem;
  font-weight: 700;
}

.ListingContent .view-course-finder .view-header,
.StandardContent .view-course-finder .view-header {
  margin: 0 0 20px;
}

@media (min-width: 54.375em) {
  .ListingContent .view-course-finder .view-header,
  .StandardContent .view-course-finder .view-header {
    margin: 0 20px 20px;
  }
}

.ListingContent .view-course-finder .views-row,
.StandardContent .view-course-finder .views-row {
  background-color: #FAFAFA;
}

.ListingContent .view-course-finder .views-row + .views-row,
.StandardContent .view-course-finder .views-row + .views-row {
  margin-top: 20px;
}

.ListingContent .view-course-finder .views-row--anchor,
.StandardContent .view-course-finder .views-row--anchor {
  background-color: #ededed;
}

@media (min-width: 54.375em) {
  .ListingContent .view-course-finder .views-row--anchor,
  .StandardContent .view-course-finder .views-row--anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
  }
}

.ListingContent .view-course-finder .views-row--title,
.StandardContent .view-course-finder .views-row--title {
  padding: 15px;
  background-color: #ededed;
}

@media (min-width: 54.375em) {
  .ListingContent .view-course-finder .views-row--title,
  .StandardContent .view-course-finder .views-row--title {
    padding: 0;
  }
}

.ListingContent .view-course-finder .views-row--external,
.StandardContent .view-course-finder .views-row--external {
  padding: 15px 15px 0;
  text-align: center;
}

@media (min-width: 54.375em) {
  .ListingContent .view-course-finder .views-row--external,
  .StandardContent .view-course-finder .views-row--external {
    padding: 0;
    text-align: left;
  }
}

.ListingContent .view-course-finder .views-row--fanchor,
.StandardContent .view-course-finder .views-row--fanchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px 5px 15px;
  min-width: 180px;
  color: #ffffff;
  font-weight: 700;
  background-color: #1572b8;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}

.ListingContent .view-course-finder .views-row--fanchor:hover, .ListingContent .view-course-finder .views-row--fanchor:focus,
.StandardContent .view-course-finder .views-row--fanchor:hover,
.StandardContent .view-course-finder .views-row--fanchor:focus {
  background-color: #10568a;
}

@media (max-width: 54.365em) {
  .ListingContent .view-course-finder .views-row--fanchor,
  .StandardContent .view-course-finder .views-row--fanchor {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ListingContent .view-course-finder .views-row--fanchor svg,
  .StandardContent .view-course-finder .views-row--fanchor svg {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.ListingContent .view-course-finder .views-row--nw,
.StandardContent .view-course-finder .views-row--nw {
  display: block;
  margin-top: 8px;
  color: #000000;
  font-size: .8rem;
}

.ListingContent .view-course-finder .views-row--further-info, .ListingContent .view-course-finder .views-row--tabs,
.StandardContent .view-course-finder .views-row--further-info,
.StandardContent .view-course-finder .views-row--tabs {
  padding: 0 15px 15px;
}

.ListingContent .view-course-finder .views-row--further-info > p + p, .ListingContent .view-course-finder .views-row--tabs > p + p,
.StandardContent .view-course-finder .views-row--further-info > p + p,
.StandardContent .view-course-finder .views-row--tabs > p + p {
  margin-top: 15px;
}

.ListingContent .view-course-finder .views-row--toggle,
.ListingContent .view-course-finder .views-row--tabs .field-type-text,
.StandardContent .view-course-finder .views-row--toggle,
.StandardContent .view-course-finder .views-row--tabs .field-type-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 5px;
  width: 100%;
  font-size: 1.05rem;
  border-bottom: 4px solid #ededed;
  cursor: pointer;
}

.ListingContent .view-course-finder .views-row--toggle.hc-toggled svg,
.ListingContent .view-course-finder .views-row--tabs .field-type-text.hc-toggled svg,
.StandardContent .view-course-finder .views-row--toggle.hc-toggled svg,
.StandardContent .view-course-finder .views-row--tabs .field-type-text.hc-toggled svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ListingContent .view-course-finder .views-row--toggle svg,
.ListingContent .view-course-finder .views-row--tabs .field-type-text svg,
.StandardContent .view-course-finder .views-row--toggle svg,
.StandardContent .view-course-finder .views-row--tabs .field-type-text svg {
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.ListingContent .view-course-finder .views-row--tabs ul,
.StandardContent .view-course-finder .views-row--tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ListingContent .view-course-finder .views-row h2,
.StandardContent .view-course-finder .views-row h2 {
  margin: 0;
}

.ListingContent .view-course-finder .views-row p,
.StandardContent .view-course-finder .views-row p {
  margin: .2em 0 0;
}

.ListingContent .view-course-finder .views-row .Columns--three,
.StandardContent .view-course-finder .views-row .Columns--three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
}

@media (min-width: 54.375em) {
  @supports (display: grid) {
    .ListingContent .view-course-finder .views-row .Columns--three,
    .StandardContent .view-course-finder .views-row .Columns--three {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, auto);
      gap: 15px;
    }
  }
}

.ListingContent .view-course-finder .views-row .Columns-col,
.StandardContent .view-course-finder .views-row .Columns-col {
  width: 100%;
}

.ListingContent .view-course-finder .views-row .Columns-col.mobile-hider p,
.StandardContent .view-course-finder .views-row .Columns-col.mobile-hider p {
  font-size: 1rem;
}

.ListingContent .view-course-finder .views-row .Columns-col + .Columns-col,
.StandardContent .view-course-finder .views-row .Columns-col + .Columns-col {
  margin-top: 15px;
}

@media (max-width: 38.74em) {
  .ListingContent .view-course-finder .views-row .Columns-col:last-child > p,
  .StandardContent .view-course-finder .views-row .Columns-col:last-child > p {
    margin-bottom: 18px;
  }
}

@media (min-width: 38.75em) {
  .ListingContent .view-course-finder .views-row .Columns-col,
  .StandardContent .view-course-finder .views-row .Columns-col {
    width: calc(50% - 10px);
  }
  .ListingContent .view-course-finder .views-row .Columns-col + .Columns-col,
  .StandardContent .view-course-finder .views-row .Columns-col + .Columns-col {
    margin-top: 0;
  }
}

@media (min-width: 54.375em) {
  .ListingContent .view-course-finder .views-row .Columns-col,
  .StandardContent .view-course-finder .views-row .Columns-col {
    width: calc(33.33% - 10px);
  }
  @supports (display: grid) {
    .ListingContent .view-course-finder .views-row .Columns-col,
    .StandardContent .view-course-finder .views-row .Columns-col {
      width: 100%;
    }
  }
}

.ListingContent .view-course-finder .views-row .Columns-col p,
.StandardContent .view-course-finder .views-row .Columns-col p {
  margin: 0 0 15px;
  color: #333333;
  font-size: .9rem;
  word-wrap: break-word;
}

.ListingContent .view-course-finder .views-row .Columns-col p strong,
.StandardContent .view-course-finder .views-row .Columns-col p strong {
  font-size: 1rem;
}

.ListingContent .view-course-finder .views-row .Columns-col p:last-child,
.StandardContent .view-course-finder .views-row .Columns-col p:last-child {
  margin-bottom: 0;
}

.ListingContent .view-course-finder .views-row .Columns-col p a,
.StandardContent .view-course-finder .views-row .Columns-col p a {
  display: block;
  margin: -.68em;
  padding: .6em;
  color: #1572b8;
  word-break: break-all;
}

.ListingContent .view-course-finder .views-row .Columns-col .enquiries_address,
.StandardContent .view-course-finder .views-row .Columns-col .enquiries_address {
  font-size: .9rem;
}

.ListingContent .view-course-finder .views-row .Columns-col .enquiries_address p,
.StandardContent .view-course-finder .views-row .Columns-col .enquiries_address p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
}

.ListingContent .view-course-finder .views-row .Columns-col .enquiries_address p + p,
.StandardContent .view-course-finder .views-row .Columns-col .enquiries_address p + p {
  margin-top: .2em;
}

.ListingContent .view-course-finder .views-row .grid-support,
.StandardContent .view-course-finder .views-row .grid-support {
  display: none;
}

@media (min-width: 54.375em) {
  @supports (display: grid) {
    .ListingContent .view-course-finder .views-row .grid-support,
    .StandardContent .view-course-finder .views-row .grid-support {
      display: block;
      grid-column: 2 / 4;
      grid-row: 2 / 3;
    }
    .ListingContent .view-course-finder .views-row .no-grid-support,
    .StandardContent .view-course-finder .views-row .no-grid-support {
      display: none;
    }
    .ListingContent .view-course-finder .views-row .Columns-col:nth-child(1),
    .StandardContent .view-course-finder .views-row .Columns-col:nth-child(1) {
      grid-column: 1 / 2;
      grid-row: 1 / 3;
    }
    .ListingContent .view-course-finder .views-row .Columns-col:nth-child(2),
    .StandardContent .view-course-finder .views-row .Columns-col:nth-child(2) {
      grid-column: 2 / 3;
      grid-row: 1 / 2;
    }
    .ListingContent .view-course-finder .views-row .Columns-col:nth-child(3),
    .StandardContent .view-course-finder .views-row .Columns-col:nth-child(3) {
      grid-column: 3 / 4;
      grid-row: 1 / 2;
    }
  }
}

.ListingContent .view-course-finder .pager--infinite-scroll,
.ListingContent .view-course-finder .pager-load-more,
.StandardContent .view-course-finder .pager--infinite-scroll,
.StandardContent .view-course-finder .pager-load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.ListingContent .view-course-finder .pager--infinite-scroll a,
.ListingContent .view-course-finder .pager-load-more a,
.StandardContent .view-course-finder .pager--infinite-scroll a,
.StandardContent .view-course-finder .pager-load-more a {
  display: block;
  padding: 5px 40px 5px 20px;
  color: #ffffff;
  background: #1572b8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 16px;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}

.ListingContent .view-course-finder .pager--infinite-scroll a:hover, .ListingContent .view-course-finder .pager--infinite-scroll a:focus,
.ListingContent .view-course-finder .pager-load-more a:hover,
.ListingContent .view-course-finder .pager-load-more a:focus,
.StandardContent .view-course-finder .pager--infinite-scroll a:hover,
.StandardContent .view-course-finder .pager--infinite-scroll a:focus,
.StandardContent .view-course-finder .pager-load-more a:hover,
.StandardContent .view-course-finder .pager-load-more a:focus {
  background-color: #10568a;
}

.ListingContent .listing-meta,
.StandardContent .listing-meta {
  display: block;
  margin: 1em 0;
  font-size: .875em;
}

.ListingContent.ListingThumbs .views-row,
.StandardContent.ListingThumbs .views-row {
  padding-left: 120px;
  height: auto;
  min-height: 135px;
}

.ListingContent.ListingThumbs .Media--thumb,
.StandardContent.ListingThumbs .Media--thumb {
  position: absolute;
  left: 0;
  margin: 8px 0;
}

/* ==========================================================================
Job Feed
========================================================================== */
.jobs-feed {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jobs-feed--job {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 20px;
  color: #000000;
  background-color: #aed5ef;
}

.jobs-feed--job h3 {
  margin: 0;
}

.jobs-feed--job__details {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jobs-feed--job__details h4 {
  margin: 5px 0 0;
}

.jobs-feed--job__details p {
  margin: 0 0 10px;
}

.jobs-feed--job + .jobs-feed--job {
  margin-top: 20px;
}

.jobs-feed--link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.jobs-feed--link:before, .jobs-feed--link:after {
  background-color: #231f20;
}

.jobs-feed--link:hover:before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.jobs-feed--link:hover:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.jobs-feed--link:hover ~ h3,
.jobs-feed--link:hover ~ ul .link {
  text-decoration: underline;
}

.jobs-feed .link {
  text-decoration: underline;
}

.node-role-page .accordion-pink .jobs-feed--job {
  color: #ffffff;
  background-color: #ae2573;
}

.node-role-page .accordion-pink .jobs-feed--job:nth-child(even) {
  background-color: #7c2855;
}

.node-role-page .jobs-feed--job {
  color: #ffffff;
  background-color: #005eb8;
}

.node-role-page .jobs-feed--job:nth-child(even) {
  background-color: #003087;
}

.node-role-page .jobs-feed--link:before, .node-role-page .jobs-feed--link:after {
  top: 50%;
  background-color: #ffffff;
}

@media (min-width: 38.75em) {
  .jobs-feed--job__details li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .jobs-feed--job__details h4,
  .jobs-feed--job__details p {
    margin: 0;
  }
  .jobs-feed--job__details p {
    margin-left: 5px;
  }
  .node-role-page .accordion-pink .jobs-feed--job:nth-child(even) {
    background-color: #ae2573;
  }
  .node-role-page .accordion-pink .jobs-feed--job:nth-child(4n+2), .node-role-page .accordion-pink .jobs-feed--job:nth-child(4n+3) {
    background-color: #7c2855;
  }
  .node-role-page .jobs-feed--job:nth-child(even) {
    background-color: #005eb8;
  }
  .node-role-page .jobs-feed--job:nth-child(4n+2), .node-role-page .jobs-feed--job:nth-child(4n+3) {
    background-color: #003087;
  }
}

@media (min-width: 78.125em) {
  .jobs-feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jobs-feed--job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jobs-feed--job:nth-child(even) {
    margin-left: 20px;
  }
  .jobs-feed--job + .jobs-feed--job {
    margin-top: 0;
  }
  .jobs-feed--job:nth-child(n + 3) {
    margin-top: 20px;
  }
  .jobs-feed--job__details {
    margin-top: auto;
  }
  .jobs-feed--job__details li {
    display: block;
  }
  .jobs-feed--job__details h4 {
    margin: 5px 0 0;
  }
  .jobs-feed--job__details p {
    margin: 0 0 10px;
  }
}

/* ==========================================================================
News
========================================================================== */
.views-row .Media--thumb a {
  display: block;
  width: auto;
  max-width: 100px;
  color: #000000;
  word-wrap: break-word;
}

.node-news-listing-page .views-widget-filter-title {
  margin: 0;
  padding: 0;
}

.node-news-listing-page .views-widget-filter-title input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 64em) {
  .node-news-listing-page .views-widget-filter-title {
    margin-right: 3%;
    width: 27%;
  }
}

.node-news-listing-page .views-widget-filter-field_date_posted_value {
  margin: 0;
  padding: 0;
}

.node-news-listing-page .views-widget-filter-field_date_posted_value input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.node-news-listing-page .views-widget-filter-field_date_posted_value .container-inline-date > .form-item {
  margin: 0;
}

@media (min-width: 54.375em) {
  .node-news-listing-page .views-widget-filter-field_date_posted_value {
    margin-right: 3%;
  }
  .node-news-listing-page .views-widget-filter-field_date_posted_value > .views-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .node-news-listing-page .views-widget-filter-field_date_posted_value > .views-widget #edit-field-date-posted-value-min-wrapper,
  .node-news-listing-page .views-widget-filter-field_date_posted_value > .views-widget #edit-field-date-posted-value-max-wrapper {
    width: calc(50% - 2.5px);
    margin-right: 2.5px;
  }
}

.node-news-listing-page .views-submit-button {
  margin: 0;
  padding: 0;
}

.node-news-listing-page .views-submit-button input.form-submit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 34px;
  width: 100%;
}

@media (max-width: 54.365em) {
  .node-news-listing-page .views-submit-button input.form-submit {
    margin-top: 15px;
  }
}

@media (min-width: 54.375em) {
  .node-news-listing-page .views-submit-button {
    width: 10%;
  }
}

@media (min-width: 54.375em) {
  #edit-field-career-areas-tid-wrapper {
    width: calc(25% - 2.5px);
    margin-right: 2.5px;
  }
}

/* ==========================================================================
Register Form
========================================================================== */
.page-nursing-registration .SiteFooter {
  margin-top: 0;
}

.page-nursing-registration .ContentContainer {
  margin: 0 auto;
  padding-bottom: 30px;
  width: 100%;
  background-color: #f6f6f6;
}

.page-nursing-registration .ContentContainer .custom-select-container {
  font-weight: 700;
}

.page-nursing-registration .ContentContainer .custom-select-opener {
  padding: 15px 40px 10px 10px;
  min-height: 60px;
  color: #000000;
  line-height: 2;
  background: transparent;
  border: 1px solid #acacac;
}

.page-nursing-registration .ContentContainer h1 {
  margin: 0 auto 0;
  padding-top: 30px;
}

.page-nursing-registration .ContentContainer h1 {
  font-size: 1.5em;
}

@media screen and (min-width: 320px) {
  .page-nursing-registration .ContentContainer h1 {
    font-size: calc(1.5em + 0.5 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  .page-nursing-registration .ContentContainer h1 {
    font-size: 2em;
  }
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer h1 {
    margin: 0 auto 0;
  }
}

.page-nursing-registration .ContentContainer p {
  margin: 25px auto;
}

.page-nursing-registration .ContentContainer p {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  .page-nursing-registration .ContentContainer p {
    font-size: calc(12px + 6 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  .page-nursing-registration .ContentContainer p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer p {
    margin: 40px auto;
  }
}

.page-nursing-registration .ContentContainer h1,
.page-nursing-registration .ContentContainer p {
  width: 85%;
  max-width: 900px;
  color: #535353;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer h1,
  .page-nursing-registration .ContentContainer p {
    width: 75%;
  }
}

.page-nursing-registration .ContentContainer .feedbackDropLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 5px;
  width: 85%;
  max-width: 900px;
  text-align: center;
}

.page-nursing-registration .ContentContainer .feedbackDropLink {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  .page-nursing-registration .ContentContainer .feedbackDropLink {
    font-size: calc(14px + 4 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  .page-nursing-registration .ContentContainer .feedbackDropLink {
    font-size: 18px;
  }
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer .feedbackDropLink {
    padding: 25px;
    text-align: left;
  }
}

.page-nursing-registration .ContentContainer .form-item,
.page-nursing-registration .ContentContainer .form-item-contact-prefence {
  margin: 20px 0 0;
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer .form-item,
  .page-nursing-registration .ContentContainer .form-item-contact-prefence {
    margin: 30px 0 0;
  }
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer .form-item-contact-prefence {
    margin: 40px 0 20px;
  }
}

.page-nursing-registration .ContentContainer form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  width: 85%;
  max-width: 900px;
  font-size: 12px;
  background-color: #ffffff;
  border-radius: 5px;
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer form {
    padding: 20px 50px;
  }
}

.page-nursing-registration .ContentContainer form .required:after {
  content: "*";
  color: #ff0000;
  font-size: 18px;
}

.page-nursing-registration .ContentContainer form .required:required:valid {
  border: 1px solid #acacac;
}

.page-nursing-registration .ContentContainer form .required:focus:required:invalid {
  border: transparent;
  outline: 1px solid #ff0000;
}

.page-nursing-registration .ContentContainer form .form-item-date-of-birth-date {
  position: relative;
  z-index: 2;
}

.page-nursing-registration .ContentContainer form .form-item-date-of-birth-date:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  height: 40px;
  width: 40px;
  background-image: url("/sites/all/themes/healthcareers/_lib/img/calender.svg");
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 24px;
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer form .form-item-date-of-birth-date:after {
    top: 10px;
  }
}

.page-nursing-registration .ContentContainer form .form-type-textfield,
.page-nursing-registration .ContentContainer form .container-inline-date,
.page-nursing-registration .ContentContainer form #edit-email-fields,
.page-nursing-registration .ContentContainer form #edit-confirm-fields {
  width: 100%;
}

.page-nursing-registration .ContentContainer form .form-item-email,
.page-nursing-registration .ContentContainer form .form-item-email-confirm {
  width: 100% !important;
}

.page-nursing-registration .ContentContainer form .form-type-radios.form-item-welcome-pack {
  display: none !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 0 !important;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer form .form-type-radios.form-item-welcome-pack {
    margin: 30px auto !important;
  }
}

.page-nursing-registration .ContentContainer form .form-type-radios.form-item-welcome-pack .form-radios > .form-item-welcome-pack {
  margin: 0 10px;
}

.page-nursing-registration .ContentContainer form .form-type-select,
.page-nursing-registration .ContentContainer form .form-item-postcode-search,
.page-nursing-registration .ContentContainer form .form-item-address1,
.page-nursing-registration .ContentContainer form .form-item-address2,
.page-nursing-registration .ContentContainer form .form-item-address3,
.page-nursing-registration .ContentContainer form .form-type-checkboxes {
  width: 100%;
}

.page-nursing-registration .ContentContainer form .form-item-date-of-birth-date {
  margin: 0 !important;
  width: 100%;
}

.page-nursing-registration .ContentContainer form #edit-postcode {
  text-transform: uppercase;
}

.page-nursing-registration .ContentContainer form label {
  color: #425563;
  text-transform: uppercase;
}

.page-nursing-registration .ContentContainer form label {
  font-size: 13px;
}

@media screen and (min-width: 320px) {
  .page-nursing-registration .ContentContainer form label {
    font-size: calc(13px + 1 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  .page-nursing-registration .ContentContainer form label {
    font-size: 14px;
  }
}

.page-nursing-registration .ContentContainer form input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-nursing-registration .ContentContainer form input[type="text"],
.page-nursing-registration .ContentContainer form input[type="number"],
.page-nursing-registration .ContentContainer form input[type="email"] {
  z-index: 3;
  padding: 10px;
  height: 40px;
  width: 100%;
  color: #000000;
  background: transparent;
  border: 1px solid #acacac;
  border-radius: 5px;
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer form input[type="text"],
  .page-nursing-registration .ContentContainer form input[type="number"],
  .page-nursing-registration .ContentContainer form input[type="email"] {
    min-height: 60px;
    line-height: 2;
  }
}

.page-nursing-registration .ContentContainer form input[type="text"]:focus,
.page-nursing-registration .ContentContainer form input[type="number"]:focus,
.page-nursing-registration .ContentContainer form input[type="email"]:focus {
  border: 2px solid #1471b8;
  outline: none;
}

.page-nursing-registration .ContentContainer form .description {
  display: none;
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer .form-type-radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 93%;
  }
}

.page-nursing-registration .ContentContainer .form-type-radios label {
  color: black;
  text-transform: none;
}

.page-nursing-registration .ContentContainer .form-type-radios .form-item,
.page-nursing-registration .ContentContainer .form-type-radios .form-radios {
  padding: 0;
  overflow: visible;
}

.page-nursing-registration .ContentContainer .form-type-radios .form-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer .form-type-radios .form-radios {
    margin: 0;
    width: 35%;
  }
}

.page-nursing-registration .ContentContainer .form-type-radios .form-radios input {
  display: none;
}

.page-nursing-registration .ContentContainer .form-type-radios .form-radios input:checked + label:before {
  background-image: url("/sites/all/themes/healthcareers/_lib/img/tick.svg");
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 25px;
}

.page-nursing-registration .ContentContainer .form-type-radios .form-radios label {
  position: relative;
  padding-top: 10px;
  padding-left: 50px;
  color: #acacac;
}

.page-nursing-registration .ContentContainer .form-type-radios .form-radios label:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  font-size: 25px;
  text-align: center;
  border: 1px solid #acacac;
  border-radius: 5px;
}

.page-nursing-registration .ContentContainer .dob-info {
  margin-top: 15px;
  height: 20px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
}

.page-nursing-registration .ContentContainer .dob-info__question, .page-nursing-registration .ContentContainer .dob-info__desc {
  display: inline-block;
  color: #1471b8;
  font-weight: 400;
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer .dob-info__question, .page-nursing-registration .ContentContainer .dob-info__desc {
    font-size: 14px;
  }
}

.page-nursing-registration .ContentContainer .dob-info__desc {
  margin-top: 20px;
  font-style: italic;
}

.page-nursing-registration .ContentContainer .dob-info__question {
  position: relative;
  padding-left: 22px;
}

.page-nursing-registration .ContentContainer .dob-info__question:before {
  content: "";
  position: absolute;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #1471b8;
  background-image: url("/sites/all/themes/healthcareers/_lib/img/down-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50%;
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer .dob-info__question:before {
    height: 20px;
    width: 20px;
  }
}

.page-nursing-registration .ContentContainer .dob-info__question:hover {
  text-decoration: underline;
}

.page-nursing-registration .ContentContainer .address-expanded {
  height: 100% !important;
  visibility: visible !important;
}

.page-nursing-registration .ContentContainer .dob-expanded {
  height: 80px;
}

.page-nursing-registration .ContentContainer .address-list {
  margin: 0;
  padding: 0;
  max-height: 90px;
  border-right: 1px solid #acacac;
  border-left: 1px solid #acacac;
  list-style: none;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}

.page-nursing-registration .ContentContainer .address-list li {
  padding: 7px 15px;
}

.page-nursing-registration .ContentContainer .address-list li:hover {
  background-color: #e5f0f7;
}

.page-nursing-registration .ContentContainer .form-type-checkboxes label {
  color: #000000;
}

.page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

.page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes .form-item {
  margin: 0;
  padding: 0;
  height: 60px;
  width: calc(50% - 10px);
  overflow: visible;
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes .form-item {
    width: calc(25% - 10px);
  }
}

.page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes input:checked + label {
  color: #1471b8;
}

.page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes input:checked + label:before {
  border-color: #1471b8;
}

.page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes .form-item-contact-preference-email label:before {
  background-image: url("/sites/all/themes/healthcareers/_lib/img/email.svg");
}

.page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes .form-item-contact-preference-email input:checked + label:before {
  background-image: url("/sites/all/themes/healthcareers/_lib/img/email-blue.svg");
}

.page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes .form-item-contact-preference-phone label:before {
  background-image: url("/sites/all/themes/healthcareers/_lib/img/phone.svg");
}

.page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes .form-item-contact-preference-phone input:checked + label:before {
  background-image: url("/sites/all/themes/healthcareers/_lib/img/phone-blue.svg");
}

.page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes .form-item-contact-preference-sms label:before {
  background-image: url("/sites/all/themes/healthcareers/_lib/img/sms.svg");
}

.page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes .form-item-contact-preference-sms input:checked + label:before {
  background-image: url("/sites/all/themes/healthcareers/_lib/img/sms-blue.svg");
}

.page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes .form-item-contact-preference-post label:before {
  background-image: url("/sites/all/themes/healthcareers/_lib/img/post.svg");
  background-size: 20px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes .form-item-contact-preference-post label:before {
    background-size: 55% !important;
  }
}

.page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes .form-item-contact-preference-post input:checked + label:before {
  background-image: url("/sites/all/themes/healthcareers/_lib/img/post-blue.svg");
}

.page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes label {
  margin: 0;
  padding: 0 !important;
  color: #939292;
  font-size: 20px;
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes label {
    padding-top: 40px;
  }
}

.page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 55px;
  width: 100%;
  overflow-y: hidden;
  font-size: 25px;
  text-align: center;
  background-position: 48% 15%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2px solid #acacac;
  border-radius: 5px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes label:before {
    background-size: 45% !important;
  }
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer .form-type-checkboxes .form-checkboxes label:before {
    height: 60px;
    background-size: 30px;
  }
}

.page-nursing-registration .ContentContainer .form-submit {
  margin: 10px auto;
  padding: 0;
  height: 50px;
  width: 180px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 5px;
}

@media only screen and (min-width: 600px) {
  .page-nursing-registration .ContentContainer .form-submit {
    margin: 30px auto;
    height: 65px;
    width: 220px;
    font-size: 23px;
    font-weight: 600;
  }
}

.campaignContentContainer {
  padding-bottom: 30px;
  /*.form-type-checkboxes {
    .form-type-checkbox {
      display: flex;
      align-items: center;

      input[type="checkbox"] {
        margin-right: 10px;
        height: 40px;
        width: 40px;
        min-width: 40px;
        border: 1px solid $hc-dark-grey;
        -moz-appearance: none;
        -webkit-appearance: none;

        &:before {
          content: "";
          display: block;
          height: 100%;
          width: 100%;
          text-align: center;
          //color: $form-advanced-checked-color;
          background-color: $hc-blue;
          // font-family: Material Icons;
          // font-size: $form-advanced-checkbox-font-size;
          // -webkit-font-smoothing: antialiased;
          // font-weight: 700;
          // line-height: $form-advanced-size - (2 * $form-advanced-border-width);
          opacity: 0;
          transition: opacity .3s linear;
        }

        &:checked {
          &:before {
            opacity: 1;
          }
        }
      }

      label {
        @include fluid-type(font-size, 320px, 1000px, 16px, 20px);
        margin: 0;
        padding: 0 !important;
        color: darken(#acacac, 10);
      }
    }

    .form-checkboxes {
      //display: flex;
      //flex-wrap: wrap;
      margin-top: 15px;
      //justify-content: space-between;

      .form-item {
        margin: 0;
        padding: 0;
        height: 60px;
        overflow: visible;
        //width: calc(50% - 10px);

        @media only screen and (min-width: 600px) {
          flex-basis: calc(25% - 10px);
        }
      }

      input {
        //display: none;

        &:checked + label {
          color: $blue;

          &:before {
            border: transparent;
          }
        }
      }

      .form-item-contact-preference-email,
      .form-item-contact-preference-phone,
      .form-item-contact-preference-sms,
      .form-item-contact-preference-post {
        height: auto;

        label {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin: 30px 0;
          padding-top: 0;
        }

        label:before {
          position: relative;
          top: auto;
          left: auto;
          display: block;
          background-position: center;
          background-size: 50px !important;
        }
      }

      .form-item-contact-preference-email {
        label:before {
          background-image: url("/sites/all/themes/healthcareers/_lib/img/icons/email-icon.svg");
        }

        input:checked + label:before {
          background-image: url("/sites/all/themes/healthcareers/_lib/img/icons/email-icon-blue.svg");
        }
      }

      .form-item-contact-preference-phone {
        label:before {
          background-image: url("/sites/all/themes/healthcareers/_lib/img/icons/phone-icon.svg");
        }

        input:checked + label:before {
          background-image: url("/sites/all/themes/healthcareers/_lib/img/icons/phone-icon-blue.svg");
        }
      }

      .form-item-contact-preference-sms {
        label:before {
          background-image: url("/sites/all/themes/healthcareers/_lib/img/icons/sms-icon.svg");
        }

        input:checked + label:before {
          background-image: url("/sites/all/themes/healthcareers/_lib/img/icons/sms-icon-blue.svg");
        }
      }

      .form-item-contact-preference-post {
        label:before {
          background-image: url("/sites/all/themes/healthcareers/_lib/img/icons/post-icon.svg");
        }

        input:checked + label:before {
          background-image: url("/sites/all/themes/healthcareers/_lib/img/icons/post-icon-blue.svg");
        }
      }

      label {
        // position: relative;
        // display: flex;
        // padding-top: 35px;
        // font-size: 14px;
        // justify-content: center;
        // text-transform: capitalize;
        // cursor: pointer;
        @include fluid-type(font-size, 320px, 1000px, 16px, 18px);
        margin: 0;
        padding: 0 !important;
        color: darken(#acacac, 10);

        @media only screen and (min-width: 600px) {
          padding-top: 40px;
        }

        &:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 55px;
          width: 100%;
          overflow-y: hidden;
          font-size: 25px;
          text-align: center;
          background-position: 48% 15%;
          background-repeat: no-repeat;
          background-size: 25px;
          border: transparent;
          border-radius: 5px;

          @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
            background-size: 45% !important;
          }

          @media only screen and (min-width: 600px) {
            height: 60px;
            background-size: 30px;
          }
        }
      }
    }
  }*/
}

.campaignContentContainer .custom-select-container {
  font-weight: 700;
}

.campaignContentContainer .custom-select-opener {
  padding: 15px 40px 10px 10px;
  min-height: 60px;
  color: #231f20;
  line-height: 2;
  background: transparent;
  border: 1px solid #acacac;
}

.campaignContentContainer h1 {
  margin: 0 auto 0;
  padding-top: 30px;
}

.campaignContentContainer h1 {
  font-size: 1.5em;
}

@media screen and (min-width: 320px) {
  .campaignContentContainer h1 {
    font-size: calc(1.5em + 0.5 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  .campaignContentContainer h1 {
    font-size: 2em;
  }
}

@media only screen and (min-width: 600px) {
  .campaignContentContainer h1 {
    margin: 0 auto 0;
  }
}

.campaignContentContainer h2 {
  color: #005eb8;
}

.campaignContentContainer p {
  margin: 25px auto;
}

.campaignContentContainer p {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  .campaignContentContainer p {
    font-size: calc(12px + 6 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  .campaignContentContainer p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 600px) {
  .campaignContentContainer p {
    margin: 40px auto;
  }
}

.campaignContentContainer h1,
.campaignContentContainer p {
  width: 85%;
  max-width: 900px;
  color: #535353;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .campaignContentContainer h1,
  .campaignContentContainer p {
    width: 75%;
  }
}

.campaignContentContainer .feedbackDropLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 5px;
  width: 85%;
  max-width: 900px;
  text-align: center;
}

.campaignContentContainer .feedbackDropLink {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  .campaignContentContainer .feedbackDropLink {
    font-size: calc(14px + 4 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  .campaignContentContainer .feedbackDropLink {
    font-size: 18px;
  }
}

@media only screen and (min-width: 600px) {
  .campaignContentContainer .feedbackDropLink {
    padding: 25px;
    text-align: left;
  }
}

.campaignContentContainer .form-item,
.campaignContentContainer .form-item-contact-prefence {
  margin: 20px 0 0;
}

@media only screen and (min-width: 600px) {
  .campaignContentContainer .form-item,
  .campaignContentContainer .form-item-contact-prefence {
    margin: 30px 0 0;
  }
}

@media only screen and (min-width: 600px) {
  .campaignContentContainer .form-item-contact-prefence {
    margin: 40px 0 20px;
  }
}

.campaignContentContainer > h2,
.campaignContentContainer .description {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 900px;
}

.campaignContentContainer > h2 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.campaignContentContainer > .description {
  margin-bottom: 40px;
  color: #768692;
}

.campaignContentContainer form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 900px;
  font-size: 12px;
  background-color: #ffffff;
  border-radius: 0;
}

.campaignContentContainer form .form-required {
  color: #425563;
}

.campaignContentContainer form .required {
  padding-right: 15px;
}

.campaignContentContainer form .required:after {
  content: "*";
  position: absolute;
  top: 50%;
  right: 0;
  color: #425563;
  font-size: 18px;
}

.campaignContentContainer form .required:required:valid {
  border: 1px solid #acacac;
}

.campaignContentContainer form .required:focus:required:invalid {
  border: transparent;
  outline: 1px solid #ff0000;
}

.campaignContentContainer form .form-item + .form-item {
  margin: 20px 0 0;
}

.campaignContentContainer form .form-item-date-of-birth-date {
  position: relative;
  z-index: 2;
  margin: 0 !important;
  width: 100%;
}

.campaignContentContainer form .form-item-date-of-birth-date:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  height: 40px;
  width: 40px;
  background-image: url("/sites/all/themes/healthcareers/_lib/img/calender.svg");
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 24px;
}

@media only screen and (min-width: 600px) {
  .campaignContentContainer form .form-item-date-of-birth-date:after {
    top: 10px;
  }
}

.campaignContentContainer form .form-type-textfield,
.campaignContentContainer form .container-inline-date,
.campaignContentContainer form #edit-email-fields,
.campaignContentContainer form #edit-confirm-fields {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .campaignContentContainer form .form-type-textfield,
  .campaignContentContainer form .form-type-select {
    max-width: 53%;
  }
}

.campaignContentContainer form .form-item-email,
.campaignContentContainer form .form-item-email-confirm {
  width: 100% !important;
}

.campaignContentContainer form .form-type-radios.form-item-welcome-pack {
  display: none !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 0 !important;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .campaignContentContainer form .form-type-radios.form-item-welcome-pack {
    margin: 30px auto !important;
  }
}

.campaignContentContainer form .form-type-radios.form-item-welcome-pack .form-radios > .form-item-welcome-pack {
  margin: 0 10px;
}

.campaignContentContainer form .form-type-select,
.campaignContentContainer form .form-item-postcode-search,
.campaignContentContainer form .form-item-address1,
.campaignContentContainer form .form-item-address2,
.campaignContentContainer form .form-item-address3,
.campaignContentContainer form .form-type-checkboxes {
  width: 100%;
}

.campaignContentContainer form .form-item-status,
.campaignContentContainer form .form-item-contact-preference,
.campaignContentContainer form .form-type-checkboxes,
.campaignContentContainer form #edit-address-fields {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.campaignContentContainer form .form-item-status.form-item,
.campaignContentContainer form .form-item-when-to-apply-job.form-item,
.campaignContentContainer form .form-item-field-of-interest.form-item,
.campaignContentContainer form .form-item-receivetailoredadvice.form-item,
.campaignContentContainer form .form-item-over13.form-item {
  margin-top: 30px;
}

.campaignContentContainer form .form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.campaignContentContainer form .form-type-checkbox.form-item-over13 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.campaignContentContainer form .form-type-checkbox .description {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

.campaignContentContainer form .form-type-checkbox input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  height: 30px;
  width: 30px;
  color: #005eb8;
  border-color: #005eb8;
}

.campaignContentContainer form .form-type-checkbox label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  color: #425563;
  font-size: 20px;
}

@media (min-width: 54.375em) {
  .campaignContentContainer form .form-type-checkbox label {
    max-width: 60%;
  }
}

.campaignContentContainer form #edit-postcode {
  text-transform: uppercase;
}

.campaignContentContainer form label {
  position: relative;
  margin: 0 0 15px;
  color: #425563;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}

.campaignContentContainer form .description {
  color: #333333;
}

.campaignContentContainer form .description {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  .campaignContentContainer form .description {
    font-size: calc(12px + 4 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  .campaignContentContainer form .description {
    font-size: 16px;
  }
}

.campaignContentContainer form input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.campaignContentContainer form input[type="text"],
.campaignContentContainer form input[type="number"],
.campaignContentContainer form input[type="email"] {
  z-index: 3;
  padding: 10px;
  height: 40px;
  width: 100%;
  min-height: 60px;
  color: #231f20;
  font-size: 1rem;
  line-height: 2;
  background: transparent;
  border: 1px solid #acacac;
}

.campaignContentContainer form input[type="text"]:focus,
.campaignContentContainer form input[type="number"]:focus,
.campaignContentContainer form input[type="email"]:focus {
  border: 2px solid #1471b8;
  outline: none;
}

.campaignContentContainer .form-type-radios label,
.campaignContentContainer .form-type-checkboxes label {
  color: #005eb8;
  text-transform: none;
}

.campaignContentContainer .form-type-radios label.required:after,
.campaignContentContainer .form-type-checkboxes label.required:after {
  color: #005eb8;
}

.campaignContentContainer .form-type-radios .form-item,
.campaignContentContainer .form-type-radios .form-radios,
.campaignContentContainer .form-type-checkboxes .form-item,
.campaignContentContainer .form-type-checkboxes .form-radios {
  padding: 0;
  overflow: visible;
}

.campaignContentContainer .form-type-radios .form-item,
.campaignContentContainer .form-type-checkboxes .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.campaignContentContainer .form-type-radios .form-type-checkbox,
.campaignContentContainer .form-type-checkboxes .form-type-checkbox {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.campaignContentContainer .form-type-radios .form-radios,
.campaignContentContainer .form-type-radios .form-checkboxes,
.campaignContentContainer .form-type-checkboxes .form-radios,
.campaignContentContainer .form-type-checkboxes .form-checkboxes {
  margin: 20px 0;
}

.campaignContentContainer .form-type-radios .form-radios input,
.campaignContentContainer .form-type-radios .form-checkboxes input,
.campaignContentContainer .form-type-checkboxes .form-radios input,
.campaignContentContainer .form-type-checkboxes .form-checkboxes input {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  height: 50px;
  width: 50px;
  color: #005eb8;
  border-radius: 50%;
  border-color: #005eb8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.campaignContentContainer .form-type-radios .form-radios input:before,
.campaignContentContainer .form-type-radios .form-checkboxes input:before,
.campaignContentContainer .form-type-checkboxes .form-radios input:before,
.campaignContentContainer .form-type-checkboxes .form-checkboxes input:before {
  content: "";
}

.campaignContentContainer .form-type-radios .form-radios input:checked:before,
.campaignContentContainer .form-type-radios .form-checkboxes input:checked:before,
.campaignContentContainer .form-type-checkboxes .form-radios input:checked:before,
.campaignContentContainer .form-type-checkboxes .form-checkboxes input:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  margin-left: 0;
  height: 38px;
  width: 38px;
  background-color: #005eb8;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.campaignContentContainer .form-type-radios .form-radios label,
.campaignContentContainer .form-type-radios .form-checkboxes label,
.campaignContentContainer .form-type-checkboxes .form-radios label,
.campaignContentContainer .form-type-checkboxes .form-checkboxes label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  color: #425563;
}

@media (min-width: 54.375em) {
  .campaignContentContainer .form-type-radios .form-radios label,
  .campaignContentContainer .form-type-radios .form-checkboxes label,
  .campaignContentContainer .form-type-checkboxes .form-radios label,
  .campaignContentContainer .form-type-checkboxes .form-checkboxes label {
    max-width: 75%;
  }
}

.campaignContentContainer .dob-info {
  margin-top: 15px;
  height: 20px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
}

.campaignContentContainer .dob-info__question, .campaignContentContainer .dob-info__desc {
  display: inline-block;
  color: #1471b8;
  font-weight: 400;
}

@media only screen and (min-width: 600px) {
  .campaignContentContainer .dob-info__question, .campaignContentContainer .dob-info__desc {
    font-size: 14px;
  }
}

.campaignContentContainer .dob-info__desc {
  margin-top: 20px;
  font-style: italic;
}

.campaignContentContainer .dob-info__question {
  position: relative;
  padding-left: 22px;
}

.campaignContentContainer .dob-info__question:before {
  content: "";
  position: absolute;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #1471b8;
  background-image: url("/sites/all/themes/healthcareers/_lib/img/down-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50%;
}

@media only screen and (min-width: 600px) {
  .campaignContentContainer .dob-info__question:before {
    height: 20px;
    width: 20px;
  }
}

.campaignContentContainer .dob-info__question:hover {
  text-decoration: underline;
}

.campaignContentContainer .address-expanded {
  height: 100% !important;
  visibility: visible !important;
}

.campaignContentContainer .dob-expanded {
  height: 80px;
}

.campaignContentContainer .address-list {
  margin: 0;
  padding: 0;
  max-height: 90px;
  border-right: 1px solid #acacac;
  border-left: 1px solid #acacac;
  list-style: none;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}

.campaignContentContainer .address-list li {
  padding: 7px 15px;
}

.campaignContentContainer .address-list li:hover {
  background-color: #e5f0f7;
}

.campaignContentContainer .form-item-contact-preference {
  padding: 20px 0;
}

.campaignContentContainer .form-submit {
  margin: 10px 0;
  padding: 0;
  height: 50px;
  width: auto;
  max-width: 100%;
  font-size: 18px;
  border-radius: 0;
}

@media only screen and (min-width: 600px) {
  .campaignContentContainer .form-submit {
    margin: 30px 0;
    height: 65px;
    font-size: 23px;
    font-weight: 600;
  }
}

#edit-first-name-valid,
#edit-surname-valid,
#edit-email-valid,
#edit-email-valid-confirm {
  display: none;
  margin: 5px 0 0;
  color: #ff0000;
  font-size: 1rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.helper-visible {
  display: block !important;
}

#edit-address-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
}

#edit-address-fields .form-item-address1 label,
#edit-address-fields .form-item-city label,
#edit-address-fields .form-item-postcode label {
  position: relative;
  padding-left: 10px;
}

#edit-address-fields .form-item-address1 label span,
#edit-address-fields .form-item-city label span,
#edit-address-fields .form-item-postcode label span {
  position: absolute;
  top: -4px;
  left: 0;
  color: #ff0000;
  font-size: 1.6em;
}

#edit-gdpr {
  margin: 20px 0;
}

#edit-gdpr p {
  margin: 0;
  width: 100%;
  color: #1471b8;
  font-size: 14px;
  text-align: left;
}

/* ==========================================================================
Events
========================================================================== */
.node-events-listing-page,
.node-listing-page {
  max-width: 1200px;
  margin: auto;
}

.date-nav-wrapper {
  margin-top: 30px;
  padding-top: 1em;
}

.date-nav-wrapper .date-prev,
.date-nav-wrapper .date-next {
  font-size: 1em;
}

.date-nav-wrapper .date-prev a,
.date-nav-wrapper .date-next a {
  font-size: 1em;
}

.date-nav-wrapper .date-prev {
  margin-left: 0;
}

.date-nav-wrapper .date-next {
  margin-right: 0;
}

@media (max-width: 54.365em) {
  .date-nav-wrapper .date-prev,
  .date-nav-wrapper .date-next {
    margin-top: 36px;
  }
}

.calendar-calendar {
  margin-bottom: 30px;
}

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background-color: #74a5d7;
}

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  height: 1.4em;
}

.calendar-calendar a {
  color: #ffffff;
}

.filterWrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.data-top-bottom .filterWrapper {
  display: none;
}

.no-js .filterWrapper {
  position: relative;
}

.filterWrapper.is-fixed {
  position: fixed;
}

.node-events-listing-page .filterWrapper {
  position: absolute;
  width: 100%;
}

.filterWrapper .views-widget-filter-combine input, .filterWrapper .views-widget-filter-combine select {
  margin-top: 0;
}

.filterCollapse {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  text-align: left;
  padding: 0.625em;
  width: 100%;
  border: 0;
  background-color: #e6e6e6;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
}

.filterCollapse:focus-within {
  background-color: #d9d9d9;
}

.filterCollapse:before {
  content: "Close\ ";
}

.filterCollapse:after {
  content: "\25b2";
  display: inline-block;
  float: right;
}

.filterCollapse.expand:before {
  content: "Open\ ";
}

.filterCollapse.expand:after {
  content: "\25bc";
}

@media (max-width: 38.74em) {
  .filterCollapse {
    position: fixed;
    bottom: 0;
    z-index: 3;
    width: calc(100% - 10%);
  }
  .filterCollapse:after {
    content: "\25bc";
  }
  .filterCollapse.expand:after {
    content: "\25b2";
  }
}

@media (min-width: 38.75em) {
  .no-skrollr.touch .filterCollapse {
    position: fixed;
    bottom: 0;
    z-index: 3;
  }
  .no-skrollr.touch .filterCollapse:after {
    content: "\25bc";
  }
  .no-skrollr.touch .filterCollapse.expand:after {
    content: "\25b2";
  }
}

.ListingStickyFilter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 3;
  padding: 2em;
  width: 90%;
  max-height: calc(100vh - 42px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f4f4f4;
  border: 1px solid #d8d8d8;
}

@media (min-width: 38.75em) {
  .ListingStickyFilter {
    position: absolute;
    overflow: visible;
    width: 100%;
  }
}

@media (max-width: 38.74em) {
  .ListingStickyFilter {
    bottom: 42px;
    height: auto;
  }
}

@media (min-width: 54.375em) {
  .ListingStickyFilter {
    overflow: visible;
    width: 100%;
  }
}

@media (max-width: 54.365em) {
  .ListingStickyFilter .views-exposed-form .views-exposed-widget {
    float: none;
  }
}

.ListingStickyFilter .custom-select-opener {
  position: relative;
  margin-top: 0;
  padding: 14px;
  background-color: #ffffff;
}

.ListingStickyFilter .custom-select-container.is-open .custom-select-panel {
  height: 215px;
  overflow-y: scroll;
}

.ListingStickyFilter .custom-select-option {
  border-bottom: 1px solid  #e4e4e4;
}

.ListingStickyFilter .views-widget-filter-field_career_areas_tid > .views-widget,
.ListingStickyFilter .views-widget-filter-field_career_areas_tid > .form-checkboxes {
  position: absolute;
  display: none;
  margin-top: -4px;
  max-height: 300px;
  overflow: scroll !important;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  width: 100%;
}

.touch .ListingStickyFilter .views-widget-filter-field_career_areas_tid > .views-widget, .touch
.ListingStickyFilter .views-widget-filter-field_career_areas_tid > .form-checkboxes {
  position: relative;
}

@media (max-width: 38.74em) {
  .ListingStickyFilter .views-widget-filter-field_career_areas_tid > .views-widget,
  .ListingStickyFilter .views-widget-filter-field_career_areas_tid > .form-checkboxes {
    position: relative;
    max-height: none;
    overflow: visible;
  }
}

.ListingStickyFilter .views-exposed-widget:first-child {
  width: 100%;
}

.ListingStickyFilter .views-widget-filter-field_date_posted_value {
  width: 100%;
}

@media (min-width: 54.375em) {
  .ListingStickyFilter .views-widget-filter-field_date_posted_value {
    width: 50%;
  }
}

.ListingStickyFilter .views-widget-filter-field_date_posted_value .views-widget > div {
  width: 47%;
}

@media (max-width: 54.365em) {
  .ListingStickyFilter .views-widget-filter-field_date_posted_value .views-widget > div {
    width: 100%;
  }
}

.ListingStickyFilter .views-widget-filter-field_career_areas_tid {
  position: relative;
  width: 100%;
}

@media (min-width: 54.375em) {
  .ListingStickyFilter .views-widget-filter-field_career_areas_tid {
    width: 25%;
  }
}

.ListingStickyFilter .views-widget-filter-field_career_areas_tid > label {
  position: relative;
  margin-top: 20px;
  padding: 14px;
  font-size: .875em;
  font-weight: normal;
  background-color: #ffffff;
  cursor: pointer;
}

.node-news-listing-page .ListingStickyFilter .views-widget-filter-field_career_areas_tid > label {
  margin-top: 33px;
}

@media (max-width: 54.365em) {
  .node-news-listing-page .ListingStickyFilter .views-widget-filter-field_career_areas_tid > label {
    margin-top: 14px;
  }
}

@media (max-width: 54.365em) {
  .ListingStickyFilter .views-widget-filter-field_career_areas_tid > label {
    margin-top: 0;
  }
}

.ListingStickyFilter .views-widget-filter-field_career_areas_tid > label:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 10px;
  display: block;
  height: 11px;
  width: 25px;
  background-image: url("/sites/all/themes/healthcareers/_lib/img/sprite.png");
  background-position: 40% 0%;
  background-size: 190px;
}

.ListingStickyFilter .views-widget-filter-field_career_areas_tid > label:after.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ListingStickyFilter .views-widget-filter-field_career_areas_tid .form-type-bef-checkbox, .ListingStickyFilter .views-widget-filter-field_career_areas_tid .form-type-checkbox {
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
}

.ListingStickyFilter .views-widget-filter-field_career_areas_tid .form-checkboxes .form-item input {
  float: right;
  margin-left: 10px;
  width: auto;
}

.ListingStickyFilter .views-submit-button {
  clear: none !important;
  width: 100%;
}

@media (min-width: 54.375em) {
  .ListingStickyFilter .views-submit-button {
    width: 25%;
  }
}

.node-resources-listing-page .ListingStickyFilter .views-submit-button {
  margin-right: 0;
}

@media (max-width: 38.74em) {
  .ListingStickyFilter .views-submit-button {
    width: 100%;
  }
}

.no-js .ListingStickyFilter {
  position: relative;
}

.no-skrollr.touch .ListingStickyFilter {
  position: fixed;
  bottom: 42px;
  height: auto;
}

.ListingStickyFilter form {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ListingStickyFilter form > div {
  margin: 0 1%;
  width: 23%;
}

@media (min-width: 54.375em) {
  .node-events-listing-page .ListingStickyFilter form > div {
    width: 31.3%;
  }
}

.ListingStickyFilter form > div.form-item-event-region {
  margin-top: 20px;
}

@media (max-width: 54.365em) {
  .ListingStickyFilter form > div {
    margin: 0;
    width: 100%;
  }
  .ListingStickyFilter form > div + div {
    margin-top: 1em;
  }
}

.ListingStickyFilter form > div input,
.ListingStickyFilter form > div select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15.5px;
  width: 100%;
  font-size: .875em;
  border: none;
}

@media (max-width: 54.365em) {
  .ListingStickyFilter form > div input,
  .ListingStickyFilter form > div select {
    font-size: 1em;
  }
}

.ListingStickyFilter form > div input[type="submit"] {
  margin-top: 22px;
  max-width: initial;
}

@media (max-width: 54.365em) {
  .ListingStickyFilter form > div input[type="submit"] {
    margin-top: 0;
  }
}

.ListingStickyFilter form > div:first-child {
  margin-bottom: 1em;
  width: 100%;
}

@media (max-width: 54.365em) {
  .ListingStickyFilter form > div:first-child {
    margin-bottom: 0;
  }
}

.ListingStickyFilter .views-exposed-widgets > div {
  margin: 0 0 17px;
}

.ListingStickyFilter .filters-form-submit {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.ListingStickyFilter .filters-form-submit:hover {
  background-color: #0f568b;
}

.ListingStickyFilter .filters-form-submit:focus {
  background-color: #0f568b;
  outline: 4px solid #f19929;
}

@media (max-width: 54.365em) {
  .ui-datepicker {
    margin-left: -20px;
  }
}

.no-js .node-events-listing-page > .content.listing-items {
  position: relative;
}

.ListingNav {
  position: absolute;
  top: 60px;
  cursor: pointer;
}

@media screen and (max-width: 64em) {
  .ListingNav {
    display: none;
  }
}

.ListingNav > nav > ul > li {
  display: inline-block;
}

.ListingNav .nested-months {
  font-size: 1em;
  margin-top: 0;
  display: block;
}

.ListingNav .nested-months ul {
  width: 80px;
  max-height: calc(100vh - 13em);
  overflow-x: hidden;
  overflow-y: auto;
  direction: rtl;
  text-align: right;
}

.ListingNav .nested-months ul * {
  direction: ltr;
}

.ListingNav .nested-months a {
  height: 4em;
}

.no-js .ListingNav {
  top: 273px;
}

.data-top .ListingNav {
  position: fixed;
}

.data-bottom .ListingNav {
  position: absolute;
  top: auto;
  bottom: 0;
  height: calc(100vh - 60px);
}

.ListingNav ul {
  margin: 0;
  padding: 0;
}

.ListingNav nav > ul > li {
  margin-top: 1.5em;
}

.ListingNav nav > ul > li:first-child {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.ListingNav li {
  font-size: .75em;
}

.ListingNav li:nth-child(odd) a {
  background: #e4e4e4;
}

.ListingNav li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 1em 0;
  height: 3.5em;
  width: 24px;
  color: #333333;
  text-indent: -999em;
  background: #d8d8d8;
  cursor: pointer;
}

.ListingNav li a span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 24px;
  display: none;
  padding: .5em;
  height: 100%;
  width: 40px;
  text-indent: 0;
  background: #cfdef3;
  cursor: pointer;
}

.ListingNav li a span.arrow {
  left: 0;
  margin-top: -.3em;
  padding: 1em .2em;
  font-size: 3em;
  line-height: .1em;
  background-color: transparent;
}

.ListingNav li a.active {
  background: #b4d1f4;
}

.ListingNav li a.active span {
  display: block;
  color: #222222;
}

.ListingNav li a.jump {
  padding: 1em .8em;
  width: auto;
  color: #222222;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background-color: #e4e4e4;
}

.ListingNav li a.jump:hover {
  background: #a3c0e2;
}

.ListingNav li a:focus {
  border: 0;
  background-color: #ffb81c;
}

.ListingNav li a:hover {
  background: #a3c0e2;
}

.ListingNav li a:hover span {
  display: block;
  color: #222222;
}

.no-skrollr.touch .ListingNav li a span {
  display: block;
  background-color: #e4e4e4;
}

.ListingNav.unsticky {
  display: none;
}

.ListingNav.sticky {
  display: block;
}

.query-params-inner {
  margin: 20px 0;
}

.query-params-inner ul {
  padding: 0;
}

.query-params-inner ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 38.74em) {
  .query-params-inner ul li {
    display: block;
  }
}

.query-params-inner ul li a {
  position: relative;
  display: block;
  padding: .5em 30px .5em .5em;
  color: #ffffff;
  background: #1572b8;
}

.query-params-inner ul li a:after {
  content: "x";
  position: absolute;
  top: .5em;
  right: .5em;
}

.ListingDate {
  padding-top: 42px;
  padding-left: 80px;
}

@media (max-width: 38.74em) {
  .ListingDate {
    padding-top: 0;
    padding-left: 0;
    font-size: .85em;
  }
}

.no-skrollr.touch .ListingDate {
  padding-top: 0;
}

.ListingDate .ListingDate-month {
  position: relative;
  margin-bottom: 2em;
  padding-top: 3.5em;
}

.ListingDate .ListingDate-month:last-child {
  margin-bottom: 0;
}

.ListingDate .ListingDate-month > h2 {
  position: absolute;
  top: 0;
  z-index: 2;
  margin: 0;
  padding: .5em 0;
  background: #ffffff;
  border-bottom: 1px solid #4465a8;
}

@media (max-width: 38.74em) {
  .ListingDate .ListingDate-month > h2 {
    width: 300px;
  }
}

@media (min-width: 38.75em) {
  .ListingDate .ListingDate-month > h2 {
    width: 100%;
  }
}

.ListingDate .ListingDate-month.title-is-fixed > h2 {
  position: fixed;
  top: 42px;
}

.data-top-bottom .ListingDate .ListingDate-month.title-is-fixed > h2 {
  position: absolute;
}

.ListingDate .ListingDate-month .ListingDate-day {
  position: relative;
  padding-left: 30px;
}

.ListingDate .ListingDate-month .ListingDate-day > h3 {
  position: absolute;
  margin: 0 0 0 -30px;
  font-size: 1.5em;
  line-height: 1.25;
}

@media (max-width: 38.74em) {
  .ListingDate .ListingDate-month .ListingDate-day > h3 {
    position: relative;
    margin: .6em 0 0 -30px;
    font-size: 1.3em;
  }
}

.ListingDate .ListingDate-month .ListingDate-day > h3 span {
  display: none;
}

@media (max-width: 38.74em) {
  .ListingDate .ListingDate-month .ListingDate-day > h3 span {
    display: inline-block;
  }
}

.ListingDate .ListingDate-month .ListingDate-day h4 {
  margin-bottom: 0;
}

@media (max-width: 38.74em) {
  .ListingDate .ListingDate-month .ListingDate-day h4 {
    margin-top: .8em;
  }
}

.ListingDate .ListingDate-month .ListingDate-day p {
  margin-top: .5em;
}

#infscr-loading {
  position: absolute;
}

@media (min-width: 38.75em) {
  .ListingNav li:first-child {
    margin-bottom: 0;
  }
  .ListingNav li:last-child {
    margin-top: 0;
  }
  .ListingNav nav > ul > li:first-child {
    margin-bottom: 1.5em;
  }
  .ListingNav nav > ul > li:last-child {
    margin-top: 1.5em;
  }
  .no-skrollr.touch .ListingNav nav ul ul li span {
    left: 0;
    width: 64px;
  }
  .no-skrollr.touch .ListingNav nav ul ul li:nth-child(odd) span {
    background-color: #ebebeb;
  }
  .no-skrollr.touch .ListingNav nav ul ul li + li {
    margin-top: .6em;
  }
  .more-buttons {
    padding-top: 40px;
    padding-left: 80px;
  }
  .more-buttons #load-more-button {
    display: block;
    margin: 0 80px;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    background-color: #1572b8;
  }
  .more-buttons #load-more-button:hover {
    background-color: #0f568b;
  }
  .more-buttons #load-more-button:focus {
    background-color: #0f568b;
    outline: 4px solid #f19929;
  }
  .ListingDate .ListingDate-month .ListingDate-day {
    padding-left: 40px;
  }
  .ListingDate .ListingDate-month .ListingDate-day > h3 {
    margin: 0 0 0 -40px;
  }
}

@media (max-width: 38.74em) {
  .more-buttons {
    padding-top: 40px;
  }
  .more-buttons #load-more-button {
    display: block;
    margin: 0;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    background-color: #cfdef3;
  }
  .more-buttons #load-more-button:hover {
    background-color: #1572b8;
  }
  .ListingStickyFilter form > input + div {
    margin-top: 1em;
  }
}

.more-buttons #load-more-button.button-disabled {
  background-color: #cccccc;
  color: #000000;
}

.ListingDate h4.no-events {
  margin-top: 50px;
  color: #1572b8;
  text-align: center;
}

.container-inline-date .form-item {
  width: 100%;
}

@media (min-width: 54.375em) {
  .container-inline-date .form-item {
    margin-top: 33px;
  }
}

.container-inline-date .date-padding {
  clear: both;
  padding: 0;
  width: 100% !important;
}

#freeze-height {
  display: none !important;
}

/* ==========================================================================
Course finder
========================================================================== */
.CourseFinderSearch {
  padding-bottom: 25px;
}

/* ==========================================================================
Explore list
========================================================================== */
article[about="/explore-roles"],
article[about="/EXPLORE-roles"] {
  margin: 0 auto;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

@media (min-width: 60em) {
  article[about="/explore-roles"],
  article[about="/EXPLORE-roles"] {
    width: 75%;
  }
}

.ExploreList {
  width: auto;
  margin: 30px auto 0 auto;
  padding: 0;
  list-style: none;
}

.ExploreList *::-moz-selection {
  background: none;
}

.ExploreList *::selection {
  background: none;
}

.ExploreList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ExploreList .ExploreList-exploreItem--level1 {
  position: relative;
  margin: 10px 0 0;
  font-size: 1.188em;
}

.ExploreList .ExploreList-exploreItem--level1 > p {
  margin-top: .5em;
  text-align: center;
}

@media (min-width: 38.75em) {
  .ExploreList .ExploreList-exploreItem--level1 > p {
    position: absolute;
    top: 3px;
    right: 40px;
    margin-top: 1em;
    text-align: left;
  }
}

.ExploreList .ExploreList-exploreItem--level1 > p a {
  color: #005eb8;
}

.ExploreList .ExploreList-exploreItem--level1 .exploreItemSeparator {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-left: 7px;
  height: 22px;
  width: 1px;
  background-color: #f19929;
}

@media (min-width: 38.75em) {
  .ExploreList .ExploreList-exploreItem--level1 .exploreItemSeparator {
    vertical-align: -13px;
    margin-top: -7px;
    height: 40px;
  }
}

.ExploreList .ExploreList-exploreItem--level1 > ul {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.ExploreList .ExploreList-exploreItem--level1 > a {
  border-radius: 32px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  display: block;
  padding: 20px 60px 20px 30px;
  font-weight: bold;
  border: 2px solid #f19929;
}

.ExploreList .ExploreList-exploreItem--level1 > a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #f19929;
}

.ExploreList .ExploreList-exploreItem--level1 > span {
  border-radius: 32px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  display: block;
  padding: 20px 30px 20px 20px;
  color: #231f20;
  font-weight: bold;
  text-align: center;
  border: 2px solid #f19929;
}

@media (min-width: 38.75em) {
  .ExploreList .ExploreList-exploreItem--level1 > span {
    text-align: left;
  }
}

.ExploreList .ExploreList-exploreItem--level1 > span:hover {
  text-decoration: none;
}

.ExploreList .ExploreList-exploreItem--level1 a.ExploreList-exploreItemToggle {
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 38.75em) {
  .ExploreList .ExploreList-exploreItem--level1 a.ExploreList-exploreItemToggle {
    width: 80px;
  }
}

.ExploreList .ExploreList-exploreItem--level1 a.ExploreList-exploreItemToggle > span {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  top: -1px;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px;
  height: 19px;
  width: 19px;
  font-family: Arial, sans-serif;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}

@media (min-width: 38.75em) {
  .ExploreList .ExploreList-exploreItem--level1 a.ExploreList-exploreItemToggle > span {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.ExploreList .ExploreList-exploreItem--level1 a.ExploreList-exploreItemToggle > span:hover {
  background: #f19929;
}

.ExploreList .ExploreList-exploreItem--level1 a.ExploreList-exploreItemToggle > span:hover svg {
  color: #ffffff;
}

.ExploreList .ExploreList-exploreItem--level1 a.ExploreList-exploreItemToggle > span svg {
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: color .25s, -webkit-transform .25s;
  transition: color .25s, -webkit-transform .25s;
  transition: color .25s, transform .25s;
  transition: color .25s, transform .25s, -webkit-transform .25s;
}

@media (min-width: 38.75em) {
  .ExploreList .ExploreList-exploreItem--level1.is-expanded .exploreItemSeparator {
    background: #ffffff;
  }
}

.ExploreList .ExploreList-exploreItem--level1.is-expanded > a {
  color: #ffffff;
  background-color: #1572b8;
  border-color: #1572b8;
}

.ExploreList .ExploreList-exploreItem--level1.is-expanded > a:hover {
  color: #1572b8;
  background: #ffffff;
}

@media (min-width: 38.75em) {
  .ExploreList .ExploreList-exploreItem--level1.is-expanded > p > a {
    color: #ffffff;
  }
  .ExploreList .ExploreList-exploreItem--level1.is-expanded > p > a span {
    color: #1572b8;
    background-color: #ffffff;
  }
}

.ExploreList .ExploreList-exploreItem--level1.is-expanded > span {
  color: #ffffff;
  background: #1572b8;
  border-color: #1572b8;
}

.ExploreList .ExploreList-exploreItem--level1.is-expanded a.ExploreList-exploreItemToggle {
  border-color: #ffffff;
}

@media (min-width: 38.75em) {
  .ExploreList .ExploreList-exploreItem--level1.is-expanded a.ExploreList-exploreItemToggle > span {
    color: #231f20;
  }
}

.ExploreList .ExploreList-exploreItem--level1.is-expanded a.ExploreList-exploreItemToggle > span svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ExploreList .ExploreList-exploreItem--level1.is-expanded > ul {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  margin: 20px 0 20px 30px;
  height: auto;
  opacity: 1;
}

.ExploreList .ExploreList-exploreItem--level2 {
  margin: 10px 0;
}

.ExploreList .ExploreList-exploreItem--level2 > a {
  color: #005eb8;
  font-weight: bold;
}

.ExploreList .ExploreList-exploreItem--level2.is-expanded > ul {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  height: auto;
  opacity: 1;
}

.ExploreList .ExploreList-exploreItem--level3 {
  margin: 10px 0 10px 20px;
}

.ExploreList .ExploreList-relatedRoles {
  position: relative;
  padding: 0;
}

.ExploreList .ExploreList-relatedRoles > ul {
  margin: 1em 0;
  padding: 0;
  height: auto;
  opacity: 1;
}

@media (min-width: 38.75em) {
  .ExploreList .ExploreList-relatedRoles > p {
    position: absolute;
    margin: 0;
  }
  .ExploreList .ExploreList-relatedRoles > ul {
    padding-left: 130px;
  }
  .ExploreList .ExploreList-relatedRoles > ul li {
    display: inline-block;
  }
}

/* ==========================================================================
Expand list
========================================================================== */
.ExpandList {
  clear: both;
  margin: 2.5em 0;
  padding: 0;
  list-style: none;
}

.ExpandList .ExpandList-expandItem {
  position: relative;
  margin: 10px 0;
  overflow: hidden;
}

.ExpandList .ExpandList-expandItem:not(:first-child) {
  margin-top: 30px;
}

.ExpandList .ExpandList-expandItem > div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.ExpandList .ExpandList-expandItem > div > *:last-child {
  margin-bottom: 0;
}

.ExpandList .ExpandList-expandItem > span {
  border-radius: 40px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  display: block;
  padding: 20px 60px 20px 30px;
  color: #1572b8;
  font-weight: bold;
  line-height: 1;
  border: 2px solid #f19929;
}

.ExpandList .ExpandList-expandItem > span:hover {
  text-decoration: none;
  background: #ffffff;
  cursor: pointer;
}

.ExpandList .ExpandList-expandItem > button.ExpandList-expandItemToggle {
  border-radius: 40px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  height: 20px;
  width: 20px;
  background: #1572b8;
  border: 0;
  cursor: pointer;
}

.ExpandList .ExpandList-expandItem > button.ExpandList-expandItemToggle:focus {
  outline: 3px dotted #f19929;
}

.ExpandList .ExpandList-expandItem > button.ExpandList-expandItemToggle:before, .ExpandList .ExpandList-expandItem > button.ExpandList-expandItemToggle:after {
  content: '';
  position: absolute;
  background-color: white;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.ExpandList .ExpandList-expandItem > button.ExpandList-expandItemToggle:before {
  top: 6px;
  height: 10px;
  width: 2px;
}

.ExpandList .ExpandList-expandItem > button.ExpandList-expandItemToggle:after {
  left: 6px;
  height: 2px;
  width: 10px;
}

@supports (display: grid) {
  .ExpandList .ExpandList-expandItem > button.ExpandList-expandItemToggle:before {
    top: auto;
  }
  .ExpandList .ExpandList-expandItem > button.ExpandList-expandItemToggle:after {
    left: auto;
  }
}

.ExpandList .ExpandList-expandItem.is-expanded {
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-bottom: 0;
  background: #ffffff;
}

.ExpandList .ExpandList-expandItem.is-expanded > span {
  border-radius: 40px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #ffffff;
  background: #1572b8;
  border: 2px solid #1572b8;
}

.ExpandList .ExpandList-expandItem.is-expanded > button.ExpandList-expandItemToggle {
  border-radius: 40px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #ffffff;
  border: 0;
}

.ExpandList .ExpandList-expandItem.is-expanded > button.ExpandList-expandItemToggle:before, .ExpandList .ExpandList-expandItem.is-expanded > button.ExpandList-expandItemToggle:after {
  background-color: #f19929;
}

.ExpandList .ExpandList-expandItem.is-expanded > button.ExpandList-expandItemToggle:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ExpandList .ExpandList-expandItem.is-expanded > button.ExpandList-expandItemToggle:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ExpandList .ExpandList-expandItem.is-expanded > div {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  padding: 10px 30px 0;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.ExpandList .ExpandList-expandItem.is-expanded > div + div {
  margin-top: 20px;
}

.ExpandList *::-moz-selection {
  background: none;
}

.ExpandList *::selection {
  background: none;
}

/* ==========================================================================
CompareRoles
========================================================================== */
.node-compare-roles-page {
  width: 100%;
}

.node-compare-roles-page .container-inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 30em) {
  .node-compare-roles-page .container-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.node-compare-roles-page .container-inline .form-type-select {
  margin: 0;
}

@media (min-width: 30em) {
  .node-compare-roles-page .container-inline .form-type-select {
    margin: 0 5px;
  }
}

@media (min-width: 30em) {
  .node-compare-roles-page .container-inline .form-submit {
    width: auto;
  }
}

.node-compare-roles-page .CompareRoles-viewport {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 30em) {
  .node-compare-roles-page .CompareRoles-viewport {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.node-compare-roles-page .Columns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

@media (max-width: 29.99em) {
  .node-compare-roles-page .Columns {
    *zoom: 1;
  }
  .node-compare-roles-page .Columns:before, .node-compare-roles-page .Columns:after {
    content: "";
    display: table;
  }
  .node-compare-roles-page .Columns:after {
    clear: both;
  }
}

.node-compare-roles-page .Columns.Columns--three .Columns-col {
  margin: 15px 4px;
  width: 48%;
}

@media (min-width: 30em) {
  .node-compare-roles-page .Columns.Columns--three .Columns-col {
    margin: 15px 0;
    margin-right: 15px;
    width: calc(33.33% - 10px);
  }
  .node-compare-roles-page .Columns.Columns--three .Columns-col:nth-child(3) {
    margin-right: 0px;
  }
}

.CompareRoles {
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #cccccc;
}

.CompareRoles .ContentTools {
  margin: 1.2em 0;
  overflow: hidden;
}

.CompareRoles .CompareRoles-controls {
  position: relative;
  display: block;
  margin: 1em 0 0;
  height: 32px;
}

@media (min-width: 30em) {
  .CompareRoles .CompareRoles-controls {
    display: none;
  }
}

.CompareRoles .CompareRoles-controls .CompareRoles-button {
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: absolute;
  top: 0;
  z-index: 1;
  height: 30px;
  width: 30px;
  text-indent: -999em;
  border: 1px solid #1572b8;
  cursor: pointer;
}

.CompareRoles .CompareRoles-controls .CompareRoles-button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -9px 0 0 -4px;
  height: 18px;
  width: 9px;
  background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 0;
}

.CompareRoles .CompareRoles-controls .CompareRoles-button.is-at-end, .CompareRoles .CompareRoles-controls .CompareRoles-button.is-at-end:hover {
  background: #ffffff;
  border-color: #cbcbcb;
  cursor: default;
}

.CompareRoles .CompareRoles-controls .CompareRoles-button.CompareRoles-button--prev {
  left: 0;
}

.CompareRoles .CompareRoles-controls .CompareRoles-button.CompareRoles-button--prev:after {
  background-position: -189px 0;
}

.CompareRoles .CompareRoles-controls .CompareRoles-button.CompareRoles-button--prev.is-at-end:after, .CompareRoles .CompareRoles-controls .CompareRoles-button.CompareRoles-button--prev.is-at-end:hover:after {
  background-position: -189px -17px;
}

.CompareRoles .CompareRoles-controls .CompareRoles-button.CompareRoles-button--next {
  right: 0;
}

.CompareRoles .CompareRoles-controls .CompareRoles-button.CompareRoles-button--next:after {
  background-position: -180px 0;
}

.CompareRoles .CompareRoles-controls .CompareRoles-button.CompareRoles-button--next.is-at-end:after, .CompareRoles .CompareRoles-controls .CompareRoles-button.CompareRoles-button--next.is-at-end:hover:after {
  background-position: -180px -17px;
}

.CompareRoles .CompareRoles-controls .CompareRoles-button:hover {
  background: #1572b8;
}

.CompareRoles .CompareRoles-controls .CompareRoles-button:hover.CompareRoles-button--prev:after {
  background-position: -171px 0;
}

.CompareRoles .CompareRoles-controls .CompareRoles-button:hover.CompareRoles-button--next:after {
  background-position: -162px 0;
}

.CompareRoles .CompareRoles-section {
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: relative;
  padding: 40px 10px 0;
  overflow: hidden;
  background: #ededed;
}

@media (min-width: 30em) {
  .CompareRoles .CompareRoles-section {
    padding: 20px 10px 0;
  }
}

.CompareRoles .CompareRoles-item {
  padding-bottom: 1.5em;
  overflow: hidden;
  border-top: 1px solid #1572b8;
}

.CompareRoles .CompareRoles-item h3 {
  margin-right: 42px;
}

.CompareRoles .CompareRoles-item h4 {
  margin-bottom: 0.25em;
}

.CompareRoles .CompareRoles-item p,
.CompareRoles .CompareRoles-item ul {
  margin-top: 0;
}

.CompareRoles .CompareRoles-item:first-child {
  border: none;
}

.CompareRoles .CompareRoles-remove {
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: absolute;
  top: 14px;
  right: 14px;
  height: 30px;
  width: 30px;
  text-indent: -999em;
  border: 1px solid #1572b8;
  cursor: pointer;
}

.CompareRoles .CompareRoles-remove:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -9px 0 0 -9px;
  height: 18px;
  width: 18px;
  background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -180px 0;
}

.CompareRoles .CompareRoles-remove:hover {
  background: #1572b8;
}

.CompareRoles .CompareRoles-remove:hover:after {
  background-position: -162px 0;
}

.no-js .CompareRoles .CompareRoles-remove {
  display: none;
}

.CompareRoles .CompareRoles-item h3 {
  font-size: 1.17em;
}

.CompareRoles .CompareRoles-item h4,
.CompareRoles .CompareRoles-item p,
.CompareRoles .CompareRoles-item ul {
  font-size: 1em;
}

.CompareRoles .CompareRoles-item ul {
  padding-left: 1em;
}

.CompareRoles-noResults {
  display: block;
  float: left;
  margin-top: 1em;
  width: 100%;
}

/* ==========================================================================
Saved searches / comparisons
========================================================================== */
.SavedItemList {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.SavedItemList .SavedItemList-remove {
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  text-indent: -999em;
  border: 1px solid #1572b8;
}

.SavedItemList .SavedItemList-remove:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -4px 0 0 -4px;
  height: 9px;
  width: 9px;
  background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -162px -18px;
}

.SavedItemList .SavedItemList-remove:hover {
  background: #1572b8;
}

.SavedItemList .SavedItemList-remove:hover:after {
  background-position: -171px -18px;
}

.SavedItemList li {
  position: relative;
  margin: 1em 0;
  padding: 3px 0 3px 50px;
}

.SavedItemList li a {
  font-weight: bold;
}

.SavedItemList li p {
  margin: 0;
}

/* ==========================================================================
Real life stories
========================================================================== */
.RealLifeStory-authorInfo {
  padding: 2em 1em;
  overflow: hidden;
  background: #ebf2f8;
  border-top: 6px solid #1572b8;
  border-bottom: 1px solid #1572b8;
}

.RealLifeStory-authorInfo .RealLifeStory-authorName {
  display: block;
  font-size: 1.375em;
  font-weight: bold;
}

.RealLifeStory-authorInfo .RealLifeStory-authorRole {
  display: block;
  margin-bottom: 1em;
  font-size: 1.25em;
}

.RealLifeStory-authorInfo .RealLifeStory-authorRegion,
.RealLifeStory-authorInfo .RealLifeStory-authorBanding {
  float: left;
  padding-left: .75em;
  width: 200px;
  border-left: 1px solid #1572b8;
}

.RealLifeStory-authorInfo .RealLifeStory-authorRegion span,
.RealLifeStory-authorInfo .RealLifeStory-authorBanding span {
  display: block;
}

@media (max-width: 38.74em) {
  .RealLifeStory-authorInfo .RealLifeStory-authorRegion,
  .RealLifeStory-authorInfo .RealLifeStory-authorBanding {
    padding: .5em 0 .5em .75em;
  }
}

.RealLifeStory-authorInfo .Media {
  margin: 0 auto 1em;
  max-width: 250px;
}

@media (min-width: 38.75em) {
  .RealLifeStory-authorInfo .Media {
    margin: 0;
    float: right;
  }
}

.RealLifeStory-question {
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}

.RealLifeStory-question h2 {
  font-size: 1.125em;
}

/* ==========================================================================
Forms
========================================================================== */
label {
  margin: 0.5em 0;
}

label.required:after {
  content: '*';
  vertical-align: -4px;
  color: #ff0000;
  font-size: 1.6em;
  line-height: 0px;
}

option {
  padding: 0 10px;
  width: 100%;
}

option + optgroup,
option + option {
  margin-top: 5px;
}

optgroup option {
  padding-left: 25px;
}

optgroup:before {
  padding-left: 10px;
}

.font-item,
.description {
  margin: 0.5em 0;
}

.form-item-htmlmail-plaintext .description {
  margin: 0.4em 0;
}

input,
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
  font-family: "Frutiger W01", sans-serif;
  border: 1px solid #1572b8;
}

@media (min-width: 48em) {
  #user-profile-form input[type="text"],
  #user-profile-form input[type="password"],
  #user-profile-form select {
    width: 50%;
  }
}

@media (min-width: 48em) {
  input {
    width: 33.33%;
  }
}

@media (max-width: 63.99em) {
  input[type='checkbox'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }
}

input[type='submit'] {
  display: block;
  margin: 10px 0 0;
  padding: 4px 15px;
  width: 100%;
  color: #ffffff;
  font-family: "Frutiger W01", sans-serif;
  background: #1572b8;
  border: 1px solid transparent;
}

@media (min-width: 30em) {
  input[type='submit'] {
    max-width: 190px;
  }
}

#search-api-page-search-form-site-search--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#search-api-page-search-form-site-search--2 .form-type-textfield {
  margin: 0;
}

.container-inline input,
.container-inline select {
  margin: 5px 0;
}

#search-api-page-search-form,
#user-pass,
#user-login {
  width: 100%;
}

#search-api-page-search-form .form-wrapper,
#search-api-page-search-form .form-item-name,
#search-api-page-search-form .form-item-pass,
#user-pass .form-wrapper,
#user-pass .form-item-name,
#user-pass .form-item-pass,
#user-login .form-wrapper,
#user-login .form-item-name,
#user-login .form-item-pass {
  width: 100%;
}

#user-profile-form .form-item-htmlmail-plaintext {
  width: 100%;
}

@media (min-width: 48em) {
  #user-profile-form .form-item-htmlmail-plaintext {
    width: 55%;
  }
}

.webform-client-form {
  width: 100%;
}

.webform-client-form .form-item {
  width: 100%;
}

@media (min-width: 48em) {
  .webform-client-form .form-item select {
    width: 33.33%;
  }
}

@media (min-width: 48em) {
  .webform-client-form .form-item textarea,
  .webform-client-form .form-item .grippie {
    width: 50%;
  }
}

.webform-client-form .webform-component--contact-text {
  margin-top: 0;
}

.webform-client-form .webform-component--contact-text .description {
  margin-top: 0;
}

.webform-client-form .required:after {
  content: '*';
  margin-left: 5px;
  color: #ff0000;
  font-size: 20px;
}

.webform-client-form .form-actions {
  width: 100%;
  margin: 0;
}

.webform-client-form .form-actions > input {
  max-width: 130px;
  margin: 0;
  padding: 10px 20px;
}

.webform-client-form .form-actions > input:hover {
  background-color: #10568a;
}

.webform-client-form .form-actions > input:focus {
  background-color: #1264a1;
  outline: 3px solid #f19929;
}

.form-actions.form-wrapper > .form-submit {
  margin: 0;
  padding: 10px 20px;
}

.form-actions.form-wrapper > .form-submit:hover {
  background-color: #10568a;
}

.form-actions.form-wrapper > .form-submit:focus {
  background-color: #1264a1;
  outline: 3px solid #f19929;
}

.webform-client-form .webform-component .form-text,
.webform-client-form .webform-component .form-textarea {
  padding: 10px;
}

@media (min-width: 48em) {
  .webform-component--careers-of-interest .form-checkboxes .form-type-checkbox .form-checkboxes,
  .webform-component--careers-of-interest .form-checkboxes .form-type-checkbox .form-type-checkbox,
  #edit-field-career-areas .form-type-checkboxes .form-checkboxes,
  #edit-field-career-areas .form-type-checkboxes .form-type-checkbox,
  #edit-field-interests .form-type-checkboxes .form-checkboxes,
  #edit-field-interests .form-type-checkboxes .form-type-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.webform-component--careers-of-interest .form-checkboxes .form-type-checkbox .form-checkboxes label,
.webform-component--careers-of-interest .form-checkboxes .form-type-checkbox .form-type-checkbox label,
#edit-field-career-areas .form-type-checkboxes .form-checkboxes label,
#edit-field-career-areas .form-type-checkboxes .form-type-checkbox label,
#edit-field-interests .form-type-checkboxes .form-checkboxes label,
#edit-field-interests .form-type-checkboxes .form-type-checkbox label {
  display: block;
  margin: 0;
  font-weight: normal;
}

.webform-component--careers-of-interest .form-checkboxes .form-type-checkbox .form-checkboxes input,
.webform-component--careers-of-interest .form-checkboxes .form-type-checkbox .form-type-checkbox input,
#edit-field-career-areas .form-type-checkboxes .form-checkboxes input,
#edit-field-career-areas .form-type-checkboxes .form-type-checkbox input,
#edit-field-interests .form-type-checkboxes .form-checkboxes input,
#edit-field-interests .form-type-checkboxes .form-type-checkbox input {
  display: inline-block;
  width: auto;
  float: left;
  margin-top: 0.2em;
  margin-right: 0.4em;
}

.webform-component--careers-of-interest .form-checkboxes .form-type-checkbox .form-item,
#edit-field-career-areas .form-type-checkboxes .form-item,
#edit-field-interests .form-type-checkboxes .form-item {
  width: 100%;
}

@media (min-width: 48em) {
  .webform-component--careers-of-interest .form-checkboxes .form-type-checkbox .form-item,
  #edit-field-career-areas .form-type-checkboxes .form-item,
  #edit-field-interests .form-type-checkboxes .form-item {
    width: 50%;
  }
}

.webform-component-radios {
  width: 100%;
}

#edit-account .form-type-password-confirm .confirm-parent,
#edit-account .form-type-password-confirm .password-parent {
  width: 100%;
}

#edit-account .form-type-password-confirm .password-strength,
#edit-account .form-type-password-confirm .password-confirm {
  float: none;
  margin: 0 0 1em;
  width: 100%;
}

@media (min-width: 48em) {
  #edit-account .form-type-password-confirm .password-strength,
  #edit-account .form-type-password-confirm .password-confirm {
    width: 33.33%;
  }
}

#edit-account .form-type-password-confirm input.password-confirm,
#edit-account .form-type-password-confirm input.password-field {
  width: 100%;
  margin-bottom: 0.4em;
}

@media (min-width: 48em) {
  #edit-account .form-type-password-confirm input.password-confirm,
  #edit-account .form-type-password-confirm input.password-field {
    width: 33.33%;
  }
}

#edit-submitted-recontacting-you .form-item-field-mailing-list-und-0-subscribe,
.form-item-htmlmail-plaintext .form-item-field-mailing-list-und-0-subscribe,
.form-item-field-receive-status-emails-und .form-item-field-mailing-list-und-0-subscribe,
.webform-component--sub-fieldset .fieldset-wrapper .form-item-field-mailing-list-und-0-subscribe,
#edit-field-mailing-list-und-0 .fieldset-wrapper .form-item-field-mailing-list-und-0-subscribe,
.form-item-field-terms-and-conditions-und .form-item-field-mailing-list-und-0-subscribe {
  width: 100%;
}

#edit-submitted-recontacting-you .form-checkboxes .form-type-checkbox,
.form-item-htmlmail-plaintext .form-checkboxes .form-type-checkbox,
.form-item-field-receive-status-emails-und .form-checkboxes .form-type-checkbox,
.webform-component--sub-fieldset .fieldset-wrapper .form-checkboxes .form-type-checkbox,
#edit-field-mailing-list-und-0 .fieldset-wrapper .form-checkboxes .form-type-checkbox,
.form-item-field-terms-and-conditions-und .form-checkboxes .form-type-checkbox {
  margin: 0.8em 0 0.6em;
}

#edit-submitted-recontacting-you label,
.form-item-htmlmail-plaintext label,
.form-item-field-receive-status-emails-und label,
.webform-component--sub-fieldset .fieldset-wrapper label,
#edit-field-mailing-list-und-0 .fieldset-wrapper label,
.form-item-field-terms-and-conditions-und label {
  font-weight: normal;
}

#edit-submitted-recontacting-you input,
.form-item-htmlmail-plaintext input,
.form-item-field-receive-status-emails-und input,
.webform-component--sub-fieldset .fieldset-wrapper input,
#edit-field-mailing-list-und-0 .fieldset-wrapper input,
.form-item-field-terms-and-conditions-und input {
  float: left;
  margin-top: 0.2em;
  margin-right: 0.4em;
}

#user-profile-form #edit-account .form-type-password-confirm .confirm-parent,
#user-profile-form #edit-account .form-type-password-confirm .password-parent {
  width: 100%;
}

#user-profile-form #edit-account .form-type-password-confirm .password-strength,
#user-profile-form #edit-account .form-type-password-confirm .password-confirm {
  float: none;
  margin: 0 0 1em;
  width: 100%;
}

@media (min-width: 48em) {
  #user-profile-form #edit-account .form-type-password-confirm .password-strength,
  #user-profile-form #edit-account .form-type-password-confirm .password-confirm {
    width: 50%;
  }
}

#user-profile-form #edit-account .form-type-password-confirm input.password-confirm,
#user-profile-form #edit-account .form-type-password-confirm input.password-field {
  width: 100%;
  margin-bottom: 0.4em;
}

@media (min-width: 48em) {
  #user-profile-form #edit-account .form-type-password-confirm input.password-confirm,
  #user-profile-form #edit-account .form-type-password-confirm input.password-field {
    width: 50%;
  }
}

.form-item-field-can-consent-und label {
  display: inline-block;
}

#practice-needs-form,
#interests-form,
#edit-personality-type,
#edit-submitted-careers-of-interest,
#career-values-form {
  padding: 20px 0;
}

#practice-needs-form label,
#interests-form label,
#edit-personality-type label,
#edit-submitted-careers-of-interest label,
#career-values-form label {
  margin: 0;
  font-weight: 400;
}

#practice-needs-form .form-item-qualifications,
#interests-form .form-item-qualifications,
#edit-personality-type .form-item-qualifications,
#edit-submitted-careers-of-interest .form-item-qualifications,
#career-values-form .form-item-qualifications {
  padding-top: .8em;
  padding-bottom: .6em;
}

#practice-needs-form .form-type-checkbox input,
#practice-needs-form .form-type-radio input,
#interests-form .form-type-checkbox input,
#interests-form .form-type-radio input,
#edit-personality-type .form-type-checkbox input,
#edit-personality-type .form-type-radio input,
#edit-submitted-careers-of-interest .form-type-checkbox input,
#edit-submitted-careers-of-interest .form-type-radio input,
#career-values-form .form-type-checkbox input,
#career-values-form .form-type-radio input {
  float: left;
  margin-top: 0.2em;
  margin-right: 0.4em;
}

#edit-qualifications label {
  margin: 0;
  font-weight: 400;
}

#edit-qualifications .form-item-qualifications {
  padding-top: .8em;
  padding-bottom: .6em;
}

#edit-qualifications .form-type-checkbox input,
#edit-qualifications .form-type-radio input {
  float: left;
  margin-top: 0.2em;
  margin-right: 0.4em;
}

#career-values-form label {
  font-weight: normal;
}

#career-values-form label strong {
  display: block;
}

#career-values-form .form-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1em;
  border-bottom: 1px solid #ededed;
}

@media (min-width: 48em) {
  #career-values-form .form-radios {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 48em) {
  #career-values-form .form-radios > div {
    float: left;
    width: 33%;
    padding-top: .8em;
    padding-bottom: .6em;
  }
}

/* ==========================================================================
Table
========================================================================== */
td {
  padding: 3px;
}

.CareerPlanningToolsTable {
  width: 100%;
}

/* ==========================================================================
Glossary
========================================================================== */
#glossary .lexicon-list p {
  margin: .3em 0 1.4em 0;
}

.lexicon-admin-links ul.links {
  margin: 2.25em 0;
  padding: 0;
  list-style: none;
}

.lexicon-admin-links ul.links li {
  display: inline-block;
  margin: .25em 0;
}

.lexicon-admin-links ul.links li a {
  border-radius: 17px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: block;
  padding: 4px 12px;
  color: #ffffff;
  line-height: 1.4em;
  background: #1572b8;
  border: 1px solid #1572b8;
}

.lexicon-admin-links ul.links li a:hover {
  text-decoration: underline;
}

.lexicon-links {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em 1em;
  color: #b5b5b5;
  font-size: 1.3em;
  line-height: 1.6em;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #1572b8;
  border-radius: 4px;
  cursor: default;
}

.lexicon-links a {
  font-size: inherit;
}

.lexicon-alphabar-instructions {
  padding: 1em 0;
}

h2.lexicon-letter {
  padding-top: .83em;
  border-top: 1px solid #ededed;
}

a.lexicon-term {
  color: #008000;
}

/* ==========================================================================
Search results
========================================================================== */
.SearchTitle h2 {
  float: left;
}

.SearchTitle .ContentTools {
  float: right;
  clear: none;
  margin: 5px 0;
  width: 100%;
}

@media (min-width: 30em) {
  .SearchTitle .ContentTools {
    margin: 10px 0;
    width: auto;
  }
}

.search-api-page-results .search-results {
  clear: both;
  overflow: hidden;
}

#search-api-page-search-form > div {
  display: inline-block;
  width: 100%;
}

@media (min-width: 30em) {
  #search-api-page-search-form > div {
    max-width: 250px;
  }
}

@media (min-width: 30em) {
  #search-api-page-search-form input[type='submit'] {
    display: inline-block;
    width: auto;
  }
}

html.js input.form-autocomplete {
  background-position: 100% 6px;
}

html.js .page-search input.form-autocomplete,
html.js .block-search input.form-autocomplete {
  background-image: none;
}

.search-results {
  padding: 0;
}

.search-results li {
  border-top: 1px solid #ededed;
}

.search-results .search-snippet-info {
  padding: 0;
}

.item-list-pager .pager {
  padding: 0;
  text-align: center;
  list-style: none;
}

.item-list-pager .pager li {
  display: inline-block;
}

ul.facetapi-facetapi-links {
  padding: 0;
  list-style: none;
}

ul.facetapi-facetapi-links li {
  display: inline-block;
}

.CategoryFilter {
  padding: 0;
  list-style: none;
}

.CategoryFilter li {
  display: inline-block;
}

.CategoryFilter li a {
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: block;
  padding: 2px 8px;
}

.CategoryFilter li.active a {
  color: #214f9a;
  font-weight: bold;
  background: #ebf2f8;
}

/* ==========================================================================
Sitemap
========================================================================== */
.site-map {
  float: left;
}

.site-map .site-map-menu li {
  list-style-image: none;
  list-style-type: disc;
}

/* ==========================================================================
Footer
========================================================================== */
.SiteFooter {
  margin-top: 40px;
  width: 100%;
  background: #005eb8;
}

@media (min-width: 38.75em) {
  .SiteFooter {
    margin-top: 100px;
  }
}

.SiteFooter a {
  color: #ffffff;
}

.SiteFooter-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 32px 0;
  max-width: 1000px;
}

@media (min-width: 64em) {
  .SiteFooter-container {
    max-width: 1024px;
  }
}

@media (min-width: 60em) {
  .SiteFooter-container > a {
    position: absolute;
    left: 0;
  }
}

.SiteFooter-features {
  *zoom: 1;
  background: #ededed url("/sites/all/themes/healthcareers/_lib/img/bg-footer-bracket.png") no-repeat 50% 0;
}

.SiteFooter-features:before, .SiteFooter-features:after {
  content: "";
  display: table;
}

.SiteFooter-features:after {
  clear: both;
}

.SiteFooter-features h2 {
  width: 100%;
  text-align: center;
}

.SiteFooter-features a {
  color: #1572b8;
}

.SiteFooter-features > div {
  *zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1em auto 2em;
  width: 100%;
}

.SiteFooter-features > div:before, .SiteFooter-features > div:after {
  content: "";
  display: table;
}

.SiteFooter-features > div:after {
  clear: both;
}

.SiteFooter-features > div > div {
  margin: 0 6px;
  width: 100%;
  max-width: 290px;
  text-align: center;
}

.SiteFooter-features > div > div:focus-within {
  outline: 2px dotted #f19929;
}

@media (min-width: 38.75em) {
  .SiteFooter-features > div > div {
    width: 23%;
    max-width: 300px;
  }
}

.SiteFooter-logo {
  width: 135px;
}

.SiteFooter-logo--container {
  margin: 0;
}

.SiteFooter-glossaryLink {
  margin: 1em auto;
  width: 100%;
  font-size: 1.188em;
  font-weight: bold;
  text-align: center;
}

.SiteFooter-glossaryLink a {
  display: inline-block;
  padding: .8em 3em;
  background: #ae2573;
  border-radius: 28px;
}

.SiteFooter-nav ul {
  padding: 0;
  text-align: center;
}

@media (min-width: 38.75em) {
  .SiteFooter-nav li {
    display: inline-block;
  }
}

@media (max-width: 63.99em) {
  .SiteFooter-nav li {
    margin: .2em .5em;
  }
}

@media (min-width: 64em) {
  .SiteFooter-nav li {
    margin: .2em .7em;
  }
}

@media (min-width: 38.75em) {
  .SiteFooter-navList--primary,
  .SiteFooter-navList--secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 38.74em) {
  .SiteFooter-navList--primary li + li,
  .SiteFooter-navList--secondary li + li {
    margin-top: 10px;
  }
}

.SiteFooter-navList--primary {
  font-size: 1.2em;
}

.SiteFooter-navList--primary li {
  font-weight: bold;
}

.SiteFooter-navList--secondary {
  font-size: 1em;
}

.SiteFooter-socialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 32px 0 0;
  padding: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.SiteFooter-socialLinks .SiteFooter-socialLink {
  display: inline-block;
  margin: 0;
}

.SiteFooter-socialLinks .SiteFooter-socialLink a {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  text-align: center;
  border: 1px solid #ffffff;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}

.SiteFooter-socialLinks .SiteFooter-socialLink a:hover {
  background-color: #ffffff;
  border-color: #005eb8;
}

.SiteFooter-socialLinks .SiteFooter-socialLink a:hover path {
  fill: #005eb8;
}

.SiteFooter-socialLinks .SiteFooter-socialLink + .SiteFooter-socialLink {
  margin-left: 8px;
}

.SiteFooter-socialLinks .SiteFooter-socialLink svg {
  display: block;
}

.SiteFooter-socialLinks .SiteFooter-socialLink path {
  -webkit-transition: fill .25s;
  transition: fill .25s;
}

.dateFieldAlerts {
  display: block;
  margin-top: 1em;
  margin-bottom: 0;
  padding: 1em;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  -webkit-transition: background-color .3s, border-color .3s, color .3s;
  transition: background-color .3s, border-color .3s, color .3s;
}

.eventMap {
  position: relative;
  margin-top: 2em;
  height: 10em;
  overflow: hidden;
}

.eventMap.expand,
.no-js .eventMap {
  height: 30em;
}

.eventMap.expand .overlayBtn,
.no-js .eventMap .overlayBtn {
  z-index: 0;
}

.eventMap:hover .overlayBtn {
  background-color: rgba(255, 255, 255, 0.3);
}

.eventMap .overlayBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.mapBtn {
  float: right;
  margin-bottom: 2em;
  padding: .4em .6em;
  color: #ffffff;
  background-color: #1572b8;
  border: 0;
}

.mapBtn:before {
  content: "Expand Map";
}

.eventMap.expand + .mapBtn:before {
  content: "Collapse Map";
}

.google_map_field_display {
  height: 30em;
  width: 100%;
}

.feedbackForm {
  display: none;
}

.no-js .feedbackForm {
  display: block;
}

.feedbackForm .form-actions {
  width: 100%;
}

.feedbackForm.show {
  display: block;
  margin: 0;
}

.feedbackForm form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedbackForm form .webform-component {
  width: 100%;
}

@media (min-width: 38.75em) {
  .feedbackForm form .webform-component {
    width: 48%;
  }
  .feedbackForm form .webform-component label {
    min-height: 45px;
  }
}

@media (min-width: 48em) {
  .feedbackForm form .webform-component {
    width: 30%;
  }
}

.feedbackForm form .webform-component input {
  width: 100%;
}

.feedbackForm form .webform-component .form-actions {
  margin: 0 auto;
}

.feedbackForm .captcha {
  width: 100%;
}

.feedbackDropLink[href] {
  position: relative;
  z-index: 2;
  display: block;
  clear: both;
  margin: 30px 0 0;
  width: 100%;
  color: #005eb8;
  text-decoration: underline;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.feedbackDropLink[href]:hover, .feedbackDropLink[href]:focus {
  color: #005eb8;
  border: 0;
}

.filterDropdown-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: .6em .7em;
  width: 100%;
  color: #ffffff;
  text-align: right;
  background-color: #1572b8;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.filterDropdown-btn:before {
  content: "Hide";
}

.filterDropdown-btn:after {
  content: "\ \2c4";
}

.filterDropdown-btn:focus {
  outline: 0;
}

.filterDropdown-btn.expand:after {
  content: "\ \2c5";
}

.filterDropdown-btn.expand:before {
  content: "Show";
}

.filterDropdown-btn.expand + .new-filters {
  max-height: 0;
}

.new-filters {
  overflow: hidden;
  background-color: #FAFAFA;
  border-top: 0.5em solid #1572b8;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
}

.new-filters .container-inline-date > .form-item {
  margin-right: 0;
}

.new-filters input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.new-filters select {
  width: 100%;
}

.new-filters .views-widget-filter-combine {
  margin-right: 0;
  width: 100%;
}

.new-filters .views-widget-filter-combine input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 64em) {
  .new-filters .views-widget-filter-combine {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 3%;
    width: 30%;
  }
  .new-filters .views-widget-filter-combine > div {
    width: 100%;
  }
}

.new-filters .views-exposed-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 20px;
}

@media (min-width: 54.375em) {
  .new-filters .views-exposed-widgets {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 0;
  }
}

.new-filters .views-exposed-widget {
  width: 100%;
}

.new-filters .views-exposed-widget + .views-exposed-widget {
  margin-top: 15px;
}

@media (min-width: 54.375em) {
  .new-filters .views-exposed-widget {
    float: none;
    margin: 0 0 0 20px;
    width: 90%;
  }
  .new-filters .views-exposed-widget + .views-exposed-widget {
    margin-top: 0;
  }
  .new-filters .views-exposed-widget.views-widget-filter-field_leading_to_a_career_in_tid, .new-filters .views-exposed-widget.views-widget-filter-field_qualification_type_tid {
    width: 100%;
  }
  .new-filters .views-exposed-widget .views-widget {
    width: 100%;
  }
}

@media (min-width: 78.125em) {
  .new-filters .views-exposed-widget.views-widget-filter-field_qualification_type_tid {
    width: 90%;
  }
}

.new-filters .views-exposed-widget label {
  margin-top: 0;
}

.new-filters .views-submit-button {
  width: 100%;
}

@media (min-width: 54.375em) {
  .new-filters .views-submit-button {
    max-width: 180px;
  }
}

.new-filters .views-submit-button input[type="submit"] {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  font-weight: 700;
  text-align: left;
  background: #009639 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966'%3E%3Cpath fill='%23fff' d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 16px;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}

.new-filters .views-submit-button input[type="submit"]:hover, .new-filters .views-submit-button input[type="submit"]:focus {
  background-color: #006326;
}

.new-filters .views-widget-per-page {
  width: 0;
}

.new-filters div[id*="edit-field-date"] {
  width: auto;
}

.new-filters * {
  max-width: 100%;
}

.new-filters--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.new-filters--header .show-all--filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-filters--header .show-all--filter label {
  display: none;
}

@media (min-width: 38.75em) {
  .new-filters--header .show-all--filter label {
    display: inline;
  }
}

.new-filters--header .show-all--filter select {
  margin-right: 5px;
  margin-left: 5px;
}

.views-exposed-form .views-exposed-widget {
  padding: 0;
}

input[type="submit"].noClick {
  color: #868686;
  background-color: #ffffff;
  border: 1px solid #ededed;
  cursor: not-allowed;
}

/* ==========================================================================
Loader
========================================================================== */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #231f20;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.loader.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s, visibility .3s .3s;
  transition: opacity .3s, visibility .3s .3s;
}

.loader > div {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 20px white;
  box-shadow: 0 0 15px 20px white;
}

.loader p {
  margin-bottom: 0;
}

.spinner {
  display: inline-block;
  -webkit-animation: rotateplane 2s infinite linear;
  animation: rotateplane 2s infinite linear;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(200px) rotateY(0deg);
    transform: perspective(200px) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(360deg);
    transform: perspective(200px) rotateY(360deg);
  }
}

@keyframes rotateplane {
  0% {
    -webkit-transform: perspective(200px) rotateY(0deg);
    transform: perspective(200px) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(360deg);
    transform: perspective(200px) rotateY(360deg);
  }
}

/**************
*** #IMPORTS **
**************/
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container, .career-tools .question-slider, .career-tools .role-slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide, .swiper-container-no-flexbox .career-tools .question-slider__slide, .career-tools .swiper-container-no-flexbox .question-slider__slide, .swiper-container-no-flexbox .career-tools .role-slider__slide, .career-tools .swiper-container-no-flexbox .role-slider__slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper, .career-tools .swiper-container-vertical > .question-slider__wrapper, .career-tools .swiper-container-vertical > .role-slider__wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper, .career-tools .question-slider__wrapper, .career-tools .role-slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-container-android .career-tools .question-slider__slide, .career-tools .swiper-container-android .question-slider__slide, .swiper-container-android .career-tools .role-slider__slide, .career-tools .swiper-container-android .role-slider__slide, .swiper-wrapper, .career-tools .question-slider__wrapper, .career-tools .role-slider__wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper, .career-tools .swiper-container-multirow > .question-slider__wrapper, .career-tools .swiper-container-multirow > .role-slider__wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper, .career-tools .swiper-container-free-mode > .question-slider__wrapper, .career-tools .swiper-container-free-mode > .role-slider__wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide, .career-tools .question-slider__slide, .career-tools .role-slider__slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide,
.swiper-container-autoheight .career-tools .question-slider__slide,
.career-tools .swiper-container-autoheight .question-slider__slide,
.swiper-container-autoheight .career-tools .role-slider__slide,
.career-tools .swiper-container-autoheight .role-slider__slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper, .swiper-container-autoheight .career-tools .question-slider__wrapper, .career-tools .swiper-container-autoheight .question-slider__wrapper, .swiper-container-autoheight .career-tools .role-slider__wrapper, .career-tools .swiper-container-autoheight .role-slider__wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification, .career-tools .question-slider .swiper-notification, .career-tools .role-slider .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .career-tools .question-slider__wrapper, .career-tools .swiper-container-3d .question-slider__wrapper, .swiper-container-3d .career-tools .role-slider__wrapper, .career-tools .swiper-container-3d .role-slider__wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .career-tools .question-slider__slide,
.career-tools .swiper-container-3d .question-slider__slide,
.swiper-container-3d .career-tools .role-slider__slide,
.career-tools .swiper-container-3d .role-slider__slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-coverflow .career-tools .question-slider__wrapper, .career-tools .swiper-container-coverflow .question-slider__wrapper, .swiper-container-coverflow .career-tools .role-slider__wrapper, .career-tools .swiper-container-coverflow .role-slider__wrapper,
.swiper-container-flip .swiper-wrapper,
.swiper-container-flip .career-tools .question-slider__wrapper,
.career-tools .swiper-container-flip .question-slider__wrapper,
.swiper-container-flip .career-tools .role-slider__wrapper,
.career-tools .swiper-container-flip .role-slider__wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-cube .career-tools .question-slider__slide, .career-tools .swiper-container-cube .question-slider__slide, .swiper-container-cube .career-tools .role-slider__slide, .career-tools .swiper-container-cube .role-slider__slide,
.swiper-container-flip .swiper-slide,
.swiper-container-flip .career-tools .question-slider__slide,
.career-tools .swiper-container-flip .question-slider__slide,
.swiper-container-flip .career-tools .role-slider__slide,
.career-tools .swiper-container-flip .role-slider__slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-cube .career-tools .question-slider__slide .swiper-slide, .career-tools .swiper-container-cube .question-slider__slide .swiper-slide, .swiper-container-cube .career-tools .role-slider__slide .swiper-slide, .career-tools .swiper-container-cube .role-slider__slide .swiper-slide, .swiper-container-cube .swiper-slide .career-tools .question-slider__slide, .career-tools .swiper-container-cube .swiper-slide .question-slider__slide, .swiper-container-cube .career-tools .question-slider__slide .question-slider__slide, .career-tools .swiper-container-cube .question-slider__slide .question-slider__slide, .swiper-container-cube .career-tools .role-slider__slide .question-slider__slide, .career-tools .swiper-container-cube .role-slider__slide .question-slider__slide, .swiper-container-cube .swiper-slide .career-tools .role-slider__slide, .career-tools .swiper-container-cube .swiper-slide .role-slider__slide, .swiper-container-cube .career-tools .question-slider__slide .role-slider__slide, .career-tools .swiper-container-cube .question-slider__slide .role-slider__slide, .swiper-container-cube .career-tools .role-slider__slide .role-slider__slide, .career-tools .swiper-container-cube .role-slider__slide .role-slider__slide,
.swiper-container-flip .swiper-slide .swiper-slide,
.swiper-container-flip .career-tools .question-slider__slide .swiper-slide,
.career-tools .swiper-container-flip .question-slider__slide .swiper-slide,
.swiper-container-flip .career-tools .role-slider__slide .swiper-slide,
.career-tools .swiper-container-flip .role-slider__slide .swiper-slide,
.swiper-container-flip .swiper-slide .career-tools .question-slider__slide,
.career-tools .swiper-container-flip .swiper-slide .question-slider__slide,
.swiper-container-flip .career-tools .question-slider__slide .question-slider__slide,
.career-tools .swiper-container-flip .question-slider__slide .question-slider__slide,
.swiper-container-flip .career-tools .role-slider__slide .question-slider__slide,
.career-tools .swiper-container-flip .role-slider__slide .question-slider__slide,
.swiper-container-flip .swiper-slide .career-tools .role-slider__slide,
.career-tools .swiper-container-flip .swiper-slide .role-slider__slide,
.swiper-container-flip .career-tools .question-slider__slide .role-slider__slide,
.career-tools .swiper-container-flip .question-slider__slide .role-slider__slide,
.swiper-container-flip .career-tools .role-slider__slide .role-slider__slide,
.career-tools .swiper-container-flip .role-slider__slide .role-slider__slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide, .swiper-container-cube .career-tools .question-slider__slide, .career-tools .swiper-container-cube .question-slider__slide, .swiper-container-cube .career-tools .role-slider__slide, .career-tools .swiper-container-cube .role-slider__slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide, .swiper-container-cube.swiper-container-rtl .career-tools .question-slider__slide, .career-tools .swiper-container-cube.swiper-container-rtl .question-slider__slide, .swiper-container-cube.swiper-container-rtl .career-tools .role-slider__slide, .career-tools .swiper-container-cube.swiper-container-rtl .role-slider__slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .career-tools .swiper-slide-next + .question-slider__slide,
.career-tools .swiper-container-cube .swiper-slide-next + .question-slider__slide,
.swiper-container-cube .career-tools .swiper-slide-next + .role-slider__slide,
.career-tools .swiper-container-cube .swiper-slide-next + .role-slider__slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide, .swiper-container-fade.swiper-container-free-mode .career-tools .question-slider__slide, .career-tools .swiper-container-fade.swiper-container-free-mode .question-slider__slide, .swiper-container-fade.swiper-container-free-mode .career-tools .role-slider__slide, .career-tools .swiper-container-fade.swiper-container-free-mode .role-slider__slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide, .swiper-container-fade .career-tools .question-slider__slide, .career-tools .swiper-container-fade .question-slider__slide, .swiper-container-fade .career-tools .role-slider__slide, .career-tools .swiper-container-fade .role-slider__slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide, .swiper-container-fade .career-tools .question-slider__slide .swiper-slide, .career-tools .swiper-container-fade .question-slider__slide .swiper-slide, .swiper-container-fade .career-tools .role-slider__slide .swiper-slide, .career-tools .swiper-container-fade .role-slider__slide .swiper-slide, .swiper-container-fade .swiper-slide .career-tools .question-slider__slide, .career-tools .swiper-container-fade .swiper-slide .question-slider__slide, .swiper-container-fade .career-tools .question-slider__slide .question-slider__slide, .career-tools .swiper-container-fade .question-slider__slide .question-slider__slide, .swiper-container-fade .career-tools .role-slider__slide .question-slider__slide, .career-tools .swiper-container-fade .role-slider__slide .question-slider__slide, .swiper-container-fade .swiper-slide .career-tools .role-slider__slide, .career-tools .swiper-container-fade .swiper-slide .role-slider__slide, .swiper-container-fade .career-tools .question-slider__slide .role-slider__slide, .career-tools .swiper-container-fade .question-slider__slide .role-slider__slide, .swiper-container-fade .career-tools .role-slider__slide .role-slider__slide, .career-tools .swiper-container-fade .role-slider__slide .role-slider__slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**
 * CSS Modal
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/**
 * CSS Modal Configuration
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.has-overlay {
  overflow: hidden;
  height: auto;
}

.has-overlay > body {
  height: 100%;
  overflow: hidden;
}

.modal--fade, .modal--show, .modal {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: none\9;
}

.modal--fade:target, .modal--show:target, .modal:target, .is-active.modal--fade, .is-active.modal--show, .is-active.modal {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: auto;
  height: auto;
  opacity: 1;
}

.is-active.modal--fade, .is-active.modal--show, .is-active.modal {
  display: block\9;
  height: 100%\9;
  width: 100%\9;
}

.modal--fade:target, .modal--show:target, .modal:target, .is-active.modal--fade, .is-active.modal--show, .is-active.modal {
  display: block\9;
}

.modal--fade .modal-inner, .modal--show .modal-inner, .modal .modal-inner, .modal--fade .modal__inner, .modal--show .modal__inner, .modal .modal__inner {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 20;
  margin-left: -325px;
  width: 650px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.modal--fade .modal-inner > img, .modal--show .modal-inner > img, .modal .modal-inner > img, .modal--fade .modal__inner > img, .modal--show .modal__inner > img, .modal .modal__inner > img,
.modal--fade .modal-inner > video,
.modal--show .modal-inner > video,
.modal .modal-inner > video,
.modal--fade .modal__inner > video,
.modal--show .modal__inner > video,
.modal .modal__inner > video,
.modal--fade .modal-inner > iframe,
.modal--show .modal-inner > iframe,
.modal .modal-inner > iframe,
.modal--fade .modal__inner > iframe,
.modal--show .modal__inner > iframe,
.modal .modal__inner > iframe {
  width: 100%;
  height: auto;
  min-height: 300px;
}

.modal--fade .modal-inner > img, .modal--show .modal-inner > img, .modal .modal-inner > img, .modal--fade .modal__inner > img, .modal--show .modal__inner > img, .modal .modal__inner > img {
  width: auto;
  max-width: 100%;
}

.modal--fade .modal-inner iframe, .modal--show .modal-inner iframe, .modal .modal-inner iframe, .modal--fade .modal__inner iframe, .modal--show .modal__inner iframe, .modal .modal__inner iframe {
  display: block;
  width: 100%;
  border: 0;
}

.modal--fade .modal-content, .modal--show .modal-content, .modal .modal-content, .modal--fade .modal__content, .modal--show .modal__content, .modal .modal__content {
  position: relative;
  max-height: 400px;
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal--fade .modal-content > *, .modal--show .modal-content > *, .modal .modal-content > *, .modal--fade .modal__content > *, .modal--show .modal__content > *, .modal .modal__content > * {
  max-width: 100%;
}

.modal--fade footer, .modal--show footer, .modal footer {
  border-top: 1px solid white;
  padding: 0 1.2em 18px;
  background: #f0f0f0;
  border-radius: 2px;
}

.modal--fade .modal-close, .modal--show .modal-close, .modal .modal-close, .modal--fade .modal__close, .modal--show .modal__close, .modal .modal__close {
  display: block;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
}

.modal--fade .modal-close:focus:after, .modal--show .modal-close:focus:after, .modal .modal-close:focus:after, .modal--fade .modal__close:focus:after, .modal--show .modal__close:focus:after, .modal .modal__close:focus:after {
  outline: 1px dotted;
  outline: -webkit-focus-ring-color auto 5px;
}

.modal--fade .modal-close:before, .modal--show .modal-close:before, .modal .modal-close:before, .modal--fade .modal__close:before, .modal--show .modal__close:before, .modal .modal__close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.modal--fade .modal-close:after, .modal--show .modal-close:after, .modal .modal-close:after, .modal--fade .modal__close:after, .modal--show .modal__close:after, .modal .modal__close:after {
  content: '\00d7';
  position: absolute;
  top: 35px;
  right: 50%;
  z-index: 20;
  margin-right: -325px;
}

@media screen and (max-width: 690px) {
  .modal--fade .modal-inner, .modal--show .modal-inner, .modal .modal-inner, .modal--fade .modal__inner, .modal--show .modal__inner, .modal .modal__inner {
    width: auto;
    left: 20px;
    right: 20px;
    margin-left: 0;
  }
  .modal--fade .modal-close:after, .modal--show .modal-close:after, .modal .modal-close:after, .modal--fade .modal__close:after, .modal--show .modal__close:after, .modal .modal__close:after {
    margin-right: 0 !important;
    right: 20px;
  }
}

@media screen and (max-width: 30em) {
  .modal--fade, .modal--show, .modal {
    -webkit-transform: translate(0, 400px);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: opacity 1ms .25s;
    transition: opacity 1ms .25s;
    display: block;
    right: auto;
    bottom: auto;
  }
  .modal--fade:target, .modal--show:target, .modal:target, .is-active.modal--fade, .is-active.modal--show, .is-active.modal {
    width: 100%;
    height: 100%;
  }
  .modal--fade:target .modal-close, .modal--show:target .modal-close, .modal:target .modal-close, .modal--fade:target .modal__close, .modal--show:target .modal__close, .modal:target .modal__close, .is-active.modal--fade .modal-close, .is-active.modal--show .modal-close, .is-active.modal .modal-close, .is-active.modal--fade .modal__close, .is-active.modal--show .modal__close, .is-active.modal .modal__close {
    display: block;
  }
  .modal--fade .modal-inner, .modal--show .modal-inner, .modal .modal-inner, .modal--fade .modal__inner, .modal--show .modal__inner, .modal .modal__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: auto;
  }
  .modal--fade .modal-content, .modal--show .modal-content, .modal .modal-content, .modal--fade .modal__content, .modal--show .modal__content, .modal .modal__content {
    max-height: none;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .modal--fade .modal-close, .modal--show .modal-close, .modal .modal-close, .modal--fade .modal__close, .modal--show .modal__close, .modal .modal__close {
    display: none;
    right: auto;
  }
  .modal--fade .modal-close:before, .modal--show .modal-close:before, .modal .modal-close:before, .modal--fade .modal__close:before, .modal--show .modal__close:before, .modal .modal__close:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .modal--fade .modal-close:after, .modal--show .modal-close:after, .modal .modal-close:after, .modal--fade .modal__close:after, .modal--show .modal__close:after, .modal .modal__close:after {
    top: 5px !important;
    right: 5px;
    left: auto;
    margin-left: 0;
  }
}

@media screen and (max-height: 46em) and (min-width: 30em) {
  .modal--fade .modal-content, .modal--show .modal-content, .modal .modal-content, .modal--fade .modal__content, .modal--show .modal__content, .modal .modal__content {
    max-height: 340px;
    max-height: 50vh;
  }
}

@media screen and (max-height: 36em) and (min-width: 30em) {
  .modal--fade .modal-content, .modal--show .modal-content, .modal .modal-content, .modal--fade .modal__content, .modal--show .modal__content, .modal .modal__content {
    max-height: 265px;
    max-height: 40vh;
  }
}

.is-stacked.modal--fade, .is-stacked.modal--show, .is-stacked.modal {
  -webkit-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;
}

.is-stacked.modal--fade .modal-inner, .is-stacked.modal--show .modal-inner, .is-stacked.modal .modal-inner, .is-stacked.modal--fade .modal__inner, .is-stacked.modal--show .modal__inner, .is-stacked.modal .modal__inner {
  -webkit-animation: scaleDown .7s ease both;
  animation: scaleDown .7s ease both;
}

.is-stacked.modal--fade .modal-close, .is-stacked.modal--show .modal-close, .is-stacked.modal .modal-close, .is-stacked.modal--fade .modal__close, .is-stacked.modal--show .modal__close, .is-stacked.modal .modal__close {
  opacity: 0;
}

@media screen and (max-width: 30em) {
  .is-stacked.modal--fade, .is-stacked.modal--show, .is-stacked.modal {
    -webkit-animation: scaleDown .7s ease both;
    animation: scaleDown .7s ease both;
  }
  .is-stacked.modal--fade .modal-inner, .is-stacked.modal--show .modal-inner, .is-stacked.modal .modal-inner, .is-stacked.modal--fade .modal__inner, .is-stacked.modal--show .modal__inner, .is-stacked.modal .modal__inner {
    -webkit-animation: none;
    animation: none;
  }
  .is-stacked.modal--fade .modal-close, .is-stacked.modal--show .modal-close, .is-stacked.modal .modal-close, .is-stacked.modal--fade .modal__close, .is-stacked.modal--show .modal__close, .is-stacked.modal .modal__close {
    opacity: 1;
  }
}

/**
 * All animations for CSS Modal
 *
 * Available:
 * - %modal--transition-fade (fade)
 * - %modal--transition-zoomIn (zooms in)
 * - %modal--transition-plainScreen (hides background)
 *
 * Usage:
 *
 * .selector {
 * 		@extend %modal--transition-fade;
 * }
 *
 */
@media screen and (min-width: 30em) {
  .modal--fade {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

/**
 * CSS Modal Themes
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/*
 * Global Theme Styles
 */
.modal--fade, .modal--show, .modal {
  color: #222;
  line-height: 1.3;
}

.modal--fade .modal-inner, .modal--show .modal-inner, .modal .modal-inner, .modal--fade .modal__inner, .modal--show .modal__inner, .modal .modal__inner {
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  max-width: 100%;
  -webkit-transition: max-width 0.25s linear, margin-left 0.125s linear;
  transition: max-width 0.25s linear, margin-left 0.125s linear;
}

.modal--fade header, .modal--show header, .modal header {
  border-bottom: 1px solid #ddd;
  padding: 0 1.2em;
}

.modal--fade header > h2, .modal--show header > h2, .modal header > h2 {
  margin: 0.5em 0;
}

.modal--fade .modal-content, .modal--show .modal-content, .modal .modal-content, .modal--fade .modal__content, .modal--show .modal__content, .modal .modal__content {
  border-bottom: 1px solid #ddd;
  padding: 15px 1.2em;
}

.modal--fade footer, .modal--show footer, .modal footer {
  border-top: 1px solid white;
  padding: 0 1.2em 18px;
  background: #f0f0f0;
  border-radius: 2px;
}

.modal--fade .modal-close, .modal--show .modal-close, .modal .modal-close, .modal--fade .modal__close, .modal--show .modal__close, .modal .modal__close {
  text-indent: -100px;
}

.modal--fade .modal-close:before, .modal--show .modal-close:before, .modal .modal-close:before, .modal--fade .modal__close:before, .modal--show .modal__close:before, .modal .modal__close:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=");
}

.modal--fade .modal-close:after, .modal--show .modal-close:after, .modal .modal-close:after, .modal--fade .modal__close:after, .modal--show .modal__close:after, .modal .modal__close:after {
  content: '\00d7';
  background: #fff;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 1.2em;
  text-decoration: none;
  text-indent: 0;
}

@media screen and (max-width: 30em) {
  .modal--fade .modal-close:before, .modal--show .modal-close:before, .modal .modal-close:before, .modal--fade .modal__close:before, .modal--show .modal__close:before, .modal .modal__close:before {
    background: #27aae2;
    height: 3em;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
  .modal--fade .modal-inner, .modal--show .modal-inner, .modal .modal-inner, .modal--fade .modal__inner, .modal--show .modal__inner, .modal .modal__inner {
    padding-top: 3em;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .modal--fade .modal-close, .modal--show .modal-close, .modal .modal-close, .modal--fade .modal__close, .modal--show .modal__close, .modal .modal__close {
    text-decoration: none;
  }
  .modal--fade .modal-close:after, .modal--show .modal-close:after, .modal .modal-close:after, .modal--fade .modal__close:after, .modal--show .modal__close:after, .modal .modal__close:after {
    content: attr(data-close);
    font-size: 1em;
    padding: 0.5em 1em;
  }
}

/*
 * Plain Screen Theme Styles
 */
/**
 * Apply the desired modal behavior to your container selector
 */
/***********
*** #VARS **
***********/
/************
*** #MIXIN **
************/
/*************
*** EXTENDS **
*************/
.career-tools .role__name {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/***********
*** #BASE **
***********/
.career-tools {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #082a43;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  /***********
  *** #TYPE **
  ***********/
  /****************
  *** #STRUCTURE **
  ****************/
  /**************
  *** #BUTTONS **
  **************/
  /******************
  *** #FORM/INPUTS **
  ******************/
  /**************
  *** #START ****
  **************/
  /**************
  *** #INTRO ****
  **************/
  /**************
  *** #STRIPS ***
  **************/
  /**************
  *** #SLIDER **
  **************/
  /**************
  *** #RESULTS **
  **************/
  /*******************
  *** #SECTION *******
  *******************/
  /*******************
  *** #TRACKER *******
  *******************/
  /*******************
  *** #PROGRESS BAR **
  *******************/
}

@media (min-width: 54.375em) {
  .career-tools {
    margin-top: 60px;
    font-size: 16px;
    line-height: 2;
  }
}

.career-tools *,
.career-tools *:before,
.career-tools *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.career-tools h1, .career-tools .h1,
.career-tools h2, .career-tools .h2,
.career-tools h3, .career-tools .h3 h4, .career-tools .h4,
.career-tools h5, .career-tools .h5,
.career-tools h6, .career-tools .h6 {
  margin-top: 0;
  margin-bottom: 7px;
  color: #082a43;
  font-weight: bold;
  line-height: 1.351;
}

.career-tools h1 {
  font-size: 25px;
}

@media screen and (min-width: 320px) {
  .career-tools h1 {
    font-size: calc(25px + 11 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  .career-tools h1 {
    font-size: 36px;
  }
}

.career-tools__header .intro {
  margin: 0 5px;
}

@media (min-width: 54.375em) {
  .career-tools .page-title {
    font-size: 72px;
    line-height: 97px;
  }
}

.career-tools .intro p {
  text-align: center;
}

@media (min-width: 54.375em) {
  .career-tools .intro p {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 720px;
  }
}

.career-tools .text-center {
  text-align: center;
}

.career-tools p {
  margin: 0 0 1em;
}

.career-tools .wrap {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  width: 90%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.career-tools .button, .career-tools input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  padding: 14px 0;
  height: 44px;
  min-width: 165px;
  max-width: 100%;
  color: #082a43;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  background-color: #aed5ef;
  border: 0;
  border-radius: 70px;
  padding: 19px 0;
  height: 60px;
  min-width: 224px;
  font-size: 19px;
}

.career-tools .button:hover, .career-tools input:hover[type="submit"] {
  text-decoration: none;
  background-color: #99caeb;
}

.career-tools .button:active, .career-tools input:active[type="submit"] {
  background-color: #83bfe7;
}

@media (min-width: 54.375em) {
  .career-tools .button, .career-tools input[type="submit"] {
    padding: 19px 0;
    height: 60px;
    min-width: 224px;
    font-size: 19px;
  }
}

.career-tools .button--lg {
  padding: 19px 0;
  height: 60px;
  min-width: 224px;
  font-size: 19px;
}

.career-tools .button--white {
  color: #082a43;
  background-color: #ffffff;
}

.career-tools .button--white:hover {
  background-color: #f2f2f2;
}

.career-tools .button--white:active {
  background-color: #e6e5e5;
}

.career-tools .button--grey {
  padding-top: 17px;
  color: #ffffff;
  background-color: #888888;
  border: 2px solid #ffffff;
}

.career-tools .button--grey:hover {
  background-color: #7b7b7b;
}

.career-tools .button--grey:active {
  background-color: #6f6e6e;
}

.career-tools .button--block, .career-tools input[type="submit"] {
  padding: 19px 0;
  height: 60px;
  min-width: 224px;
  font-size: 19px;
  display: block;
}

.career-tools .form-intro p {
  font-size: 16px;
  line-height: 19px;
}

@media (min-width: 54.375em) {
  .career-tools .form-intro p {
    padding-top: 10px;
    font-size: 19px;
    font-weight: normal;
    line-height: 22px;
  }
}

.career-tools form {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 54.375em) {
  .career-tools form {
    padding-right: 0;
    padding-left: 0;
  }
}

.career-tools .intro-form > .form-item .form-type-radio {
  overflow: visible;
}

.career-tools label {
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

.career-tools label:after {
  display: none;
}

@media (min-width: 54.375em) {
  .career-tools label {
    font-size: 19px;
    line-height: 22px;
  }
}

.career-tools .form-control, .career-tools select {
  padding: 14px 8px;
  height: 48px;
  width: 100%;
  color: #082a43;
  font-size: 14px;
  font-weight: 600;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 0 0 #d8d8d8;
  box-shadow: inset 0 -1px 0 0 #d8d8d8;
}

@media (min-width: 54.375em) {
  .career-tools input[type="submit"] {
    clear: both;
  }
}

.career-tools input[type="submit"][value="View Results"] {
  display: inline-block;
  margin: 0;
}

.career-tools.career-tools--start {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 38.75em) {
  .career-tools.career-tools--start {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 140px;
    padding-bottom: 120px;
  }
}

@media (min-width: 54.375em) {
  .career-tools.career-tools--start .wrap {
    width: 700px;
  }
}

.career-tools .info-panel {
  position: relative;
  z-index: 1;
  padding: 24px 18px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 6px 12px 40px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 12px 40px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 54.375em) {
  .career-tools .info-panel {
    padding: 34px 75px;
  }
}

.career-tools .info-panel .button, .career-tools .info-panel input[type="submit"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 25px 70px;
  height: auto;
  width: 260px;
}

@media (min-width: 54.375em) {
  .career-tools .info-panel .button, .career-tools .info-panel input[type="submit"] {
    margin-top: 34px;
  }
}

.career-tools .info-panel .button + .button, .career-tools .info-panel input[type="submit"] + .button, .career-tools .info-panel .button + input[type="submit"], .career-tools .info-panel input[type="submit"] + input[type="submit"] {
  margin-top: 25px;
}

.career-tools .info-panel__title {
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 54.375em) {
  .career-tools .info-panel__title {
    font-size: 48px;
  }
}

.career-tools .complete-time {
  margin: 14px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 54.375em) {
  .career-tools .complete-time {
    margin: 0 auto;
    padding: 0;
    max-width: 372px;
    font-size: 24px;
  }
}

.career-tools .complete-time__clock {
  margin-right: 8px;
}

@media (max-width: 54.365em) {
  .career-tools .complete-time__clock {
    vertical-align: middle;
  }
}

@media (min-width: 54.375em) {
  .career-tools .complete-time__clock {
    vertical-align: text-bottom;
  }
}

.career-tools .info-panel__body p {
  font-size: 16px;
}

.career-tools.career-tools--intro {
  padding-top: 0;
  padding-top: 30px;
}

.career-tools .toggle-health-issues {
  margin-bottom: 35px;
  padding-right: 30px;
  text-align: left;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMDkgLTE5KSIgZmlsbD0iIzA4MkE0MyIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgPHJlY3QgeD0iMjA5IiB5PSIyNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjMiIHJ4PSIxIi8+ICAgIDxwYXRoIGQ9Ik0yMTggMjB2MTNjMCAuNTUyLS40NDggMS0xIDFoLTFjLS41NTIgMC0xLS40NDgtMS0xVjIwYzAtLjU1Mi40NDgtMSAxLTFoMWMuNTUyIDAgMSAuNDQ4IDEgMXoiLz4gIDwvZz48L3N2Zz4=");
  background-position: right 11px top 16px;
  background-repeat: no-repeat;
  cursor: default;
}

@media (min-width: 54.375em) {
  .career-tools .toggle-health-issues {
    margin-bottom: 5px;
  }
}

.career-tools .health-issues {
  display: none;
}

.career-tools .health-issues .health-issues__inner {
  padding: 10px 20px 0;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 6px 12px 40px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 12px 40px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 54.375em) {
  .career-tools .health-issues .health-issues__inner {
    margin: 0 auto;
    padding: 60px 100px 35px;
    height: auto;
    width: 760px;
  }
  .career-tools .health-issues .health-issues__inner [for="edit-health"] {
    text-align: center;
  }
}

.career-tools .health-issues .form-checkboxes {
  margin-bottom: 25px;
  padding: 0 20px;
  height: 350px;
  overflow: hidden;
  overflow-y: auto;
}

@media (min-width: 54.375em) {
  .career-tools .health-issues .form-checkboxes {
    height: auto;
    overflow-y: hidden;
  }
}

.career-tools .health-issues .form-checkboxes .form-item {
  position: relative;
  padding: 21px 0 21px 20px;
  overflow: visible;
  border-bottom: 1px solid #d8d8d8;
}

@media (min-width: 54.375em) {
  .career-tools .health-issues .form-checkboxes .form-item {
    float: left;
    padding: 21px 0 21px 30px;
    width: 45%;
  }
  .career-tools .health-issues .form-checkboxes .form-item:nth-child(odd) {
    margin-right: 10%;
  }
}

.career-tools .health-issues .form-checkboxes .form-item input {
  position: absolute;
  top: 25px;
  left: 0;
  display: block;
  margin: 0;
}

@media (min-width: 54.375em) {
  .career-tools .health-issues .form-checkboxes .form-item input {
    top: 23px;
  }
}

.career-tools .health-issues .form-checkboxes .form-item label {
  height: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

@media (min-width: 54.375em) {
  .career-tools .health-issues .form-checkboxes .form-item label {
    white-space: nowrap;
  }
}

.career-tools.career-tools--health-issues-open .info-panel {
  position: static;
}

.career-tools.career-tools--health-issues-open .health-issues {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  display: block;
}

.career-tools .background-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.career-tools .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 50%;
  z-index: -1;
  margin-left: -451px;
  min-width: 902px;
}

@media (min-width: 57.25em) {
  .career-tools .background {
    left: 0;
    margin-left: 0;
  }
}

.career-tools .strips {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 10px 8px;
  list-style: none;
}

.career-tools .strips li {
  display: block;
  float: left;
  padding-right: 2px;
  padding-left: 2px;
  height: 100%;
  width: 16.6666666666666%;
}

.career-tools .strips li:nth-child(3), .career-tools .strips li:nth-child(4) {
  display: block;
}

.career-tools .strips li:nth-child(1), .career-tools .strips li:nth-child(6) {
  visibility: hidden;
}

.career-tools .strips li:nth-child(2), .career-tools .strips li:nth-child(5) {
  border-top: 20px solid #ffffff;
  border-bottom: 20px solid #ffffff;
}

@media (min-width: 38.75em) {
  .career-tools .strips li:nth-child(1), .career-tools .strips li:nth-child(6) {
    border-top: 40px solid #ffffff;
    border-bottom: 40px solid #ffffff;
    visibility: visible;
  }
}

.career-tools .strip {
  height: 100%;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.career-tools .strip:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(174, 213, 239, 0.15);
}

.career-tools .strip--1 {
  background-image: url("../img/career-tools/strip-1.jpg");
}

.career-tools .strip--2 {
  background-image: url("../img/career-tools/strip-2.jpg");
}

.career-tools .strip--3 {
  background-image: url("../img/career-tools/strip-3.jpg");
}

.career-tools .strip--4 {
  background-image: url("../img/career-tools/strip-4.jpg");
}

.career-tools .strip--5 {
  background-image: url("../img/career-tools/strip-5.jpg");
}

.career-tools .strip--6 {
  background-image: url("../img/career-tools/strip-6.jpg");
}

.career-tools.career-tools--tools .wrap {
  padding-top: 0;
}

@media (min-width: 54.375em) {
  .career-tools.career-tools--tools .wrap {
    width: 960px;
  }
}

.career-tools.career-tools--tools .progress {
  margin-top: 14px;
}

@media (min-width: 54.375em) {
  .career-tools.career-tools--tools .progress {
    margin-top: 70px;
  }
}

.career-tools .question-slider {
  margin-top: 12px;
  height: 440px;
  width: 100%;
}

@media (max-width: 54.365em) {
  .career-tools .question-slider {
    overflow: visible;
  }
}

.career-tools .question-slider__slide {
  height: 440px;
  width: 281px;
  pointer-events: none;
}

.career-tools .swiper-slide-active {
  pointer-events: auto;
}

.career-tools .question-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  padding: 38px 23px 23px;
  height: 440px;
  width: 281px;
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
  background-color: #f7f7f7;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.career-tools .question-card h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
}

.career-tools .question-card .info-text + h3 {
  min-height: 66px;
}

.career-tools .question-card ol {
  padding-left: 14px;
}

.career-tools .question-card ol li {
  margin-bottom: 14px;
}

.career-tools .question-card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  background-color: rgba(174, 213, 239, 0.8);
}

.career-tools .swiper-slide-active .question-card,
.career-tools .swiper-slide-unlocked .question-card {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.career-tools .swiper-slide-active .question-card {
  background-color: #ffffff;
  border: 1px solid #51aef4;
}

.career-tools .swiper-slide-active .question-card label {
  background-color: #f7f7f7;
  cursor: pointer;
}

.career-tools .swiper-slide-active .question-card label:hover {
  background-color: #eaeaea;
}

.career-tools .swiper-slide-unlocked .question-card:before {
  display: none;
}

.career-tools .info-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: block;
  padding: 0;
  height: 25px;
  width: 25px;
  color: #082a43;
  font-size: 13px;
  font-weight: 700;
  line-height: 3px;
  text-align: center;
  background: #aed5ef;
  border: 1px solid #082a43;
  border-radius: 50%;
  -webkit-transition: color .3s, background-color .3s, border-color .3s;
  transition: color .3s, background-color .3s, border-color .3s;
}

.career-tools .info-icon:hover {
  color: #030d15;
  background-color: #f2f2f2;
  border-color: #030d15;
}

.career-tools .info-icon.active, .career-tools .info-icon.active:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.career-tools .info-icon:active {
  background-color: #e6e5e5;
}

.career-tools .info-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: none;
  padding: 40px 23px 23px;
  height: auto;
  color: #082a43;
  background-color: #aed5ef;
  -webkit-box-shadow: 6px 12px 40px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 12px 40px 2px rgba(0, 0, 0, 0.1);
}

.career-tools .info-text .button, .career-tools .info-text input[type="submit"] {
  margin-top: 16px;
  padding: 14px 0;
  height: 44px;
  min-width: 165px;
  font-size: 14px;
}

.career-tools .info-icon.active + .info-text {
  display: block;
}

.career-tools .card-num {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  font-weight: 600;
}

.career-tools .questions {
  margin-top: 19px;
}

.career-tools .questions input {
  display: none;
}

.career-tools .questions label {
  display: block;
  margin: 8px 0;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  background-color: #ffffff;
}

.career-tools .questions input:checked + label {
  background: #aed5ef;
}

.career-tools .question-card--guide.question-card--guide {
  position: relative;
  padding-top: 38px;
  background-color: #aed5ef;
}

.career-tools .question-card--guide.question-card--guide h3 {
  margin-bottom: 25px;
}

.career-tools .question-card--final.question-card--final {
  color: #ffffff;
  background-color: #888888;
}

.career-tools .question-card--final.question-card--final .fraction {
  margin-top: 20px;
  font-size: 48px;
  font-weight: 600;
  line-height: 32px;
}

.career-tools .question-card--final.question-card--final h3 {
  margin-top: 40px;
  height: 149px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.career-tools .question-card--final.question-card--final .text-center + .text-center {
  margin-top: 11px;
}

.career-tools .question-card--progress.question-card--progress {
  background-color: #fbddb6;
}

.career-tools .question-card--progress.question-card--progress:before {
  background-color: rgba(136, 136, 136, 0.5);
}

.career-tools .question-card--progress.question-card--progress .fraction {
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 4px solid #ffffff;
}

.career-tools .question-card--progress.question-card--progress .fraction__lg {
  font-size: 48px;
}

.career-tools .question-card--progress.question-card--progress h3 {
  height: 173px;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
}

.career-tools .swiper-slide-unlocked .question-card--progress.question-card--progress .fraction {
  color: #082a43;
  border-bottom-color: #082a43;
}

.career-tools .swiper-slide-unlocked .question-card--progress.question-card--progress h3 {
  color: #082a43;
}

.career-tools .question-slider__button {
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 1em .5em;
  color: #ffffff;
  background: #0f568b;
  border: none;
}

@media (max-width: 54.365em) {
  .career-tools .question-slider__button {
    height: 40px;
    width: 30px;
    text-indent: -999px;
  }
}

@media (min-width: 54.375em) {
  .career-tools .question-slider__button {
    padding: .5em;
  }
}

@media (max-width: 54.365em) {
  .career-tools .question-slider__button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 36px;
    text-align: center;
    text-indent: 0;
  }
}

.career-tools .question-slider__button--prev {
  left: -20px;
}

@media (min-width: 54.375em) {
  .career-tools .question-slider__button--prev {
    left: 0;
  }
}

@media (max-width: 54.365em) {
  .career-tools .question-slider__button--prev:after {
    content: "<";
  }
}

.career-tools .question-slider__button--next {
  right: -20px;
}

@media (min-width: 54.375em) {
  .career-tools .question-slider__button--next {
    right: 0;
  }
}

@media (max-width: 54.365em) {
  .career-tools .question-slider__button--next:after {
    content: ">";
  }
}

.career-tools .question-slider__button.swiper-button-disabled {
  opacity: .5;
}

@media (min-width: 54.375em) {
  .career-tools.career-tools--results .wrap {
    max-width: 960px;
    width: 90%;
  }
}

.career-tools .matched-roles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 25px 0 0;
  padding: 0;
  height: 1275px;
  overflow-y: hidden;
  list-style: none;
}

@media (min-width: 38.75em) {
  .career-tools .matched-roles {
    height: 850px;
  }
}

@media (min-width: 54.375em) {
  .career-tools .matched-roles {
    margin-top: 60px;
    height: 410px;
  }
}

.career-tools .matched-roles > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  width: 100%;
}

@media (min-width: 38.75em) {
  .career-tools .matched-roles > li {
    width: 48%;
  }
}

@media (min-width: 60em) {
  .career-tools .matched-roles > li {
    width: 32%;
  }
}

.career-tools.career-tools--results-show-all .matched-roles {
  margin-top: 0;
  margin-bottom: -10px;
  height: auto !important;
  max-height: none !important;
}

.career-tools .role {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #aed5ef;
}

.career-tools .role__rating {
  position: relative;
  margin: -1px -1px 0 -1px;
  padding-left: 50px;
}

.career-tools .role__rating:before {
  content: "";
  position: absolute;
  left: 0;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}

.career-tools .role__rating span {
  display: block;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}

.career-tools .role__rating--good {
  background-color: #a6e5a7;
}

.career-tools .role__rating--good:before {
  content: "1";
  background-color: #57ce59;
}

.career-tools .role__rating--fair {
  background-color: #e5caa6;
}

.career-tools .role__rating--fair:before {
  content: "2";
  background-color: #ce9b57;
}

.career-tools .role__rating--poor {
  background-color: #fb8c8c;
}

.career-tools .role__rating--poor:before {
  content: "3";
  background-color: #f82929;
}

.career-tools .role__info {
  padding: 18px 20px;
  line-height: 18px;
}

.career-tools .role__name {
  margin-bottom: 14px;
  min-height: 48px;
  font-size: 17px;
  line-height: 24px;
}

.career-tools .role__desc h4 {
  margin: 0 0 2px 0;
  color: #888888;
  font-size: 14px;
  text-transform: uppercase;
}

.career-tools .role__desc p {
  font-size: 14px;
}

.career-tools .role__link {
  display: block;
  margin: 20px auto 0;
  padding: 10px 20px;
  width: 164px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #ffffff;
  border: 1px solid #0f568b;
  border-radius: 24px;
}

.career-tools .role-slider {
  padding-bottom: 30px;
}

.career-tools .role-slider__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.career-tools .role-slider__slide {
  margin: 0 !important;
}

.career-tools .role-slider__pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.career-tools .role-slider__pagination .swiper-pagination-bullet {
  margin: 0 7px;
  height: 13px;
  width: 13px;
  background: #e6e6e6;
  opacity: 1;
}

.career-tools .role-slider__pagination .swiper-pagination-bullet-active {
  background: #1572b8;
}

.career-tools .role-slider__button {
  position: absolute;
  bottom: 4px;
  z-index: 1;
  margin: 0;
  padding: 0;
  height: 10px;
  width: 10px;
  font-size: 0;
  background: transparent;
  border: 1px solid #1572b8;
  border-right: none;
  border-bottom: none;
  outline: none;
}

.career-tools .role-slider__button--prev {
  left: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.career-tools .role-slider__button--next {
  right: 2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.career-tools .role-slider__button.swiper-button-disabled {
  border-color: #e6e6e6;
  cursor: default;
}

.career-tools .more-matches {
  margin-top: 30px;
}

.career-tools .more-matches .button:before, .career-tools .more-matches input[type="submit"]:before {
  content: "More matches";
}

.career-tools .results-links {
  margin: 30px 0;
}

.career-tools .results-links .button.button--lg, .career-tools .results-links input.button--lg[type="submit"] {
  margin: 0 20px;
  padding: 16px 40px 19px 40px;
  min-width: 0;
  background: #ffffff;
  border: 2px solid #082a43;
}

@media (max-width: 54.365em) {
  .career-tools .results-links .button.button--lg, .career-tools .results-links input.button--lg[type="submit"] {
    display: block;
    margin: 20px 0;
    padding: 16px 30px;
    font-size: 16px;
  }
}

.career-tools.career-tools--results-show-all .more-matches .button:before, .career-tools.career-tools--results-show-all .more-matches input[type="submit"]:before {
  content: "Fewer matches";
}

.career-tools .sections {
  margin-top: 20px;
  text-align: center;
}

.career-tools.career-tools--results .sections {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (min-width: 54.375em) {
  .career-tools.career-tools--results .sections {
    margin-top: -48px;
  }
}

.career-tools .section {
  display: inline-block;
  color: rgba(8, 42, 67, 0.5);
  font-weight: 600;
}

@media (min-width: 54.375em) {
  .career-tools .section {
    font-size: 19px;
  }
}

.career-tools .section--active {
  color: #1572b8;
  border-bottom: 4px solid #1572b8;
}

.career-tools .section + .section {
  margin-left: 50px;
}

.career-tools .tracker-wrapper {
  margin: 24px auto 12px;
  max-width: 414px;
}

@media (min-width: 54.375em) {
  .career-tools .tracker-wrapper {
    margin-top: 45px;
    margin-bottom: 60px;
  }
}

.career-tools .tracker {
  display: block;
  margin-right: -7px;
  margin-left: -7px;
  overflow: hidden;
}

.career-tools .tracker__item {
  float: left;
  padding-right: 7px;
  padding-left: 7px;
  width: 20%;
}

.career-tools .tracker__item span {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  color: rgba(8, 42, 67, 0.5);
  font-weight: 600;
  text-align: center;
  background-color: #ededed;
}

@media (min-width: 54.375em) {
  .career-tools .tracker__item span {
    font-size: 18px;
    line-height: 23px;
  }
}

.career-tools .tracker__item.tracker__item--selected span {
  color: #082a43;
  background-color: #fbddb6;
}

.career-tools .progress {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

@media (min-width: 54.375em) {
  .career-tools .progress {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    width: 650px;
  }
}

.career-tools .progress__checkpoint {
  display: block;
  float: left;
  width: 20%;
  max-height: 48px;
  color: #888888;
  font-weight: normal;
  text-align: center;
}

@media (min-width: 54.375em) {
  .career-tools .progress__checkpoint {
    max-height: 54px;
  }
}

.career-tools .progress__checkpoint .progress__label {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.career-tools .progress__checkpoint--active {
  color: #082a43;
  font-weight: bold;
}

.career-tools .progress__checkpoint--complete {
  color: #082a43;
}

.career-tools .progress-bar {
  margin: 0 auto;
  height: 14px;
  max-width: 600px;
  background: #f7f7f7;
  border-radius: 7px;
}

.career-tools .progress-bar__progress {
  display: block;
  height: 14px;
  width: 0;
  background: #fbddb6;
  border-radius: 7px;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.career-tools .progress-bar__amount {
  display: block;
  font-size: 12px;
  text-align: right;
}

.no-mix-blend-mode .colour-block {
  opacity: .6;
}

.no-flexbox .tracker-wrapper {
  display: none;
}

.no-flexbox .swiper-slide, .no-flexbox .career-tools .question-slider__slide, .career-tools .no-flexbox .question-slider__slide, .no-flexbox .career-tools .role-slider__slide, .career-tools .no-flexbox .role-slider__slide {
  display: none;
}

.no-flexbox .career-tools {
  text-align: center;
}

.no-flexbox .cards {
  display: block;
  margin: 0 auto;
  width: 281px;
}

.no-flexbox .question-card {
  -webkit-filter: none !important;
  filter: none !important;
}

.no-js .more-matches {
  display: none;
}

.no-js .matched-roles {
  height: auto !important;
}

.no-js .matched-roles .role {
  margin-bottom: 16px;
}

.no-js .toggle-health-issues {
  display: none;
}

.no-js .health-issues {
  display: block !important;
  clear: both;
}

.no-js .health-issues .health-issues__inner {
  position: static;
  padding: 0;
  width: 100%;
}

.no-js .health-issues .health-issues__inner [for="edit-health"] {
  display: none;
}

.no-js .apply-health-issues {
  display: none;
}

.no-js .tracker {
  display: none;
}

.no-js .cards {
  display: block;
  margin: 0 auto;
  width: 281px;
}

.no-js .cards .swiper-container, .no-js .cards .career-tools .question-slider, .career-tools .no-js .cards .question-slider, .no-js .cards .career-tools .role-slider, .career-tools .no-js .cards .role-slider,
.no-js .cards .swiper-wrapper,
.no-js .cards .career-tools .question-slider__wrapper,
.career-tools .no-js .cards .question-slider__wrapper,
.no-js .cards .career-tools .role-slider__wrapper,
.career-tools .no-js .cards .role-slider__wrapper,
.no-js .cards .swiper-slide,
.no-js .cards .career-tools .question-slider__slide,
.career-tools .no-js .cards .question-slider__slide,
.no-js .cards .career-tools .role-slider__slide,
.career-tools .no-js .cards .role-slider__slide {
  display: block;
  height: auto;
}


.no-js .cards .swiper-slide,
.no-js .cards .career-tools .question-slider__slide,
.career-tools .no-js .cards .question-slider__slide,
.no-js .cards .career-tools .role-slider__slide,
.career-tools .no-js .cards .role-slider__slide {
  margin-bottom: 16px;
  overflow: hidden;
  pointer-events: auto;
}

.no-js .cards .question-card {
  -webkit-filter: none;
  filter: none;
}

.no-js .cards .question-card .info-icon {
  display: none;
}

.no-js .cards .question-card:before {
  content: "";
  display: none;
}

.no-js .cards .question-card [data-go="start"] {
  display: none;
}

@media (min-width: 30em) {
  .modal .modal__header {
    position: fixed;
    top: 80px;
    left: 10%;
    z-index: 9999;
    margin: 0 0 0 -22px;
    padding: 0;
    border: none;
  }
}

@media (min-width: 30em) {
  .modal__inner {
    position: absolute;
    top: 60px;
    left: 50% !important;
    z-index: 20;
  }
}

@media (min-width: 30em) {
  .modal .modal__inner {
    margin-left: 0;
    width: 80vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 30em) {
  .modal .modal__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
    max-height: 80vh;
  }
}

@media (min-width: 54.375em) {
  .modal .modal__content {
    padding: 100px;
  }
}

@media (min-width: 30em) {
  .modal .modal__close {
    margin: 0;
    height: auto;
    overflow: auto;
    text-indent: 0;
    clip: auto;
  }
}

@media (min-width: 30em) {
  .modal .modal__close:before {
    background: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 30em) {
  .modal .modal__close:after {
    content: "Close X";
    top: 60px;
    right: 10%;
    margin: 10px;
    padding: 20px;
    font-size: 1em;
    background: transparent;
    border-radius: 0;
  }
}

@media (min-width: 30em) {
  .modal .modal__close:hover:after, .modal .modal__close:focus:after {
    text-decoration: underline;
  }
}

#modal-login-form .modal__content #user-login > *,
#modal-login-form .modal__content #user-login > * > * {
  float: none;
}

#modal-login-form h1 {
  color: #082a43;
  text-align: center;
}

#modal-login-form .text-center {
  text-align: center;
}

#modal-login-form .form-wrapper {
  margin: 0 auto;
  max-width: 600px;
}

#modal-login-form .form-item {
  margin: 40px 0;
}

#modal-login-form .form-item.form-type-textfield input, #modal-login-form .form-item.form-type-password input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 1em;
  width: 100%;
  border: 1px solid #082a43;
}

#modal-login-form .form-actions .form-submit {
  display: inline-block;
  vertical-align: middle;
  padding: 19px 0;
  height: 60px;
  min-width: 224px;
  color: #082a43;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  background-color: #aed5ef;
  border: 0;
  border-radius: 70px;
}

#modal-login-form .form-actions {
  margin: 40px 0;
  text-align: center;
}

.match-rating {
  margin: 0;
  padding-left: 50px;
  font-size: 18px;
}

.match-rating:before {
  content: "";
  position: absolute;
  left: 0;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}

.match-rating span {
  display: block;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}

.match-rating--good {
  background-color: #a6e5a7;
}

.match-rating--good:before {
  content: "1";
  background-color: #57ce59;
}

.match-rating--fair {
  background-color: #e5caa6;
}

.match-rating--fair:before {
  content: "2";
  background-color: #ce9b57;
}

.match-rating--poor {
  background-color: #fb8c8c;
}

.match-rating--poor:before {
  content: "3";
  background-color: #f82929;
}

.match-panel__header {
  margin: 100px 0 50px;
  text-align: center;
}

.modal .match-panel__header {
  padding: 0;
  border: none;
}

@media (min-width: 54.375em) {
  .match-panel__header {
    margin: 50px 0;
  }
}

.match-panel__heading {
  font-size: 24px;
}

.match-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.match-list__item {
  overflow: hidden;
}

.match-list__item--level2 {
  margin-top: -2px;
}

.match-list__header {
  position: relative;
  margin: 0;
  padding: 14px 20px;
  font-size: 18px;
  background: #aed5ef;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media (max-width: 54.365em) {
  .match-list__header {
    padding-right: 70px;
  }
}

.js .match-list__header {
  cursor: pointer;
}

.js .match-list__header:hover {
  background: #83bfe7;
}

.js .match-list__header:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  color: #aed5ef;
  font-size: 32px;
  line-height: 24px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
}

.js .match-list__header.is-active:after {
  content: "-";
}

.match-list__sub-header {
  position: relative;
  margin: 0;
  padding: 14px 20px;
  font-size: 17px;
  border-top: 2px solid #aed5ef;
  border-bottom: 2px solid #aed5ef;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media (max-width: 54.365em) {
  .match-list__sub-header {
    padding-right: 70px;
  }
}

.match-list__sub-header h3 {
  display: inline;
  margin: 0;
  font-size: 1em;
}

@media (max-width: 54.365em) {
  .match-list__sub-header h3 {
    display: block;
    margin-bottom: .5em;
  }
}

.match-list__sub-header span {
  font-style: italic;
}

@media (max-width: 54.365em) {
  .match-list__sub-header span {
    display: block;
  }
}

.js .match-list__sub-header {
  cursor: pointer;
}

.js .match-list__sub-header:hover {
  background: #d9ebf7;
}

.js .match-list__sub-header:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -10px;
  height: 20px;
  width: 20px;
  color: #ffffff;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  background: #aed5ef;
  border-radius: 50%;
}

.js .match-list__sub-header.is-active:after {
  content: "-";
}

.match-list__content {
  padding: 0 20px;
}

@media (max-width: 54.365em) {
  .match-list__content {
    padding: 0;
  }
}

@media (max-width: 54.365em) {
  .match-list__item--level2 .match-list__content {
    padding: 20px 0;
  }
}

.match-list__content.is-hidden {
  display: none;
}

.match-list__content p, .match-list__content li {
  font-size: 14px;
}

.custom-select-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-select-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-select-opener {
  z-index: 3;
  display: block;
  width: 100%;
}

.custom-select-opener:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  background-image: url("/sites/all/themes/healthcareers/_lib/img/blue-down-arrow.png");
  background-repeat: no-repeat;
}

@media only screen and (min-width: 600px) {
  .custom-select-opener:after {
    right: 20px;
  }
}

.custom-select-container select {
  display: none;
  visibility: hidden;
}

.custom-select-panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  height: 0;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.custom-select-panel > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 15px 40px 10px 10px;
  height: auto;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-select-container.is-open .custom-select-panel {
  height: auto;
  border: 1px solid #acacac;
}

.custom-select-option {
  background-color: #ffffff;
}

.custom-select-option:hover {
  background-color: #e7f0f7;
}

.custom-select-option.has-focus {
  background-color: #e7f0f7;
}

.custom-select-optgroup:before {
  content: attr(data-label);
  display: block;
  padding: .5em;
  color: #888888;
}

/**
 * Styles for the sliding popup cookie notice
 */
#sliding-popup.sliding-popup-top {
  background-color: rgba(0, 0, 0, 0.8);
  height: auto !important;
  left: 0;
  padding-bottom: 40px;
  padding-top: 40px;
  position: fixed;
  top: 0 !important;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .35s ease-out;
  transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
  transition: transform .35s ease-out, -webkit-transform .35s ease-out;
  width: 100%;
}

.eu-cookie-compliance-processed #sliding-popup.sliding-popup-top {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#sliding-popup.sliding-popup-top .popup-content {
  text-align: center;
}

#sliding-popup.sliding-popup-top .popup-content #popup-text,
#sliding-popup.sliding-popup-top .popup-content #popup-buttons {
  float: none;
  max-width: 100%;
}

#sliding-popup.sliding-popup-top .popup-content #popup-text p {
  font: 1em sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

#sliding-popup.sliding-popup-top .popup-content #popup-text a {
  color: #aed5ef;
  text-decoration: underline;
}

#sliding-popup.sliding-popup-top .popup-content #popup-buttons {
  margin-bottom: 0;
}

#sliding-popup.sliding-popup-top .find-more-button {
  color: #aed5ef !important;
  display: block;
  margin: 20px auto 0;
}

#sliding-popup.sliding-popup-top .agree-button,
#sliding-popup.sliding-popup-top .decline-button {
  background-color: #1572b8;
  background-image: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  font-weight: 300;
  padding: 5px 10px;
  text-shadow: none;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

#sliding-popup.sliding-popup-top .agree-button:hover,
#sliding-popup.sliding-popup-top .decline-button:hover {
  background-color: #0f568b;
}

/* ==========================================================================
Video banner
========================================================================== */
.video-banner {
  position: relative;
  right: 50%;
  left: 50%;
  margin: 0 -50vw 16px;
  width: 100vw;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-overlay h1,
.video-overlay p {
  margin: 0;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.2;
}

.video-overlay h1,
.video-overlay p {
  font-size: 26px;
}

@media screen and (min-width: 320px) {
  .video-overlay h1,
  .video-overlay p {
    font-size: calc(26px + 34 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  .video-overlay h1,
  .video-overlay p {
    font-size: 60px;
  }
}

.video-overlay p {
  font-weight: 700;
}

.video-overlay p {
  font-size: 26px;
}

@media screen and (min-width: 320px) {
  .video-overlay p {
    font-size: calc(26px + 34 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  .video-overlay p {
    font-size: 60px;
  }
}

.video-container {
  position: relative;
  height: 180px;
  overflow: hidden;
  background-color: #000000;
}

.video-container--inner {
  position: absolute;
  top: 50%;
  padding-top: 56.25%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 48em) {
  .video-container {
    height: 430px;
  }
}

@media (min-width: 64em) {
  .video-container {
    height: 500px;
  }
}

@media (min-width: 100em) {
  .video-container {
    height: 600px;
  }
}

.video-container video {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-container__toggle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1572b8;
  border-radius: 50%;
  border: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  line-height: 1;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  z-index: 2;
}

.video-container__toggle:hover {
  background-color: #0f568b;
}

.video-container__toggle:focus {
  border: 4px solid #ffb81c;
}

.nursing-campaign .HomeCarousel {
  margin-bottom: 20px;
  width: 100%;
  min-height: 0;
  max-width: 1440px;
}

.nursing-campaign .HomeCarousel .Carousel a > div,
.nursing-campaign .HomeCarousel .Carousel span > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -.6px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nursing-campaign .HomeCarousel .Carousel a > div,
.nursing-campaign .HomeCarousel .Carousel span > div {
  font-size: 30px;
}

@media screen and (min-width: 300px) {
  .nursing-campaign .HomeCarousel .Carousel a > div,
  .nursing-campaign .HomeCarousel .Carousel span > div {
    font-size: calc(30px + 20 * (100vw - 300px) / 724);
  }
}

@media screen and (min-width: 1024px) {
  .nursing-campaign .HomeCarousel .Carousel a > div,
  .nursing-campaign .HomeCarousel .Carousel span > div {
    font-size: 50px;
  }
}

.nursing-campaign .HomeCarousel .Carousel-slideNum {
  display: none;
}

.nursing-campaign .HomeCarousel .slick-next,
.nursing-campaign .HomeCarousel .slick-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nursing-campaign h1 {
  color: #005eb8;
}

.nursing-campaign .ExpandList {
  margin: 20px 0;
}

.nursing-campaign .ExpandList .ExpandList-expandItem.is-expanded {
  border-radius: 0;
}

.nursing-campaign .ExpandList .ExpandList-expandItem.is-expanded > span {
  color: #ffffff;
  border-radius: 10px;
}

.nursing-campaign .ExpandList .ExpandList-expandItem.is-expanded > span.ExpandList-title {
  color: #ffffff;
}

.nursing-campaign .ExpandList .ExpandList-expandItem.is-expanded > button.ExpandList-expandItemToggle {
  border-color: #ffffff;
}

.nursing-campaign .ExpandList .ExpandList-expandItem.is-expanded > button.ExpandList-expandItemToggle:before, .nursing-campaign .ExpandList .ExpandList-expandItem.is-expanded > button.ExpandList-expandItemToggle:after {
  background-color: #ffffff;
}

.nursing-campaign .ExpandList .ExpandList-expandItem > span.ExpandList-title {
  padding: 20px 80px 20px 30px;
  color: #000000;
  border-radius: 10px;
  border-color: #1572b8;
}

.nursing-campaign .ExpandList .ExpandList-expandItem > span.ExpandList-title {
  font-size: 18px;
}

@media screen and (min-width: 300px) {
  .nursing-campaign .ExpandList .ExpandList-expandItem > span.ExpandList-title {
    font-size: calc(18px + 2 * (100vw - 300px) / 724);
  }
}

@media screen and (min-width: 1024px) {
  .nursing-campaign .ExpandList .ExpandList-expandItem > span.ExpandList-title {
    font-size: 20px;
  }
}

.nursing-campaign .ExpandList .ExpandList-expandItem > button.ExpandList-expandItemToggle {
  top: 5px;
  height: 50px;
  width: 50px;
  background-color: transparent;
  border: 2px solid #1572b8;
  border-radius: 50%;
}

@media (max-width: 38.74em) {
  .nursing-campaign .ExpandList .ExpandList-expandItem > button.ExpandList-expandItemToggle {
    top: 4px;
  }
}

.nursing-campaign .ExpandList .ExpandList-expandItem > button.ExpandList-expandItemToggle:before, .nursing-campaign .ExpandList .ExpandList-expandItem > button.ExpandList-expandItemToggle:after {
  background-color: #1572b8;
}

.nursing-campaign .ExpandList .ExpandList-expandItem > button.ExpandList-expandItemToggle:before {
  top: 11px;
  height: 30px;
  width: 4px;
}

.nursing-campaign .ExpandList .ExpandList-expandItem > button.ExpandList-expandItemToggle:after {
  left: 11px;
  height: 4px;
  width: 30px;
}

@supports (display: grid) {
  .nursing-campaign .ExpandList .ExpandList-expandItem > button.ExpandList-expandItemToggle:before {
    top: auto;
  }
  .nursing-campaign .ExpandList .ExpandList-expandItem > button.ExpandList-expandItemToggle:after {
    left: auto;
  }
}

.campaign-hero {
  position: relative;
}

.campaign-hero .Media {
  margin-top: 0;
  margin-bottom: 20px;
}

.campaign-hero__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.campaign-hero__overlay .field-type-text {
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.campaign-hero__overlay .field-type-text {
  font-size: 24px;
}

@media screen and (min-width: 300px) {
  .campaign-hero__overlay .field-type-text {
    font-size: calc(24px + 26 * (100vw - 300px) / 724);
  }
}

@media screen and (min-width: 1024px) {
  .campaign-hero__overlay .field-type-text {
    font-size: 50px;
  }
}

.campaign-video-rp {
  position: relative;
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.campaign-video-rp iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.campaign-gridBlock {
  margin: 20px 0;
}

.campaign-gridBlock .Spotlight--white {
  border: 2px solid #005eb8;
}

.campaign-gridBlock .Spotlight {
  height: 100%;
}

.campaign-gridBlock .Spotlight:not(.Spotlight--imageCaption) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

.campaign-gridBlock .Spotlight:not(.Spotlight--imageCaption) h3 {
  margin-top: 0;
}

.campaign-gridBlock .Spotlight.Spotlight--imageCaption {
  height: 300px;
}

.campaign-gridBlock .Spotlight.Spotlight--imageCaption.Spotlight--processed {
  height: auto;
}

.campaign-gridBlock .Spotlight.Spotlight--imageCaption:before, .campaign-gridBlock .Spotlight.Spotlight--imageCaption:after {
  bottom: 53px;
  background-color: #005eb8;
}

.campaign-gridBlock .Spotlight.Spotlight--imageCaption h4 {
  color: #005eb8;
}

.campaign-gridBlock .Spotlight.Spotlight--imageCaption > a > div {
  padding-right: 40px;
}

.Spotlight-life-story {
  height: auto;
}

.Spotlight-life-story h2,
.Spotlight-life-story h3 {
  margin-top: 0;
  color: #005eb8;
}

.Spotlight-life-story--inner {
  padding: 15px;
}

a.Spotlight-life-story__content .Spotlight-life-story--inner {
  color: #333333;
}

.Spotlight.Spotlight-life-story:before, .Spotlight.Spotlight-life-story:after {
  background-color: #005eb8;
}

.Spotlight-life-story__image {
  padding-top: 100%;
  height: 0;
}

.Spotlight-life-story__grid {
  margin-top: 20px;
}

.Spotlight.Spotlight--largeLinkImage .Spotlight-life-story__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  height: 120px;
  background-color: #ededed;
}

.Spotlight.Spotlight--largeLinkImage .Spotlight-life-story__content:hover h2,
.Spotlight.Spotlight--largeLinkImage .Spotlight-life-story__content:hover h3, .Spotlight.Spotlight--largeLinkImage .Spotlight-life-story__content:focus h2,
.Spotlight.Spotlight--largeLinkImage .Spotlight-life-story__content:focus h3 {
  color: #1572b8;
}

.Spotlight.Spotlight--largeLinkImage .Spotlight-life-story__content:hover svg, .Spotlight.Spotlight--largeLinkImage .Spotlight-life-story__content:focus svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  stroke: #1572b8;
}

.Spotlight.Spotlight--largeLinkImage .Spotlight-life-story__content h2,
.Spotlight.Spotlight--largeLinkImage .Spotlight-life-story__content h3 {
  color: #333333;
}

.Spotlight.Spotlight--largeLinkImage .Spotlight-life-story__content h2 {
  margin-top: 0;
}

.Spotlight.Spotlight--largeLinkImage .Spotlight-life-story__content h3 {
  margin: 0;
  font-size: 20px;
}

.Spotlight.Spotlight--largeLinkImage .Spotlight-life-story__content svg {
  margin-top: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.node-role-page h1,
.node-role-page h2 {
  color: #005eb8;
}

.node-roles-page h1,
.node-roles-page h2 {
  color: #005eb8;
}

.node-roles-page .field-type-text {
  margin: 50px 0 10px;
  color: #005eb8;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.node-roles-page .field-type-text-long {
  margin: 0 0 20px;
  color: #768692;
}

@media (max-width: 54.365em) {
  .campaign-hero,
  .nursing-campaign .HomeCarousel {
    margin-right: -5.5%;
    margin-left: -5.5%;
    width: 111.1%;
  }
}

@media (max-width: 38.74em) {
  .Spotlight-life-story {
    margin-bottom: 20px;
  }
  .campaign-gridBlock .Spotlight.Spotlight--imageCaption > a > div {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 30em) {
  .campaign-gridBlock .GridRow-gridElement--default {
    height: auto;
  }
  .Spotlight-life-story__image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 50%;
    width: 50%;
  }
}

@media (min-width: 38.75em) {
  .campaign-hero__overlay {
    max-width: 800px;
  }
  .campaign-gridBlock {
    min-width: 100%;
  }
  .campaign-gridBlock > div {
    margin-top: -20px;
  }
  .campaign-gridBlock > div > .GridRow-gridElement {
    margin-top: 20px;
  }
  .campaign-gridBlock .Spotlight {
    height: 100%;
  }
  .campaign-gridBlock .Spotlight.Spotlight--imageCaption {
    height: 350px;
  }
  .campaign-gridBlock .Spotlight.Spotlight--imageCaption > a > div {
    min-height: 125px;
  }
  .campaign-gridBlock .GridRow-gridElement--default {
    margin: 0;
    width: calc(100% / 2 - 10px);
  }
  .campaign-gridBlock--large {
    margin: -20px 0 0 -20px;
  }
  .campaign-gridBlock--large .GridRow-gridBlock {
    margin: 20px 0 0;
    padding-left: 20px;
    width: calc(50% - 20px);
  }
  .campaign-gridBlock--large .Spotlight.Spotlight--imageCaption {
    margin: 0;
    height: 455px;
  }
  .Spotlight-life-story__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .Spotlight-life-story__grid > * {
    margin: 0 15px 30px 15px;
    width: 100%;
    max-width: calc(100% / 2 - 30px);
  }
  @supports (display: grid) {
    .Spotlight-life-story__grid > * {
      margin: 0;
      width: auto;
      max-width: none;
    }
  }
  .Spotlight-life-story__grid .f-article + .f-article {
    margin-top: 0;
  }
  @supports (display: grid) {
    .Spotlight-life-story__grid {
      display: grid;
      grid-gap: 10px 20px;
      grid-template-columns: repeat(2, 1fr);
      margin-right: 0;
      margin-left: 0;
    }
  }
  .Spotlight-life-story--inner {
    padding-left: 20px;
    width: 50%;
  }
  .Spotlight-life-story__image {
    padding-top: 100%;
  }
  .Spotlight.Spotlight--largeLinkImage .Spotlight-life-story__content {
    height: 230px;
  }
}

@media (min-width: 54.375em) {
  .TertiaryNav + .nursing-campaign {
    float: left;
    margin-left: 20px;
    width: calc(80% - 20px);
  }
  .campaign-gridBlock.gridCol-2 .GridRow-gridElement--default {
    width: calc(100% / 2 - 10px);
  }
  .campaign-gridBlock.gridCol-3 .GridRow-gridElement--default {
    width: calc(100% / 3 - 14px);
  }
  .campaign-gridBlock.gridCol-4 .GridRow-gridElement--default {
    width: calc(100% / 4 - 15px);
  }
  .campaign-gridBlock .GridRow-gridElement--default {
    height: auto;
    width: calc(100% / 4 - 20px);
  }
  .campaign-gridBlock .GridRow-gridElement--default + .GridRow-gridElement--default {
    margin-bottom: 0;
    margin-left: 20px;
  }
  .Spotlight-life-story__image {
    padding-top: 50%;
    height: 0;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after, .share-icons li a a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /*
    * Hide for print
    */
  .Media--vidThumb {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
