@charset "UTF-8";
/* ==========================================================================
   Universal imports
   ========================================================================== */
/*
 * 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.
 */
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 {
  font-size: 2em;
  margin: 0.67em 0; }

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 {
  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"] {
  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 */
  /* 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; }

/* ==========================================================================
   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,
button,
input,
select,
textarea {
  color: #333; }

body {
  min-width: 320px; }

html {
  font-size: 1em;
  line-height: 1.4; }

.noselect, .form-checkboxes label,
.form-type-checkbox label,
.form-type-radio label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between 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 {
  border: 0;
  margin: 0;
  padding: 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: #f19929; }

dl dt {
  font-weight: bold;
  margin-top: 0.5em; }

dl dd {
  margin: 0; }

/* ==========================================================================
   Site Header
   ========================================================================== */
#cookie-banner {
  background-color: #1572b8;
  color: white;
  text-align: center;
  font-size: 0.8em;
  padding: 0.5em 1em;
  border-bottom: 2px solid #DEDEDE; }

.SiteHeader {
  *zoom: 1;
  background: #1572b8;
  color: #fff; }
  .SiteHeader:before,
  .SiteHeader:after {
    content: "";
    display: table; }
  .SiteHeader:after {
    clear: both; }
  .SiteHeader a {
    color: #fff; }
  .SiteHeader > div {
    *zoom: 1;
    margin: 0 auto;
    position: relative; }
    .SiteHeader > div:before,
    .SiteHeader > div:after {
      content: "";
      display: table; }
    .SiteHeader > div:after {
      clear: both; }
    @media all and (max-width: 63.99em) {
      .SiteHeader > div {
        min-height: 100px;
        width: 300px; } }
    @media all and (min-width: 64em) {
      .SiteHeader > div {
        width: 960px; } }
    @media all and (min-width: 90em) {
      .SiteHeader > div {
        width: 1440px; } }
  .SiteHeader .SiteHeader-userTools {
    list-style: none;
    padding: 0; }
    .SiteHeader .SiteHeader-userTools li {
      display: inline-block;
      font-size: 0.813em;
      margin: 0 4px; }
      .SiteHeader .SiteHeader-userTools li a {
        padding-left: 10px;
        position: relative; }
        .SiteHeader .SiteHeader-userTools li a.active {
          color: #fff; }
        .SiteHeader .SiteHeader-userTools li a:after {
          background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 0;
          content: '';
          display: block;
          height: 7px;
          left: 0;
          position: absolute;
          top: 4px;
          width: 4px; }
    @media all and (max-width: 63.99em) {
      .SiteHeader .SiteHeader-userTools {
        margin: 0;
        position: absolute;
        top: 0;
        right: 0; } }
    @media all and (min-width: 64em) {
      .SiteHeader .SiteHeader-userTools {
        float: right;
        margin: 28px 0 0;
        padding-right: 200px; } }
  @media all and (max-width: 63.99em) {
    .SiteHeader .SiteHeader-logo {
      position: absolute;
      right: 0;
      top: 35px; } }
  @media all and (min-width: 64em) {
    .SiteHeader .SiteHeader-logo {
      margin: 15px 0; } }
  @media all and (max-width: 63.99em) {
    .SiteHeader .SiteHeader-subLogo {
      display: none; } }
  @media all and (min-width: 64em) {
    .SiteHeader .SiteHeader-subLogo {
      float: right;
      position: absolute;
      top: 15px;
      right: 0; } }

.form-submit[disabled="disabled"] {
  background-color: white;
  color: #868686;
  border: 1px solid #ededed;
  cursor: not-allowed; }

.SiteSearch {
  font-size: 0.688em; }
  .SiteSearch .form-text {
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: none;
    padding: 4px; }
  .SiteSearch input.form-text,
  .SiteSearch input.form-submit {
    height: 22px;
    box-sizing: border-box; }
  .SiteSearch .form-submit {
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background: #fff url("/sites/all/themes/healthcareers/_lib/img/icon-search.png") no-repeat 50% 50%;
    border: none;
    height: 20px;
    margin-left: -3px;
    padding: 1px;
    text-indent: -999em;
    width: 39px; }
  @media all and (max-width: 63.99em) {
    .SiteSearch {
      display: none;
      margin: 20px 0; }
      .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.form-text[type="text"] {
        width: 260px; }
      .SiteSearch .block-search input[type="submit"] {
        float: right; }
      .SiteSearch.is-expanded {
        display: block; } }
  @media all and (min-width: 64em) {
    .SiteSearch {
      position: absolute;
      right: 0;
      top: 56px; } }

/* ==========================================================================
   Primary Nav
   ========================================================================== */
@media all and (max-width: 63.99em) {
  .MobileMenuToggle {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
    background: #fff url("/sites/all/themes/healthcareers/_lib/img/icon-mobile-menu.png") no-repeat 50% 50%;
    height: 30px;
    position: absolute;
    top: 44px;
    width: 30px; }
    .MobileMenuToggle:before {
      content: "";
      display: block;
      width: 0;
      height: 150%; }
    .no-js .MobileMenuToggle {
      display: none; } }

@media all and (min-width: 64em) {
  .MobileMenuToggle {
    display: none; } }

.PrimaryNav {
  margin-top: 15px; }
  .PrimaryNav ul {
    padding: 0; }
    .PrimaryNav ul ul {
      display: none; }
    .PrimaryNav ul li {
      list-style: none;
      margin: 0;
      padding: 0; }
      .PrimaryNav ul li.active a,
      .PrimaryNav ul li.active-trail a {
        background: #ededed;
        color: #1572b8; }
  @media all and (max-width: 63.99em) {
    .PrimaryNav {
      display: none;
      margin-top: 100px; }
      .PrimaryNav > ul > li {
        border-bottom: 1px solid #aed5ef; }
        .PrimaryNav > ul > li > a {
          display: block;
          padding: 0.5em; }
        .PrimaryNav > ul > li.active > a,
        .PrimaryNav > ul > li.active-trail > a {
          background: #f19929;
          color: #fff; }
      .PrimaryNav li.expanded > ul {
        display: block;
        margin-left: 20px; }
        .PrimaryNav li.expanded > ul > li > a {
          display: block; }
      .PrimaryNav.is-expanded {
        display: block; }
      .no-js .PrimaryNav {
        display: block; } }
  @media all and (min-width: 64em) {
    .PrimaryNav ul {
      float: left;
      margin: 0; }
      .PrimaryNav ul ul {
        display: none; }
      .PrimaryNav ul li {
        float: left;
        font-size: 1.313em;
        margin: 0 2px; }
        .PrimaryNav ul li a {
          border-radius: 4px 4px 0 0;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          display: block;
          padding: 8px 20px; }
        .PrimaryNav ul li.active a,
        .PrimaryNav ul li.active-trail a {
          background: #ededed;
          color: #1572b8; } }

/* ==========================================================================
   Section Nav
   ========================================================================== */
.SecondaryNav {
  *zoom: 1; }
  .SecondaryNav:before,
  .SecondaryNav:after {
    content: "";
    display: table; }
  .SecondaryNav:after {
    clear: both; }
  .SecondaryNav ul li {
    list-style: none; }
  @media all and (max-width: 63.99em) {
    .SecondaryNav ul {
      display: none; } }
  @media all and (min-width: 64em) {
    .SecondaryNav {
      background: #ededed; }
      .SecondaryNav > div {
        margin: 0 auto;
        position: relative; }
      .SecondaryNav ul {
        margin: 10px 0;
        overflow: hidden;
        padding: 0; }
        .SecondaryNav ul li {
          float: left;
          font-size: 0.938em;
          margin: 2px;
          padding: 0; }
          .SecondaryNav ul li a {
            border-radius: 4px;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */
            color: #4465a8;
            display: block;
            padding: 4px 20px;
            font-weight: bold; }
          .SecondaryNav ul li.active-trail a {
            background: #4465a8;
            color: #fff; }
        .SecondaryNav ul ul {
          display: none; } }
  @media all and (min-width: 64em) {
    .SecondaryNav > div {
      width: 972px; } }
  @media all and (min-width: 90em) {
    .SecondaryNav > div {
      width: 1452px; } }

.SecondaryNav--mobile {
  display: none;
  margin-top: 2em; }
  .SecondaryNav--mobile .SecondaryNav--mobile-label {
    width: 300px;
    margin: 0 auto; }
  .SecondaryNav--mobile select {
    display: block;
    margin: 0 auto; }
  @media all and (max-width: 63.99em) {
    .js .SecondaryNav--mobile {
      display: block; } }

/* ==========================================================================
   Primary Nav - Drupal
   ========================================================================== */
.ContentContainer .tabs {
  width: 100%;
  overflow: hidden; }

.drupal-messages * {
  word-wrap: break-word; }

.drupal-messages p {
  margin: 0; }

ul.primary {
  margin: 2em 0 1em;
  float: left;
  padding: 0; }
  ul.primary li a {
    padding: 0.5em 1.1em;
    border: none;
    background-color: #ededed;
    margin: 0 0.6em 0.6em 0;
    float: left; }
    ul.primary li a:hover {
      background-color: #ededed; }
  ul.primary li.active a {
    border: none;
    background-color: #1572b8;
    color: white; }
    ul.primary li.active a:hover {
      background-color: #358bd6; }

#user-login > *,
#user-login > * > * {
  float: left;
  clear: left; }

#user-login h1 {
  margin: 0.67em 0 0.1em; }

.article-coreDetails {
  background-color: #ebf2f8;
  border-left: 0.4em solid #1572b8;
  padding: 0.01em 1.2em; }
  .article-coreDetails p span {
    display: block; }
    .article-coreDetails p span:first-child {
      margin-bottom: 2em; }
  @media all and (max-width: 63.99em) {
    .article-coreDetails .CtaPri {
      margin-top: 0; } }
  @media all and (min-width: 64em) {
    .article-coreDetails {
      overflow: hidden; }
      .article-coreDetails p {
        width: 50%;
        float: left; }
        .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 {
  padding: 0;
  margin-top: 18px;
  margin-bottom: -18px;
  text-align: right; }
  .share-icons li {
    display: inline-block; }
    .share-icons li a {
      display: block;
      width: 28px;
      height: 28px; }
  .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"); }

.real-life-story-author-information p,
.real-life-story-author-information img {
  display: inline-block; }

.real-life-story-author-information img {
  height: 50px;
  width: auto;
  margin-right: 10px; }

@media all and (min-width: 64em) {
  .views-exposed-widget {
    margin-right: 2em;
    width: 16.5em;
    margin-bottom: 0.5em; }
    .node-resources-listing-page .views-exposed-widget {
      width: 22.8%; }
    .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: 0.3em 1em 0 0; }
    .views-exposed-widget select {
      width: 16em; }
    .views-exposed-widget label {
      margin: 0.5em 0 0.3em; } }

.views-exposed-widget small {
  margin-top: 0.5em; }
  @media all and (min-width: 64em) {
    .views-exposed-widget small {
      float: left;
      clear: left; } }

.views-submit-button {
  margin-top: 1em;
  margin-bottom: 1em; }
  @media all and (min-width: 64em) {
    .views-submit-button {
      margin-top: 2.12em; } }

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0; }

@media all and (max-width: 63.99em) {
  .container-inline-date .form-item input {
    width: 300px; } }

nav li a.active {
  color: white;
  text-decoration: underline; }

.toolsContent > form > div > label {
  font-size: 1.3em;
  margin: 1em 0 0.5em;
  float: left;
  clear: left; }

.toolsContent .form-radios {
  font-size: 0.9em; }
  .toolsContent .form-radios > div {
    float: left;
    clear: left; }
    .toolsContent .form-radios > div input {
      float: left;
      margin-top: 0.2em;
      margin-right: 0.5em; }
    .toolsContent .form-radios > div label {
      float: left; }

.contextual-links-region {
  clear: both; }

/* ==========================================================================
   Side Nav
   ========================================================================== */
.arrow_box {
  position: relative;
  padding-left: 14px; }

.arrow_box:before {
  left: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #1572b8;
  border-width: 8px;
  margin-top: -8px; }

.TertiaryNav ul li {
  list-style: none; }

@media all and (max-width: 63.99em) {
  .js .TertiaryNav ul {
    display: none; } }

@media all and (max-width: 63.99em) {
  .js .TertiaryNav .TertiaryNav-parentItem {
    display: none; } }

.TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem {
  font-size: 0.938em; }
  .TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem a {
    display: block;
    font-weight: bold;
    padding: 0.5em 0; }
    .TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem a.active {
      border-bottom: 1px solid #ccc;
      color: #b8007a;
      padding-left: 10px;
      position: relative; }
      .TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem a.active:after {
        background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -4px 0;
        content: '';
        display: block;
        height: 4px;
        left: 0;
        position: absolute;
        top: 16px;
        width: 7px; }
  .TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem.TertiaryNav-parentItem--back {
    margin: 40px 0 10px; }
    .TertiaryNav .TertiaryNav-rolesNav .TertiaryNav-parentItem.TertiaryNav-parentItem--back a {
      border-radius: 15px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      border: 1px solid #1572b8;
      padding: 6px 10px; }

@media all and (min-width: 64em) {
  .TertiaryNav {
    float: left;
    margin-right: 42px;
    min-height: 1em;
    width: 201px; }
    .TertiaryNav ul {
      padding: 0; }
      .TertiaryNav ul li {
        font-size: 0.938em;
        margin: 0;
        padding: 0; }
        .TertiaryNav ul li li {
          font-size: 1em; }
        .TertiaryNav ul li a {
          color: #1572b8;
          display: block; }
      .TertiaryNav ul ul {
        padding-left: 10px; }
    .TertiaryNav > nav > ul > li > a,
    .TertiaryNav > div > div > ul > li > a {
      font-weight: bold;
      padding: 0.5em 0; }
      .TertiaryNav > nav > ul > li > a.active,
      .TertiaryNav > div > div > ul > li > a.active {
        color: #b8007a;
        padding-left: 10px;
        position: relative; }
        .TertiaryNav > nav > ul > li > a.active:after,
        .TertiaryNav > div > div > ul > li > a.active:after {
          background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 0;
          content: '';
          display: block;
          height: 7px;
          left: 0;
          position: absolute;
          top: 14px;
          width: 4px; }
    .TertiaryNav > nav > ul > li.expanded,
    .TertiaryNav > div > div > ul > li.expanded {
      border-bottom: 1px solid #ccc; }
      .TertiaryNav > nav > ul > li.expanded > a,
      .TertiaryNav > div > div > ul > li.expanded > a {
        border-bottom: 1px solid #ccc;
        color: #b8007a;
        padding-left: 10px;
        position: relative; }
        .TertiaryNav > nav > ul > li.expanded > a:after,
        .TertiaryNav > div > div > ul > li.expanded > a:after {
          background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -4px 0;
          content: '';
          display: block;
          height: 4px;
          left: 0;
          position: absolute;
          top: 16px;
          width: 7px; }
    .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 {
        color: #333;
        position: relative; }
        .TertiaryNav > nav > ul > li li a.active:after,
        .TertiaryNav > div > div > ul > li li a.active:after {
          background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 -7px;
          content: '';
          display: block;
          height: 7px;
          left: 0;
          position: absolute;
          top: 16px;
          width: 4px; }
    .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 .TertiaryNav-rolesNav > nav {
        border-bottom: 1px solid #ccc; }
        .TertiaryNav .TertiaryNav-rolesNav > div.TertiaryNav-parentItem,
        .TertiaryNav .TertiaryNav-rolesNav > nav.TertiaryNav-parentItem {
          border-bottom: none; }
          .TertiaryNav .TertiaryNav-rolesNav > div.TertiaryNav-parentItem a,
          .TertiaryNav .TertiaryNav-rolesNav > nav.TertiaryNav-parentItem a {
            padding-left: 10px; }
        .TertiaryNav .TertiaryNav-rolesNav > div > ul,
        .TertiaryNav .TertiaryNav-rolesNav > nav > ul {
          margin-top: 0;
          padding-left: 10px; }
          .TertiaryNav .TertiaryNav-rolesNav > div > ul li a,
          .TertiaryNav .TertiaryNav-rolesNav > nav > ul li a {
            padding: 0.5em 0 0.5em 10px; }
            .TertiaryNav .TertiaryNav-rolesNav > div > ul li a.active,
            .TertiaryNav .TertiaryNav-rolesNav > nav > ul li a.active {
              color: #333;
              position: relative; }
              .TertiaryNav .TertiaryNav-rolesNav > div > ul li a.active:after,
              .TertiaryNav .TertiaryNav-rolesNav > nav > ul li a.active:after {
                background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 -7px;
                content: '';
                display: block;
                height: 7px;
                left: 0;
                position: absolute;
                top: 16px;
                width: 4px; } }

.TertiaryNav--mobile {
  display: none;
  margin-top: 2em; }
  @media all and (max-width: 63.99em) {
    .js .TertiaryNav--mobile {
      display: block; } }

div.contextual-links-wrapper {
  position: relative; }

/* ==========================================================================
   Content Container
   ========================================================================== */
.ContentContainer {
  *zoom: 1;
  margin: 0 auto;
  position: relative; }
  .ContentContainer:before,
  .ContentContainer:after {
    content: "";
    display: table; }
  .ContentContainer:after {
    clear: both; }
  @media all and (max-width: 63.99em) {
    .ContentContainer {
      width: 300px; } }
  @media all and (min-width: 64em) {
    .ContentContainer {
      width: 960px; } }

.node h2 {
  margin-top: 45px;
  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
   ========================================================================== */
.GridRow {
  margin: 12px -6px; }
  @media all and (min-width: 64em) {
    .GridRow {
      overflow: hidden; } }
  @media all and (min-width: 90em) {
    .GridRow {
      width: 972px; } }

@media all and (max-width: 63.99em) {
  .GridRow-gridBlock {
    margin: 1em 0; }
    .GridRow-gridBlock .GridRow-gridElement {
      margin: 1em 0; } }

@media all and (min-width: 64em) {
  .GridRow-gridBlock {
    float: left;
    height: 405px;
    margin: 0 6px;
    width: 474px;
    -webkit-transform: translateZ(0); }
    .GridRow-gridBlock > div {
      margin: -6px;
      overflow: hidden; }
    .GridRow-gridBlock .GridRow-gridElement {
      float: left;
      height: 197px;
      margin: 6px; }
    .GridRow-gridBlock .GridRow-gridElement--default {
      width: 231px; }
    .GridRow-gridBlock .GridRow-gridElement--wide {
      width: 474px; } }

@media all and (min-width: 64em) {
  .GridRow--small .GridRow-gridBlock {
    height: 197px; } }

/* ==========================================================================
   Columns
   ========================================================================== */
@media all and (min-width: 64em) {
  .Columns {
    *zoom: 1;
    margin: 15px -12px; }
    .Columns:before,
    .Columns:after {
      content: "";
      display: table; }
    .Columns:after {
      clear: both; }
    .Columns .Columns-col {
      float: left;
      margin: 15px 12px; }
    .Columns.Columns--two .Columns-col {
      width: 468px; }
    .Columns.Columns--three .Columns-col {
      width: 304px; } }

.StandardContent {
  margin-bottom: 3em; }
  @media all and (min-width: 64em) {
    .StandardContent .Columns.Columns--three .Columns-col {
      width: 212px; } }

.workbench-info-block {
  box-sizing: border-box;
  width: auto;
  overflow: hidden; }

/* ==========================================================================
   Media
   ========================================================================== */
.Media {
  margin: 2.5em 0; }

.Media--img img {
  width: 100%;
  height: auto; }

.Media--vid {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .Media--vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.Media--vidThumb {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .Media--vidThumb iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .Media--vidThumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .Media--vidThumb a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .Media--vidThumb a:after {
      background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -93px 0;
      content: '';
      display: block;
      height: 69px;
      margin: -35px 0 0 -35px;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 69px; }

/* ==========================================================================
   Spotlights
   ========================================================================== */
.Spotlight {
  height: 100%;
  overflow: hidden; }
  .Spotlight h3 {
    color: #333;
    font-size: 1.875em;
    font-weight: normal;
    line-height: 1em;
    margin: 15px 0; }
  .Spotlight p {
    font-size: 0.938em; }
  .Spotlight a:hover {
    text-decoration: none; }
  @media all and (max-width: 63.99em) {
    .Spotlight {
      background-image: none !important; } }
  .Spotlight.Spotlight--largeLink {
    position: relative; }
    .Spotlight.Spotlight--largeLink a {
      display: block;
      overflow: hidden;
      padding: 0 15px;
      position: relative;
      height: 100%;
      z-index: 2; }
    .Spotlight.Spotlight--largeLink:after {
      background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -42px 0;
      bottom: 15px;
      content: '';
      display: block;
      height: 30px;
      position: absolute;
      right: 15px;
      width: 30px;
      z-index: 1; }
    @media all and (max-width: 63.99em) {
      .Spotlight.Spotlight--largeLink a {
        padding-bottom: 40px; } }
  .Spotlight.Spotlight--largeLinkImage {
    background-repeat: no-repeat;
    position: relative; }
    .Spotlight.Spotlight--largeLinkImage a {
      display: block;
      height: 100%;
      overflow: hidden;
      padding: 0 15px;
      position: relative;
      z-index: 2; }
    .Spotlight.Spotlight--largeLinkImage:after {
      background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -42px 0;
      bottom: 15px;
      content: '';
      display: block;
      height: 30px;
      position: absolute;
      right: 15px;
      width: 30px;
      z-index: 1; }
    @media all and (max-width: 63.99em) {
      .Spotlight.Spotlight--largeLinkImage a {
        padding-bottom: 40px; } }
    @media all and (min-width: 64em) {
      .Spotlight.Spotlight--largeLinkImage a {
        padding-left: 258px; } }
  .Spotlight.Spotlight--carousel {
    background-color: #ededed;
    text-align: center; }
    .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: */
      background: #f19929;
      display: block;
      height: 10px;
      text-indent: -999em;
      width: 10px; }
      .Spotlight.Spotlight--carousel .bx-pager a.active {
        background: #ccc; }
    @media all and (max-width: 63.99em) {
      .Spotlight.Spotlight--carousel .Carousel li {
        width: 270px !important; } }
    @media all and (min-width: 64em) {
      .Spotlight.Spotlight--carousel .Carousel li {
        width: 201px !important; } }
  .Spotlight.Spotlight--textLink a:hover {
    text-decoration: underline; }
  .Spotlight.Spotlight--textLink.Spotlight--blue h3,
  .Spotlight.Spotlight--textLink.Spotlight--blue p,
  .Spotlight.Spotlight--textLink.Spotlight--pink h3,
  .Spotlight.Spotlight--textLink.Spotlight--pink p,
  .Spotlight.Spotlight--textLink.Spotlight--yellow h3,
  .Spotlight.Spotlight--textLink.Spotlight--yellow p,
  .Spotlight.Spotlight--textLink.Spotlight--yellowLight h3,
  .Spotlight.Spotlight--textLink.Spotlight--yellowLight p,
  .Spotlight.Spotlight--textLink.Spotlight--purple h3,
  .Spotlight.Spotlight--textLink.Spotlight--purple p {
    margin-left: 15px;
    margin-right: 15px; }
  .Spotlight.Spotlight--imageCaption a {
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 0 15px; }
  @media all and (max-width: 63.99em) {
    .Spotlight.Spotlight--imageCaption {
      background-color: #ededed; } }
  @media all and (min-width: 64em) {
    .Spotlight.Spotlight--imageCaption {
      position: relative; }
      .Spotlight.Spotlight--imageCaption h3 {
        color: #1572b8;
        font-size: 1.5em; }
      .Spotlight.Spotlight--imageCaption > a > div {
        background: #fff;
        left: 15px;
        padding: 0 15px;
        position: absolute;
        right: 15px;
        bottom: 15px; } }
  .Spotlight.Spotlight--infographic a {
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 0 15px; }
  @media all and (min-width: 64em) {
    .Spotlight.Spotlight--infographic {
      padding-right: 280px; } }
  .Spotlight.Spotlight--bracket h3 {
    color: #fff; }
  .Spotlight.Spotlight--bracket a {
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 0 15px; }
  @media all and (max-width: 63.99em) {
    .Spotlight.Spotlight--bracket {
      background: #b8007a; } }
  .Spotlight.Spotlight--quote blockquote {
    margin: 1em 15px; }
    .Spotlight.Spotlight--quote blockquote p {
      color: #333;
      font-size: 1.75em;
      padding: 0 55px 0 50px;
      position: relative; }
      .Spotlight.Spotlight--quote blockquote p:before {
        background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 -86px;
        content: '';
        display: block;
        height: 26px;
        left: 0;
        position: absolute;
        top: 0;
        width: 38px; }
      .Spotlight.Spotlight--quote blockquote p:after {
        background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 -112px;
        bottom: 0;
        content: '';
        display: block;
        height: 26px;
        position: absolute;
        right: 14px;
        width: 38px; }
  .Spotlight.Spotlight--blue {
    background-color: #aed5ef; }
  .Spotlight.Spotlight--pink {
    background-color: #e1b4cf; }
  .Spotlight.Spotlight--yellow {
    background-color: #f19929; }
  .Spotlight.Spotlight--yellowLight {
    background-color: #fbddb6; }
  .Spotlight.Spotlight--purple {
    background-color: #d1d5e9; }
  .Spotlight.Spotlight--white {
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #e1e1e1; }
    .Spotlight.Spotlight--white.Spotlight--largeLink:after,
    .Spotlight.Spotlight--white.Spotlight--largeLinkImage:after {
      background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 -56px; }

.no-js .Carousel li {
  position: relative;
  width: 798px;
  margin: 0 auto 3em; }
  @media all and (max-width: 63.99em) {
    .no-js .Carousel li {
      width: auto;
      margin-bottom: 1em; } }

.spotlight-bracket--people {
  background-image: url("/sites/all/themes/healthcareers/_lib/img/brackets-whiteBlockout.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 50%; }
  .no-svg .spotlight-bracket--people {
    background-image: url("/sites/all/themes/healthcareers/_lib/img/brackets-whiteBlockout.png"); }
  @media all and (max-width: 63.99em) {
    .spotlight-bracket--people {
      background-image: none; } }
  .spotlight-bracket--people a {
    display: block;
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 2em 0 0.8em; }

@media all and (max-width: 63.99em) {
  .peopleGraphic img {
    display: none; } }

/* ==========================================================================
   Aside
   ========================================================================== */
.Aside.Aside--quote blockquote {
  margin: 1em 15px; }
  .Aside.Aside--quote blockquote p {
    color: #333;
    font-size: 1.250em;
    padding: 0 55px 0 50px;
    position: relative; }
    .Aside.Aside--quote blockquote p:before {
      background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 -86px;
      content: '';
      display: block;
      height: 26px;
      left: 0;
      position: absolute;
      top: 0;
      width: 38px; }
    .Aside.Aside--quote blockquote p:after {
      background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 -112px;
      bottom: 0;
      content: '';
      display: block;
      height: 26px;
      position: absolute;
      right: 14px;
      width: 38px; }

.Aside.Aside--bracket {
  border-radius: 0 20px 20px 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #b8007a url("/sites/all/themes/healthcareers/_lib/img/bg-aside-bracket.png") 0 50% no-repeat;
  color: #fff;
  font-size: 1.250em;
  padding: 30px;
  position: relative; }
  @media all and (min-width: 64em) {
    .Aside.Aside--bracket {
      margin-left: 31px; }
      .Aside.Aside--bracket:after {
        background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -11px 0;
        content: '';
        display: block;
        height: 28px;
        left: 0;
        margin-left: -31px;
        position: absolute;
        top: 0;
        width: 31px; }
      .Aside.Aside--bracket:before {
        background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -11px -28px;
        bottom: 0;
        content: '';
        display: block;
        height: 28px;
        left: 0;
        margin-left: -31px;
        position: absolute;
        width: 31px; } }

.Aside.Aside--img .Media {
  margin: 1em 15px; }

@media all and (min-width: 64em) {
  .Aside.Aside--right {
    float: right;
    width: 280px; } }

@media all and (min-width: 64em) {
  .Aside.Aside--left {
    float: left;
    width: 280px; } }

/* ==========================================================================
   CTAs
   ========================================================================== */
.CtaPri {
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #f19929;
  color: #fff;
  display: inline-block;
  margin: 1em 0;
  padding: 6px 42px 6px 8px;
  position: relative; }
  .CtaPri:after {
    background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 -14px;
    content: '';
    display: block;
    height: 12px;
    margin: -6px 0 0;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px; }

/* ==========================================================================
   Home
   ========================================================================== */
.LandingHeader {
  text-align: center; }
  .LandingHeader h1 {
    color: #333;
    font-weight: normal; }
    .LandingHeader h1 strong {
      color: #1572b8; }
  @media all and (max-width: 63.99em) {
    .LandingHeader h1 {
      font-size: 1.5em; } }

.MoreInformation {
  margin: 20px 0;
  text-align: center; }
  .MoreInformation h2 {
    font-size: 1.875em;
    font-weight: normal; }
  .MoreInformation > a {
    background: #f19929;
    color: #fff;
    display: inline-block;
    font-size: 1.875em;
    font-weight: bold;
    position: relative;
    padding: 0.5em 50px 0.5em 1em; }
    @media all and (max-width: 63.99em) {
      .MoreInformation > a {
        box-sizing: border-box;
        width: 300px; } }
    .MoreInformation > a:after {
      background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -72px 0;
      content: '';
      display: block;
      height: 12px;
      margin-top: -6px;
      position: absolute;
      right: 16px;
      top: 50%;
      width: 21px; }
  .MoreInformation .MoreInformation-content {
    background: #1572b8;
    color: #fff;
    overflow: hidden; }
    .MoreInformation .MoreInformation-content > div {
      margin: 0 auto; }
    .MoreInformation .MoreInformation-content .Spotlight.Spotlight--carousel {
      background: transparent;
      margin: 1.5em 0;
      text-align: center; }
      .MoreInformation .MoreInformation-content .Spotlight.Spotlight--carousel .Carousel li {
        border-bottom: 1px solid #aed5ef;
        border-top: 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: #fff; }
    .MoreInformation .MoreInformation-content .Spotlight.Spotlight--textLink {
      border-bottom: 1px solid #aed5ef;
      border-top: 1px solid #aed5ef;
      margin: 2em 0; }
      .MoreInformation .MoreInformation-content .Spotlight.Spotlight--textLink a {
        color: #fff;
        border: 1px solid white;
        padding: 0.4em;
        box-sizing: border-box;
        border-radius: 4px;
        display: inline-block; }
        .MoreInformation .MoreInformation-content .Spotlight.Spotlight--textLink a:hover {
          text-decoration: underline; }
    @media all and (max-width: 63.99em) {
      .MoreInformation .MoreInformation-content > div {
        width: 300px; } }
    @media all and (min-width: 64em) {
      .MoreInformation .MoreInformation-content > div {
        width: 972px; }
        .MoreInformation .MoreInformation-content > div > div {
          float: left;
          margin: 0 8px;
          text-align: left;
          width: 223px; } }
    .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-bottom: 60px; }
  .TwitterFeed > h2 {
    background: #aed5ef url("/sites/all/themes/healthcareers/_lib/img/bg-down-bracket-blue.png") no-repeat 50% 100%;
    padding: 20px 0 48px;
    text-align: center; }
  .TwitterFeed .TwitterFeed-tweet {
    border-top: 1px solid #ededed;
    margin: 1em 0; }
    .TwitterFeed .TwitterFeed-tweet:first-of-type {
      border: none; }
  .TwitterFeed .TwitterFeed-header {
    margin: 1em 0; }
    .TwitterFeed .TwitterFeed-header .Media {
      margin: 0 10px 0 0;
      display: inline-block;
      width: 45px;
      height: 45px; }
    .TwitterFeed .TwitterFeed-header .TwitterFeed-author {
      font-weight: bold; }
    .TwitterFeed .TwitterFeed-header .TwitterFeed-userName {
      color: #aaa; }
    .TwitterFeed .TwitterFeed-header .TwitterFeed-dateTime {
      color: #aaa;
      margin-top: 0.5em;
      display: inline-block; }

/* ==========================================================================
   Carousel
   ========================================================================== */
.Carousel {
  list-style: none;
  margin: 0;
  padding: 0; }
  .Carousel li {
    height: 405px;
    background-color: #e0e0e0; }
    @media all and (max-width: 63.99em) {
      .Carousel li {
        background-color: transparent;
        height: auto; } }

.HomeCarousel {
  max-height: 405px;
  height: 405px;
  overflow: hidden;
  position: relative; }
  @media all and (max-width: 63.99em) {
    .HomeCarousel {
      height: auto; } }
  .no-js .HomeCarousel {
    max-height: none;
    height: auto; }
  .HomeCarousel > div > .bx-viewport {
    width: 960px; }
    @media all and (max-width: 63.99em) {
      .HomeCarousel > div > .bx-viewport {
        width: 100%; } }
  .HomeCarousel .Carousel li > a {
    color: #333; }
  .HomeCarousel .bx-controls-direction a {
    height: 48px;
    position: absolute;
    text-indent: -999em;
    width: 48px;
    outline: 0; }
    .HomeCarousel .bx-controls-direction a:after {
      background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 0;
      content: '';
      display: block;
      height: 48px;
      position: absolute;
      top: 0;
      width: 48px; }
    .HomeCarousel .bx-controls-direction a.bx-prev:after {
      background-position: -42px -30px; }
    .HomeCarousel .bx-controls-direction a.bx-next:after {
      background-position: -42px -78px; }
    .HomeCarousel .bx-controls-direction a::-moz-focus-inner {
      border: none; }
  @media all and (max-width: 63.99em) {
    .HomeCarousel .Carousel li > a img {
      width: 100%; }
    .HomeCarousel .bx-controls-direction a {
      bottom: 0; }
      .HomeCarousel .bx-controls-direction a.bx-prev {
        left: 0; }
      .HomeCarousel .bx-controls-direction a.bx-next {
        right: 0; }
    .HomeCarousel .Carousel-slideNum {
      display: block;
      line-height: 48px;
      height: 48px;
      text-align: center; } }
  @media all and (min-width: 64em) {
    .HomeCarousel .bx-wrapper {
      margin: 0;
      max-width: 960px !important; }
    .HomeCarousel .bx-viewport {
      padding-left: 81px;
      width: 879px !important;
      /* 960px - 81px */ }
    .HomeCarousel .Carousel li > a > div {
      background: #fff;
      bottom: 66px;
      left: 81px;
      right: 81px;
      padding: 0 40px;
      position: absolute; }
    .HomeCarousel .bx-controls-direction a {
      top: 177px; }
      .HomeCarousel .bx-controls-direction a.bx-prev {
        left: 10px; }
      .HomeCarousel .bx-controls-direction a.bx-next {
        right: 10px; }
    .HomeCarousel .Carousel-slideNum {
      background: #ededed;
      color: #1572b8;
      top: 339px;
      font-size: 0.750em;
      left: 81px;
      padding: 6px 8px;
      position: absolute; } }
  @media all and (min-width: 90em) {
    .HomeCarousel {
      margin: 0 auto;
      width: 960px; } }

/* ==========================================================================
   Standard Content
   ========================================================================== */
.StandardContent ul {
  overflow: hidden; }

@media all and (min-width: 64em) {
  .StandardContent {
    float: right; } }

@media all and (min-width: 64em) {
  .StandardContent {
    width: 717px; } }

.IntroCopy {
  font-size: 1.5em; }

.PartnerLogos .Media--img {
  margin: 0;
  text-align: center; }
  .PartnerLogos .Media--img img {
    width: auto; }

/* ==========================================================================
   Roles
   ========================================================================== */
.ContentTools {
  list-style: none;
  margin: 2.25em 0;
  padding: 0;
  clear: both; }
  .ContentTools .ContentTools-toolsItem {
    display: inline-block;
    margin: 0.25em 0;
    float: left;
    margin-right: 1em; }
    .ContentTools .ContentTools-toolsItem a,
    .ContentTools .ContentTools-toolsItem button {
      border-radius: 17px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background: #1572b8;
      border: 1px solid #1572b8;
      color: #fff;
      display: block;
      line-height: 1.4em;
      padding: 4px 12px; }
      .ContentTools .ContentTools-toolsItem a:hover,
      .ContentTools .ContentTools-toolsItem button:hover {
        text-decoration: underline; }

/* ==========================================================================
   Listing
   ========================================================================== */
.ListingContent {
  position: relative; }
  .ListingContent .view-course-finder .views-row {
    border-top: 1px solid #606060; }
    .ListingContent .view-course-finder .views-row > a h2 {
      margin-bottom: 0; }
    .ListingContent .view-course-finder .views-row > a p {
      margin: 0.2em 0 0; }
    .ListingContent .view-course-finder .views-row .Columns--three {
      margin-top: 0; }
    .ListingContent .view-course-finder .views-row .Columns-col {
      margin-top: 0.4em; }
      .ListingContent .view-course-finder .views-row .Columns-col p {
        border: 0.08em solid #606060;
        color: #606060;
        border-radius: 0.3em;
        padding: 0.6em;
        word-wrap: break-word; }
        .ListingContent .view-course-finder .views-row .Columns-col p a {
          display: block;
          margin: -0.68em;
          padding: 0.6em;
          color: #1572b8; }
      .ListingContent .view-course-finder .views-row .Columns-col .enquiries_address {
        border: 0.08em solid #606060;
        border-radius: 0.3em;
        padding: 0.6em;
        margin-top: 1em; }
        .ListingContent .view-course-finder .views-row .Columns-col .enquiries_address p {
          padding: 0;
          margin: 0;
          border: none; }
        .ListingContent .view-course-finder .views-row .Columns-col .enquiries_address p + p {
          margin-top: 0.2em; }
  .ListingContent .listing-meta {
    display: block;
    font-size: 0.875em;
    margin: 1em 0; }
  .ListingContent.ListingThumbs .views-row {
    padding-left: 120px;
    height: auto;
    min-height: 135px; }
  .ListingContent.ListingThumbs .Media--thumb {
    position: absolute;
    left: 0;
    margin: 8px 0; }

/* ==========================================================================
   News
   ========================================================================== */
.views-row .Media--thumb a {
  word-wrap: break-word;
  color: black;
  max-width: 100px;
  width: auto;
  display: block; }

.node-news-listing-page .views-widget-filter-title {
  margin: 0;
  padding: 0; }
  .node-news-listing-page .views-widget-filter-title input {
    box-sizing: border-box;
    width: 100%; }
  @media all and (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 {
    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 all and (min-width: 64em) {
    .node-news-listing-page .views-widget-filter-field_date_posted_value {
      margin-right: 3%;
      width: 57% !important; }
      .node-news-listing-page .views-widget-filter-field_date_posted_value > .views-widget > div {
        float: left;
        width: 47%; }
        .node-news-listing-page .views-widget-filter-field_date_posted_value > .views-widget > div:first-child {
          margin-right: 5%; } }

.node-news-listing-page .views-submit-button {
  margin: 0;
  padding: 0; }
  .node-news-listing-page .views-submit-button input.form-submit {
    box-sizing: border-box;
    margin-top: 34px;
    width: 100%; }
    @media all and (max-width: 63.99em) {
      .node-news-listing-page .views-submit-button input.form-submit {
        margin-top: 15px; } }
  @media all and (min-width: 64em) {
    .node-news-listing-page .views-submit-button {
      width: 10%; } }

/* ==========================================================================
   Events
   ========================================================================== */
.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 all and (max-width: 63.99em) {
    .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: white; }

.filterWrapper {
  box-sizing: border-box; }
  .data-top .filterWrapper,
  .data-bottom .filterWrapper {
    position: fixed !important;
    top: 0;
    z-index: 3; }
  .data-top-bottom .filterWrapper {
    display: none; }
  .no-js .filterWrapper {
    position: relative; }
  .filterWrapper.is-fixed {
    position: fixed; }
  .node-events-listing-page .filterWrapper {
    position: absolute; }
  .filterWrapper .views-exposed-form input, .filterWrapper .views-exposed-form select {
    margin-top: 34px; }
  .filterWrapper .views-widget-filter-combine input, .filterWrapper .views-widget-filter-combine select {
    margin-top: 0; }

.filterCollapse {
  display: block;
  background: #e6e6e6;
  padding: 0.625em;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  width: 960px; }
  .filterCollapse:before {
    content: "Close\ "; }
  .filterCollapse:after {
    display: inline-block;
    float: right;
    content: "\25b2"; }
  .filterCollapse.expand:before {
    content: "Open\ "; }
  .filterCollapse.expand:after {
    content: "\25bc"; }
  @media all and (max-width: 63.99em) {
    .filterCollapse {
      width: 300px;
      position: fixed;
      bottom: 0;
      z-index: 3; }
      .filterCollapse:after {
        content: "\25bc"; }
      .filterCollapse.expand:after {
        content: "\25b2"; } }
  @media all and (min-width: 64em) {
    .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 {
  box-sizing: border-box;
  background: #f4f4f4;
  border: 1px solid #d8d8d8;
  padding: 2em;
  position: absolute;
  width: 100%;
  z-index: 3;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 42px); }
  @media all and (max-width: 63.99em) {
    .ListingStickyFilter {
      bottom: 42px;
      height: auto;
      position: fixed; } }
  @media all and (min-width: 64em) {
    .ListingStickyFilter {
      overflow: visible; } }
  .ListingStickyFilter form {
    overflow: visible; }
  @media all and (max-width: 63.99em) {
    .ListingStickyFilter .views-exposed-form .views-exposed-widget {
      float: none; } }
  .ListingStickyFilter .views-widget-filter-field_career_areas_tid > .views-widget, .ListingStickyFilter .views-widget-filter-field_career_areas_tid > .form-checkboxes {
    display: none;
    background-color: white;
    position: absolute;
    max-height: 300px;
    overflow: scroll !important;
    border: 1px solid #CECECE;
    margin-top: -4px; }
    .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 all and (max-width: 63.99em) {
      .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: 50% !important; }
    @media all and (max-width: 63.99em) {
      .ListingStickyFilter .views-widget-filter-field_date_posted_value {
        width: 100% !important; } }
    .ListingStickyFilter .views-widget-filter-field_date_posted_value .views-widget > div {
      width: 47%; }
      @media all and (max-width: 63.99em) {
        .ListingStickyFilter .views-widget-filter-field_date_posted_value .views-widget > div {
          width: 100%; } }
  .ListingStickyFilter .views-widget-filter-field_career_areas_tid {
    width: 25%;
    position: relative; }
    @media all and (max-width: 63.99em) {
      .ListingStickyFilter .views-widget-filter-field_career_areas_tid {
        width: 100%; } }
    .ListingStickyFilter .views-widget-filter-field_career_areas_tid > label {
      background-color: white;
      padding: 14px;
      margin-top: 20px;
      cursor: pointer;
      font-weight: normal;
      position: relative;
      font-size: 0.875em; }
      .node-news-listing-page .ListingStickyFilter .views-widget-filter-field_career_areas_tid > label {
        margin-top: 33px; }
        @media all and (max-width: 63.99em) {
          .node-news-listing-page .ListingStickyFilter .views-widget-filter-field_career_areas_tid > label {
            margin-top: 14px; } }
      @media all and (max-width: 63.99em) {
        .ListingStickyFilter .views-widget-filter-field_career_areas_tid > label {
          margin-top: 0; } }
      .ListingStickyFilter .views-widget-filter-field_career_areas_tid > label:after {
        background-image: url("/sites/all/themes/healthcareers/_lib/img/sprite.png");
        content: "";
        display: block;
        position: absolute;
        right: 10px;
        top: 18px;
        width: 25px;
        height: 11px;
        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;
      width: auto;
      margin-left: 10px; }
  .ListingStickyFilter .views-submit-button {
    width: 18.3%;
    clear: none !important; }
    .node-resources-listing-page .ListingStickyFilter .views-submit-button {
      margin-right: 0; }
    @media all and (max-width: 63.99em) {
      .ListingStickyFilter .views-submit-button {
        width: 100%; } }
  .no-js .ListingStickyFilter {
    position: relative; }
  .no-skrollr.touch .ListingStickyFilter {
    bottom: 42px;
    height: auto;
    position: fixed; }
  .ListingStickyFilter form > div {
    float: left;
    margin: 0 1%;
    width: 23%; }
    @media all and (min-width: 64em) {
      .node-events-listing-page .ListingStickyFilter form > div {
        width: 31.3%; } }
    .ListingStickyFilter form > div.form-item-event-region {
      margin-top: 20px; }
    @media all and (max-width: 63.99em) {
      .ListingStickyFilter form > div {
        width: 100%;
        margin: 0; }
        .ListingStickyFilter form > div + div {
          margin-top: 1em; } }
    .ListingStickyFilter form > div input,
    .ListingStickyFilter form > div select {
      border: none;
      box-sizing: border-box;
      padding: 1em;
      width: 100%;
      font-size: 0.875em; }
      @media all and (max-width: 63.99em) {
        .ListingStickyFilter form > div input,
        .ListingStickyFilter form > div select {
          font-size: 1em; } }
    .ListingStickyFilter form > div input[type="submit"] {
      margin-top: 22px; }
      @media all and (max-width: 63.99em) {
        .ListingStickyFilter form > div input[type="submit"] {
          margin-top: 0; } }
    .ListingStickyFilter form > div:first-child {
      float: none;
      margin-bottom: 1em;
      width: auto; }
      @media all and (max-width: 63.99em) {
        .ListingStickyFilter form > div:first-child {
          margin-bottom: 0; } }
  .ListingStickyFilter #views-exposed-form-resources-block .views-widget-filter-field_career_areas_tid > label {
    margin-top: 20px; }
    .node-resources-listing-page .ListingStickyFilter #views-exposed-form-resources-block .views-widget-filter-field_career_areas_tid > label {
      margin-top: 34px; }
  @media all and (max-width: 63.99em) {
    .ListingStickyFilter {
      width: 300px; } }
  @media all and (min-width: 64em) {
    .ListingStickyFilter {
      width: 960px; } }

@media all and (max-width: 63.99em) {
  .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 ul ul {
    max-height: calc(100vh - 13em);
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
    width: 80px; }
    .ListingNav ul ul * {
      direction: ltr; }
  .no-js .ListingNav {
    top: 273px; }
  .data-top .ListingNav {
    position: fixed; }
  .data-bottom .ListingNav {
    position: absolute;
    bottom: 0;
    top: auto;
    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-bottom: 1.5em;
    margin-top: 0; }
  .ListingNav li {
    font-size: 0.75em; }
    .ListingNav li:nth-child(odd) a {
      background: #e4e4e4; }
    .ListingNav li a {
      display: block;
      background: #d8d8d8;
      color: #333;
      padding: 1em 0;
      text-indent: -999em;
      width: 24px;
      position: relative;
      height: 3.5em;
      box-sizing: border-box;
      cursor: pointer; }
      .ListingNav li a span {
        cursor: pointer;
        display: none;
        height: 100%;
        box-sizing: border-box;
        background: #cfdef3;
        position: absolute;
        left: 24px;
        top: 0;
        padding: 0.5em;
        text-indent: 0;
        width: 40px; }
        .ListingNav li a span.arrow {
          left: 0;
          padding: 1em 0.2em;
          font-size: 3em;
          line-height: 0.1em;
          margin-top: -.3em;
          background-color: transparent; }
      .ListingNav li a.active {
        background: #b4d1f4; }
        .ListingNav li a.active span {
          display: block;
          color: #222; }
      .ListingNav li a.jump {
        background-color: #e4e4e4;
        text-indent: 0;
        width: auto;
        padding: 1em 0.8em;
        color: #222;
        text-decoration: none;
        text-align: center; }
        .ListingNav li a.jump:hover {
          background: #a3c0e2; }
      .ListingNav li a:focus {
        outline: 0;
        border: 0; }
      .ListingNav li a:hover {
        background: #a3c0e2; }
        .ListingNav li a:hover span {
          display: block;
          color: #222; }
      .no-skrollr.touch .ListingNav li a span {
        background-color: #e4e4e4;
        display: block; }
  .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 all and (max-width: 63.99em) {
        .query-params-inner ul li {
          display: block; } }
      .query-params-inner ul li a {
        background: #1572b8;
        color: #fff;
        display: block;
        padding: 0.5em 30px 0.5em 0.5em;
        position: relative; }
        .query-params-inner ul li a:after {
          content: "x";
          position: absolute;
          right: 0.5em;
          top: 0.5em; }

.ListingDate {
  padding-top: 42px;
  padding-left: 80px; }
  @media all and (max-width: 63.99em) {
    .ListingDate {
      padding-left: 0;
      padding-top: 0;
      font-size: 0.85em; } }
  .no-skrollr.touch .ListingDate {
    padding-top: 0; }
  .ListingDate .ListingDate-month {
    position: relative;
    padding-top: 3.5em;
    margin-bottom: 2em; }
    .ListingDate .ListingDate-month:last-child {
      margin-bottom: 0; }
    .ListingDate .ListingDate-month > h2 {
      background: white;
      border-bottom: 1px solid #4465a8;
      margin: 0;
      padding: 0.5em 0;
      position: absolute;
      top: 0;
      z-index: 2; }
      @media all and (max-width: 63.99em) {
        .ListingDate .ListingDate-month > h2 {
          width: 300px; } }
      @media all and (min-width: 64em) {
        .ListingDate .ListingDate-month > h2 {
          width: 880px; } }
    .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 {
      padding-left: 30px;
      position: relative; }
      .ListingDate .ListingDate-month .ListingDate-day > h3 {
        font-size: 1.5em;
        line-height: 1.25;
        margin: 0 0 0 -30px;
        position: absolute; }
        @media all and (max-width: 63.99em) {
          .ListingDate .ListingDate-month .ListingDate-day > h3 {
            font-size: 1.3em;
            margin: 0.6em 0 0 -30px;
            position: relative; } }
        .ListingDate .ListingDate-month .ListingDate-day > h3 span {
          display: none; }
          @media all and (max-width: 63.99em) {
            .ListingDate .ListingDate-month .ListingDate-day > h3 span {
              display: inline-block; } }
      .ListingDate .ListingDate-month .ListingDate-day h4 {
        margin-bottom: 0; }
        @media all and (max-width: 63.99em) {
          .ListingDate .ListingDate-month .ListingDate-day h4 {
            margin-top: 0.8em; } }
      .ListingDate .ListingDate-month .ListingDate-day p {
        margin-top: 0.5em; }

#infscr-loading {
  position: absolute; }

@media all and (min-width: 64em) {
  .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: #d8d8d8; }
  .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-left: 80px;
    padding-top: 40px; }
  .more-buttons #load-more-button {
    background-color: #cfdef3;
    padding: 10px;
    color: #fff;
    margin: 0 80px;
    display: block;
    text-align: center; }
  .more-buttons #load-more-button:hover {
    background-color: #1572b8; }
  .ListingDate .ListingDate-month .ListingDate-day {
    padding-left: 40px; }
  .ListingDate .ListingDate-month .ListingDate-day > h3 {
    margin: 0 0 0 -40px; } }

@media all and (max-width: 63.99em) {
  .more-buttons {
    padding-top: 40px; }
  .more-buttons #load-more-button {
    background-color: #cfdef3;
    padding: 10px;
    color: #fff;
    margin: 0;
    display: block;
    text-align: center; }
  .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: #ccc; }

.ListingDate h4.no-events {
  color: #1572b8;
  margin-top: 50px;
  text-align: center; }

.container-inline-date .form-item,
.container-inline-date .form-item input {
  width: 100%; }

.container-inline-date .date-padding {
  clear: both;
  padding: 0;
  width: 100% !important; }

/* ==========================================================================
   Course finder
   ========================================================================== */
.CourseFinderSearch {
  padding-bottom: 25px; }

/* ==========================================================================
   Explore list
   ========================================================================== */
.ExploreList {
  list-style: none;
  padding: 0; }
  @media all and (min-width: 64em) {
    .ExploreList {
      margin: 0 auto;
      width: 600px; } }
  .ExploreList *::-moz-selection {
    background: none; }
  .ExploreList *::selection {
    background: none; }
  .ExploreList ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .ExploreList .ExploreList-exploreItem--level1 {
    font-size: 1.188em;
    margin: 10px 0 0;
    position: relative; }
    .ExploreList .ExploreList-exploreItem--level1 > ul {
      opacity: 0;
      overflow: hidden;
      height: 0; }
    .ExploreList .ExploreList-exploreItem--level1 > a {
      border-radius: 32px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      transition: background-color 0.25s ease;
      border: 2px solid #f19929;
      display: block;
      font-weight: bold;
      padding: 20px 60px 20px 30px; }
      .ExploreList .ExploreList-exploreItem--level1 > a:hover {
        background: #f19929;
        color: #fff;
        text-decoration: none; }
    .ExploreList .ExploreList-exploreItem--level1 > span {
      border-radius: 32px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      transition: background-color 0.25s ease;
      border: 2px solid #f19929;
      color: #1572b8;
      display: block;
      font-weight: bold;
      padding: 20px 30px 20px 70px; }
      .ExploreList .ExploreList-exploreItem--level1 > span:hover {
        text-decoration: none; }
    .ExploreList .ExploreList-exploreItem--level1 > span.ExploreList-exploreItemToggle {
      border-radius: 20px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background: #fff;
      border: 1px solid #f19929;
      cursor: pointer;
      height: 40px;
      padding: 0;
      position: absolute;
      text-indent: -999em;
      top: 13px;
      left: 14px;
      width: 40px; }
      .ExploreList .ExploreList-exploreItem--level1 > span.ExploreList-exploreItemToggle:after {
        background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 -138px;
        content: '';
        display: block;
        height: 20px;
        left: 50%;
        margin: -10px 0 0 -10px;
        position: absolute;
        top: 50%;
        width: 20px; }
      .ExploreList .ExploreList-exploreItem--level1 > span.ExploreList-exploreItemToggle:hover {
        background: #f19929; }
        .ExploreList .ExploreList-exploreItem--level1 > span.ExploreList-exploreItemToggle:hover:after {
          background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -20px -138px; }
    .ExploreList .ExploreList-exploreItem--level1.is-expanded > a {
      border-color: #1572b8;
      background: #1572b8;
      color: #fff; }
      .ExploreList .ExploreList-exploreItem--level1.is-expanded > a:hover {
        background: #fff;
        color: #1572b8; }
    .ExploreList .ExploreList-exploreItem--level1.is-expanded > span {
      border-color: #1572b8;
      background: #1572b8;
      color: #fff; }
    .ExploreList .ExploreList-exploreItem--level1.is-expanded > span.ExploreList-exploreItemToggle {
      border-color: #fff;
      background: #1572b8; }
      .ExploreList .ExploreList-exploreItem--level1.is-expanded > span.ExploreList-exploreItemToggle:after {
        background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -40px -138px; }
      .ExploreList .ExploreList-exploreItem--level1.is-expanded > span.ExploreList-exploreItemToggle:hover {
        background: #fff; }
        .ExploreList .ExploreList-exploreItem--level1.is-expanded > span.ExploreList-exploreItemToggle:hover:after {
          background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -10px -158px; }
    .ExploreList .ExploreList-exploreItem--level1.is-expanded > ul {
      transition: opacity 0.25s ease;
      height: auto;
      margin: 20px 0 20px 30px;
      opacity: 1; }
  .ExploreList .ExploreList-exploreItem--level2 {
    margin: 10px 0; }
    .ExploreList .ExploreList-exploreItem--level2 > a {
      color: #333;
      font-weight: bold; }
    .ExploreList .ExploreList-exploreItem--level2.is-expanded > ul {
      transition: opacity 0.25s ease;
      height: auto;
      opacity: 1; }
  .ExploreList .ExploreList-exploreItem--level3 {
    margin: 10px 0 10px 20px; }
  .ExploreList .ExploreList-relatedRoles {
    padding: 0 0 0 20px;
    position: relative; }
    .ExploreList .ExploreList-relatedRoles > ul {
      height: auto;
      margin: 1em 0;
      opacity: 1;
      padding: 0; }
    @media all and (min-width: 64em) {
      .ExploreList .ExploreList-relatedRoles > p {
        margin: 0;
        position: absolute; }
      .ExploreList .ExploreList-relatedRoles > ul {
        padding-left: 130px; }
        .ExploreList .ExploreList-relatedRoles > ul li {
          display: inline-block; } }

/* ==========================================================================
   Expand list
   ========================================================================== */
.ExpandList {
  clear: both;
  list-style: none;
  margin: 2.5em 0;
  padding: 0; }
  .ExpandList .ExpandList-expandItem {
    margin: 10px 0;
    overflow: hidden;
    position: relative; }
    .ExpandList .ExpandList-expandItem > div {
      opacity: 0;
      padding: 0 30px;
      overflow: hidden;
      height: 0; }
    .ExpandList .ExpandList-expandItem > span {
      border-radius: 20px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      transition: background-color 0.25s ease;
      border: 2px solid #1572b8;
      display: block;
      font-weight: bold;
      padding: 20px 60px 20px 30px; }
      .ExpandList .ExpandList-expandItem > span:hover {
        background: #ededed;
        text-decoration: none;
        cursor: pointer; }
    .ExpandList .ExpandList-expandItem > span.ExpandList-expandItemToggle {
      border-radius: 20px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background: #fff;
      border: 1px solid #1572b8;
      cursor: pointer;
      height: 40px;
      padding: 0;
      position: absolute;
      text-indent: -999em;
      top: 13px;
      right: 14px;
      width: 40px; }
      .ExpandList .ExpandList-expandItem > span.ExpandList-expandItemToggle:after {
        background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 -138px;
        content: '';
        display: block;
        height: 20px;
        left: 50%;
        margin: -10px 0 0 -10px;
        position: absolute;
        top: 50%;
        width: 20px; }
      .ExpandList .ExpandList-expandItem > span.ExpandList-expandItemToggle:hover {
        background: #1572b8; }
        .ExpandList .ExpandList-expandItem > span.ExpandList-expandItemToggle:hover:after {
          background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -20px -138px; }
    .ExpandList .ExpandList-expandItem.is-expanded {
      border-radius: 20px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background: #ededed; }
      .ExpandList .ExpandList-expandItem.is-expanded > span {
        border-radius: 0;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        border: 2px solid transparent;
        color: #333; }
      .ExpandList .ExpandList-expandItem.is-expanded > span.ExpandList-expandItemToggle {
        border-radius: 20px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        background: #ededed;
        border: 1px solid #1572b8; }
        .ExpandList .ExpandList-expandItem.is-expanded > span.ExpandList-expandItemToggle:after {
          background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -10px -158px; }
        .ExpandList .ExpandList-expandItem.is-expanded > span.ExpandList-expandItemToggle:hover {
          background: #1572b8; }
          .ExpandList .ExpandList-expandItem.is-expanded > span.ExpandList-expandItemToggle:hover:after {
            background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -40px -138px; }
      .ExpandList .ExpandList-expandItem.is-expanded > div {
        transition: opacity 0.25s ease;
        height: auto;
        opacity: 1; }
  .ExpandList *::-moz-selection {
    background: none; }
  .ExpandList *::selection {
    background: none; }

/* ==========================================================================
   CompareRoles
   ========================================================================== */
.CompareRoles {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  position: relative; }
  .CompareRoles .ContentTools {
    overflow: hidden;
    margin: 1.2em 0; }
  .CompareRoles .CompareRoles-controls {
    display: none;
    height: 32px;
    margin: 1em 0 0;
    position: relative; }
    .CompareRoles .CompareRoles-controls .CompareRoles-button {
      border-radius: 15px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      border: 1px solid #1572b8;
      cursor: pointer;
      height: 30px;
      position: absolute;
      text-indent: -999em;
      top: 0;
      width: 30px;
      z-index: 1; }
      .CompareRoles .CompareRoles-controls .CompareRoles-button:after {
        background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat 0 0;
        content: '';
        display: block;
        height: 18px;
        left: 50%;
        margin: -9px 0 0 -4px;
        position: absolute;
        top: 50%;
        width: 9px; }
      .CompareRoles .CompareRoles-controls .CompareRoles-button.is-at-end,
      .CompareRoles .CompareRoles-controls .CompareRoles-button.is-at-end:hover {
        border-color: #cbcbcb;
        cursor: default;
        background: #fff; }
      .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: */
    background: #ededed;
    overflow: hidden;
    padding: 0 22px;
    position: relative; }
  .CompareRoles .CompareRoles-item {
    border-top: 1px solid #1572b8;
    overflow: hidden;
    padding-bottom: 1.5em; }
    .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: */
    border: 1px solid #1572b8;
    cursor: pointer;
    height: 30px;
    position: absolute;
    text-indent: -999em;
    top: 14px;
    right: 14px;
    width: 30px; }
    .CompareRoles .CompareRoles-remove:after {
      background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -180px 0;
      content: '';
      display: block;
      height: 18px;
      left: 50%;
      margin: -9px 0 0 -9px;
      position: absolute;
      top: 50%;
      width: 18px; }
    .CompareRoles .CompareRoles-remove:hover {
      background: #1572b8; }
      .CompareRoles .CompareRoles-remove:hover:after {
        background-position: -162px 0; }
    .no-js .CompareRoles .CompareRoles-remove {
      display: none; }
  @media all and (min-width: 64em) {
    .CompareRoles .Columns--three {
      width: 100%;
      overflow: hidden; }
      .CompareRoles .Columns--three .Columns-col {
        width: 296px; } }
  @media all and (max-width: 63.99em) {
    .CompareRoles .CompareRoles-viewport {
      position: absolute;
      width: 468px; }
    .CompareRoles .Columns {
      *zoom: 1;
      margin: 0 -7px;
      overflow: hidden;
      position: relative;
      width: 102%; }
      .CompareRoles .Columns:before,
      .CompareRoles .Columns:after {
        content: "";
        display: table; }
      .CompareRoles .Columns:after {
        clear: both; }
      .CompareRoles .Columns .Columns-col {
        float: left;
        margin: 15px 6px; }
      .CompareRoles .Columns.Columns--three .Columns-col {
        width: 144px; }
    .CompareRoles .CompareRoles-controls {
      display: block; }
    .CompareRoles .CompareRoles-section {
      padding-top: 40px; }
    .CompareRoles .CompareRoles-item h3 {
      font-size: 1em; }
    .CompareRoles .CompareRoles-item h4 {
      font-size: 0.875em; }
    .CompareRoles .CompareRoles-item p,
    .CompareRoles .CompareRoles-item ul {
      font-size: 0.875em; }
    .CompareRoles .CompareRoles-item ul {
      padding-left: 16px; } }

.CompareRoles-noResults {
  width: 100%;
  display: block;
  float: left;
  margin-top: 1em; }

/* ==========================================================================
   Saved searches / comparisons
   ========================================================================== */
.SavedItemList {
  list-style: none;
  margin: 30px 0;
  padding: 0; }
  .SavedItemList .SavedItemList-remove {
    border-radius: 15px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 1px solid #1572b8;
    position: absolute;
    height: 26px;
    width: 26px;
    left: 0;
    text-indent: -999em;
    top: 0; }
    .SavedItemList .SavedItemList-remove:after {
      background: url("/sites/all/themes/healthcareers/_lib/img/sprite.png") no-repeat -162px -18px;
      content: '';
      display: block;
      height: 9px;
      left: 50%;
      margin: -4px 0 0 -4px;
      position: absolute;
      top: 50%;
      width: 9px; }
    .SavedItemList .SavedItemList-remove:hover {
      background: #1572b8; }
      .SavedItemList .SavedItemList-remove:hover:after {
        background-position: -171px -18px; }
  .SavedItemList li {
    margin: 1em 0;
    padding: 3px 0 3px 50px;
    position: relative; }
    .SavedItemList li a {
      font-weight: bold; }
    .SavedItemList li p {
      margin: 0; }

/* ==========================================================================
Real life stories
========================================================================== */
.RealLifeStory-authorInfo {
  background: #ebf2f8;
  border-bottom: 1px solid #1572b8;
  border-top: 6px solid #1572b8;
  overflow: hidden;
  padding: 2em 1em; }
  .RealLifeStory-authorInfo .RealLifeStory-authorName {
    display: block;
    font-size: 1.375em;
    font-weight: bold; }
  .RealLifeStory-authorInfo .RealLifeStory-authorRole {
    display: block;
    font-size: 1.25em;
    margin-bottom: 1em; }
  .RealLifeStory-authorInfo .RealLifeStory-authorRegion,
  .RealLifeStory-authorInfo .RealLifeStory-authorBanding {
    border-left: 1px solid #1572b8;
    float: left;
    padding-left: 0.75em;
    width: 200px; }
    .RealLifeStory-authorInfo .RealLifeStory-authorRegion span,
    .RealLifeStory-authorInfo .RealLifeStory-authorBanding span {
      display: block; }
    @media all and (max-width: 63.99em) {
      .RealLifeStory-authorInfo .RealLifeStory-authorRegion,
      .RealLifeStory-authorInfo .RealLifeStory-authorBanding {
        padding: 0.5em 0 0.5em 0.75em; } }
  .RealLifeStory-authorInfo .Media {
    margin: 0; }
    @media all and (max-width: 63.99em) {
      .RealLifeStory-authorInfo .Media {
        margin-bottom: 1em; } }
    @media all and (min-width: 64em) {
      .RealLifeStory-authorInfo .Media {
        float: right;
        width: 250px; } }

.RealLifeStory-question {
  border-bottom: 1px solid #ededed;
  overflow: hidden; }
  .RealLifeStory-question h2 {
    font-size: 1.125em; }

/* ==========================================================================
   Forms
   ========================================================================== */
label {
  margin: 0.5em 0; }

select {
  border: 1px solid #1572b8;
  padding: 3px; }
  @media all and (max-width: 63.99em) {
    select {
      box-sizing: border-box;
      width: 300px; } }

option {
  width: 100%;
  padding: 0 10px; }
  option + optgroup,
  option + option {
    margin-top: 5px; }
  optgroup option {
    padding-left: 25px; }

optgroup:before {
  /* optgroup label in Firefox */
  padding-left: 10px; }

input,
textarea {
  border: 1px solid #1572b8;
  padding: 4px; }
  @media all and (max-width: 63.99em) {
    input,
    textarea {
      box-sizing: border-box;
      width: 300px; } }

@media all and (max-width: 63.99em) {
  input[type="checkbox"] {
    box-sizing: border-box;
    width: auto; } }

input[type="submit"] {
  background: #1572b8;
  border: 1px solid transparent;
  color: #fff;
  padding: 4px 15px;
  margin-right: 1em; }

.container-inline input,
.container-inline select {
  margin: 5px 0; }

.form-wrapper {
  margin: 1em 0; }
  .form-wrapper small {
    display: block;
    margin: 1em 0; }

.form-checkboxes input,
.form-type-checkbox input,
.form-type-radio input {
  display: inline-block;
  width: auto; }

.form-checkboxes label,
.form-type-checkbox label,
.form-type-radio label {
  display: inline-block;
  font-weight: normal; }

.field-type-mailchimp-lists-subscription .fieldset-legend {
  margin: 0.5em 0;
  display: block;
  font-weight: bold; }

fieldset.form-wrapper > .fieldset-wrapper > .form-type-checkbox {
  margin-bottom: 0.2em; }

fieldset.form-wrapper fieldset.form-wrapper {
  margin: 0; }

fieldset.form-wrapper fieldset.form-wrapper .fieldset-wrapper {
  box-sizing: border-box;
  padding-left: 1.8em; }
  fieldset.form-wrapper fieldset.form-wrapper .fieldset-wrapper .form-item {
    margin: 0; }

.form-textarea-wrapper textarea {
  clear: both; }

.form-type-checkbox .description {
  display: inline;
  margin: 0; }

.form-required {
  color: #222; }

label.required:after {
  content: "*";
  color: red; }

@media all and (max-width: 63.99em) {
  .confirm-parent,
  .password-parent {
    clear: none;
    width: auto; } }

@media all and (max-width: 63.99em) {
  .password-strength {
    width: auto;
    float: none;
    margin: 0 0 1em; } }

@media all and (max-width: 63.99em) {
  div.password-confirm {
    float: none;
    margin: 0 0 1em;
    width: auto; } }

@media all and (max-width: 63.99em) {
  input.password-confirm,
  input.password-field {
    box-sizing: border-box;
    width: 300px; } }

div.form-item div.password-suggestions {
  border: 2px solid #ff4b4b;
  padding: 0.8em 1em;
  width: 100%;
  box-sizing: border-box; }

.field-name-field-career-areas .form-checkboxes,
.field-name-field-skills .form-checkboxes,
.field-name-field-interests .form-checkboxes {
  margin: 0.5em 0; }
  .field-name-field-career-areas .form-checkboxes label,
  .field-name-field-skills .form-checkboxes label,
  .field-name-field-interests .form-checkboxes label {
    font-weight: normal; }
  @media all and (min-width: 64em) {
    .field-name-field-career-areas .form-checkboxes,
    .field-name-field-skills .form-checkboxes,
    .field-name-field-interests .form-checkboxes {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px; } }

.no-csscolumns .field-name-field-career-areas .form-checkboxes,
.no-csscolumns .field-name-field-skills .form-checkboxes,
.no-csscolumns .field-name-field-interests .form-checkboxes {
  overflow: hidden;
  clear: both; }
  @media all and (min-width: 64em) {
    .no-csscolumns .field-name-field-career-areas .form-checkboxes .form-item,
    .no-csscolumns .field-name-field-skills .form-checkboxes .form-item,
    .no-csscolumns .field-name-field-interests .form-checkboxes .form-item {
      width: 50%;
      float: left; } }

#edit-field-skills-and-values #edit-field-skills-and-values-und {
  margin: 0.5em 0; }
  #edit-field-skills-and-values #edit-field-skills-and-values-und label {
    font-weight: normal; }
  @media all and (min-width: 64em) {
    #edit-field-skills-and-values #edit-field-skills-and-values-und {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px; } }

.user-tools-form .form-checkboxes {
  clear: left; }

#practice-needs-form > div {
  margin: 30px 0; }

#career-values-form label {
  font-weight: normal; }
  #career-values-form label strong {
    display: block; }

#career-values-form .form-radios {
  *zoom: 1;
  border-bottom: 1px solid #ededed;
  margin-bottom: 1em; }
  #career-values-form .form-radios:before,
  #career-values-form .form-radios:after {
    content: "";
    display: table; }
  #career-values-form .form-radios:after {
    clear: both; }
  #career-values-form .form-radios > div {
    float: left;
    width: 33%; }

/* Form progress indicator */
.FormProgress {
  display: table;
  list-style: none;
  padding: 0;
  width: 100%;
  table-layout: fixed; }
  .FormProgress .FormProgress-item {
    display: table-cell; }
    .FormProgress .FormProgress-item > a {
      display: block;
      text-align: center;
      padding: 3px; }
    .FormProgress .FormProgress-item.active > a {
      background: #ededed; }
    .FormProgress .FormProgress-item.complete > a {
      background: #1572b8;
      color: #fff; }

input[type="submit"][value="Next »"],
input[type="submit"][value="Finish »"] {
  float: right; }

.form-item .description {
  margin: 0.5em 0; }

.form-checkboxes .form-item,
.form-radios .form-item,
.form-type-checkbox.form-item {
  padding-top: 0.8em;
  margin: 0;
  padding-bottom: 0.6em;
  overflow: hidden; }
  .form-checkboxes .form-item input,
  .form-radios .form-item input,
  .form-type-checkbox.form-item input {
    float: left;
    margin-top: 0.2em;
    margin-right: 0.4em; }
  .form-checkboxes .form-item label,
  .form-radios .form-item label,
  .form-type-checkbox.form-item label {
    display: block;
    margin: 0; }

.form-item-forgotten h3 {
  font-size: 1em;
  margin: 0.5em 0; }

.form-item-forgotten p {
  font-size: 0.85em;
  margin: 0.5em 0; }

.webform-component-fieldset.form-wrapper {
  margin: -10px 0 0;
  padding: 0; }

.webform-component-fieldset .form-item {
  margin: 0;
  padding-left: 10px; }

/* ==========================================================================
   Table
   ========================================================================== */
td {
  padding: 3px; }

.CareerPlanningToolsTable {
  width: 100%; }

/* ==========================================================================
   Glossary
   ========================================================================== */
#glossary .lexicon-list p {
  margin: 0.3em 0 1.4em 0; }

.lexicon-admin-links ul.links {
  list-style: none;
  margin: 2.25em 0;
  padding: 0; }
  .lexicon-admin-links ul.links li {
    display: inline-block;
    margin: 0.25em 0; }
    .lexicon-admin-links ul.links li a {
      border-radius: 17px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background: #1572b8;
      border: 1px solid #1572b8;
      color: #fff;
      display: block;
      line-height: 1.4em;
      padding: 4px 12px; }
      .lexicon-admin-links ul.links li a:hover {
        text-decoration: underline; }

.lexicon-links {
  padding: 0.5em 1em;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #1572b8;
  font-size: 1.3em;
  color: #b5b5b5;
  cursor: default;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 1.6em; }
  .lexicon-links a {
    font-size: inherit; }

.lexicon-alphabar-instructions {
  padding: 1em 0; }

h2.lexicon-letter {
  border-top: 1px solid #ededed;
  padding-top: 0.83em; }

a.lexicon-term {
  color: #008000; }

/* ==========================================================================
   Search results
   ========================================================================== */
.SearchTitle h2 {
  float: left; }

.SearchTitle .ContentTools {
  float: right;
  clear: none;
  margin: 1em 0; }
  @media all and (max-width: 63.99em) {
    .SearchTitle .ContentTools {
      width: 100%; } }

.search-api-page-results .search-results {
  overflow: hidden;
  clear: both; }

#search-api-page-search-form > div {
  display: inline-block; }

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 {
  list-style: none;
  padding: 0;
  text-align: center; }
  .item-list-pager .pager li {
    display: inline-block; }

ul.facetapi-facetapi-links {
  list-style: none;
  padding: 0; }
  ul.facetapi-facetapi-links li {
    display: inline-block; }

.CategoryFilter {
  list-style: none;
  padding: 0; }
  .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 {
      background: #ebf2f8;
      color: #214f9a;
      font-weight: bold; }

/* ==========================================================================
   Sitemap
   ========================================================================== */
.site-map {
  float: left; }
  .site-map .site-map-menu li {
    list-style-type: disc;
    list-style-image: none; }

/* ==========================================================================
   Footer
   ========================================================================== */
.SiteFooter {
  background: #f19929;
  margin-top: 40px; }
  .SiteFooter a {
    color: #fff; }

.SiteFooter-container {
  margin: 0 auto;
  padding: 50px 0;
  position: relative; }
  @media all and (max-width: 63.99em) {
    .SiteFooter-container {
      width: 300px; } }
  @media all and (min-width: 64em) {
    .SiteFooter-container {
      width: 972px; } }

.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 {
    text-align: center; }
  .SiteFooter-features a {
    color: #1572b8; }
  .SiteFooter-features > div {
    *zoom: 1;
    margin: 1em auto 2em;
    position: relative; }
    .SiteFooter-features > div:before,
    .SiteFooter-features > div:after {
      content: "";
      display: table; }
    .SiteFooter-features > div:after {
      clear: both; }
    @media all and (max-width: 63.99em) {
      .SiteFooter-features > div {
        width: 300px; } }
    @media all and (min-width: 64em) {
      .SiteFooter-features > div > div {
        float: left;
        text-align: center;
        margin: 0 6px; } }
    @media all and (min-width: 64em) {
      .SiteFooter-features > div {
        width: 972px; }
        .SiteFooter-features > div > div {
          width: 231px; } }
    @media all and (min-width: 90em) {
      .SiteFooter-features > div {
        width: 1452px; }
        .SiteFooter-features > div > div {
          width: 351px; }
          .SiteFooter-features > div > div .Media--img {
            margin: 0 auto;
            max-width: 231px; } }

.SiteFooter-logo {
  width: 135px;
  position: absolute; }
  @media all and (max-width: 63.99em) {
    .SiteFooter-logo {
      display: block;
      margin: 0 auto;
      overflow: hidden;
      float: none;
      position: relative; } }

.SiteFooter-glossaryLink {
  font-size: 1.188em;
  font-weight: bold;
  text-align: center; }
  .SiteFooter-glossaryLink a {
    background: #1572b8;
    display: inline-block;
    padding: 0.5em 4em; }
  @media all and (max-width: 63.99em) {
    .SiteFooter-glossaryLink {
      margin: 1em auto; } }
  @media all and (min-width: 64em) {
    .SiteFooter-glossaryLink {
      margin: 0 auto 1em; } }

.SiteFooter-nav {
  padding: 0 149px; }
  @media all and (max-width: 63.99em) {
    .SiteFooter-nav {
      padding: 0; } }
  .SiteFooter-nav ul {
    text-align: center;
    padding: 0; }
  .SiteFooter-nav li {
    display: inline-block; }
    @media all and (max-width: 63.99em) {
      .SiteFooter-nav li {
        font-size: 0.875em;
        margin: 0.2em 0.5em; } }
    @media all and (min-width: 64em) {
      .SiteFooter-nav li {
        font-size: 1.063em;
        margin: 0.2em 0.7em; } }

.SiteFooter-navList--primary li {
  font-weight: bold; }

.SiteFooter-socialLinks {
  text-align: center;
  padding: 0;
  margin: 2em 0; }
  @media all and (max-width: 63.99em) {
    .SiteFooter-socialLinks {
      padding-left: 0; } }
  .SiteFooter-socialLinks .SiteFooter-socialLink {
    display: inline-block;
    margin: 0 1em; }
    .SiteFooter-socialLinks .SiteFooter-socialLink a {
      border-radius: 25px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background-color: transparent;
      border: 0;
      overflow: hidden;
      /* IE 6/7 fallback */
      *text-indent: -9999px;
      background-color: #fff;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      display: block;
      height: 50px;
      width: 50px; }
      .SiteFooter-socialLinks .SiteFooter-socialLink a:before {
        content: "";
        display: block;
        width: 0;
        height: 150%; }
    .SiteFooter-socialLinks .SiteFooter-socialLink.SiteFooter-socialLink--twitter a {
      background-image: url("/sites/all/themes/healthcareers/_lib/img/icon-twitter.png"); }
    .SiteFooter-socialLinks .SiteFooter-socialLink.SiteFooter-socialLink--facebook a {
      background-image: url("/sites/all/themes/healthcareers/_lib/img/icon-facebook.png"); }
    .SiteFooter-socialLinks .SiteFooter-socialLink.SiteFooter-socialLink--youtube a {
      background-image: url("/sites/all/themes/healthcareers/_lib/img/icon-youtube.png"); }

.dateFieldAlerts {
  display: block;
  padding: 1em;
  background-color: #ffebeb;
  border: 1px solid red;
  margin-bottom: 0;
  margin-top: 1em;
  transition: background-color 0.3s, border-color 0.3s, color 0.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 {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: background-color 0.3s;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer; }

.mapBtn {
  background-color: #1572b8;
  padding: 0.4em 0.6em;
  color: white;
  float: right;
  border: 0;
  margin-bottom: 2em; }
  .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 input[type="submit"] {
    display: block;
    margin-top: 1em;
    padding: 0.4em 0.6em; }
  .feedbackForm.show {
    display: block; }

.feedbackDropLink {
  margin-top: 3em;
  text-decoration: underline;
  color: #7b7b7b;
  transition: color 0.3s;
  display: block;
  clear: both; }
  .feedbackDropLink:hover,
  .feedbackDropLink:focus {
    color: #1572b8;
    outline: 0;
    border: 0; }

.filterDropdown-btn {
  width: 100%;
  text-align: right;
  background-color: #1572b8;
  border: 0;
  border-radius: 0;
  padding: 0.6em 0.7em;
  color: white;
  box-sizing: border-box;
  display: block;
  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 {
  max-height: 32em;
  transition: max-height 0.5s;
  background-color: #fafafa;
  padding: 0 1.2em;
  overflow: hidden;
  margin-bottom: 3em;
  border-bottom: 0.5em solid #a4d2f5; }
  @media all and (min-width: 64em) {
    .new-filters {
      max-height: 20em; } }
  .new-filters .container-inline-date > .form-item {
    margin-right: 0; }
  .new-filters input {
    box-sizing: border-box;
    max-width: 100%; }
  .new-filters select {
    width: 100%; }
  .new-filters .views-widget-filter-combine {
    width: 100%;
    margin-right: 0; }
    .new-filters .views-widget-filter-combine input {
      width: 100%; }
    @media all and (min-width: 64em) {
      .new-filters .views-widget-filter-combine {
        width: 30%;
        margin-right: 3%;
        box-sizing: border-box; }
        .new-filters .views-widget-filter-combine > div {
          width: 100%; } }
  @media all and (max-width: 63.99em) {
    .new-filters .views-exposed-widget {
      width: 100%; } }
  @media all and (min-width: 64em) {
    .new-filters .views-exposed-widget {
      width: 30%;
      margin-right: 3%; }
      .new-filters .views-exposed-widget .views-widget {
        width: 100%; } }
  .new-filters .views-submit-button {
    width: 30%;
    margin-bottom: 2em; }
    .new-filters .views-submit-button input[type="submit"] {
      width: 100%; }
  .new-filters div[id*="edit-field-date"] {
    width: auto; }
  .new-filters * {
    max-width: 100%; }

.views-exposed-form .views-exposed-widget {
  padding: 0; }

input[type="submit"].noClick {
  background-color: white;
  color: #868686;
  border: 1px solid #ededed;
  cursor: not-allowed; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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; } }
