﻿/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ 
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden], template {
  display: none
}
a {
  background: transparent
}
a:active, a:hover {
  outline: 0
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: bold
}
dfn {
  font-style: italic
}
h1 {
  font-size: 2em;
  margin: 0.67em 0
}
mark {
  background: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 1em 40px
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}
pre {
  overflow: auto
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}
button {
  overflow: visible
}
button, select {
  text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], html input[disabled] {
  cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
input {
  line-height: normal
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}
legend {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto
}
optgroup {
  font-weight: bold
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
td, th {
  padding: 0
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important
  }
  a, a:visited {
    text-decoration: underline
  }
  a[href]:after {
    content: " ("attr(href) ")"
  }
  abbr[title]:after {
    content: " ("attr(title) ")"
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  tr, img {
    page-break-inside: avoid
  }
  img {
    max-width: 100% !important
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
  select {
    background: #fff !important
  }
  .navbar {
    display: none
  }
  .table td, .table th {
    background-color: #fff !important
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important
  }
  .label {
    border: 1px solid #000
  }
  .table {
    border-collapse: collapse !important
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #474747;
  background-color: #fff
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
a {
  color: #de008d;
  text-decoration: none
}
a:hover, a:focus {
  color: #92005c;
  text-decoration: underline
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
figure {
  margin: 0
}
img {
  vertical-align: middle
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}
.img-rounded {
  border-radius: 6px
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}
.img-circle {
  border-radius: 50%
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
h1, h2, h3, h4, h5, h6, .h1, .h2, figure.effect-sadie .figure__title, .h3, .h4, .h5, .h6, .job-wide .panel-header h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, figure.effect-sadie .figure__title small, .h2 .small, figure.effect-sadie .figure__title .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .job-wide .panel-header h3 small, .h6 .small, .job-wide .panel-header h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #999
}
h1, .h1, h2, .h2, figure.effect-sadie .figure__title, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, figure.effect-sadie .figure__title small, .h2 .small, figure.effect-sadie .figure__title .small, h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: 65%
}
h4, .h4, h5, .h5, h6, .h6, .job-wide .panel-header h3 {
  margin-top: 10px;
  margin-bottom: 10px
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .job-wide .panel-header h3 small, .h6 .small, .job-wide .panel-header h3 .small {
  font-size: 75%
}
h1, .h1 {
  font-size: 36px
}
h2, .h2, figure.effect-sadie .figure__title {
  font-size: 30px
}
h3, .h3 {
  font-size: 24px
}
h4, .h4 {
  font-size: 18px
}
h5, .h5 {
  font-size: 14px
}
h6, .h6, .job-wide .panel-header h3 {
  font-size: 12px
}
p {
  margin: 0 0 10px
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px
  }
}
small, .small {
  font-size: 85%
}
cite {
  font-style: normal
}
.text-left {
  text-align: left
}
.text-right {
  text-align: right
}
.text-center {
  text-align: center
}
.text-justify {
  text-align: justify
}
.text-muted {
  color: #999
}
.text-primary {
  color: #de008d
}
a.text-primary:hover {
  color: #ab006d
}
.text-success {
  color: #3c763d
}
a.text-success:hover {
  color: #2b542c
}
.text-info {
  color: #31708f
}
a.text-info:hover {
  color: #245269
}
.text-warning {
  color: #8a6d3b
}
a.text-warning:hover {
  color: #66512c
}
.text-danger {
  color: #a94442
}
a.text-danger:hover {
  color: #843534
}
.bg-primary {
  color: #fff
}
.bg-primary {
  background-color: #de008d
}
a.bg-primary:hover {
  background-color: #ab006d
}
.bg-success {
  background-color: #dff0d8
}
a.bg-success:hover {
  background-color: #c1e2b3
}
.bg-info {
  background-color: #d9edf7
}
a.bg-info:hover {
  background-color: #afd9ee
}
.bg-warning {
  background-color: #fcf8e3
}
a.bg-warning:hover {
  background-color: #f7ecb5
}
.bg-danger {
  background-color: #f2dede
}
a.bg-danger:hover {
  background-color: #e4b9b9
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px
}
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0
}
.list-unstyled, .list-inline, .spotlight-container .panel--body ul, .share-icon-left ul {
  padding-left: 0;
  list-style: none
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px
}
.list-inline > li:first-child {
  padding-left: 0
}
dl {
  margin-top: 0;
  margin-bottom: 20px
}
dt, dd {
  line-height: 1.42857
}
dt {
  font-weight: bold
}
dd {
  margin-left: 0
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .dl-horizontal dd {
    margin-left: 180px
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table
  }
  .dl-horizontal dd:after {
    clear: both
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999
}
.initialism {
  font-size: 90%;
  text-transform: uppercase
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0
}
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— "
}
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right
}
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: ""
}
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: " —"
}
blockquote:before, blockquote:after {
  content: ""
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0px
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #474747;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}
.container, .spotlight-container .panel, .header-job-search .job-search-inner, .nav-active .site-header-inner .wrap-navigation .nav-bar, .similar-jobs .row, .similar-jobs .location-details, .similar-jobs .branch-map-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}
.container:before, .spotlight-container .panel:before, .header-job-search .job-search-inner:before, .nav-active .site-header-inner .wrap-navigation .nav-bar:before, .similar-jobs .row:before, .similar-jobs .location-details:before, .similar-jobs .branch-map-container:before, .container:after, .spotlight-container .panel:after, .header-job-search .job-search-inner:after, .nav-active .site-header-inner .wrap-navigation .nav-bar:after, .similar-jobs .row:after, .similar-jobs .location-details:after, .similar-jobs .branch-map-container:after {
  content: " ";
  display: table
}
.container:after, .spotlight-container .panel:after, .header-job-search .job-search-inner:after, .nav-active .site-header-inner .wrap-navigation .nav-bar:after, .similar-jobs .row:after, .similar-jobs .location-details:after, .similar-jobs .branch-map-container:after {
  clear: both
}
@media (min-width: 768px) {
  .container, .spotlight-container .panel, .header-job-search .job-search-inner, .nav-active .site-header-inner .wrap-navigation .nav-bar, .similar-jobs .row, .similar-jobs .location-details, .similar-jobs .branch-map-container {
    width: 750px
  }
}
@media (min-width: 992px) {
  .container, .spotlight-container .panel, .header-job-search .job-search-inner, .nav-active .site-header-inner .wrap-navigation .nav-bar, .similar-jobs .row, .similar-jobs .location-details, .similar-jobs .branch-map-container {
    width: 970px
  }
}
@media (min-width: 1200px) {
  .container, .spotlight-container .panel, .header-job-search .job-search-inner, .nav-active .site-header-inner .wrap-navigation .nav-bar, .similar-jobs .row, .similar-jobs .location-details, .similar-jobs .branch-map-container {
    width: 1170px
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table
}
.container-fluid:after {
  clear: both
}
.row, .location-details, .branch-map-container {
  margin-left: -15px;
  margin-right: -15px
}
.row:before, .location-details:before, .branch-map-container:before, .row:after, .location-details:after, .branch-map-container:after {
  content: " ";
  display: table
}
.row:after, .location-details:after, .branch-map-container:after {
  clear: both
}
.col-xs-12, .col-sm-12, .job-details .bottom-spacing, .job-full .list-unstyled.text-muted li, .job-full .text-muted.list-inline li, .job-full .spotlight-container .panel--body ul.text-muted li, .spotlight-container .panel--body .job-full ul.text-muted li, .job-full .share-icon-left ul.text-muted li, .share-icon-left .job-full ul.text-muted li, .job-full .job-details li, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .job--description .job--task-specifics, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .job--description, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .job-full .panel-body .row > .col-sm-7, .job-full .panel-body .location-details > .col-sm-7, .job-full .panel-body .branch-map-container > .col-sm-7, .job-full .panel-body .location-details .row > .location__summary, .location-details .job-full .panel-body .row > .location__summary, .job-full .panel-body .location-details > .location__summary, .job-full .panel-body .location-details .branch-map-container > .location__summary, .location-details .job-full .panel-body .branch-map-container > .location__summary, .col-md-8, #jobResponse .job-results--right, .col-lg-8, .branch-locator__map__container .google-map, .col-xs-7, .col-sm-7, .location-details .location__summary, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .job-full .col-sm-7 .list-unstyled.text-muted li, .job-full .location-details .location__summary .list-unstyled.text-muted li, .location-details .job-full .location__summary .list-unstyled.text-muted li, .job-full .col-sm-7 .text-muted.list-inline li, .job-full .location-details .location__summary .text-muted.list-inline li, .location-details .job-full .location__summary .text-muted.list-inline li, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li, .job-full .col-sm-7 .share-icon-left ul.text-muted li, .share-icon-left .job-full .col-sm-7 ul.text-muted li, .job-full .location-details .location__summary .share-icon-left ul.text-muted li, .share-icon-left .job-full .location-details .location__summary ul.text-muted li, .location-details .job-full .location__summary .share-icon-left ul.text-muted li, .share-icon-left .location-details .job-full .location__summary ul.text-muted li, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .location-details .location-list, .job-full .panel-body .row > .col-sm-5, .job-full .panel-body .location-details > .col-sm-5, .job-full .panel-body .branch-map-container > .col-sm-5, .col-md-4, .card--small, .col-lg-4, .branch-locator__map__container .branch-detail, .col-xs-3, .col-sm-3, .job-full .box-footer, .col-md-3, #jobResponse .job-facets--left, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .job--description .media-extra, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left
}
.col-xs-1 {
  width: 8.33333%
}
.col-xs-2 {
  width: 16.66667%
}
.col-xs-3 {
  width: 25%
}
.col-xs-4 {
  width: 33.33333%
}
.col-xs-5 {
  width: 41.66667%
}
.col-xs-6 {
  width: 50%
}
.col-xs-7 {
  width: 58.33333%
}
.col-xs-8 {
  width: 66.66667%
}
.col-xs-9 {
  width: 75%
}
.col-xs-10 {
  width: 83.33333%
}
.col-xs-11 {
  width: 91.66667%
}
.col-xs-12 {
  width: 100%
}
.col-xs-pull-0 {
  right: 0%
}
.col-xs-pull-1 {
  right: 8.33333%
}
.col-xs-pull-2 {
  right: 16.66667%
}
.col-xs-pull-3 {
  right: 25%
}
.col-xs-pull-4 {
  right: 33.33333%
}
.col-xs-pull-5 {
  right: 41.66667%
}
.col-xs-pull-6 {
  right: 50%
}
.col-xs-pull-7 {
  right: 58.33333%
}
.col-xs-pull-8 {
  right: 66.66667%
}
.col-xs-pull-9 {
  right: 75%
}
.col-xs-pull-10 {
  right: 83.33333%
}
.col-xs-pull-11 {
  right: 91.66667%
}
.col-xs-pull-12 {
  right: 100%
}
.col-xs-push-0 {
  left: 0%
}
.col-xs-push-1 {
  left: 8.33333%
}
.col-xs-push-2 {
  left: 16.66667%
}
.col-xs-push-3 {
  left: 25%
}
.col-xs-push-4 {
  left: 33.33333%
}
.col-xs-push-5 {
  left: 41.66667%
}
.col-xs-push-6 {
  left: 50%
}
.col-xs-push-7 {
  left: 58.33333%
}
.col-xs-push-8 {
  left: 66.66667%
}
.col-xs-push-9 {
  left: 75%
}
.col-xs-push-10 {
  left: 83.33333%
}
.col-xs-push-11 {
  left: 91.66667%
}
.col-xs-push-12 {
  left: 100%
}
.col-xs-offset-0 {
  margin-left: 0%
}
.col-xs-offset-1 {
  margin-left: 8.33333%
}
.col-xs-offset-2 {
  margin-left: 16.66667%
}
.col-xs-offset-3 {
  margin-left: 25%
}
.col-xs-offset-4 {
  margin-left: 33.33333%
}
.col-xs-offset-5 {
  margin-left: 41.66667%
}
.col-xs-offset-6 {
  margin-left: 50%
}
.col-xs-offset-7 {
  margin-left: 58.33333%
}
.col-xs-offset-8 {
  margin-left: 66.66667%
}
.col-xs-offset-9 {
  margin-left: 75%
}
.col-xs-offset-10 {
  margin-left: 83.33333%
}
.col-xs-offset-11 {
  margin-left: 91.66667%
}
.col-xs-offset-12 {
  margin-left: 100%
}
@media (min-width: 768px) {
  .col-sm-12, .job-details .bottom-spacing, .job-full .list-unstyled.text-muted li, .job-full .text-muted.list-inline li, .job-full .spotlight-container .panel--body ul.text-muted li, .spotlight-container .panel--body .job-full ul.text-muted li, .job-full .share-icon-left ul.text-muted li, .share-icon-left .job-full ul.text-muted li, .job-full .job-details li, .col-sm-11, .job--description .job--task-specifics, .col-sm-10, .col-sm-9, .job--description, .col-sm-8, .job-full .panel-body .row > .col-sm-7, .job-full .panel-body .location-details > .col-sm-7, .job-full .panel-body .branch-map-container > .col-sm-7, .job-full .panel-body .location-details .row > .location__summary, .location-details .job-full .panel-body .row > .location__summary, .job-full .panel-body .location-details > .location__summary, .job-full .panel-body .location-details .branch-map-container > .location__summary, .location-details .job-full .panel-body .branch-map-container > .location__summary, .col-sm-7, .location-details .location__summary, .col-sm-6, .job-full .col-sm-7 .list-unstyled.text-muted li, .job-full .location-details .location__summary .list-unstyled.text-muted li, .location-details .job-full .location__summary .list-unstyled.text-muted li, .job-full .col-sm-7 .text-muted.list-inline li, .job-full .location-details .location__summary .text-muted.list-inline li, .location-details .job-full .location__summary .text-muted.list-inline li, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li, .job-full .col-sm-7 .share-icon-left ul.text-muted li, .share-icon-left .job-full .col-sm-7 ul.text-muted li, .job-full .location-details .location__summary .share-icon-left ul.text-muted li, .share-icon-left .job-full .location-details .location__summary ul.text-muted li, .location-details .job-full .location__summary .share-icon-left ul.text-muted li, .share-icon-left .location-details .job-full .location__summary ul.text-muted li, .col-sm-5, .col-sm-4, .location-details .location-list, .job-full .panel-body .row > .col-sm-5, .job-full .panel-body .location-details > .col-sm-5, .job-full .panel-body .branch-map-container > .col-sm-5, .col-sm-3, .job-full .box-footer, .col-sm-2, .col-sm-1, .job--description .media-extra {
    float: left
  }
  .col-sm-1, .job--description .media-extra {
    width: 8.33333%
  }
  .col-sm-2 {
    width: 16.66667%
  }
  .col-sm-3, .job-full .box-footer {
    width: 25%
  }
  .col-sm-4, .location-details .location-list, .job-full .panel-body .row > .col-sm-5, .job-full .panel-body .location-details > .col-sm-5, .job-full .panel-body .branch-map-container > .col-sm-5 {
    width: 33.33333%
  }
  .col-sm-5 {
    width: 41.66667%
  }
  .col-sm-6, .job-full .col-sm-7 .list-unstyled.text-muted li, .job-full .location-details .location__summary .list-unstyled.text-muted li, .location-details .job-full .location__summary .list-unstyled.text-muted li, .job-full .col-sm-7 .text-muted.list-inline li, .job-full .location-details .location__summary .text-muted.list-inline li, .location-details .job-full .location__summary .text-muted.list-inline li, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li, .job-full .col-sm-7 .share-icon-left ul.text-muted li, .share-icon-left .job-full .col-sm-7 ul.text-muted li, .job-full .location-details .location__summary .share-icon-left ul.text-muted li, .share-icon-left .job-full .location-details .location__summary ul.text-muted li, .location-details .job-full .location__summary .share-icon-left ul.text-muted li, .share-icon-left .location-details .job-full .location__summary ul.text-muted li {
    width: 50%
  }
  .col-sm-7, .location-details .location__summary {
    width: 58.33333%
  }
  .col-sm-8, .job-full .panel-body .row > .col-sm-7, .job-full .panel-body .location-details > .col-sm-7, .job-full .panel-body .branch-map-container > .col-sm-7, .job-full .panel-body .location-details .row > .location__summary, .location-details .job-full .panel-body .row > .location__summary, .job-full .panel-body .location-details > .location__summary, .job-full .panel-body .location-details .branch-map-container > .location__summary, .location-details .job-full .panel-body .branch-map-container > .location__summary {
    width: 66.66667%
  }
  .col-sm-9, .job--description {
    width: 75%
  }
  .col-sm-10 {
    width: 83.33333%
  }
  .col-sm-11, .job--description .job--task-specifics {
    width: 91.66667%
  }
  .col-sm-12, .job-details .bottom-spacing, .job-full .list-unstyled.text-muted li, .job-full .text-muted.list-inline li, .job-full .spotlight-container .panel--body ul.text-muted li, .spotlight-container .panel--body .job-full ul.text-muted li, .job-full .share-icon-left ul.text-muted li, .share-icon-left .job-full ul.text-muted li, .job-full .job-details li {
    width: 100%
  }
  .col-sm-pull-0 {
    right: 0%
  }
  .col-sm-pull-1 {
    right: 8.33333%
  }
  .col-sm-pull-2 {
    right: 16.66667%
  }
  .col-sm-pull-3 {
    right: 25%
  }
  .col-sm-pull-4 {
    right: 33.33333%
  }
  .col-sm-pull-5 {
    right: 41.66667%
  }
  .col-sm-pull-6 {
    right: 50%
  }
  .col-sm-pull-7 {
    right: 58.33333%
  }
  .col-sm-pull-8 {
    right: 66.66667%
  }
  .col-sm-pull-9 {
    right: 75%
  }
  .col-sm-pull-10 {
    right: 83.33333%
  }
  .col-sm-pull-11 {
    right: 91.66667%
  }
  .col-sm-pull-12 {
    right: 100%
  }
  .col-sm-push-0 {
    left: 0%
  }
  .col-sm-push-1 {
    left: 8.33333%
  }
  .col-sm-push-2 {
    left: 16.66667%
  }
  .col-sm-push-3 {
    left: 25%
  }
  .col-sm-push-4 {
    left: 33.33333%
  }
  .col-sm-push-5 {
    left: 41.66667%
  }
  .col-sm-push-6 {
    left: 50%
  }
  .col-sm-push-7 {
    left: 58.33333%
  }
  .col-sm-push-8 {
    left: 66.66667%
  }
  .col-sm-push-9 {
    left: 75%
  }
  .col-sm-push-10 {
    left: 83.33333%
  }
  .col-sm-push-11 {
    left: 91.66667%
  }
  .col-sm-push-12 {
    left: 100%
  }
  .col-sm-offset-0 {
    margin-left: 0%
  }
  .col-sm-offset-1, .location-details .location-list {
    margin-left: 8.33333%
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%
  }
  .col-sm-offset-3 {
    margin-left: 25%
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%
  }
  .col-sm-offset-6 {
    margin-left: 50%
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%
  }
  .col-sm-offset-9 {
    margin-left: 75%
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%
  }
  .col-sm-offset-12 {
    margin-left: 100%
  }
}
@media (min-width: 992px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, #jobResponse .job-results--right, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .card--small, .col-md-3, #jobResponse .job-facets--left, .col-md-2, .col-md-1 {
    float: left
  }
  .col-md-1 {
    width: 8.33333%
  }
  .col-md-2 {
    width: 16.66667%
  }
  .col-md-3, #jobResponse .job-facets--left {
    width: 25%
  }
  .col-md-4, .card--small {
    width: 33.33333%
  }
  .col-md-5 {
    width: 41.66667%
  }
  .col-md-6 {
    width: 50%
  }
  .col-md-7 {
    width: 58.33333%
  }
  .col-md-8, #jobResponse .job-results--right {
    width: 66.66667%
  }
  .col-md-9 {
    width: 75%
  }
  .col-md-10 {
    width: 83.33333%
  }
  .col-md-11 {
    width: 91.66667%
  }
  .col-md-12 {
    width: 100%
  }
  .col-md-pull-0 {
    right: 0%
  }
  .col-md-pull-1 {
    right: 8.33333%
  }
  .col-md-pull-2 {
    right: 16.66667%
  }
  .col-md-pull-3 {
    right: 25%
  }
  .col-md-pull-4 {
    right: 33.33333%
  }
  .col-md-pull-5 {
    right: 41.66667%
  }
  .col-md-pull-6 {
    right: 50%
  }
  .col-md-pull-7 {
    right: 58.33333%
  }
  .col-md-pull-8 {
    right: 66.66667%
  }
  .col-md-pull-9 {
    right: 75%
  }
  .col-md-pull-10 {
    right: 83.33333%
  }
  .col-md-pull-11 {
    right: 91.66667%
  }
  .col-md-pull-12 {
    right: 100%
  }
  .col-md-push-0 {
    left: 0%
  }
  .col-md-push-1 {
    left: 8.33333%
  }
  .col-md-push-2 {
    left: 16.66667%
  }
  .col-md-push-3 {
    left: 25%
  }
  .col-md-push-4 {
    left: 33.33333%
  }
  .col-md-push-5 {
    left: 41.66667%
  }
  .col-md-push-6 {
    left: 50%
  }
  .col-md-push-7 {
    left: 58.33333%
  }
  .col-md-push-8 {
    left: 66.66667%
  }
  .col-md-push-9 {
    left: 75%
  }
  .col-md-push-10 {
    left: 83.33333%
  }
  .col-md-push-11 {
    left: 91.66667%
  }
  .col-md-push-12 {
    left: 100%
  }
  .col-md-offset-0 {
    margin-left: 0%
  }
  .col-md-offset-1, #jobResponse .job-results--right {
    margin-left: 8.33333%
  }
  .col-md-offset-2 {
    margin-left: 16.66667%
  }
  .col-md-offset-3 {
    margin-left: 25%
  }
  .col-md-offset-4 {
    margin-left: 33.33333%
  }
  .col-md-offset-5 {
    margin-left: 41.66667%
  }
  .col-md-offset-6 {
    margin-left: 50%
  }
  .col-md-offset-7 {
    margin-left: 58.33333%
  }
  .col-md-offset-8 {
    margin-left: 66.66667%
  }
  .col-md-offset-9 {
    margin-left: 75%
  }
  .col-md-offset-10 {
    margin-left: 83.33333%
  }
  .col-md-offset-11 {
    margin-left: 91.66667%
  }
  .col-md-offset-12 {
    margin-left: 100%
  }
}
@media (min-width: 1200px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .branch-locator__map__container .google-map, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .branch-locator__map__container .branch-detail, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left
  }
  .col-lg-1 {
    width: 8.33333%
  }
  .col-lg-2 {
    width: 16.66667%
  }
  .col-lg-3 {
    width: 25%
  }
  .col-lg-4, .branch-locator__map__container .branch-detail {
    width: 33.33333%
  }
  .col-lg-5 {
    width: 41.66667%
  }
  .col-lg-6 {
    width: 50%
  }
  .col-lg-7 {
    width: 58.33333%
  }
  .col-lg-8, .branch-locator__map__container .google-map {
    width: 66.66667%
  }
  .col-lg-9 {
    width: 75%
  }
  .col-lg-10 {
    width: 83.33333%
  }
  .col-lg-11 {
    width: 91.66667%
  }
  .col-lg-12 {
    width: 100%
  }
  .col-lg-pull-0 {
    right: 0%
  }
  .col-lg-pull-1 {
    right: 8.33333%
  }
  .col-lg-pull-2 {
    right: 16.66667%
  }
  .col-lg-pull-3 {
    right: 25%
  }
  .col-lg-pull-4 {
    right: 33.33333%
  }
  .col-lg-pull-5 {
    right: 41.66667%
  }
  .col-lg-pull-6 {
    right: 50%
  }
  .col-lg-pull-7 {
    right: 58.33333%
  }
  .col-lg-pull-8 {
    right: 66.66667%
  }
  .col-lg-pull-9 {
    right: 75%
  }
  .col-lg-pull-10 {
    right: 83.33333%
  }
  .col-lg-pull-11 {
    right: 91.66667%
  }
  .col-lg-pull-12 {
    right: 100%
  }
  .col-lg-push-0 {
    left: 0%
  }
  .col-lg-push-1 {
    left: 8.33333%
  }
  .col-lg-push-2 {
    left: 16.66667%
  }
  .col-lg-push-3 {
    left: 25%
  }
  .col-lg-push-4 {
    left: 33.33333%
  }
  .col-lg-push-5 {
    left: 41.66667%
  }
  .col-lg-push-6 {
    left: 50%
  }
  .col-lg-push-7 {
    left: 58.33333%
  }
  .col-lg-push-8 {
    left: 66.66667%
  }
  .col-lg-push-9 {
    left: 75%
  }
  .col-lg-push-10 {
    left: 83.33333%
  }
  .col-lg-push-11 {
    left: 91.66667%
  }
  .col-lg-push-12 {
    left: 100%
  }
  .col-lg-offset-0 {
    margin-left: 0%
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%
  }
  .col-lg-offset-3 {
    margin-left: 25%
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%
  }
  .col-lg-offset-6 {
    margin-left: 50%
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%
  }
  .col-lg-offset-9 {
    margin-left: 75%
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%
  }
  .col-lg-offset-12 {
    margin-left: 100%
  }
}
table {
  max-width: 100%;
  background-color: transparent
}
th {
  text-align: left
}
.table {
  width: 100%;
  margin-bottom: 20px
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
  border-top: 0
}
.table > tbody + tbody {
  border-top: 2px solid #ddd
}
.table .table {
  background-color: #fff
}
.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px
}
.table-bordered {
  border: 1px solid #ddd
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column
}
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell
}
.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
  background-color: #f5f5f5
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8
}
.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
  background-color: #dff0d8
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6
}
.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
  background-color: #d9edf7
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3
}
.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc
}
.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
  background-color: #f2dede
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive > .table {
    margin-bottom: 0
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap
  }
  .table-responsive > .table-bordered {
    border: 0
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #474747;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal
}
input[type="file"] {
  display: block
}
input[type="range"] {
  display: block;
  width: 100%
}
select[multiple], select[size] {
  height: auto
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.form-control:-moz-placeholder {
  color: #999
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}
.form-control:-ms-input-placeholder {
  color: #999
}
.form-control::-webkit-input-placeholder {
  color: #999
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1
}
textarea.form-control {
  height: auto
}
input[type="date"] {
  line-height: 34px
}
.form-group {
  margin-bottom: 15px
}
.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px
}
.radio label, .checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px
}
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px
}
.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px
}
input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
  cursor: not-allowed
}
.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}
select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px
}
textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto
}
.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}
select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px
}
textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto
}
.has-feedback {
  position: relative
}
.has-feedback .form-control {
  padding-right: 42.5px
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8
}
.has-success .form-control-feedback {
  color: #3c763d
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3
}
.has-warning .form-control-feedback {
  color: #8a6d3b
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede
}
.has-error .form-control-feedback {
  color: #a94442
}
.form-control-static {
  margin-bottom: 0
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #878787
}
@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .radio, .navbar-form .radio, .form-inline .checkbox, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px
}
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table
}
.form-horizontal .form-group:after {
  clear: both
}
.form-horizontal .form-control-static {
  padding-top: 7px
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn-default {
  color: #333;
  background-color: #f2f2f2;
  border-color: #ccc
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #dedede;
  border-color: #adadad
}
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #dedede;
  border-color: #adadad
}
.btn-default:active, .btn-default.active {
  background-image: none
}
.open .btn-default.dropdown-toggle {
  background-image: none
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #f2f2f2;
  border-color: #ccc
}
.btn-default .badge {
  color: #f2f2f2;
  background-color: #333
}
.btn-primary {
  color: #fff;
  background-color: #de008d;
  border-color: #c5007d
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #b50073;
  border-color: #870056
}
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #b50073;
  border-color: #870056
}
.btn-primary:active, .btn-primary.active {
  background-image: none
}
.open .btn-primary.dropdown-toggle {
  background-image: none
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #de008d;
  border-color: #c5007d
}
.btn-primary .badge {
  color: #de008d;
  background-color: #fff
}
.btn-success {
  color: #fff;
  background-color: #de008d;
  border-color: #c5007d
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #b50073;
  border-color: #870056
}
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #b50073;
  border-color: #870056
}
.btn-success:active, .btn-success.active {
  background-image: none
}
.open .btn-success.dropdown-toggle {
  background-image: none
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #de008d;
  border-color: #c5007d
}
.btn-success .badge {
  color: #de008d;
  background-color: #fff
}
.btn-info {
  color: #fff;
  background-color: #8d9db0;
  border-color: #7e90a6
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #75889f;
  border-color: #5e7188
}
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #75889f;
  border-color: #5e7188
}
.btn-info:active, .btn-info.active {
  background-image: none
}
.open .btn-info.dropdown-toggle {
  background-image: none
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #8d9db0;
  border-color: #7e90a6
}
.btn-info .badge {
  color: #8d9db0;
  background-color: #fff
}
.btn-warning {
  color: #fff;
  background-color: #f89406;
  border-color: #df8505
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #d07c05;
  border-color: #a36104
}
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d07c05;
  border-color: #a36104
}
.btn-warning:active, .btn-warning.active {
  background-image: none
}
.open .btn-warning.dropdown-toggle {
  background-image: none
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f89406;
  border-color: #df8505
}
.btn-warning .badge {
  color: #f89406;
  background-color: #fff
}
.btn-danger {
  color: #fff;
  background-color: #9d261d;
  border-color: #872119
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #7b1e17;
  border-color: #54140f
}
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #7b1e17;
  border-color: #54140f
}
.btn-danger:active, .btn-danger.active {
  background-image: none
}
.open .btn-danger.dropdown-toggle {
  background-image: none
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #9d261d;
  border-color: #872119
}
.btn-danger .badge {
  color: #9d261d;
  background-color: #fff
}
.btn-link {
  color: #de008d;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent
}
.btn-link:hover, .btn-link:focus {
  color: #92005c;
  text-decoration: underline;
  background-color: transparent
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none
}
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0
}
.btn-block + .btn-block {
  margin-top: 5px
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear
}
.fade.in {
  opacity: 1
}
.collapse {
  display: none
}
.collapse.in {
  display: block
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("bootstrap/glyphicons-halflings-regular.eot");
  src: url("bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.glyphicon-asterisk:before {
  content: "*"
}
.glyphicon-plus:before {
  content: "+"
}
.glyphicon-euro:before {
  content: "€"
}
.glyphicon-minus:before {
  content: "−"
}
.glyphicon-cloud:before {
  content: "☁"
}
.glyphicon-envelope:before {
  content: "✉"
}
.glyphicon-pencil:before {
  content: "✏"
}
.glyphicon-glass:before {
  content: ""
}
.glyphicon-music:before {
  content: ""
}
.glyphicon-search:before {
  content: ""
}
.glyphicon-heart:before {
  content: ""
}
.glyphicon-star:before {
  content: ""
}
.glyphicon-star-empty:before {
  content: ""
}
.glyphicon-user:before {
  content: ""
}
.glyphicon-film:before {
  content: ""
}
.glyphicon-th-large:before {
  content: ""
}
.glyphicon-th:before {
  content: ""
}
.glyphicon-th-list:before {
  content: ""
}
.glyphicon-ok:before {
  content: ""
}
.glyphicon-remove:before {
  content: ""
}
.glyphicon-zoom-in:before {
  content: ""
}
.glyphicon-zoom-out:before {
  content: ""
}
.glyphicon-off:before {
  content: ""
}
.glyphicon-signal:before {
  content: ""
}
.glyphicon-cog:before {
  content: ""
}
.glyphicon-trash:before {
  content: ""
}
.glyphicon-home:before {
  content: ""
}
.glyphicon-file:before {
  content: ""
}
.glyphicon-time:before {
  content: ""
}
.glyphicon-road:before {
  content: ""
}
.glyphicon-download-alt:before {
  content: ""
}
.glyphicon-download:before {
  content: ""
}
.glyphicon-upload:before {
  content: ""
}
.glyphicon-inbox:before {
  content: ""
}
.glyphicon-play-circle:before {
  content: ""
}
.glyphicon-repeat:before {
  content: ""
}
.glyphicon-refresh:before {
  content: ""
}
.glyphicon-list-alt:before {
  content: ""
}
.glyphicon-lock:before {
  content: ""
}
.glyphicon-flag:before {
  content: ""
}
.glyphicon-headphones:before {
  content: ""
}
.glyphicon-volume-off:before {
  content: ""
}
.glyphicon-volume-down:before {
  content: ""
}
.glyphicon-volume-up:before {
  content: ""
}
.glyphicon-qrcode:before {
  content: ""
}
.glyphicon-barcode:before {
  content: ""
}
.glyphicon-tag:before {
  content: ""
}
.glyphicon-tags:before {
  content: ""
}
.glyphicon-book:before {
  content: ""
}
.glyphicon-bookmark:before {
  content: ""
}
.glyphicon-print:before {
  content: ""
}
.glyphicon-camera:before {
  content: ""
}
.glyphicon-font:before {
  content: ""
}
.glyphicon-bold:before {
  content: ""
}
.glyphicon-italic:before {
  content: ""
}
.glyphicon-text-height:before {
  content: ""
}
.glyphicon-text-width:before {
  content: ""
}
.glyphicon-align-left:before {
  content: ""
}
.glyphicon-align-center:before {
  content: ""
}
.glyphicon-align-right:before {
  content: ""
}
.glyphicon-align-justify:before {
  content: ""
}
.glyphicon-list:before {
  content: ""
}
.glyphicon-indent-left:before {
  content: ""
}
.glyphicon-indent-right:before {
  content: ""
}
.glyphicon-facetime-video:before {
  content: ""
}
.glyphicon-picture:before {
  content: ""
}
.glyphicon-map-marker:before {
  content: ""
}
.glyphicon-adjust:before {
  content: ""
}
.glyphicon-tint:before {
  content: ""
}
.glyphicon-edit:before {
  content: ""
}
.glyphicon-share:before {
  content: ""
}
.glyphicon-check:before {
  content: ""
}
.glyphicon-move:before {
  content: ""
}
.glyphicon-step-backward:before {
  content: ""
}
.glyphicon-fast-backward:before {
  content: ""
}
.glyphicon-backward:before {
  content: ""
}
.glyphicon-play:before {
  content: ""
}
.glyphicon-pause:before {
  content: ""
}
.glyphicon-stop:before {
  content: ""
}
.glyphicon-forward:before {
  content: ""
}
.glyphicon-fast-forward:before {
  content: ""
}
.glyphicon-step-forward:before {
  content: ""
}
.glyphicon-eject:before {
  content: ""
}
.glyphicon-chevron-left:before {
  content: ""
}
.glyphicon-chevron-right:before {
  content: ""
}
.glyphicon-plus-sign:before {
  content: ""
}
.glyphicon-minus-sign:before {
  content: ""
}
.glyphicon-remove-sign:before {
  content: ""
}
.glyphicon-ok-sign:before {
  content: ""
}
.glyphicon-question-sign:before {
  content: ""
}
.glyphicon-info-sign:before {
  content: ""
}
.glyphicon-screenshot:before {
  content: ""
}
.glyphicon-remove-circle:before {
  content: ""
}
.glyphicon-ok-circle:before {
  content: ""
}
.glyphicon-ban-circle:before {
  content: ""
}
.glyphicon-arrow-left:before {
  content: ""
}
.glyphicon-arrow-right:before {
  content: ""
}
.glyphicon-arrow-up:before {
  content: ""
}
.glyphicon-arrow-down:before {
  content: ""
}
.glyphicon-share-alt:before {
  content: ""
}
.glyphicon-resize-full:before {
  content: ""
}
.glyphicon-resize-small:before {
  content: ""
}
.glyphicon-exclamation-sign:before {
  content: ""
}
.glyphicon-gift:before {
  content: ""
}
.glyphicon-leaf:before {
  content: ""
}
.glyphicon-fire:before {
  content: ""
}
.glyphicon-eye-open:before {
  content: ""
}
.glyphicon-eye-close:before {
  content: ""
}
.glyphicon-warning-sign:before {
  content: ""
}
.glyphicon-plane:before {
  content: ""
}
.glyphicon-calendar:before {
  content: ""
}
.glyphicon-random:before {
  content: ""
}
.glyphicon-comment:before {
  content: ""
}
.glyphicon-magnet:before {
  content: ""
}
.glyphicon-chevron-up:before {
  content: ""
}
.glyphicon-chevron-down:before {
  content: ""
}
.glyphicon-retweet:before {
  content: ""
}
.glyphicon-shopping-cart:before {
  content: ""
}
.glyphicon-folder-close:before {
  content: ""
}
.glyphicon-folder-open:before {
  content: ""
}
.glyphicon-resize-vertical:before {
  content: ""
}
.glyphicon-resize-horizontal:before {
  content: ""
}
.glyphicon-hdd:before {
  content: ""
}
.glyphicon-bullhorn:before {
  content: ""
}
.glyphicon-bell:before {
  content: ""
}
.glyphicon-certificate:before {
  content: ""
}
.glyphicon-thumbs-up:before {
  content: ""
}
.glyphicon-thumbs-down:before {
  content: ""
}
.glyphicon-hand-right:before {
  content: ""
}
.glyphicon-hand-left:before {
  content: ""
}
.glyphicon-hand-up:before {
  content: ""
}
.glyphicon-hand-down:before {
  content: ""
}
.glyphicon-circle-arrow-right:before {
  content: ""
}
.glyphicon-circle-arrow-left:before {
  content: ""
}
.glyphicon-circle-arrow-up:before {
  content: ""
}
.glyphicon-circle-arrow-down:before {
  content: ""
}
.glyphicon-globe:before {
  content: ""
}
.glyphicon-wrench:before {
  content: ""
}
.glyphicon-tasks:before {
  content: ""
}
.glyphicon-filter:before {
  content: ""
}
.glyphicon-briefcase:before {
  content: ""
}
.glyphicon-fullscreen:before {
  content: ""
}
.glyphicon-dashboard:before {
  content: ""
}
.glyphicon-paperclip:before {
  content: ""
}
.glyphicon-heart-empty:before {
  content: ""
}
.glyphicon-link:before {
  content: ""
}
.glyphicon-phone:before {
  content: ""
}
.glyphicon-pushpin:before {
  content: ""
}
.glyphicon-usd:before {
  content: ""
}
.glyphicon-gbp:before {
  content: ""
}
.glyphicon-sort:before {
  content: ""
}
.glyphicon-sort-by-alphabet:before {
  content: ""
}
.glyphicon-sort-by-alphabet-alt:before {
  content: ""
}
.glyphicon-sort-by-order:before {
  content: ""
}
.glyphicon-sort-by-order-alt:before {
  content: ""
}
.glyphicon-sort-by-attributes:before {
  content: ""
}
.glyphicon-sort-by-attributes-alt:before {
  content: ""
}
.glyphicon-unchecked:before {
  content: ""
}
.glyphicon-expand:before {
  content: ""
}
.glyphicon-collapse-down:before {
  content: ""
}
.glyphicon-collapse-up:before {
  content: ""
}
.glyphicon-log-in:before {
  content: ""
}
.glyphicon-flash:before {
  content: ""
}
.glyphicon-log-out:before {
  content: ""
}
.glyphicon-new-window:before {
  content: ""
}
.glyphicon-record:before {
  content: ""
}
.glyphicon-save:before {
  content: ""
}
.glyphicon-open:before {
  content: ""
}
.glyphicon-saved:before {
  content: ""
}
.glyphicon-import:before {
  content: ""
}
.glyphicon-export:before {
  content: ""
}
.glyphicon-send:before {
  content: ""
}
.glyphicon-floppy-disk:before {
  content: ""
}
.glyphicon-floppy-saved:before {
  content: ""
}
.glyphicon-floppy-remove:before {
  content: ""
}
.glyphicon-floppy-save:before {
  content: ""
}
.glyphicon-floppy-open:before {
  content: ""
}
.glyphicon-credit-card:before {
  content: ""
}
.glyphicon-transfer:before {
  content: ""
}
.glyphicon-cutlery:before {
  content: ""
}
.glyphicon-header:before {
  content: ""
}
.glyphicon-compressed:before {
  content: ""
}
.glyphicon-earphone:before {
  content: ""
}
.glyphicon-phone-alt:before {
  content: ""
}
.glyphicon-tower:before {
  content: ""
}
.glyphicon-stats:before {
  content: ""
}
.glyphicon-sd-video:before {
  content: ""
}
.glyphicon-hd-video:before {
  content: ""
}
.glyphicon-subtitles:before {
  content: ""
}
.glyphicon-sound-stereo:before {
  content: ""
}
.glyphicon-sound-dolby:before {
  content: ""
}
.glyphicon-sound-5-1:before {
  content: ""
}
.glyphicon-sound-6-1:before {
  content: ""
}
.glyphicon-sound-7-1:before {
  content: ""
}
.glyphicon-copyright-mark:before {
  content: ""
}
.glyphicon-registration-mark:before {
  content: ""
}
.glyphicon-cloud-download:before {
  content: ""
}
.glyphicon-cloud-upload:before {
  content: ""
}
.glyphicon-tree-conifer:before {
  content: ""
}
.glyphicon-tree-deciduous:before {
  content: ""
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}
.dropdown {
  position: relative
}
.dropdown-toggle:focus {
  outline: 0
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  color: #474747;
  white-space: nowrap
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #3b3b3b;
  background-color: #f5f5f5
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #de008d
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed
}
.open > .dropdown-menu {
  display: block
}
.open > a {
  outline: 0
}
.dropdown-menu-right {
  left: auto;
  right: 0
}
.dropdown-menu-left {
  left: 0;
  right: auto
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 2
}
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: none
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px
}
.btn-toolbar {
  margin-left: -5px
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table
}
.btn-toolbar:after {
  clear: both
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}
.btn-group > .btn:first-child {
  margin-left: 0
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}
.btn-group > .btn-group {
  float: left
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0
}
.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn .caret {
  margin-left: 0
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table
}
.btn-group-vertical > .btn-group:after {
  clear: both
}
.btn-group-vertical > .btn-group > .btn {
  float: none
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%
}
.btn-group-justified > .btn-group .btn {
  width: 100%
}
[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0
}
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #fff;
  border-radius: 0px
}
.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px
}
.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}
.input-group-addon:first-child {
  border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}
.input-group-addon:last-child {
  border-left: 0
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap
}
.input-group-btn > .btn {
  position: relative
}
.input-group-btn > .btn + .btn {
  margin-left: -1px
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}
.nav:before, .nav:after {
  content: " ";
  display: table
}
.nav:after {
  clear: both
}
.nav > li {
  position: relative;
  display: block
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee
}
.nav > li.disabled > a {
  color: #999
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #de008d
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}
.nav > li > a > img {
  max-width: none
}
.nav-tabs {
  border-bottom: 1px solid #ddd
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default
}
.nav-pills > li {
  float: left
}
.nav-pills > li > a {
  border-radius: 0
}
.nav-pills > li + li {
  margin-left: 2px
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #de008d
}
.nav-stacked > li {
  float: none
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff
  }
}
.tab-content > .tab-pane {
  display: none
}
.tab-content > .active {
  display: block
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}
.navbar:before, .navbar:after {
  content: " ";
  display: table
}
.navbar:after {
  clear: both
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table
}
.navbar-header:after {
  clear: both
}
@media (min-width: 768px) {
  .navbar-header {
    float: left
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table
}
.navbar-collapse:after {
  clear: both
}
.navbar-collapse.in {
  overflow-y: auto
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }
  .navbar-collapse.in {
    overflow-y: visible
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
}
.container > .navbar-header, .spotlight-container .panel > .navbar-header, .header-job-search .job-search-inner > .navbar-header, .nav-active .site-header-inner .wrap-navigation .nav-bar > .navbar-header, .similar-jobs .row > .navbar-header, .similar-jobs .location-details > .navbar-header, .similar-jobs .branch-map-container > .navbar-header, .container > .navbar-collapse, .spotlight-container .panel > .navbar-collapse, .header-job-search .job-search-inner > .navbar-collapse, .nav-active .site-header-inner .wrap-navigation .nav-bar > .navbar-collapse, .similar-jobs .row > .navbar-collapse, .similar-jobs .location-details > .navbar-collapse, .similar-jobs .branch-map-container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px
}
@media (min-width: 768px) {
  .container > .navbar-header, .spotlight-container .panel > .navbar-header, .header-job-search .job-search-inner > .navbar-header, .nav-active .site-header-inner .wrap-navigation .nav-bar > .navbar-header, .similar-jobs .row > .navbar-header, .similar-jobs .location-details > .navbar-header, .similar-jobs .branch-map-container > .navbar-header, .container > .navbar-collapse, .spotlight-container .panel > .navbar-collapse, .header-job-search .job-search-inner > .navbar-collapse, .nav-active .site-header-inner .wrap-navigation .nav-bar > .navbar-collapse, .similar-jobs .row > .navbar-collapse, .similar-jobs .location-details > .navbar-collapse, .similar-jobs .branch-map-container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}
@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .spotlight-container .navbar > .panel .navbar-brand, .header-job-search .navbar > .job-search-inner .navbar-brand, .nav-active .site-header-inner .wrap-navigation .navbar > .nav-bar .navbar-brand, .similar-jobs .navbar > .row .navbar-brand, .similar-jobs .navbar > .location-details .navbar-brand, .similar-jobs .navbar > .branch-map-container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px
}
.navbar-toggle:focus {
  outline: none
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none
  }
}
.navbar-nav {
  margin: 7.5px -15px
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0
  }
  .navbar-nav > li {
    float: left
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important
  }
  .navbar-right {
    float: right !important
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}
.navbar-default .navbar-brand {
  color: #777
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent
}
.navbar-default .navbar-text {
  color: #777
}
.navbar-default .navbar-nav > li > a {
  color: #777
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent
}
.navbar-default .navbar-toggle {
  border-color: #ddd
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
  }
}
.navbar-default .navbar-link {
  color: #777
}
.navbar-default .navbar-link:hover {
  color: #333
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909
}
.navbar-inverse .navbar-brand {
  color: #999
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent
}
.navbar-inverse .navbar-text {
  color: #999
}
.navbar-inverse .navbar-nav > li > a {
  color: #999
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent
}
.navbar-inverse .navbar-toggle {
  border-color: #333
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent
  }
}
.navbar-inverse .navbar-link {
  color: #999
}
.navbar-inverse .navbar-link:hover {
  color: #fff
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px
}
.pagination > li {
  display: inline
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #de008d;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  color: #92005c;
  background-color: #eee;
  border-color: #ddd
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #de008d;
  border-color: #de008d;
  cursor: default
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center
}
.pager:before, .pager:after {
  content: " ";
  display: table
}
.pager:after {
  clear: both
}
.pager li {
  display: inline
}
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee
}
.pager .next > a, .pager .next > span {
  float: right
}
.pager .previous > a, .pager .previous > span {
  float: left
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em
}
.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}
.label:empty {
  display: none
}
.btn .label {
  position: relative;
  top: -1px
}
.label-default {
  background-color: #999
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray
}
.label-primary {
  background-color: #de008d
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #ab006d
}
.label-success {
  background-color: #46a546
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #378137
}
.label-info {
  background-color: #8d9db0
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #6f839b
}
.label-warning {
  background-color: #f89406
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #c67605
}
.label-danger {
  background-color: #9d261d
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #721c15
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px
}
.badge:empty {
  display: none
}
.btn .badge {
  position: relative;
  top: -1px
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px
}
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #de008d;
  background-color: #fff
}
.nav-pills > li > a > .badge {
  margin-left: 3px
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px
}
.alert h4 {
  margin-top: 0;
  color: inherit
}
.alert .alert-link {
  font-weight: bold
}
.alert > p, .alert > ul {
  margin-bottom: 0
}
.alert > p + p {
  margin-top: 5px
}
.alert-dismissable {
  padding-right: 35px
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d
}
.alert-success hr {
  border-top-color: #c9e2b3
}
.alert-success .alert-link {
  color: #2b542c
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f
}
.alert-info hr {
  border-top-color: #a6e1ec
}
.alert-info .alert-link {
  color: #245269
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b
}
.alert-warning hr {
  border-top-color: #f7e1b5
}
.alert-warning .alert-link {
  color: #66512c
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442
}
.alert-danger hr {
  border-top-color: #e4b9c0
}
.alert-danger .alert-link {
  color: #843534
}
.media, .media-body {
  overflow: hidden;
  zoom: 1
}
.media, .media .media {
  margin-top: 15px
}
.media:first-child {
  margin-top: 0
}
.media-object {
  display: block
}
.media-heading {
  margin: 0 0 5px
}
.media > .pull-left, .job-full .media > h1, .job-full .list-unstyled.text-muted .media > .media-body, .job-full .text-muted.list-inline .media > .media-body, .job-full .spotlight-container .panel--body ul.text-muted .media > .media-body, .spotlight-container .panel--body .job-full ul.text-muted .media > .media-body, .job-full .share-icon-left ul.text-muted .media > .media-body, .share-icon-left .job-full ul.text-muted .media > .media-body, .job-full .job-details .media > .media-body {
  margin-right: 10px
}
.media > .pull-right {
  margin-left: 10px
}
.media-list {
  padding-left: 0;
  list-style: none
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px
}
.list-group-item > .badge {
  float: right
}
.list-group-item > .badge + .badge {
  margin-right: 5px
}
a.list-group-item {
  color: #555
}
a.list-group-item .list-group-item-heading {
  color: #333
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #de008d;
  border-color: #de008d
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #ffabe0
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8
}
a.list-group-item-success {
  color: #3c763d
}
a.list-group-item-success .list-group-item-heading {
  color: inherit
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7
}
a.list-group-item-info {
  color: #31708f
}
a.list-group-item-info .list-group-item-heading {
  color: inherit
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3
}
a.list-group-item-warning {
  color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede
}
a.list-group-item-danger {
  color: #a94442
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20)
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50)
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none
}
.modal-open {
  overflow: hidden
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50)
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px
}
.modal-header .close {
  margin-top: -2px
}
.modal-title {
  margin: 0;
  line-height: 1.42857
}
.modal-body {
  position: relative;
  padding: 20px
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table
}
.modal-footer:after {
  clear: both
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
  }
  .modal-sm {
    width: 300px
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0)
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90)
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal
}
.popover.top {
  margin-top: -10px
}
.popover.right {
  margin-left: 10px
}
.popover.bottom {
  margin-top: 10px
}
.popover.left {
  margin-left: -10px
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}
.popover-content {
  padding: 9px 14px
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}
.popover > .arrow {
  border-width: 11px
}
.popover > .arrow:after {
  border-width: 10px;
  content: ""
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25)
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25)
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px
}
.clearfix:before, .spotlight-container:before, .branch-locator__map__container:before, .single-job .button-container:before, .clearfix:after, .spotlight-container:after, .branch-locator__map__container:after, .single-job .button-container:after {
  content: " ";
  display: table
}
.clearfix:after, .spotlight-container:after, .branch-locator__map__container:after, .single-job .button-container:after {
  clear: both
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.pull-right {
  float: right !important
}
.pull-left, .job-full h1, .job-full .list-unstyled.text-muted .media-body, .job-full .text-muted.list-inline .media-body, .job-full .spotlight-container .panel--body ul.text-muted .media-body, .spotlight-container .panel--body .job-full ul.text-muted .media-body, .job-full .share-icon-left ul.text-muted .media-body, .share-icon-left .job-full ul.text-muted .media-body, .job-full .job-details .media-body {
  float: left !important
}
.hide {
  display: none !important
}
.show {
  display: block !important
}
.invisible {
  visibility: hidden
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}
.hidden, #skip, .utility-nav-container {
  display: none !important;
  visibility: hidden !important
}
.affix {
  position: fixed
}
@-ms-viewport {
  width: device-width
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important
  }
  table.visible-xs {
    display: table
  }
  tr.visible-xs {
    display: table-row !important
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important
  }
  table.visible-sm {
    display: table
  }
  tr.visible-sm {
    display: table-row !important
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important
  }
  table.visible-md {
    display: table
  }
  tr.visible-md {
    display: table-row !important
  }
  th.visible-md, td.visible-md {
    display: table-cell !important
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important
  }
  table.visible-lg {
    display: table
  }
  tr.visible-lg {
    display: table-row !important
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important
  }
}
.visible-print {
  display: none !important
}
@media print {
  .visible-print {
    display: block !important
  }
  table.visible-print {
    display: table
  }
  tr.visible-print {
    display: table-row !important
  }
  th.visible-print, td.visible-print {
    display: table-cell !important
  }
}
@media print {
  .hidden-print {
    display: none !important
  }
}
.btn, .btn.btn--blue {
  display: inline-block
}
a {
  color: #ef2e24;
  text-decoration: none
}
a:focus, a:hover {
  color: #c5191f;
  text-decoration: none
}
.btn {
  border-radius: 6px;
  font-size: 18px;
  line-height: 30px;
  padding: 8px 20px;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.btn:focus, .btn:hover {
  color: #c5191f;
  text-decoration: none
}
.btn--red {
  box-sizing: border-box;
  min-width: 80px;
  border: none;
  background-color: #ef2e24;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease 0s
}
.btn--red:hover {
  background-color: #c91d14;
  border-color: #bd0f16;
  color: #fff
}
.btn--apply-cta, .job-full .box-footer .apply, .btn--blue, .btn--clear, .btn--apply-indeed-cta, .btn--apply-indeed-cta-cancel, .btn--negative, .btn--negative-cancel, .btn--apply, .btn--white-on-transparent, .btn--reset, .btn-favourite {
  min-width: 80px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box
}
.btn--apply-cta, .job-full .box-footer .apply {
  position: relative;
  z-index: 0;
  display: block;
  padding: 22px 24px;
  margin-bottom: 12px;
  border: 1px solid #00a9e0;
  transition: all 0.2s ease 0s;
  background-color: #00a9e0;
  color: #fff;
  overflow: hidden
}
.btn--apply-indeed-cta {
  padding: 12px 24px;
  background-color: #fff;
  border: 1px solid #7b8184;
  color: #7b8184;
  transition: all 0.2s ease 0s
}
.btn--apply-indeed-cta, .btn--apply-indeed-cta-cancel {
  display: block
}
.btn--negative {
  padding: 18px 24px;
  border: 1px solid #7b8184;
  background-color: #fff;
  color: #7b8184;
  transition: all 0.2s ease 0s
}
.btn--negative, .btn--negative-cancel {
  display: inline-block
}
.btn--apply-cta-mobile {
  padding: 5px 16px
}
.btn--apply {
  padding: 16px;
  background-color: #ef2e24;
  border: 1px solid #ef2e24;
  transition: all 0.2s ease 0s
}
.btn--reset {
  padding: 16px 28px;
  border: 1px solid #ef2e24;
  background-color: transparent;
  color: #ef2e24;
  transition: all 0.2s ease 0s
}
.btn-favourite {
  position: relative;
  display: block;
  padding-left: 40px;
  color: #231f20;
  font-weight: 700
}
.black-title {
  color: #231f20
}
.breadcrumb-container {
  display: none
}
/*
@font-face {
  font-family: adecco-font-1;
  src: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/icons/adecco-font-1-eot.eot");
  src: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/icons/adecco-font-1-eot.eot?#iefix") format("embedded-opentype"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/icons/adecco-font-1-woff.woff") format("woff"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/icons/adecco-font-1-ttf.ttf") format("truetype"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/icons/adecco-font-1-svg.svg#adecco-font-1") format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: houschka_rounded-bold;
  src: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-bold-webfont-eot.eot");
  src: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-bold-webfont-eot.eot?#iefix") format("embedded-opentype"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-bold-webfont.woff2") format("woff2"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-bold-webfont-woff.woff") format("woff"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-bold-webfont-ttf.ttf") format("truetype"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-bold-webfont-svg.svg#houschka_roundedbold") format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: houschka_rounded-demibold;
  src: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-demibold-webfont-eot.eot");
  src: url(../fonts/houschkarounded-demibold-webfont-eot.eot?#iefix) format("embedded-opentype"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-demibold-webfont.woff2") format("woff2"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-demibold-webfont-woff.woff") format("woff"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-demibold-webfont-ttf.ttf") format("truetype"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-demibold-webfont-svg.svg#houschka_roundeddemibold") format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: houschka_rounded-medium;
  src: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-medium-webfont-eot.eot");
  src: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-medium-webfont-eot.eot?#iefix") format("embedded-opentype"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-medium-webfont.woff2") format("woff2"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-medium-webfont-woff.woff") format("woff"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-medium-webfont-ttf.ttf") format("truetype"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkarounded-medium-webfont-svg.svg#houschka_roundedmedium") format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: houschka_headmedium;
  src: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-medium-web-eot.eot");
  src: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-medium-web-eot.eot?#iefix") format("embedded-opentype"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-medium-web-woff.woff") format("woff"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-medium-web-ttf.ttf") format("truetype"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-medium-web-svg.svg#houschka_headmedium") format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: houschka_headdemibold;
  src: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-demibold-web-eot.eot");
  src: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-demibold-web-eot.eot?#iefix") format("embedded-opentype"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-demibold-web-woff.woff") format("woff"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-demibold-web-ttf.ttf") format("truetype"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-demibold-web-svg.svg#houschka_headdemibold") format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: houschka_headbold;
  src: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-bold-web-eot.eot");
  src: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-bold-web-eot.eot?#iefix;") format("embedded-opentype"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-bold-web.woff2") format("woff2"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-bold-web-woff.woff") format("woff"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-bold-web-ttf.ttf") format("truetype"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-bold-web-svg.svg#houschka_headbold") format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: houschkahead-demibolditalic;
  src: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-demibolditalic-web-eot.eot");
  src: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-demibolditalic-web-eot.eot?#iefix;") format("embedded-opentype"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-demibolditalic-web-woff2.woff2") format("woff2"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-demibolditalic-web-woff.woff") format("woff"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-demibolditalic-web-ttf.ttf") format("truetype"), url("/~/media/adeccogroup/brands/adecco-global-2016/assets/font/houschkahead-demibolditalic-web-svg.svg#houschka_headbold") format("svg");
  font-weight: 400;
  font-style: normal
}
*/
.ico-sprite, .ico-dropbox, .ico-google_drive_icon, .ico-hamburger-icon, .ico-red-arrow, .job-card__footer a:after, .related-articles a.read-more-link:after, .location-list ul li a, .single-job .button-container .btn:after, .similar-jobs .js--equal-height .simjob-view-btn-updated:after, .ico-search-icon, .ico-search {
  background: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/css/img/ico-s64d1b51735.png") no-repeat
}
.ico-dropbox {
  background-position: 0 -57px
}
.ico-google_drive_icon {
  background-position: 0 0
}
.ico-hamburger-icon {
  background-position: 0 -234px
}
.ico-red-arrow, .job-card__footer a:after, .related-articles a.read-more-link:after, .location-list ul li a, .single-job .button-container .btn:after, .similar-jobs .js--equal-height .simjob-view-btn-updated:after {
  background-position: 0 -198px
}
.ico-search-icon {
  background-position: 0 -157px
}
.ico-search {
  background-position: 0 -114px
}
.icon, .share-icon-left ul .chicklets.facebook, .share-icon-left ul .chicklets.linkedin, .share-icon-left ul .chicklets.twitter, .open-menu .ico-show-menu, .close-menu .ico-hide-menu, .single-job .job--meta .job--meta-location .fa-map-marker, .single-job .job--meta .job--meta-salary span:before, .job-full .job--meta_location .media:before, .job-full .job--meta_salary .media:before, .job-full .job--meta_date-posted .media:before, .job-full .job--meta_job-start-date .media:before, .job-full .job--meta_employment-type .media:before, .job-full #body_0_contentcolumn_0_liContractType .media:before, .job-full #body_0_contentcolumn_0_liCategory .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .job--description .media-extra .chicklets.facebook, .job--description .media-extra .chicklets.linkedin, .job--description .media-extra .chicklets.twitter, .article__share .media-extra .chicklets.facebook, .terms-of-use .media-extra .chicklets.facebook, .predefine-jobs .media-extra .chicklets.facebook, .article__share .media-extra .chicklets.linkedin, .terms-of-use .media-extra .chicklets.linkedin, .predefine-jobs .media-extra .chicklets.linkedin, .article__share .media-extra .chicklets.twitter, .terms-of-use .media-extra .chicklets.twitter, .predefine-jobs .media-extra .chicklets.twitter {
  display: inline-block;
  font: normal normal normal 14px/1 adecco-font-1;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
[class*=" icon-"]:before, [class^=icon-]:before, [data-icon]:before {
  font-family: adecco-font-1 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  speak: none
}
[data-icon]:before, html {
  -webkit-font-smoothing: antialiased
}
[data-icon]:before {
  content: attr(data-icon)
}
[class*=" icon-"]:before, [class^=icon-]:before {
  -webkit-font-smoothing: antialiased
}
.icon-banking:before {
  content: "a"
}
.icon-add:before {
  content: "b"
}
.icon-contact:before {
  content: "c"
}
.icon-contact-outline:before {
  content: "d"
}
.icon-alarm:before {
  content: "e"
}
.icon-alarm-outline:before {
  content: "f"
}
.icon-article:before {
  content: "g"
}
.icon-work-experience:before {
  content: "h"
}
.icon-calendar:before {
  content: "i"
}
.icon-calendar-outline:before {
  content: "j"
}
.icon-customer-service:before {
  content: "k"
}
.icon-done:before {
  content: "l"
}
.icon-location:before {
  content: "m"
}
.icon-google-plus:before {
  content: "n"
}
.icon-filter-outline:before {
  content: "o"
}
.icon-filter:before {
  content: "p"
}
.icon-facebook:before, .share-icon-left ul .chicklets.facebook:before, .job--description .media-extra .chicklets.facebook:before, .article__share .media-extra .chicklets.facebook:before, .terms-of-use .media-extra .chicklets.facebook:before, .predefine-jobs .media-extra .chicklets.facebook:before {
  content: "q"
}
.icon-engineering:before {
  content: "r"
}
.icon-education:before {
  content: "s"
}
.icon-edit-outline:before {
  content: "t"
}
.icon-edit:before {
  content: "u"
}
.icon-download:before {
  content: "v"
}
.icon-down:before {
  content: "w"
}
.icon-document-outline:before {
  content: "x"
}
.icon-document:before {
  content: "y"
}
.icon-close:before, .close-menu .ico-hide-menu:before {
  content: "z"
}
.icon-search-hamburger:before {
  content: "A"
}
.icon-hamburger:before, .open-menu .ico-show-menu:before {
  content: "B"
}
.icon-heart:before {
  content: "C"
}
.icon-heart-outline:before {
  content: "D"
}
.icon-help:before {
  content: "E"
}
.icon-hospitality-outline:before {
  content: "F"
}
.icon-industrial:before {
  content: "G"
}
.icon-infographic:before {
  content: "H"
}
.icon-information:before {
  content: "I"
}
.icon-instagram:before {
  content: "J"
}
.icon-linkedin:before {
  content: "K"
}
.icon-linkedin-1:before, .share-icon-left ul .chicklets.linkedin:before, .job--description .media-extra .chicklets.linkedin:before, .article__share .media-extra .chicklets.linkedin:before, .terms-of-use .media-extra .chicklets.linkedin:before, .predefine-jobs .media-extra .chicklets.linkedin:before {
  content: "L"
}
.icon-lock:before {
  content: "M"
}
.icon-science:before {
  content: "N"
}
.icon-profile-outline:before {
  content: "O"
}
.icon-profile:before {
  content: "P"
}
.icon-pinterest:before {
  content: "Q"
}
.icon-pin-outline:before, .single-job .job--meta .job--meta-location .fa-map-marker:before {
  content: "R"
}
.icon-pin:before {
  content: "S"
}
.icon-office:before {
  content: "T"
}
.icon-continue:before {
  content: "U"
}
.icon-show-more:before {
  content: "V"
}
.icon-medicine:before {
  content: "W"
}
.icon-art:before {
  content: "X"
}
.icon-map:before {
  content: "Y"
}
.icon-mail:before {
  content: "Z"
}
.icon-search:before {
  content: "0"
}
.icon-skills:before {
  content: "1"
}
.icon-document-specific:before {
  content: "2"
}
.icon-star:before {
  content: "3"
}
.icon-star-outline:before {
  content: "4"
}
.icon-view-outline:before {
  content: "5"
}
.icon-view:before {
  content: "6"
}
.icon-warning:before {
  content: "7"
}
.icon-warehousing:before {
  content: "8"
}
.icon-wallet-outline:before {
  content: "9"
}
.icon-computing:before {
  content: "!"
}
.icon-tools-resource:before {
  content: '"'
}
.icon-transport-outline:before {
  content: "#"
}
.icon-transportation:before {
  content: "$"
}
.icon-twitter:before, .share-icon-left ul .chicklets.twitter:before, .job--description .media-extra .chicklets.twitter:before, .article__share .media-extra .chicklets.twitter:before, .terms-of-use .media-extra .chicklets.twitter:before, .predefine-jobs .media-extra .chicklets.twitter:before {
  content: "%"
}
.icon-unlock:before {
  content: "&"
}
.icon-up:before {
  content: "'"
}
.icon-video:before {
  content: "("
}
.font-awesome, .fa-long-arrow-left {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}
html {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  font-size: 100%
}
body {
  max-width: 100%;
  overflow-x: hidden
}
body form:first-child {
  margin: 0;
  overflow-x: hidden
}
body {
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 22px;
  color: #231f20
}
body, button, input, select, textarea {
  font-family: houschka_headmedium, Helvetica, Arial, sans-serif
}
.h1, h1 {
  letter-spacing: -.8px;
  font-size: 50px;
  line-height: 50px
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 80px;
    line-height: 100px
  }
}
.h2, figure.effect-sadie .figure__title, h2 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px
}
@media (min-width: 768px) {
  h2, .h2, figure.effect-sadie .figure__title {
    font-size: 60px;
    line-height: 64px
  }
}
.h3, h3 {
  font-size: 18px;
  line-height: 21px
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 35px;
    line-height: 64px
  }
}
.h4, h4 {
  font-size: 26px;
  line-height: 30px
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 30px;
    line-height: 40px
  }
}
.h5, h5 {
  font-size: 20px;
  line-height: 24px
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 25px;
    line-height: 30px
  }
}
.h6, .job-wide .panel-header h3, h6 {
  font-size: 16px;
  line-height: 20px
}
@media (min-width: 768px) {
  h6, .h6, .job-wide .panel-header h3 {
    font-size: 20px;
    line-height: 26px
  }
}
h1, .h1, h2, .h2, figure.effect-sadie .figure__title, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .job-wide .panel-header h3 {
  color: #ef2e24;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
  margin: 20px 0
}
.small, small {
  color: #231f20;
  font-size: 90%;
  font-weight: 400
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 22px
  }
}
.spotlight-container {
  display: block;
  width: 100%;
  padding: 20px 0
}
.spotlight-container .panel {
  border: none;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  border-radius: 0
}
.spotlight_bg_light-grey-container {
  background: #f1f1f1
}
.dark_grey-container {
  background: #efefef
}
.spotlight_bg_light-grey .center-block {
  float: none
}
.big_banner-container {
  padding: 0
}
.big_banner-container .big_banner {
  width: 100%;
  padding: 0
}
.spotlight_center-content .center-block {
  padding: 0;
  float: none
}
.spotlight_center-content h1 {
  text-align: center
}
.spotlight_center-content .heading-black {
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #231f20
}
.spotlight_center-content p {
  margin-bottom: 1em
}
.spotlight_center-content .panel--body ul {
  margin-left: 36px;
  list-style-type: disc
}
.spotlight_center-content .panel--body ul li {
  padding-left: 10px;
  margin-bottom: 10px
}
.spotlight_center-content img {
  border-radius: 4px;
  width: 100%
}
.spotlight_center-content .summary-text p {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  color: #231f20
}
.spotlight_center-content .article-aside {
  margin: 4rem 0 3rem;
  padding: 3rem 6px;
  border-bottom: 1px solid rgba(35, 31, 32, 0.15);
  border-top: 1px solid rgba(35, 31, 32, 0.15)
}
.spotlight_center-content .article-aside p {
  margin: 0;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #ef2e24
}
.spotlight_center-content .two-col-container {
  margin-top: 2rem;
  border-top: 1px solid rgba(35, 31, 32, 0.15)
}
.spotlight_center-content .two-col-container p {
  color: #888f92
}
.spotlight_center-content .two-col-container h4 {
  line-height: 2.0625rem
}
.spotlight_center-content .two-col-container h4 a {
  color: #231f20
}
.spotlight_center-content .two-col-container h4 a:hover {
  color: #888f92
}
.spotlight_center-content .two-col-container .read-more-link {
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.spotlight_center-content .two-col-container .read-more-link .icon, .spotlight_center-content .two-col-container .read-more-link .share-icon-left ul .chicklets.facebook, .share-icon-left ul .spotlight_center-content .two-col-container .read-more-link .chicklets.facebook, .spotlight_center-content .two-col-container .read-more-link .share-icon-left ul .chicklets.linkedin, .share-icon-left ul .spotlight_center-content .two-col-container .read-more-link .chicklets.linkedin, .spotlight_center-content .two-col-container .read-more-link .share-icon-left ul .chicklets.twitter, .share-icon-left ul .spotlight_center-content .two-col-container .read-more-link .chicklets.twitter, .spotlight_center-content .two-col-container .read-more-link .open-menu .ico-show-menu, .open-menu .spotlight_center-content .two-col-container .read-more-link .ico-show-menu, .spotlight_center-content .two-col-container .read-more-link .close-menu .ico-hide-menu, .close-menu .spotlight_center-content .two-col-container .read-more-link .ico-hide-menu, .spotlight_center-content .two-col-container .read-more-link .single-job .job--meta .job--meta-location .fa-map-marker, .single-job .job--meta .job--meta-location .spotlight_center-content .two-col-container .read-more-link .fa-map-marker, .spotlight_center-content .two-col-container .read-more-link .single-job .job--meta .job--meta-salary span:before, .single-job .job--meta .job--meta-salary .spotlight_center-content .two-col-container .read-more-link span:before, .spotlight_center-content .two-col-container .read-more-link .job-full .job--meta_location .media:before, .job-full .job--meta_location .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .job--meta_salary .media:before, .job-full .job--meta_salary .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .job--meta_date-posted .media:before, .job-full .job--meta_date-posted .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .job--meta_job-start-date .media:before, .job-full .job--meta_job-start-date .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .job--meta_employment-type .media:before, .job-full .job--meta_employment-type .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full #body_0_contentcolumn_0_liContractType .media:before, .job-full #body_0_contentcolumn_0_liContractType .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full #body_0_contentcolumn_0_liCategory .media:before, .job-full #body_0_contentcolumn_0_liCategory .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .spotlight_center-content .two-col-container .read-more-link .media:before, .spotlight_center-content .two-col-container .read-more-link .job--description .media-extra .chicklets.facebook, .job--description .media-extra .spotlight_center-content .two-col-container .read-more-link .chicklets.facebook, .spotlight_center-content .two-col-container .read-more-link .job--description .media-extra .chicklets.linkedin, .job--description .media-extra .spotlight_center-content .two-col-container .read-more-link .chicklets.linkedin, .spotlight_center-content .two-col-container .read-more-link .job--description .media-extra .chicklets.twitter, .job--description .media-extra .spotlight_center-content .two-col-container .read-more-link .chicklets.twitter, .spotlight_center-content .two-col-container .read-more-link .article__share .media-extra .chicklets.facebook, .article__share .media-extra .spotlight_center-content .two-col-container .read-more-link .chicklets.facebook, .spotlight_center-content .two-col-container .read-more-link .terms-of-use .media-extra .chicklets.facebook, .terms-of-use .media-extra .spotlight_center-content .two-col-container .read-more-link .chicklets.facebook, .spotlight_center-content .two-col-container .read-more-link .predefine-jobs .media-extra .chicklets.facebook, .predefine-jobs .media-extra .spotlight_center-content .two-col-container .read-more-link .chicklets.facebook, .spotlight_center-content .two-col-container .read-more-link .article__share .media-extra .chicklets.linkedin, .article__share .media-extra .spotlight_center-content .two-col-container .read-more-link .chicklets.linkedin, .spotlight_center-content .two-col-container .read-more-link .terms-of-use .media-extra .chicklets.linkedin, .terms-of-use .media-extra .spotlight_center-content .two-col-container .read-more-link .chicklets.linkedin, .spotlight_center-content .two-col-container .read-more-link .predefine-jobs .media-extra .chicklets.linkedin, .predefine-jobs .media-extra .spotlight_center-content .two-col-container .read-more-link .chicklets.linkedin, .spotlight_center-content .two-col-container .read-more-link .article__share .media-extra .chicklets.twitter, .article__share .media-extra .spotlight_center-content .two-col-container .read-more-link .chicklets.twitter, .spotlight_center-content .two-col-container .read-more-link .terms-of-use .media-extra .chicklets.twitter, .terms-of-use .media-extra .spotlight_center-content .two-col-container .read-more-link .chicklets.twitter, .spotlight_center-content .two-col-container .read-more-link .predefine-jobs .media-extra .chicklets.twitter, .predefine-jobs .media-extra .spotlight_center-content .two-col-container .read-more-link .chicklets.twitter {
  margin-bottom: -10px;
  margin-top: -20px;
  font-size: 3rem;
  line-height: 2.875rem;
  position: relative;
  top: 1.25rem;
  left: 4px
}
.share-icon-left {
  position: absolute;
  left: 50px;
  top: 300px
}
.share-icon-left h4 {
  margin: 0 0 0 6px;
  font-size: 0.8125rem;
  line-height: 1.21875rem;
  color: #737373;
  opacity: 0.5
}
.share-icon-left ul li {
  padding-bottom: 5px;
  list-style: none;
  height: 60px
}
.share-icon-left ul .chicklets {
  padding-left: 0;
  background: transparent;
  border: 0
}
.share-icon-left ul .chicklets:before {
  margin-left: -15px;
  font-size: 118px
}
.share-icon-left ul .chicklets.facebook {
  color: #344b89
}
.share-icon-left ul .chicklets.linkedin {
  color: #1483ba
}
.share-icon-left ul .chicklets.twitter {
  color: #469ae9
}
@media (max-width: 991px) {
  .share-icon-left {
    margin-top: 10px;
    position: static
  }
  .share-icon-left h4 {
    margin: 13px 10px 0 6px;
    float: left
  }
  .share-icon-left ul {
    float: left
  }
  .share-icon-left ul li {
    display: inline-block;
    min-width: 53px
  }
}
.tip {
  display: none
}
.col-xs-12 {
  min-height: 0
}
.site-header .nav-top-bar {
  position: relative;
  margin: 0;
  padding: 10px 20px;
  height: 40px;
  background-color: #231f20
}
.site-header .site-header-controls {
  padding: 20px 0;
  overflow: hidden
}
.site-header .site-header-inner {
  padding-bottom: 0;
  position: relative;
  background-color: #ef2e24
}
.site-header .job-search-horizontal {
  display: none
}
.site-header .search-button {
  outline: none;
  top: 5px
}
.site-header .search-button .icon-search:before {
  position: relative;
  top: 10px;
  font-size: 44px
}
.site-header #languageSelector {
  padding: 0;
  margin: 0 20px 6px 5px;
  color: #fff;
  line-height: 0;
  opacity: 0.5;
  background: transparent
}
.nav-top-bar a {
  opacity: 0.5;
  color: #fff;
  font: 14px/16px houschka_headdemibold, Helvetica, Arial, sans-serif;
  text-decoration: none
}
.nav-top-bar .primary-links {
  float: left
}
.nav-top-bar .primary-links a {
  margin-right: 30px
}
.nav-top-bar .primary-links a.employer {
  opacity: 0.5;
  text-decoration: underline
}
.nav-top-bar .secondary-links {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  float: right
}
.nav-top-bar .secondary-links a {
  position: relative;
  top: -3px;
  margin-left: 30px
}
.nav-top-bar .secondary-links .saved-jobs-link .icon, .nav-top-bar .secondary-links .saved-jobs-link .share-icon-left ul .chicklets.facebook, .share-icon-left ul .nav-top-bar .secondary-links .saved-jobs-link .chicklets.facebook, .nav-top-bar .secondary-links .saved-jobs-link .share-icon-left ul .chicklets.linkedin, .share-icon-left ul .nav-top-bar .secondary-links .saved-jobs-link .chicklets.linkedin, .nav-top-bar .secondary-links .saved-jobs-link .share-icon-left ul .chicklets.twitter, .share-icon-left ul .nav-top-bar .secondary-links .saved-jobs-link .chicklets.twitter, .nav-top-bar .secondary-links .saved-jobs-link .open-menu .ico-show-menu, .open-menu .nav-top-bar .secondary-links .saved-jobs-link .ico-show-menu, .nav-top-bar .secondary-links .saved-jobs-link .close-menu .ico-hide-menu, .close-menu .nav-top-bar .secondary-links .saved-jobs-link .ico-hide-menu, .nav-top-bar .secondary-links .saved-jobs-link .single-job .job--meta .job--meta-location .fa-map-marker, .single-job .job--meta .job--meta-location .nav-top-bar .secondary-links .saved-jobs-link .fa-map-marker, .nav-top-bar .secondary-links .saved-jobs-link .single-job .job--meta .job--meta-salary span:before, .single-job .job--meta .job--meta-salary .nav-top-bar .secondary-links .saved-jobs-link span:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .job--meta_location .media:before, .job-full .job--meta_location .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .job--meta_salary .media:before, .job-full .job--meta_salary .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .job--meta_date-posted .media:before, .job-full .job--meta_date-posted .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .job--meta_job-start-date .media:before, .job-full .job--meta_job-start-date .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .job--meta_employment-type .media:before, .job-full .job--meta_employment-type .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full #body_0_contentcolumn_0_liContractType .media:before, .job-full #body_0_contentcolumn_0_liContractType .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full #body_0_contentcolumn_0_liCategory .media:before, .job-full #body_0_contentcolumn_0_liCategory .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .nav-top-bar .secondary-links .saved-jobs-link .media:before, .nav-top-bar .secondary-links .saved-jobs-link .job--description .media-extra .chicklets.facebook, .job--description .media-extra .nav-top-bar .secondary-links .saved-jobs-link .chicklets.facebook, .nav-top-bar .secondary-links .saved-jobs-link .job--description .media-extra .chicklets.linkedin, .job--description .media-extra .nav-top-bar .secondary-links .saved-jobs-link .chicklets.linkedin, .nav-top-bar .secondary-links .saved-jobs-link .job--description .media-extra .chicklets.twitter, .job--description .media-extra .nav-top-bar .secondary-links .saved-jobs-link .chicklets.twitter, .nav-top-bar .secondary-links .saved-jobs-link .article__share .media-extra .chicklets.facebook, .article__share .media-extra .nav-top-bar .secondary-links .saved-jobs-link .chicklets.facebook, .nav-top-bar .secondary-links .saved-jobs-link .terms-of-use .media-extra .chicklets.facebook, .terms-of-use .media-extra .nav-top-bar .secondary-links .saved-jobs-link .chicklets.facebook, .nav-top-bar .secondary-links .saved-jobs-link .predefine-jobs .media-extra .chicklets.facebook, .predefine-jobs .media-extra .nav-top-bar .secondary-links .saved-jobs-link .chicklets.facebook, .nav-top-bar .secondary-links .saved-jobs-link .article__share .media-extra .chicklets.linkedin, .article__share .media-extra .nav-top-bar .secondary-links .saved-jobs-link .chicklets.linkedin, .nav-top-bar .secondary-links .saved-jobs-link .terms-of-use .media-extra .chicklets.linkedin, .terms-of-use .media-extra .nav-top-bar .secondary-links .saved-jobs-link .chicklets.linkedin, .nav-top-bar .secondary-links .saved-jobs-link .predefine-jobs .media-extra .chicklets.linkedin, .predefine-jobs .media-extra .nav-top-bar .secondary-links .saved-jobs-link .chicklets.linkedin, .nav-top-bar .secondary-links .saved-jobs-link .article__share .media-extra .chicklets.twitter, .article__share .media-extra .nav-top-bar .secondary-links .saved-jobs-link .chicklets.twitter, .nav-top-bar .secondary-links .saved-jobs-link .terms-of-use .media-extra .chicklets.twitter, .terms-of-use .media-extra .nav-top-bar .secondary-links .saved-jobs-link .chicklets.twitter, .nav-top-bar .secondary-links .saved-jobs-link .predefine-jobs .media-extra .chicklets.twitter, .predefine-jobs .media-extra .nav-top-bar .secondary-links .saved-jobs-link .chicklets.twitter {
  position: relative;
  top: 5px;
  margin-right: 4px;
  font-size: 24px;
  line-height: 24px
}
.nav-locked .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-animation: headerReveal .3s linear;
  animation: headerReveal 0.3s linear
}
@-webkit-keyframes headerReveal {
  0% {
    top: -60px
  }
  100% {
    top: 0
  }
}
@keyframes headerReveal {
  0% {
    top: -60px
  }
  100% {
    top: 0
  }
}
.header-job-search {
  display: none;
  max-height: 0;
  padding: 100px 0;
  border-bottom: 1px solid #c8c7c7;
  background: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/css/img/bg-generic-smoke.png") no-repeat scroll center center/cover #ef2e24;
  overflow: hidden
}
.header-job-search.search-active {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  display: block;
  max-height: 500px;
  margin-top: 0;
  overflow: hidden
}
@-webkit-keyframes searchReveal {
  0% {
    display: none;
    max-height: 0;
    overflow: hidden
  }
  1% {
    display: block;
    max-height: 0;
    overflow: hidden
  }
  100% {
    display: block;
    max-height: 500px;
    overflow: hidden
  }
}
@keyframes searchReveal {
  0% {
    display: none;
    max-height: 0;
    overflow: hidden
  }
  1% {
    display: block;
    max-height: 0;
    overflow: hidden
  }
  100% {
    display: block;
    max-height: 500px;
    overflow: hidden
  }
}
.nav-active .site-header-inner .wrap-navigation {
  -webkit-animation: navRevealSmall .3s ease-out;
  animation: navRevealSmall .3s ease-out;
  max-height: 800px;
  display: block
}
.nav-active .site-header-inner .open-menu {
  display: none
}
.nav-active .site-header-inner .close-menu {
  display: block
}
@media (min-width: 768px) {
  .site-header .search-button {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 0 0 80px;
    margin-top: -28px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ef2e24;
    border-radius: 0;
    background: none;
    color: #fff;
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }
  .site-header .search-button:hover {
    border-bottom: 1px solid #fff
  }
  .site-header .search-button .icon, .site-header .search-button .share-icon-left ul .chicklets.facebook, .share-icon-left ul .site-header .search-button .chicklets.facebook, .site-header .search-button .share-icon-left ul .chicklets.linkedin, .share-icon-left ul .site-header .search-button .chicklets.linkedin, .site-header .search-button .share-icon-left ul .chicklets.twitter, .share-icon-left ul .site-header .search-button .chicklets.twitter, .site-header .search-button .open-menu .ico-show-menu, .open-menu .site-header .search-button .ico-show-menu, .site-header .search-button .close-menu .ico-hide-menu, .close-menu .site-header .search-button .ico-hide-menu, .site-header .search-button .single-job .job--meta .job--meta-location .fa-map-marker, .single-job .job--meta .job--meta-location .site-header .search-button .fa-map-marker, .site-header .search-button .single-job .job--meta .job--meta-salary span:before, .single-job .job--meta .job--meta-salary .site-header .search-button span:before, .site-header .search-button .job-full .job--meta_location .media:before, .job-full .job--meta_location .site-header .search-button .media:before, .site-header .search-button .job-full .job--meta_salary .media:before, .job-full .job--meta_salary .site-header .search-button .media:before, .site-header .search-button .job-full .job--meta_date-posted .media:before, .job-full .job--meta_date-posted .site-header .search-button .media:before, .site-header .search-button .job-full .job--meta_job-start-date .media:before, .job-full .job--meta_job-start-date .site-header .search-button .media:before, .site-header .search-button .job-full .job--meta_employment-type .media:before, .job-full .job--meta_employment-type .site-header .search-button .media:before, .site-header .search-button .job-full #body_0_contentcolumn_0_liContractType .media:before, .job-full #body_0_contentcolumn_0_liContractType .site-header .search-button .media:before, .site-header .search-button .job-full #body_0_contentcolumn_0_liCategory .media:before, .job-full #body_0_contentcolumn_0_liCategory .site-header .search-button .media:before, .site-header .search-button .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .site-header .search-button .media:before, .site-header .search-button .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .site-header .search-button .media:before, .site-header .search-button .job--description .media-extra .chicklets.facebook, .job--description .media-extra .site-header .search-button .chicklets.facebook, .site-header .search-button .job--description .media-extra .chicklets.linkedin, .job--description .media-extra .site-header .search-button .chicklets.linkedin, .site-header .search-button .job--description .media-extra .chicklets.twitter, .job--description .media-extra .site-header .search-button .chicklets.twitter, .site-header .search-button .article__share .media-extra .chicklets.facebook, .article__share .media-extra .site-header .search-button .chicklets.facebook, .site-header .search-button .terms-of-use .media-extra .chicklets.facebook, .terms-of-use .media-extra .site-header .search-button .chicklets.facebook, .site-header .search-button .predefine-jobs .media-extra .chicklets.facebook, .predefine-jobs .media-extra .site-header .search-button .chicklets.facebook, .site-header .search-button .article__share .media-extra .chicklets.linkedin, .article__share .media-extra .site-header .search-button .chicklets.linkedin, .site-header .search-button .terms-of-use .media-extra .chicklets.linkedin, .terms-of-use .media-extra .site-header .search-button .chicklets.linkedin, .site-header .search-button .predefine-jobs .media-extra .chicklets.linkedin, .predefine-jobs .media-extra .site-header .search-button .chicklets.linkedin, .site-header .search-button .article__share .media-extra .chicklets.twitter, .article__share .media-extra .site-header .search-button .chicklets.twitter, .site-header .search-button .terms-of-use .media-extra .chicklets.twitter, .terms-of-use .media-extra .site-header .search-button .chicklets.twitter, .site-header .search-button .predefine-jobs .media-extra .chicklets.twitter, .predefine-jobs .media-extra .site-header .search-button .chicklets.twitter {
    position: relative;
    top: 7px;
    right: -4px;
    font-size: 26px
  }
}
@media (max-width: 1199px) {
  .site-header .wrap-navigation {
    position: absolute;
    z-index: 1;
    left: 0;
    display: none;
    width: 100%;
    max-height: 0;
    background: #ef2e24;
    overflow: hidden;
    float: none
  }
  .site-header .open-menu, .site-header .close-menu {
    position: relative;
    top: 15px;
    float: right
  }
  .site-header .open-menu {
    display: block
  }
  .wrap-navigation .nav {
    margin-top: 0
  }
  .wrap-navigation .nav > li {
    padding: 15px 15px 15px 0
  }
}
@media (min-width: 768px) {
  .nav-active .wrap-navigation {
    -webkit-animation: navRevealLarge .3s ease-out;
    animation: navRevealLarge .3s ease-out;
    max-height: 100px
  }
}
@-webkit-keyframes navRevealSmall {
  0% {
    display: none;
    max-height: 0;
    overflow: hidden
  }
  1% {
    display: block;
    max-height: 0;
    overflow: hidden
  }
  100% {
    display: block;
    max-height: 300px;
    overflow: hidden
  }
}
@keyframes navRevealSmall {
  0% {
    display: none;
    max-height: 0;
    overflow: hidden
  }
  1% {
    display: block;
    max-height: 0;
    overflow: hidden
  }
  100% {
    display: block;
    max-height: 300px;
    overflow: hidden
  }
}
@-webkit-keyframes navRevealLarge {
  0% {
    display: none;
    max-height: 0;
    overflow: hidden
  }
  1% {
    display: block;
    max-height: 0;
    overflow: hidden
  }
  100% {
    display: block;
    max-height: 100px;
    overflow: hidden
  }
}
@keyframes navRevealLarge {
  0% {
    display: none;
    max-height: 0;
    overflow: hidden
  }
  1% {
    display: block;
    max-height: 0;
    overflow: hidden
  }
  100% {
    display: block;
    max-height: 100px;
    overflow: hidden
  }
}
@media (max-width: 767px) {
  .site-header .search-button, .site-header .nav-top-bar {
    display: none
  }
  .site-header .site-header-inner {
    padding: 0;
    height: auto !important
  }
  .site-header .brand-logo {
    width: calc(100% - 40px);
    text-align: center
  }
  .site-header .close-menu, .site-header .open-menu {
    z-index: 2;
    top: 12px;
    height: 1px;
    float: left
  }
  .site-header .secondary-links {
    display: table;
    width: 100%
  }
  .site-header .secondary-links .gateway-container {
    display: table-header-group
  }
  .nav-locked .site-header {
    position: relative
  }
  .nav-active .header-job-search {
    display: block
  }
  .nav-active .nav-container {
    display: block;
    max-height: 800px;
    -webkit-animation: 0.3s ease-out 0s normal none 1 running navRevealSmall;
    animation: 0.3s ease-out 0s normal none 1 running navRevealSmall;
    overflow: scroll
  }
  .nav-active .site-header-inner .wrap-navigation {
    position: relative;
    background: none
  }
  .nav-container {
    position: absolute;
    overflow-y: auto;
    z-index: 10;
    left: 0;
    top: 60px;
    display: none;
    width: 100%;
    max-height: 0;
    padding: 0;
    background-color: #efefef;
    text-align: left
  }
  .nav-container .secondary-links a, .nav-container .primary-links a {
    padding: 15px 22px;
    border-top: 1px solid rgba(35, 31, 32, 0.2)
  }
  .nav-container .secondary-links a + a, .nav-container .primary-links a + a {
    display: none
  }
  .nav-container .secondary-links a:hover, .nav-container .secondary-links a:focus, .nav-container .primary-links a:hover, .nav-container .primary-links a:focus {
    background: none;
    text-decoration: underline
  }
  .nav-container .secondary-links a:first-child {
    border-top: 0
  }
  .nav-container .saved-jobs-link .icon, .nav-container .saved-jobs-link .share-icon-left ul .chicklets.facebook, .share-icon-left ul .nav-container .saved-jobs-link .chicklets.facebook, .nav-container .saved-jobs-link .share-icon-left ul .chicklets.linkedin, .share-icon-left ul .nav-container .saved-jobs-link .chicklets.linkedin, .nav-container .saved-jobs-link .share-icon-left ul .chicklets.twitter, .share-icon-left ul .nav-container .saved-jobs-link .chicklets.twitter, .nav-container .saved-jobs-link .open-menu .ico-show-menu, .open-menu .nav-container .saved-jobs-link .ico-show-menu, .nav-container .saved-jobs-link .close-menu .ico-hide-menu, .close-menu .nav-container .saved-jobs-link .ico-hide-menu, .nav-container .saved-jobs-link .single-job .job--meta .job--meta-location .fa-map-marker, .single-job .job--meta .job--meta-location .nav-container .saved-jobs-link .fa-map-marker, .nav-container .saved-jobs-link .single-job .job--meta .job--meta-salary span:before, .single-job .job--meta .job--meta-salary .nav-container .saved-jobs-link span:before, .nav-container .saved-jobs-link .job-full .job--meta_location .media:before, .job-full .job--meta_location .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .job--meta_salary .media:before, .job-full .job--meta_salary .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .job--meta_date-posted .media:before, .job-full .job--meta_date-posted .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .job--meta_job-start-date .media:before, .job-full .job--meta_job-start-date .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .job--meta_employment-type .media:before, .job-full .job--meta_employment-type .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full #body_0_contentcolumn_0_liContractType .media:before, .job-full #body_0_contentcolumn_0_liContractType .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full #body_0_contentcolumn_0_liCategory .media:before, .job-full #body_0_contentcolumn_0_liCategory .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .nav-container .saved-jobs-link .media:before, .nav-container .saved-jobs-link .job--description .media-extra .chicklets.facebook, .job--description .media-extra .nav-container .saved-jobs-link .chicklets.facebook, .nav-container .saved-jobs-link .job--description .media-extra .chicklets.linkedin, .job--description .media-extra .nav-container .saved-jobs-link .chicklets.linkedin, .nav-container .saved-jobs-link .job--description .media-extra .chicklets.twitter, .job--description .media-extra .nav-container .saved-jobs-link .chicklets.twitter, .nav-container .saved-jobs-link .article__share .media-extra .chicklets.facebook, .article__share .media-extra .nav-container .saved-jobs-link .chicklets.facebook, .nav-container .saved-jobs-link .terms-of-use .media-extra .chicklets.facebook, .terms-of-use .media-extra .nav-container .saved-jobs-link .chicklets.facebook, .nav-container .saved-jobs-link .predefine-jobs .media-extra .chicklets.facebook, .predefine-jobs .media-extra .nav-container .saved-jobs-link .chicklets.facebook, .nav-container .saved-jobs-link .article__share .media-extra .chicklets.linkedin, .article__share .media-extra .nav-container .saved-jobs-link .chicklets.linkedin, .nav-container .saved-jobs-link .terms-of-use .media-extra .chicklets.linkedin, .terms-of-use .media-extra .nav-container .saved-jobs-link .chicklets.linkedin, .nav-container .saved-jobs-link .predefine-jobs .media-extra .chicklets.linkedin, .predefine-jobs .media-extra .nav-container .saved-jobs-link .chicklets.linkedin, .nav-container .saved-jobs-link .article__share .media-extra .chicklets.twitter, .article__share .media-extra .nav-container .saved-jobs-link .chicklets.twitter, .nav-container .saved-jobs-link .terms-of-use .media-extra .chicklets.twitter, .terms-of-use .media-extra .nav-container .saved-jobs-link .chicklets.twitter, .nav-container .saved-jobs-link .predefine-jobs .media-extra .chicklets.twitter, .predefine-jobs .media-extra .nav-container .saved-jobs-link .chicklets.twitter {
    top: 3px;
    margin-right: 4px;
    color: #ef2e24
  }
  .nav-container a {
    display: block;
    width: 100%;
    color: #231f20;
    font-size: 20px;
    line-height: 24px
  }
  .nav-container .simpleGateway {
    border-bottom: 1px solid rgba(35, 31, 32, 0.2)
  }
  .nav-container .simpleGateway li {
    width: 50%;
    padding: 15px 14px;
    float: left;
    text-align: center
  }
  .nav-container .simpleGateway li > a {
    padding: 0
  }
  .nav-container .simpleGateway li:first-child {
    padding-right: 1px
  }
  .nav-container .simpleGateway li:first-child a {
    border-right: 1px solid rgba(35, 31, 32, 0.2)
  }
  #rightNonAuthLinks {
    float: none !important
  }
}
.notfound .spotlight_top-banner-container {
  margin-top: -10px
}
@media (max-width: 767px) {
  .nav-locked .site-header {
    position: relative
  }
  .open-menu .ico-show-menu {
    line-height: 1
  }
}
.site-header-controls .brand-logo {
  float: left
}
.site-header-controls .brand-logo img {
  width: 102px;
  height: 25px;
  margin: auto
}
.site-header-controls .wrap-navigation {
  margin-top: 3px;
  float: right
}
.wrap-navigation .nav {
  margin: 4px 0
}
.wrap-navigation .nav > li {
  display: inline-block;
  margin-left: 22px
}
.wrap-navigation .nav > li > a {
  padding: 0 8px;
  font: 16px/18px houschka_headdemibold, Helvetica, Arial, sans-serif
}
.wrap-navigation .nav > li > a:hover, .wrap-navigation .nav > li > a:focus {
  background: none;
  text-decoration: underline
}
.wrap-navigation .nav > li:last-child {
  padding-right: 0
}
.open-menu {
  display: none;
  text-decoration: none
}
.open-menu:hover {
  text-decoration: none
}
.open-menu .ico-show-menu {
  color: #fff;
  font-size: 40px;
  line-height: 0
}
.close-menu {
  display: none;
  text-decoration: none
}
.close-menu:hover {
  text-decoration: none
}
.close-menu .ico-hide-menu {
  color: #fff;
  font-size: 40px;
  line-height: 0
}
@media (max-width: 767px) {
  .wrap-navigation .nav {
    margin-top: 0
  }
  .wrap-navigation .nav > li {
    display: block;
    padding: 15px 14px;
    margin: 0;
    width: 100%;
    border-top: 1px solid rgba(35, 31, 32, 0.2)
  }
  .wrap-navigation .nav > li > a {
    display: block;
    width: 100%;
    font: 20px/24px houschka_headmedium, Helvetica, Arial, sans-serif;
    color: #231f20;
    outline: none
  }
}
.tab-links {
  padding-bottom: 32px;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
  overflow: hidden
}
.tab-links ul {
  margin-bottom: 0;
  list-style: none outside none
}
.home-tabs {
  margin: 16px 0;
  padding: 0;
  text-align: center
}
.home-tabs li {
  display: none;
  padding: 12px 0;
  margin: 0 0 8px;
  cursor: pointer;
  display: inline-block
}
.home-tabs li a {
  display: block;
  padding: 0 20px;
  border-right: 1px solid #eee;
  color: #c8c7c7;
  font-size: 20px;
  outline: 0 none;
  line-height: 30px
}
.home-tabs li a:hover {
  color: #c6c4c4
}
.home-tabs li:first-of-type a {
  padding-left: 0
}
.home-tabs li:last-of-type a {
  padding-right: 0;
  border: medium none
}
.home-tabs li.active a {
  color: #ef2e24
}
.home-tabs i {
  position: relative;
  top: 5px;
  float: right;
  font-size: 48px;
  line-height: 46px
}
.home-tabs .actions {
  margin-top: 16px;
  text-align: center
}
.tab-links .tab-pane li {
  padding: 12px 0;
  margin: 0 0 8px;
  border-bottom: 1px solid #c8c7c7
}
.tab-links .tab-pane li a {
  display: block;
  font-size: 20px
}
.tab-links .tab-pane li a:hover {
  color: #c5191f
}
.tab-links .tab-pane .btn--red-on-white {
  min-width: 80px;
  padding: 8px 20px;
  background-color: #fff;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
  border: 1px solid #ef2e24;
  border-radius: 6px;
  color: #ef2e24;
  line-height: 24px;
  text-align: center;
  transition: all 0.2s ease 0s
}
.tab-links .tab-pane .btn--red-on-white:hover {
  border-color: #c91d14;
  border-width: 2px;
  color: #c91d14
}
.tab-links .tab-pane .actions {
  margin-top: 32px;
  text-align: center
}
.tab-links .tab-pane .actions .btn {
  font-size: 20px;
  line-height: 30px
}
.tab-links .tab-pane .icon.icon-continue, .tab-links .tab-pane .share-icon-left ul .icon-continue.chicklets.facebook, .share-icon-left ul .tab-links .tab-pane .icon-continue.chicklets.facebook, .tab-links .tab-pane .share-icon-left ul .icon-continue.chicklets.linkedin, .share-icon-left ul .tab-links .tab-pane .icon-continue.chicklets.linkedin, .tab-links .tab-pane .share-icon-left ul .icon-continue.chicklets.twitter, .share-icon-left ul .tab-links .tab-pane .icon-continue.chicklets.twitter, .tab-links .tab-pane .open-menu .icon-continue.ico-show-menu, .open-menu .tab-links .tab-pane .icon-continue.ico-show-menu, .tab-links .tab-pane .close-menu .icon-continue.ico-hide-menu, .close-menu .tab-links .tab-pane .icon-continue.ico-hide-menu, .tab-links .tab-pane .single-job .job--meta .job--meta-location .icon-continue.fa-map-marker, .single-job .job--meta .job--meta-location .tab-links .tab-pane .icon-continue.fa-map-marker, .tab-links .tab-pane .single-job .job--meta .job--meta-salary span.icon-continue:before, .single-job .job--meta .job--meta-salary .tab-links .tab-pane span.icon-continue:before, .tab-links .tab-pane .job-full .job--meta_location .icon-continue.media:before, .job-full .job--meta_location .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .job--meta_salary .icon-continue.media:before, .job-full .job--meta_salary .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .job--meta_date-posted .icon-continue.media:before, .job-full .job--meta_date-posted .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .job--meta_job-start-date .icon-continue.media:before, .job-full .job--meta_job-start-date .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .job--meta_employment-type .icon-continue.media:before, .job-full .job--meta_employment-type .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full #body_0_contentcolumn_0_liContractType .icon-continue.media:before, .job-full #body_0_contentcolumn_0_liContractType .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full #body_0_contentcolumn_0_liCategory .icon-continue.media:before, .job-full #body_0_contentcolumn_0_liCategory .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .icon-continue.media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .icon-continue.media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .icon-continue.media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .icon-continue.media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .icon-continue.media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .icon-continue.media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .icon-continue.media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .icon-continue.media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .icon-continue.media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .icon-continue.media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .icon-continue.media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .icon-continue.media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job--description .media-extra .icon-continue.chicklets.facebook, .job--description .media-extra .tab-links .tab-pane .icon-continue.chicklets.facebook, .tab-links .tab-pane .job--description .media-extra .icon-continue.chicklets.linkedin, .job--description .media-extra .tab-links .tab-pane .icon-continue.chicklets.linkedin, .tab-links .tab-pane .job--description .media-extra .icon-continue.chicklets.twitter, .job--description .media-extra .tab-links .tab-pane .icon-continue.chicklets.twitter, .tab-links .tab-pane .article__share .media-extra .icon-continue.chicklets.facebook, .article__share .media-extra .tab-links .tab-pane .icon-continue.chicklets.facebook, .tab-links .tab-pane .terms-of-use .media-extra .icon-continue.chicklets.facebook, .terms-of-use .media-extra .tab-links .tab-pane .icon-continue.chicklets.facebook, .tab-links .tab-pane .predefine-jobs .media-extra .icon-continue.chicklets.facebook, .predefine-jobs .media-extra .tab-links .tab-pane .icon-continue.chicklets.facebook, .tab-links .tab-pane .article__share .media-extra .icon-continue.chicklets.linkedin, .article__share .media-extra .tab-links .tab-pane .icon-continue.chicklets.linkedin, .tab-links .tab-pane .terms-of-use .media-extra .icon-continue.chicklets.linkedin, .terms-of-use .media-extra .tab-links .tab-pane .icon-continue.chicklets.linkedin, .tab-links .tab-pane .predefine-jobs .media-extra .icon-continue.chicklets.linkedin, .predefine-jobs .media-extra .tab-links .tab-pane .icon-continue.chicklets.linkedin, .tab-links .tab-pane .article__share .media-extra .icon-continue.chicklets.twitter, .article__share .media-extra .tab-links .tab-pane .icon-continue.chicklets.twitter, .tab-links .tab-pane .terms-of-use .media-extra .icon-continue.chicklets.twitter, .terms-of-use .media-extra .tab-links .tab-pane .icon-continue.chicklets.twitter, .tab-links .tab-pane .predefine-jobs .media-extra .icon-continue.chicklets.twitter, .predefine-jobs .media-extra .tab-links .tab-pane .icon-continue.chicklets.twitter {
  font-size: 48px;
  float: right
}
.browse-jobs__top {
  float: none;
  text-align: center
}
.browse-jobs__top h1 .active.icon-up:before {
  content: "w" !important
}
.browse-jobs__top .h2, .browse-jobs__top figure.effect-sadie .figure__title, figure.effect-sadie .browse-jobs__top .figure__title {
  margin-top: 0
}
.browse-jobs__top p {
  font-size: 26px;
  line-height: 32px
}
.browse-jobs__top .home-tabs {
  padding-top: 10px;
  border-top: 1px solid #e7e6e6
}
.browse-jobs__top .tab-links {
  padding-bottom: 0;
  margin-bottom: 0
}
.browse-jobs__top .tab-links ul {
  margin-bottom: 0
}
.v-card {
  height: 190px;
  margin: 12px 0px 0px;
  transition: all 0.2s ease-in 0s;
  background: none repeat scroll 0% 0% #fff;
  border: 1px solid #dfd7d7;
  border-radius: 5px;
  cursor: pointer
}
.v-card a {
  position: relative;
  color: #231f20;
  text-align: center
}
.v-card a span {
  display: block;
  width: 100%;
  padding: 0 16px;
  font-size: 20px;
  line-height: 24px
}
.v-card i {
  transition: all 0.2s ease-in 0s;
  color: #ed1c24
}
.v-card i:before {
  font-size: 54px;
  line-height: inherit;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.v-card:hover i {
  transform: scale(1.1)
}
.browse-jobs__btm {
  color: #231f20
}
.browse-jobs__btm .location-list {
  padding: 5px;
  margin: 12px 0 0 12px;
  background: #fff;
  border: 1px solid #dfd7d7;
  border-radius: 4px;
  overflow: hidden
}
.browse-jobs__btm .location-list:after, .browse-jobs__btm .location-list:before {
  content: " ";
  display: table
}
.browse-jobs__btm .location-list ul {
  margin: 1em 0
}
.browse-jobs__btm .location-list li {
  padding: 12px 0;
  margin: 0 24px 5px 0;
  border-bottom: 1px solid #c8c7c7
}
.browse-jobs__btm .location-list li a {
  position: relative;
  display: block;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #ef2e24
}
.browse-jobs__btm .location-list li a:after {
  position: relative;
  top: 0;
  height: 20px;
  font-size: 48px;
  line-height: 1;
  float: right
}
.browse-jobs__btm .v-center-wrap {
  display: table;
  width: 100%;
  height: 100%;
  min-height: inherit
}
.browse-jobs__btm .v-center-wrap .v-center {
  display: table-cell;
  vertical-align: middle;
  float: none
}
.browse-jobs__btm .mini-card {
  padding: 20px;
  transition: all .2s ease-in;
  background: #fff;
  border: 1px solid #dfd7d7;
  border-radius: 4px;
  margin: 12px 0 0;
  cursor: pointer
}
.browse-jobs__btm .mini-card h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 49px
}
.browse-jobs__btm .mini-card p {
  margin-top: 0
}
.browse-jobs__btm .mini-card a {
  width: 100%
}
.industryinfo .branch .details__header {
  font-size: 28px;
  line-height: 60px;
  color: #ef2e24
}
.industryinfo .branch .details__header a {
  padding: 0
}
@media (min-width: 1200px) {
  .tab-links .tab-pane .actions {
    margin-top: 32px
  }
}
@media (max-width: 992px) {
  .tab-links ul {
    margin: 0;
    padding: 0
  }
  .tab-links .tab-pane li a {
    font-size: 16px
  }
  .tab-links .tab-pane .actions .btn {
    font-size: 16px
  }
  .home-tabs {
    text-align: center
  }
  .home-tabs li a {
    font-size: 16px
  }
}
@media (max-width: 767px) {
  .browse-jobs__btm .col-xs-6.col-sm-6, .browse-jobs__btm .job-full .col-sm-7 .list-unstyled.text-muted li.col-xs-6, .job-full .col-sm-7 .list-unstyled.text-muted .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .job-full .location-details .location__summary .list-unstyled.text-muted li.col-xs-6, .job-full .location-details .location__summary .list-unstyled.text-muted .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .location-details .job-full .location__summary .list-unstyled.text-muted li.col-xs-6, .location-details .job-full .location__summary .list-unstyled.text-muted .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .job-full .col-sm-7 .text-muted.list-inline li.col-xs-6, .job-full .col-sm-7 .text-muted.list-inline .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .job-full .location-details .location__summary .text-muted.list-inline li.col-xs-6, .job-full .location-details .location__summary .text-muted.list-inline .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .location-details .job-full .location__summary .text-muted.list-inline li.col-xs-6, .location-details .job-full .location__summary .text-muted.list-inline .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li.col-xs-6, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li.col-xs-6, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li.col-xs-6, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li.col-xs-6, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li.col-xs-6, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li.col-xs-6, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .job-full .col-sm-7 .share-icon-left ul.text-muted li.col-xs-6, .job-full .col-sm-7 .share-icon-left ul.text-muted .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .share-icon-left .job-full .col-sm-7 ul.text-muted li.col-xs-6, .share-icon-left .job-full .col-sm-7 ul.text-muted .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .job-full .location-details .location__summary .share-icon-left ul.text-muted li.col-xs-6, .job-full .location-details .location__summary .share-icon-left ul.text-muted .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .share-icon-left .job-full .location-details .location__summary ul.text-muted li.col-xs-6, .share-icon-left .job-full .location-details .location__summary ul.text-muted .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .location-details .job-full .location__summary .share-icon-left ul.text-muted li.col-xs-6, .location-details .job-full .location__summary .share-icon-left ul.text-muted .browse-jobs__btm li.col-xs-6, .browse-jobs__btm .share-icon-left .location-details .job-full .location__summary ul.text-muted li.col-xs-6, .share-icon-left .location-details .job-full .location__summary ul.text-muted .browse-jobs__btm li.col-xs-6 {
    padding: 0 5px
  }
  .visible-xs {
    display: inline-block !important
  }
  .browse-jobs__top {
    padding: 0
  }
  .browse-jobs__top h1 {
    margin-top: -14px;
    text-align: left
  }
  .browse-jobs__top h1 i {
    cursor: pointer;
    float: right
  }
  .browse-jobs__top p {
    font-size: 16px;
    line-height: 24px;
    text-align: left
  }
  .spotlight-container.dark_grey-container, .mobile-view {
    display: none
  }
  .v-card a span {
    font-size: 18px;
    line-height: 24px
  }
}
@-moz-document url-prefix() {
  .tab-links .tab-pane .icon.icon-continue, .tab-links .tab-pane .share-icon-left ul .icon-continue.chicklets.facebook, .share-icon-left ul .tab-links .tab-pane .icon-continue.chicklets.facebook, .tab-links .tab-pane .share-icon-left ul .icon-continue.chicklets.linkedin, .share-icon-left ul .tab-links .tab-pane .icon-continue.chicklets.linkedin, .tab-links .tab-pane .share-icon-left ul .icon-continue.chicklets.twitter, .share-icon-left ul .tab-links .tab-pane .icon-continue.chicklets.twitter, .tab-links .tab-pane .open-menu .icon-continue.ico-show-menu, .open-menu .tab-links .tab-pane .icon-continue.ico-show-menu, .tab-links .tab-pane .close-menu .icon-continue.ico-hide-menu, .close-menu .tab-links .tab-pane .icon-continue.ico-hide-menu, .tab-links .tab-pane .single-job .job--meta .job--meta-location .icon-continue.fa-map-marker, .single-job .job--meta .job--meta-location .tab-links .tab-pane .icon-continue.fa-map-marker, .tab-links .tab-pane .single-job .job--meta .job--meta-salary span.icon-continue:before, .single-job .job--meta .job--meta-salary .tab-links .tab-pane span.icon-continue:before, .tab-links .tab-pane .job-full .job--meta_location .icon-continue.media:before, .job-full .job--meta_location .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .job--meta_salary .icon-continue.media:before, .job-full .job--meta_salary .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .job--meta_date-posted .icon-continue.media:before, .job-full .job--meta_date-posted .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .job--meta_job-start-date .icon-continue.media:before, .job-full .job--meta_job-start-date .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .job--meta_employment-type .icon-continue.media:before, .job-full .job--meta_employment-type .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full #body_0_contentcolumn_0_liContractType .icon-continue.media:before, .job-full #body_0_contentcolumn_0_liContractType .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full #body_0_contentcolumn_0_liCategory .icon-continue.media:before, .job-full #body_0_contentcolumn_0_liCategory .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .icon-continue.media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .icon-continue.media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .icon-continue.media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .icon-continue.media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .icon-continue.media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .icon-continue.media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .icon-continue.media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .icon-continue.media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .icon-continue.media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .icon-continue.media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .icon-continue.media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .icon-continue.media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .icon-continue.media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .icon-continue.media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .tab-links .tab-pane .icon-continue.media:before, .tab-links .tab-pane .job--description .media-extra .icon-continue.chicklets.facebook, .job--description .media-extra .tab-links .tab-pane .icon-continue.chicklets.facebook, .tab-links .tab-pane .job--description .media-extra .icon-continue.chicklets.linkedin, .job--description .media-extra .tab-links .tab-pane .icon-continue.chicklets.linkedin, .tab-links .tab-pane .job--description .media-extra .icon-continue.chicklets.twitter, .job--description .media-extra .tab-links .tab-pane .icon-continue.chicklets.twitter, .tab-links .tab-pane .article__share .media-extra .icon-continue.chicklets.facebook, .article__share .media-extra .tab-links .tab-pane .icon-continue.chicklets.facebook, .tab-links .tab-pane .terms-of-use .media-extra .icon-continue.chicklets.facebook, .terms-of-use .media-extra .tab-links .tab-pane .icon-continue.chicklets.facebook, .tab-links .tab-pane .predefine-jobs .media-extra .icon-continue.chicklets.facebook, .predefine-jobs .media-extra .tab-links .tab-pane .icon-continue.chicklets.facebook, .tab-links .tab-pane .article__share .media-extra .icon-continue.chicklets.linkedin, .article__share .media-extra .tab-links .tab-pane .icon-continue.chicklets.linkedin, .tab-links .tab-pane .terms-of-use .media-extra .icon-continue.chicklets.linkedin, .terms-of-use .media-extra .tab-links .tab-pane .icon-continue.chicklets.linkedin, .tab-links .tab-pane .predefine-jobs .media-extra .icon-continue.chicklets.linkedin, .predefine-jobs .media-extra .tab-links .tab-pane .icon-continue.chicklets.linkedin, .tab-links .tab-pane .article__share .media-extra .icon-continue.chicklets.twitter, .article__share .media-extra .tab-links .tab-pane .icon-continue.chicklets.twitter, .tab-links .tab-pane .terms-of-use .media-extra .icon-continue.chicklets.twitter, .terms-of-use .media-extra .tab-links .tab-pane .icon-continue.chicklets.twitter, .tab-links .tab-pane .predefine-jobs .media-extra .icon-continue.chicklets.twitter, .predefine-jobs .media-extra .tab-links .tab-pane .icon-continue.chicklets.twitter {
    line-height: 0;
    margin-top: -18px
  }
  .browse-jobs__btm .location-list li a:after {
    line-height: 0;
    top: 9px
  }
}
.listing__results .listing__result--footer .listing__type i.custom-icon {
  margin-top: 0;
  top: auto !important;
  left: 0;
  position: absolute;
  font-size: 35px
}
.listing__type.type--article > span, .listing__type.type--guide > span {
  margin-left: 20px
}
.container-body .content_3_blocks_outlined_grey {
  margin: 15px;
  height: 360px;
  width: calc(100% / 3 - 30px);
  background: #fff;
  border: 1px solid #c8c7c7;
  border-radius: 6px
}
@media (max-width: 1200px) {
  .container-body .content_3_blocks_outlined_grey {
    height: auto !important;
    padding-bottom: 30px;
    width: 100% !important;
    margin-left: 0px !important
  }
}
.btn.btn-default.outline-white {
  padding: 10px 60px 10px 16px;
  position: relative;
  color: white;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
  font-size: 20px;
  transition: all 0.2s ease 0s;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px
}
.btn.btn-default.outline-white:hover {
  background-color: #fff;
  color: #ef2e24
}
a.btn.btn-default.outline-white.with-arrow::after {
  content: "U";
  font-family: adecco-font-1 !important;
  font-size: 63px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  height: 34px;
  line-height: 1;
  margin-top: -17px;
  position: absolute;
  right: 0;
  text-transform: none !important;
  top: 50%
}
.get-started {
  position: relative;
  background: url("/~/media/adeccogroup/brands/adecco-global-2016/uk/media/home/bg-jobs.png") center center no-repeat;
  background-size: cover;
  height: 500px
}
.get-started .get-started-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 48px;
  text-align: center
}
.get-started h3 {
  margin-bottom: 20px;
  font-size: 40px;
  color: #fff
}
.get-started .btn {
  position: relative;
  padding: 10px 60px 10px 16px;
  background-color: transparent;
  border: solid 1px #fff;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.get-started .btn em {
  position: absolute;
  top: 12px;
  font-size: 48px
}
.get-started .btn:hover {
  background-color: #fff;
  color: #ef2e24
}
.home-actions-inner {
  padding: 10px 0;
  text-align: center
}
.home-actions-inner h3 {
  margin: 0 0 12px 0;
  font-size: 40px;
  line-height: 1
}
.home-actions-inner .icon, .home-actions-inner .share-icon-left ul .chicklets.facebook, .share-icon-left ul .home-actions-inner .chicklets.facebook, .home-actions-inner .share-icon-left ul .chicklets.linkedin, .share-icon-left ul .home-actions-inner .chicklets.linkedin, .home-actions-inner .share-icon-left ul .chicklets.twitter, .share-icon-left ul .home-actions-inner .chicklets.twitter, .home-actions-inner .open-menu .ico-show-menu, .open-menu .home-actions-inner .ico-show-menu, .home-actions-inner .close-menu .ico-hide-menu, .close-menu .home-actions-inner .ico-hide-menu, .home-actions-inner .single-job .job--meta .job--meta-location .fa-map-marker, .single-job .job--meta .job--meta-location .home-actions-inner .fa-map-marker, .home-actions-inner .single-job .job--meta .job--meta-salary span:before, .single-job .job--meta .job--meta-salary .home-actions-inner span:before, .home-actions-inner .job-full .job--meta_location .media:before, .job-full .job--meta_location .home-actions-inner .media:before, .home-actions-inner .job-full .job--meta_salary .media:before, .job-full .job--meta_salary .home-actions-inner .media:before, .home-actions-inner .job-full .job--meta_date-posted .media:before, .job-full .job--meta_date-posted .home-actions-inner .media:before, .home-actions-inner .job-full .job--meta_job-start-date .media:before, .job-full .job--meta_job-start-date .home-actions-inner .media:before, .home-actions-inner .job-full .job--meta_employment-type .media:before, .job-full .job--meta_employment-type .home-actions-inner .media:before, .home-actions-inner .job-full #body_0_contentcolumn_0_liContractType .media:before, .job-full #body_0_contentcolumn_0_liContractType .home-actions-inner .media:before, .home-actions-inner .job-full #body_0_contentcolumn_0_liCategory .media:before, .job-full #body_0_contentcolumn_0_liCategory .home-actions-inner .media:before, .home-actions-inner .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .job--description .media-extra .chicklets.facebook, .job--description .media-extra .home-actions-inner .chicklets.facebook, .home-actions-inner .job--description .media-extra .chicklets.linkedin, .job--description .media-extra .home-actions-inner .chicklets.linkedin, .home-actions-inner .job--description .media-extra .chicklets.twitter, .job--description .media-extra .home-actions-inner .chicklets.twitter, .home-actions-inner .article__share .media-extra .chicklets.facebook, .article__share .media-extra .home-actions-inner .chicklets.facebook, .home-actions-inner .terms-of-use .media-extra .chicklets.facebook, .terms-of-use .media-extra .home-actions-inner .chicklets.facebook, .home-actions-inner .predefine-jobs .media-extra .chicklets.facebook, .predefine-jobs .media-extra .home-actions-inner .chicklets.facebook, .home-actions-inner .article__share .media-extra .chicklets.linkedin, .article__share .media-extra .home-actions-inner .chicklets.linkedin, .home-actions-inner .terms-of-use .media-extra .chicklets.linkedin, .terms-of-use .media-extra .home-actions-inner .chicklets.linkedin, .home-actions-inner .predefine-jobs .media-extra .chicklets.linkedin, .predefine-jobs .media-extra .home-actions-inner .chicklets.linkedin, .home-actions-inner .article__share .media-extra .chicklets.twitter, .article__share .media-extra .home-actions-inner .chicklets.twitter, .home-actions-inner .terms-of-use .media-extra .chicklets.twitter, .terms-of-use .media-extra .home-actions-inner .chicklets.twitter, .home-actions-inner .predefine-jobs .media-extra .chicklets.twitter, .predefine-jobs .media-extra .home-actions-inner .chicklets.twitter {
  font-size: 110px
}
.home-actions-inner p {
  width: 60%;
  margin: 0 auto 12px;
  font-size: 20px;
  line-height: 30px
}
.home-actions-inner small {
  display: block;
  margin-bottom: 18px;
  font-size: 16px
}
.home-actions-inner .btn {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 60px 10px 20px;
  font-size: 18px;
  border: solid 1px transparent;
  transition: all .2s;
  -webkit-transition: all 0.2s;
  border-radius: 6px;
  color: #fff;
  background-color: transparent;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.home-actions-inner .btn em {
  position: absolute;
  top: 12px;
  font-size: 48px;
  color: #fff;
  opacity: 0.25
}
.create-content h3, .create-content .icon, .create-content .share-icon-left ul .chicklets.facebook, .share-icon-left ul .create-content .chicklets.facebook, .create-content .share-icon-left ul .chicklets.linkedin, .share-icon-left ul .create-content .chicklets.linkedin, .create-content .share-icon-left ul .chicklets.twitter, .share-icon-left ul .create-content .chicklets.twitter, .create-content .open-menu .ico-show-menu, .open-menu .create-content .ico-show-menu, .create-content .close-menu .ico-hide-menu, .close-menu .create-content .ico-hide-menu, .create-content .single-job .job--meta .job--meta-location .fa-map-marker, .single-job .job--meta .job--meta-location .create-content .fa-map-marker, .create-content .single-job .job--meta .job--meta-salary span:before, .single-job .job--meta .job--meta-salary .create-content span:before, .create-content .job-full .job--meta_location .media:before, .job-full .job--meta_location .create-content .media:before, .create-content .job-full .job--meta_salary .media:before, .job-full .job--meta_salary .create-content .media:before, .create-content .job-full .job--meta_date-posted .media:before, .job-full .job--meta_date-posted .create-content .media:before, .create-content .job-full .job--meta_job-start-date .media:before, .job-full .job--meta_job-start-date .create-content .media:before, .create-content .job-full .job--meta_employment-type .media:before, .job-full .job--meta_employment-type .create-content .media:before, .create-content .job-full #body_0_contentcolumn_0_liContractType .media:before, .job-full #body_0_contentcolumn_0_liContractType .create-content .media:before, .create-content .job-full #body_0_contentcolumn_0_liCategory .media:before, .job-full #body_0_contentcolumn_0_liCategory .create-content .media:before, .create-content .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .create-content .media:before, .create-content .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .create-content .media:before, .create-content .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .create-content .media:before, .create-content .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .create-content .media:before, .create-content .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .create-content .media:before, .create-content .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .create-content .media:before, .create-content .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .create-content .media:before, .create-content .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .create-content .media:before, .create-content .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .create-content .media:before, .create-content .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .create-content .media:before, .create-content .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .create-content .media:before, .create-content .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .create-content .media:before, .create-content .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .create-content .media:before, .create-content .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .create-content .media:before, .create-content .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .create-content .media:before, .create-content .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .create-content .media:before, .create-content .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .create-content .media:before, .create-content .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .create-content .media:before, .create-content .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .create-content .media:before, .create-content .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .create-content .media:before, .create-content .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .create-content .media:before, .create-content .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .create-content .media:before, .create-content .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .create-content .media:before, .create-content .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .create-content .media:before, .create-content .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .create-content .media:before, .create-content .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .create-content .media:before, .create-content .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .create-content .media:before, .create-content .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .create-content .media:before, .create-content .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .create-content .media:before, .create-content .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .create-content .media:before, .create-content .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .create-content .media:before, .create-content .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .create-content .media:before, .create-content .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .create-content .media:before, .create-content .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .create-content .media:before, .create-content .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .create-content .media:before, .create-content .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .create-content .media:before, .create-content .job--description .media-extra .chicklets.facebook, .job--description .media-extra .create-content .chicklets.facebook, .create-content .job--description .media-extra .chicklets.linkedin, .job--description .media-extra .create-content .chicklets.linkedin, .create-content .job--description .media-extra .chicklets.twitter, .job--description .media-extra .create-content .chicklets.twitter, .create-content .article__share .media-extra .chicklets.facebook, .article__share .media-extra .create-content .chicklets.facebook, .create-content .terms-of-use .media-extra .chicklets.facebook, .terms-of-use .media-extra .create-content .chicklets.facebook, .create-content .predefine-jobs .media-extra .chicklets.facebook, .predefine-jobs .media-extra .create-content .chicklets.facebook, .create-content .article__share .media-extra .chicklets.linkedin, .article__share .media-extra .create-content .chicklets.linkedin, .create-content .terms-of-use .media-extra .chicklets.linkedin, .terms-of-use .media-extra .create-content .chicklets.linkedin, .create-content .predefine-jobs .media-extra .chicklets.linkedin, .predefine-jobs .media-extra .create-content .chicklets.linkedin, .create-content .article__share .media-extra .chicklets.twitter, .article__share .media-extra .create-content .chicklets.twitter, .create-content .terms-of-use .media-extra .chicklets.twitter, .terms-of-use .media-extra .create-content .chicklets.twitter, .create-content .predefine-jobs .media-extra .chicklets.twitter, .predefine-jobs .media-extra .create-content .chicklets.twitter {
  color: #00a9e0
}
.create-content .btn {
  background-color: #00a9e0;
  border-color: #00a9e0
}
.create-content .btn:hover {
  background-color: #0096ef;
  border-color: #00769d
}
.find-branch h3, .find-branch .icon, .find-branch .share-icon-left ul .chicklets.facebook, .share-icon-left ul .find-branch .chicklets.facebook, .find-branch .share-icon-left ul .chicklets.linkedin, .share-icon-left ul .find-branch .chicklets.linkedin, .find-branch .share-icon-left ul .chicklets.twitter, .share-icon-left ul .find-branch .chicklets.twitter, .find-branch .open-menu .ico-show-menu, .open-menu .find-branch .ico-show-menu, .find-branch .close-menu .ico-hide-menu, .close-menu .find-branch .ico-hide-menu, .find-branch .single-job .job--meta .job--meta-location .fa-map-marker, .single-job .job--meta .job--meta-location .find-branch .fa-map-marker, .find-branch .single-job .job--meta .job--meta-salary span:before, .single-job .job--meta .job--meta-salary .find-branch span:before, .find-branch .job-full .job--meta_location .media:before, .job-full .job--meta_location .find-branch .media:before, .find-branch .job-full .job--meta_salary .media:before, .job-full .job--meta_salary .find-branch .media:before, .find-branch .job-full .job--meta_date-posted .media:before, .job-full .job--meta_date-posted .find-branch .media:before, .find-branch .job-full .job--meta_job-start-date .media:before, .job-full .job--meta_job-start-date .find-branch .media:before, .find-branch .job-full .job--meta_employment-type .media:before, .job-full .job--meta_employment-type .find-branch .media:before, .find-branch .job-full #body_0_contentcolumn_0_liContractType .media:before, .job-full #body_0_contentcolumn_0_liContractType .find-branch .media:before, .find-branch .job-full #body_0_contentcolumn_0_liCategory .media:before, .job-full #body_0_contentcolumn_0_liCategory .find-branch .media:before, .find-branch .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .find-branch .media:before, .find-branch .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .find-branch .media:before, .find-branch .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .find-branch .media:before, .find-branch .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .find-branch .media:before, .find-branch .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .find-branch .media:before, .find-branch .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .find-branch .media:before, .find-branch .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .find-branch .media:before, .find-branch .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .find-branch .media:before, .find-branch .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .find-branch .media:before, .find-branch .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .find-branch .media:before, .find-branch .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .find-branch .media:before, .find-branch .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .find-branch .media:before, .find-branch .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .find-branch .media:before, .find-branch .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .find-branch .media:before, .find-branch .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .find-branch .media:before, .find-branch .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .find-branch .media:before, .find-branch .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .find-branch .media:before, .find-branch .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .find-branch .media:before, .find-branch .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .find-branch .media:before, .find-branch .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .find-branch .media:before, .find-branch .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .find-branch .media:before, .find-branch .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .find-branch .media:before, .find-branch .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .find-branch .media:before, .find-branch .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .find-branch .media:before, .find-branch .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .find-branch .media:before, .find-branch .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .find-branch .media:before, .find-branch .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .find-branch .media:before, .find-branch .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .find-branch .media:before, .find-branch .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .find-branch .media:before, .find-branch .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .find-branch .media:before, .find-branch .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .find-branch .media:before, .find-branch .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .find-branch .media:before, .find-branch .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .find-branch .media:before, .find-branch .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .find-branch .media:before, .find-branch .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .find-branch .media:before, .find-branch .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .find-branch .media:before, .find-branch .job--description .media-extra .chicklets.facebook, .job--description .media-extra .find-branch .chicklets.facebook, .find-branch .job--description .media-extra .chicklets.linkedin, .job--description .media-extra .find-branch .chicklets.linkedin, .find-branch .job--description .media-extra .chicklets.twitter, .job--description .media-extra .find-branch .chicklets.twitter, .find-branch .article__share .media-extra .chicklets.facebook, .article__share .media-extra .find-branch .chicklets.facebook, .find-branch .terms-of-use .media-extra .chicklets.facebook, .terms-of-use .media-extra .find-branch .chicklets.facebook, .find-branch .predefine-jobs .media-extra .chicklets.facebook, .predefine-jobs .media-extra .find-branch .chicklets.facebook, .find-branch .article__share .media-extra .chicklets.linkedin, .article__share .media-extra .find-branch .chicklets.linkedin, .find-branch .terms-of-use .media-extra .chicklets.linkedin, .terms-of-use .media-extra .find-branch .chicklets.linkedin, .find-branch .predefine-jobs .media-extra .chicklets.linkedin, .predefine-jobs .media-extra .find-branch .chicklets.linkedin, .find-branch .article__share .media-extra .chicklets.twitter, .article__share .media-extra .find-branch .chicklets.twitter, .find-branch .terms-of-use .media-extra .chicklets.twitter, .terms-of-use .media-extra .find-branch .chicklets.twitter, .find-branch .predefine-jobs .media-extra .chicklets.twitter, .predefine-jobs .media-extra .find-branch .chicklets.twitter {
  color: #ef2e24
}
.find-branch small {
  color: #737373
}
.find-branch small span {
  color: #6f1931;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.find-branch .btn {
  border-color: #ef2e24;
  color: #ef2e24
}
.find-branch .btn em {
  color: #ef2e24
}
.find-branch .btn:hover {
  border-color: #c91d14;
  border-width: 2px;
  color: #c91d14
}
.find-branch .btn:hover em {
  color: #c91d14
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .get-started {
    height: 400px
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .get-started {
    height: 350px
  }
}
@media (max-width: 767px) {
  .get-started {
    height: 250px
  }
  .get-started .get-started-content {
    bottom: 24px
  }
  .get-started h3 {
    font-size: 20px
  }
  .get-started .btn {
    font-size: 16px
  }
}
@media (max-width: 543px) {
  .get-started {
    height: 275px;
    background-image: url("/~/media/adeccogroup/brands/adecco-global-2016/uk/media/home/bg-florist.png")
  }
  .get-started .btn {
    width: 80%;
    margin: 0 auto
  }
  .home-actions-inner h3 {
    font-size: 20px
  }
  .home-actions-inner p, .home-actions-inner .btn {
    font-size: 16px
  }
  .home-actions-inner small {
    font-size: 14px
  }
  .home-actions-inner .icon, .home-actions-inner .share-icon-left ul .chicklets.facebook, .share-icon-left ul .home-actions-inner .chicklets.facebook, .home-actions-inner .share-icon-left ul .chicklets.linkedin, .share-icon-left ul .home-actions-inner .chicklets.linkedin, .home-actions-inner .share-icon-left ul .chicklets.twitter, .share-icon-left ul .home-actions-inner .chicklets.twitter, .home-actions-inner .open-menu .ico-show-menu, .open-menu .home-actions-inner .ico-show-menu, .home-actions-inner .close-menu .ico-hide-menu, .close-menu .home-actions-inner .ico-hide-menu, .home-actions-inner .single-job .job--meta .job--meta-location .fa-map-marker, .single-job .job--meta .job--meta-location .home-actions-inner .fa-map-marker, .home-actions-inner .single-job .job--meta .job--meta-salary span:before, .single-job .job--meta .job--meta-salary .home-actions-inner span:before, .home-actions-inner .job-full .job--meta_location .media:before, .job-full .job--meta_location .home-actions-inner .media:before, .home-actions-inner .job-full .job--meta_salary .media:before, .job-full .job--meta_salary .home-actions-inner .media:before, .home-actions-inner .job-full .job--meta_date-posted .media:before, .job-full .job--meta_date-posted .home-actions-inner .media:before, .home-actions-inner .job-full .job--meta_job-start-date .media:before, .job-full .job--meta_job-start-date .home-actions-inner .media:before, .home-actions-inner .job-full .job--meta_employment-type .media:before, .job-full .job--meta_employment-type .home-actions-inner .media:before, .home-actions-inner .job-full #body_0_contentcolumn_0_liContractType .media:before, .job-full #body_0_contentcolumn_0_liContractType .home-actions-inner .media:before, .home-actions-inner .job-full #body_0_contentcolumn_0_liCategory .media:before, .job-full #body_0_contentcolumn_0_liCategory .home-actions-inner .media:before, .home-actions-inner .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .home-actions-inner .media:before, .home-actions-inner .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .home-actions-inner .media:before, .home-actions-inner .job--description .media-extra .chicklets.facebook, .job--description .media-extra .home-actions-inner .chicklets.facebook, .home-actions-inner .job--description .media-extra .chicklets.linkedin, .job--description .media-extra .home-actions-inner .chicklets.linkedin, .home-actions-inner .job--description .media-extra .chicklets.twitter, .job--description .media-extra .home-actions-inner .chicklets.twitter, .home-actions-inner .article__share .media-extra .chicklets.facebook, .article__share .media-extra .home-actions-inner .chicklets.facebook, .home-actions-inner .terms-of-use .media-extra .chicklets.facebook, .terms-of-use .media-extra .home-actions-inner .chicklets.facebook, .home-actions-inner .predefine-jobs .media-extra .chicklets.facebook, .predefine-jobs .media-extra .home-actions-inner .chicklets.facebook, .home-actions-inner .article__share .media-extra .chicklets.linkedin, .article__share .media-extra .home-actions-inner .chicklets.linkedin, .home-actions-inner .terms-of-use .media-extra .chicklets.linkedin, .terms-of-use .media-extra .home-actions-inner .chicklets.linkedin, .home-actions-inner .predefine-jobs .media-extra .chicklets.linkedin, .predefine-jobs .media-extra .home-actions-inner .chicklets.linkedin, .home-actions-inner .article__share .media-extra .chicklets.twitter, .article__share .media-extra .home-actions-inner .chicklets.twitter, .home-actions-inner .terms-of-use .media-extra .chicklets.twitter, .terms-of-use .media-extra .home-actions-inner .chicklets.twitter, .home-actions-inner .predefine-jobs .media-extra .chicklets.twitter, .predefine-jobs .media-extra .home-actions-inner .chicklets.twitter {
    font-size: 54px
  }
  .home-actions-inner .btn {
    width: 100%
  }
}
.spotlight_top-banner-container {
  padding: 0;
  margin: 0
}
.spotlight_top-banner-container .spotlight_top-banner {
  width: 100%;
  min-height: 538px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.home-search {
  margin-top: 48px
}
.home-search > .col-sm-8, .job-full .panel-body .row.home-search > .col-sm-7, .job-full .panel-body .location-details.home-search > .col-sm-7, .job-full .panel-body .branch-map-container.home-search > .col-sm-7, .job-full .panel-body .location-details .row.home-search > .location__summary, .location-details .job-full .panel-body .row.home-search > .location__summary, .job-full .panel-body .location-details.home-search > .location__summary, .job-full .panel-body .location-details .branch-map-container.home-search > .location__summary, .location-details .job-full .panel-body .branch-map-container.home-search > .location__summary {
  padding-left: 0
}
.home-search h1 {
  color: #fff
}
.home-search p {
  margin-bottom: 48px;
  color: #fff;
  font-size: 24px;
  line-height: 24px
}
.home-search .job-search-header input {
  font-size: 30px;
  line-height: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff
}
.home-search .job-search-header input:focus {
  border-color: #fff
}
.home-search .job-search-header label {
  display: none
}
.home-search .job-search-header .job-search-search-btn {
  width: 6%;
  top: 0
}
@media (min-width: 1200px) {
  .spotlight_top-banner-container .spotlight_top-banner {
    min-height: 538px
  }
}
@media (max-width: 1200px) {
  .home-search {
    margin-top: 64px
  }
  .home-search h1 {
    margin-bottom: 16px;
    font-size: 60px;
    line-height: 60px
  }
  .home-search .job-search-header input {
    font-size: 30px;
    line-height: 34px
  }
  .spotlight_top-banner-container .spotlight_top-banner {
    min-height: 400px
  }
}
@media (max-width: 992px) {
  .home-search h1 {
    margin-bottom: 8px;
    font-size: 35px;
    line-height: 45px
  }
  .home-search p {
    margin-bottom: 48px;
    font-size: 16px
  }
  .home-search .job-search-header input {
    font-size: 26px;
    line-height: 34px
  }
  .home-search .job-search-header .job-search-keyword, .home-search .job-search-header .job-search-location {
    width: 36%
  }
  .home-search .job-search-header a.btn-search:after {
    font-size: 16px
  }
  .spotlight_top-banner-container .spotlight_top-banner {
    min-height: 335px
  }
}
@media (max-width: 767px) {
  .home-search {
    margin-top: 0;
    padding: 24px 0 12px
  }
  .home-search h1 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 35px;
    line-height: 45px
  }
  .home-search p {
    font-size: 16px
  }
  .home-search .job-search-header input {
    font-size: 26px;
    line-height: 34px
  }
  .home-search .job-search-header .job-search-search-btn {
    width: 100%;
    right: 0;
    margin-top: 16px
  }
  .home-search .job-search-header a.btn-search {
    width: 100%;
    padding-top: 8px;
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    color: #ef2e24;
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 20px;
    transition: all 0.1s linear 0s
  }
  .home-search .job-search-header a.btn-search:after {
    top: -1px;
    padding-top: 3px;
    font-size: 16px
  }
  .home-search .job-search-header .job-search-keyword {
    width: 100%;
    margin-bottom: 13px
  }
  .home-search .job-search-header .job-search-location {
    width: 100%;
    margin-top: 20px
  }
  .home-search .container.col-sm-8, .home-search .spotlight-container .col-sm-8.panel, .spotlight-container .home-search .col-sm-8.panel, .home-search .spotlight-container .job-full .panel-body .row > .panel.col-sm-7, .spotlight-container .job-full .panel-body .home-search .row > .panel.col-sm-7, .home-search .job-full .panel-body .spotlight-container .row > .panel.col-sm-7, .job-full .panel-body .spotlight-container .home-search .row > .panel.col-sm-7, .home-search .spotlight-container .job-full .panel-body .location-details > .panel.col-sm-7, .spotlight-container .job-full .panel-body .home-search .location-details > .panel.col-sm-7, .home-search .job-full .panel-body .spotlight-container .location-details > .panel.col-sm-7, .job-full .panel-body .spotlight-container .home-search .location-details > .panel.col-sm-7, .home-search .spotlight-container .job-full .panel-body .branch-map-container > .panel.col-sm-7, .spotlight-container .job-full .panel-body .home-search .branch-map-container > .panel.col-sm-7, .home-search .job-full .panel-body .spotlight-container .branch-map-container > .panel.col-sm-7, .job-full .panel-body .spotlight-container .home-search .branch-map-container > .panel.col-sm-7, .home-search .spotlight-container .job-full .panel-body .location-details .row > .panel.location__summary, .spotlight-container .job-full .panel-body .location-details .home-search .row > .panel.location__summary, .home-search .job-full .panel-body .location-details .spotlight-container .row > .panel.location__summary, .job-full .panel-body .location-details .spotlight-container .home-search .row > .panel.location__summary, .home-search .spotlight-container .location-details .job-full .panel-body .row > .panel.location__summary, .spotlight-container .location-details .job-full .panel-body .home-search .row > .panel.location__summary, .home-search .location-details .job-full .panel-body .spotlight-container .row > .panel.location__summary, .location-details .job-full .panel-body .spotlight-container .home-search .row > .panel.location__summary, .home-search .spotlight-container .job-full .panel-body .location-details > .panel.location__summary, .spotlight-container .job-full .panel-body .home-search .location-details > .panel.location__summary, .home-search .job-full .panel-body .spotlight-container .location-details > .panel.location__summary, .job-full .panel-body .spotlight-container .home-search .location-details > .panel.location__summary, .home-search .spotlight-container .job-full .panel-body .location-details .branch-map-container > .panel.location__summary, .spotlight-container .job-full .panel-body .location-details .home-search .branch-map-container > .panel.location__summary, .home-search .job-full .panel-body .location-details .spotlight-container .branch-map-container > .panel.location__summary, .job-full .panel-body .location-details .spotlight-container .home-search .branch-map-container > .panel.location__summary, .home-search .spotlight-container .location-details .job-full .panel-body .branch-map-container > .panel.location__summary, .spotlight-container .location-details .job-full .panel-body .home-search .branch-map-container > .panel.location__summary, .home-search .location-details .job-full .panel-body .spotlight-container .branch-map-container > .panel.location__summary, .location-details .job-full .panel-body .spotlight-container .home-search .branch-map-container > .panel.location__summary, .home-search .header-job-search .col-sm-8.job-search-inner, .header-job-search .home-search .col-sm-8.job-search-inner, .home-search .header-job-search .job-full .panel-body .row > .job-search-inner.col-sm-7, .header-job-search .job-full .panel-body .home-search .row > .job-search-inner.col-sm-7, .home-search .job-full .panel-body .header-job-search .row > .job-search-inner.col-sm-7, .job-full .panel-body .header-job-search .home-search .row > .job-search-inner.col-sm-7, .home-search .header-job-search .job-full .panel-body .location-details > .job-search-inner.col-sm-7, .header-job-search .job-full .panel-body .home-search .location-details > .job-search-inner.col-sm-7, .home-search .job-full .panel-body .header-job-search .location-details > .job-search-inner.col-sm-7, .job-full .panel-body .header-job-search .home-search .location-details > .job-search-inner.col-sm-7, .home-search .header-job-search .job-full .panel-body .branch-map-container > .job-search-inner.col-sm-7, .header-job-search .job-full .panel-body .home-search .branch-map-container > .job-search-inner.col-sm-7, .home-search .job-full .panel-body .header-job-search .branch-map-container > .job-search-inner.col-sm-7, .job-full .panel-body .header-job-search .home-search .branch-map-container > .job-search-inner.col-sm-7, .home-search .header-job-search .job-full .panel-body .location-details .row > .job-search-inner.location__summary, .header-job-search .job-full .panel-body .location-details .home-search .row > .job-search-inner.location__summary, .home-search .job-full .panel-body .location-details .header-job-search .row > .job-search-inner.location__summary, .job-full .panel-body .location-details .header-job-search .home-search .row > .job-search-inner.location__summary, .home-search .header-job-search .location-details .job-full .panel-body .row > .job-search-inner.location__summary, .header-job-search .location-details .job-full .panel-body .home-search .row > .job-search-inner.location__summary, .home-search .location-details .job-full .panel-body .header-job-search .row > .job-search-inner.location__summary, .location-details .job-full .panel-body .header-job-search .home-search .row > .job-search-inner.location__summary, .home-search .header-job-search .job-full .panel-body .location-details > .job-search-inner.location__summary, .header-job-search .job-full .panel-body .home-search .location-details > .job-search-inner.location__summary, .home-search .job-full .panel-body .header-job-search .location-details > .job-search-inner.location__summary, .job-full .panel-body .header-job-search .home-search .location-details > .job-search-inner.location__summary, .home-search .header-job-search .job-full .panel-body .location-details .branch-map-container > .job-search-inner.location__summary, .header-job-search .job-full .panel-body .location-details .home-search .branch-map-container > .job-search-inner.location__summary, .home-search .job-full .panel-body .location-details .header-job-search .branch-map-container > .job-search-inner.location__summary, .job-full .panel-body .location-details .header-job-search .home-search .branch-map-container > .job-search-inner.location__summary, .home-search .header-job-search .location-details .job-full .panel-body .branch-map-container > .job-search-inner.location__summary, .header-job-search .location-details .job-full .panel-body .home-search .branch-map-container > .job-search-inner.location__summary, .home-search .location-details .job-full .panel-body .header-job-search .branch-map-container > .job-search-inner.location__summary, .location-details .job-full .panel-body .header-job-search .home-search .branch-map-container > .job-search-inner.location__summary, .home-search .nav-active .site-header-inner .wrap-navigation .col-sm-8.nav-bar, .nav-active .site-header-inner .wrap-navigation .home-search .col-sm-8.nav-bar, .home-search .nav-active .site-header-inner .wrap-navigation .job-full .panel-body .row > .nav-bar.col-sm-7, .nav-active .site-header-inner .wrap-navigation .job-full .panel-body .home-search .row > .nav-bar.col-sm-7, .home-search .job-full .panel-body .nav-active .site-header-inner .wrap-navigation .row > .nav-bar.col-sm-7, .job-full .panel-body .nav-active .site-header-inner .wrap-navigation .home-search .row > .nav-bar.col-sm-7, .home-search .nav-active .site-header-inner .wrap-navigation .job-full .panel-body .location-details > .nav-bar.col-sm-7, .nav-active .site-header-inner .wrap-navigation .job-full .panel-body .home-search .location-details > .nav-bar.col-sm-7, .home-search .job-full .panel-body .nav-active .site-header-inner .wrap-navigation .location-details > .nav-bar.col-sm-7, .job-full .panel-body .nav-active .site-header-inner .wrap-navigation .home-search .location-details > .nav-bar.col-sm-7, .home-search .nav-active .site-header-inner .wrap-navigation .job-full .panel-body .branch-map-container > .nav-bar.col-sm-7, .nav-active .site-header-inner .wrap-navigation .job-full .panel-body .home-search .branch-map-container > .nav-bar.col-sm-7, .home-search .job-full .panel-body .nav-active .site-header-inner .wrap-navigation .branch-map-container > .nav-bar.col-sm-7, .job-full .panel-body .nav-active .site-header-inner .wrap-navigation .home-search .branch-map-container > .nav-bar.col-sm-7, .home-search .nav-active .site-header-inner .wrap-navigation .job-full .panel-body .location-details .row > .nav-bar.location__summary, .nav-active .site-header-inner .wrap-navigation .job-full .panel-body .location-details .home-search .row > .nav-bar.location__summary, .home-search .job-full .panel-body .location-details .nav-active .site-header-inner .wrap-navigation .row > .nav-bar.location__summary, .job-full .panel-body .location-details .nav-active .site-header-inner .wrap-navigation .home-search .row > .nav-bar.location__summary, .home-search .nav-active .site-header-inner .wrap-navigation .location-details .job-full .panel-body .row > .nav-bar.location__summary, .nav-active .site-header-inner .wrap-navigation .location-details .job-full .panel-body .home-search .row > .nav-bar.location__summary, .home-search .location-details .job-full .panel-body .nav-active .site-header-inner .wrap-navigation .row > .nav-bar.location__summary, .location-details .job-full .panel-body .nav-active .site-header-inner .wrap-navigation .home-search .row > .nav-bar.location__summary, .home-search .nav-active .site-header-inner .wrap-navigation .job-full .panel-body .location-details > .nav-bar.location__summary, .nav-active .site-header-inner .wrap-navigation .job-full .panel-body .home-search .location-details > .nav-bar.location__summary, .home-search .job-full .panel-body .nav-active .site-header-inner .wrap-navigation .location-details > .nav-bar.location__summary, .job-full .panel-body .nav-active .site-header-inner .wrap-navigation .home-search .location-details > .nav-bar.location__summary, .home-search .nav-active .site-header-inner .wrap-navigation .job-full .panel-body .location-details .branch-map-container > .nav-bar.location__summary, .nav-active .site-header-inner .wrap-navigation .job-full .panel-body .location-details .home-search .branch-map-container > .nav-bar.location__summary, .home-search .job-full .panel-body .location-details .nav-active .site-header-inner .wrap-navigation .branch-map-container > .nav-bar.location__summary, .job-full .panel-body .location-details .nav-active .site-header-inner .wrap-navigation .home-search .branch-map-container > .nav-bar.location__summary, .home-search .nav-active .site-header-inner .wrap-navigation .location-details .job-full .panel-body .branch-map-container > .nav-bar.location__summary, .nav-active .site-header-inner .wrap-navigation .location-details .job-full .panel-body .home-search .branch-map-container > .nav-bar.location__summary, .home-search .location-details .job-full .panel-body .nav-active .site-header-inner .wrap-navigation .branch-map-container > .nav-bar.location__summary, .location-details .job-full .panel-body .nav-active .site-header-inner .wrap-navigation .home-search .branch-map-container > .nav-bar.location__summary, .home-search .job-full .panel-body .row > .container.col-sm-7, .job-full .panel-body .home-search .row > .container.col-sm-7, .home-search .job-full .panel-body .location-details > .container.col-sm-7, .job-full .panel-body .home-search .location-details > .container.col-sm-7, .home-search .job-full .panel-body .branch-map-container > .container.col-sm-7, .job-full .panel-body .home-search .branch-map-container > .container.col-sm-7, .home-search .job-full .panel-body .spotlight-container .location-details .row > .panel.location__summary, .job-full .panel-body .spotlight-container .location-details .home-search .row > .panel.location__summary, .home-search .job-full .panel-body .spotlight-container .location-details .branch-map-container > .panel.location__summary, .job-full .panel-body .spotlight-container .location-details .home-search .branch-map-container > .panel.location__summary, .home-search .location-details .spotlight-container .job-full .panel-body .row > .panel.location__summary, .location-details .spotlight-container .job-full .panel-body .home-search .row > .panel.location__summary, .home-search .location-details .spotlight-container .job-full .panel-body .branch-map-container > .panel.location__summary, .location-details .spotlight-container .job-full .panel-body .home-search .branch-map-container > .panel.location__summary, .home-search .job-full .panel-body .header-job-search .location-details .row > .job-search-inner.location__summary, .job-full .panel-body .header-job-search .location-details .home-search .row > .job-search-inner.location__summary, .home-search .job-full .panel-body .header-job-search .location-details .branch-map-container > .job-search-inner.location__summary, .job-full .panel-body .header-job-search .location-details .home-search .branch-map-container > .job-search-inner.location__summary, .home-search .location-details .header-job-search .job-full .panel-body .row > .job-search-inner.location__summary, .location-details .header-job-search .job-full .panel-body .home-search .row > .job-search-inner.location__summary, .home-search .location-details .header-job-search .job-full .panel-body .branch-map-container > .job-search-inner.location__summary, .location-details .header-job-search .job-full .panel-body .home-search .branch-map-container > .job-search-inner.location__summary, .home-search .job-full .panel-body .nav-active .site-header-inner .wrap-navigation .location-details .row > .nav-bar.location__summary, .job-full .panel-body .nav-active .site-header-inner .wrap-navigation .location-details .home-search .row > .nav-bar.location__summary, .home-search .job-full .panel-body .nav-active .site-header-inner .wrap-navigation .location-details .branch-map-container > .nav-bar.location__summary, .job-full .panel-body .nav-active .site-header-inner .wrap-navigation .location-details .home-search .branch-map-container > .nav-bar.location__summary, .home-search .location-details .nav-active .site-header-inner .wrap-navigation .job-full .panel-body .row > .nav-bar.location__summary, .location-details .nav-active .site-header-inner .wrap-navigation .job-full .panel-body .home-search .row > .nav-bar.location__summary, .home-search .location-details .nav-active .site-header-inner .wrap-navigation .job-full .panel-body .branch-map-container > .nav-bar.location__summary, .location-details .nav-active .site-header-inner .wrap-navigation .job-full .panel-body .home-search .branch-map-container > .nav-bar.location__summary, .home-search .job-full .panel-body .location-details .row > .container.location__summary, .job-full .panel-body .location-details .home-search .row > .container.location__summary, .home-search .location-details .job-full .panel-body .row > .container.location__summary, .location-details .job-full .panel-body .home-search .row > .container.location__summary, .home-search .job-full .panel-body .location-details > .container.location__summary, .job-full .panel-body .home-search .location-details > .container.location__summary, .home-search .job-full .panel-body .location-details .branch-map-container > .container.location__summary, .job-full .panel-body .location-details .home-search .branch-map-container > .container.location__summary, .home-search .location-details .job-full .panel-body .branch-map-container > .container.location__summary, .location-details .job-full .panel-body .home-search .branch-map-container > .container.location__summary, .home-search .job-full .panel-body .location-details .similar-jobs .row > .location__summary.row, .job-full .panel-body .location-details .similar-jobs .home-search .row > .location__summary.row, .home-search .location-details .similar-jobs .job-full .panel-body .row > .location__summary.row, .location-details .similar-jobs .job-full .panel-body .home-search .row > .location__summary.row, .home-search .job-full .panel-body .location-details .similar-jobs .branch-map-container > .location__summary.row, .job-full .panel-body .location-details .similar-jobs .home-search .branch-map-container > .location__summary.row, .home-search .location-details .similar-jobs .job-full .panel-body .branch-map-container > .location__summary.row, .location-details .similar-jobs .job-full .panel-body .home-search .branch-map-container > .location__summary.row, .home-search .job-full .panel-body .similar-jobs .location-details .row > .location__summary.row, .job-full .panel-body .similar-jobs .location-details .home-search .row > .location__summary.row, .home-search .similar-jobs .location-details .job-full .panel-body .row > .location__summary.row, .similar-jobs .location-details .job-full .panel-body .home-search .row > .location__summary.row, .home-search .job-full .panel-body .similar-jobs .location-details > .location__summary.row, .job-full .panel-body .similar-jobs .home-search .location-details > .location__summary.row, .home-search .similar-jobs .job-full .panel-body .location-details > .location__summary.row, .similar-jobs .job-full .panel-body .home-search .location-details > .location__summary.row, .home-search .job-full .panel-body .similar-jobs .location-details .branch-map-container > .location__summary.row, .job-full .panel-body .similar-jobs .location-details .home-search .branch-map-container > .location__summary.row, .home-search .similar-jobs .location-details .job-full .panel-body .branch-map-container > .location__summary.row, .similar-jobs .location-details .job-full .panel-body .home-search .branch-map-container > .location__summary.row, .home-search .job-full .panel-body .location-details .similar-jobs .row > .location__summary.location-details, .job-full .panel-body .location-details .similar-jobs .home-search .row > .location__summary.location-details, .home-search .location-details .similar-jobs .job-full .panel-body .row > .location__summary.location-details, .location-details .similar-jobs .job-full .panel-body .home-search .row > .location__summary.location-details, .home-search .job-full .panel-body .location-details .similar-jobs .branch-map-container > .location__summary.location-details, .job-full .panel-body .location-details .similar-jobs .home-search .branch-map-container > .location__summary.location-details, .home-search .location-details .similar-jobs .job-full .panel-body .branch-map-container > .location__summary.location-details, .location-details .similar-jobs .job-full .panel-body .home-search .branch-map-container > .location__summary.location-details, .home-search .job-full .panel-body .similar-jobs .location-details .row > .location__summary.location-details, .job-full .panel-body .similar-jobs .location-details .home-search .row > .location__summary.location-details, .home-search .similar-jobs .location-details .job-full .panel-body .row > .location__summary.location-details, .similar-jobs .location-details .job-full .panel-body .home-search .row > .location__summary.location-details, .home-search .job-full .panel-body .similar-jobs .location-details > .location__summary.location-details, .job-full .panel-body .similar-jobs .home-search .location-details > .location__summary.location-details, .home-search .similar-jobs .job-full .panel-body .location-details > .location__summary.location-details, .similar-jobs .job-full .panel-body .home-search .location-details > .location__summary.location-details, .home-search .job-full .panel-body .similar-jobs .location-details .branch-map-container > .location__summary.location-details, .job-full .panel-body .similar-jobs .location-details .home-search .branch-map-container > .location__summary.location-details, .home-search .similar-jobs .location-details .job-full .panel-body .branch-map-container > .location__summary.location-details, .similar-jobs .location-details .job-full .panel-body .home-search .branch-map-container > .location__summary.location-details, .home-search .job-full .panel-body .location-details .similar-jobs .row > .location__summary.branch-map-container, .job-full .panel-body .location-details .similar-jobs .home-search .row > .location__summary.branch-map-container, .home-search .location-details .similar-jobs .job-full .panel-body .row > .location__summary.branch-map-container, .location-details .similar-jobs .job-full .panel-body .home-search .row > .location__summary.branch-map-container, .home-search .job-full .panel-body .location-details .similar-jobs .branch-map-container > .location__summary.branch-map-container, .job-full .panel-body .location-details .similar-jobs .home-search .branch-map-container > .location__summary.branch-map-container, .home-search .location-details .similar-jobs .job-full .panel-body .branch-map-container > .location__summary.branch-map-container, .location-details .similar-jobs .job-full .panel-body .home-search .branch-map-container > .location__summary.branch-map-container, .home-search .job-full .panel-body .similar-jobs .location-details .row > .location__summary.branch-map-container, .job-full .panel-body .similar-jobs .location-details .home-search .row > .location__summary.branch-map-container, .home-search .similar-jobs .location-details .job-full .panel-body .row > .location__summary.branch-map-container, .similar-jobs .location-details .job-full .panel-body .home-search .row > .location__summary.branch-map-container, .home-search .job-full .panel-body .similar-jobs .location-details > .location__summary.branch-map-container, .job-full .panel-body .similar-jobs .home-search .location-details > .location__summary.branch-map-container, .home-search .similar-jobs .job-full .panel-body .location-details > .location__summary.branch-map-container, .similar-jobs .job-full .panel-body .home-search .location-details > .location__summary.branch-map-container, .home-search .job-full .panel-body .similar-jobs .location-details .branch-map-container > .location__summary.branch-map-container, .job-full .panel-body .similar-jobs .location-details .home-search .branch-map-container > .location__summary.branch-map-container, .home-search .similar-jobs .location-details .job-full .panel-body .branch-map-container > .location__summary.branch-map-container, .similar-jobs .location-details .job-full .panel-body .home-search .branch-map-container > .location__summary.branch-map-container, .home-search .job-full .panel-body .similar-jobs .row > .col-sm-7.row, .job-full .panel-body .similar-jobs .home-search .row > .col-sm-7.row, .home-search .similar-jobs .job-full .panel-body .row > .col-sm-7.row, .similar-jobs .job-full .panel-body .home-search .row > .col-sm-7.row, .home-search .job-full .panel-body .similar-jobs .location-details > .col-sm-7.row, .job-full .panel-body .similar-jobs .home-search .location-details > .col-sm-7.row, .home-search .similar-jobs .job-full .panel-body .location-details > .col-sm-7.row, .similar-jobs .job-full .panel-body .home-search .location-details > .col-sm-7.row, .home-search .job-full .panel-body .similar-jobs .branch-map-container > .col-sm-7.row, .job-full .panel-body .similar-jobs .home-search .branch-map-container > .col-sm-7.row, .home-search .similar-jobs .job-full .panel-body .branch-map-container > .col-sm-7.row, .similar-jobs .job-full .panel-body .home-search .branch-map-container > .col-sm-7.row, .home-search .job-full .panel-body .similar-jobs .row > .col-sm-7.location-details, .job-full .panel-body .similar-jobs .home-search .row > .col-sm-7.location-details, .home-search .similar-jobs .job-full .panel-body .row > .col-sm-7.location-details, .similar-jobs .job-full .panel-body .home-search .row > .col-sm-7.location-details, .home-search .job-full .panel-body .similar-jobs .location-details > .col-sm-7.location-details, .job-full .panel-body .similar-jobs .home-search .location-details > .col-sm-7.location-details, .home-search .similar-jobs .job-full .panel-body .location-details > .col-sm-7.location-details, .similar-jobs .job-full .panel-body .home-search .location-details > .col-sm-7.location-details, .home-search .job-full .panel-body .similar-jobs .branch-map-container > .col-sm-7.location-details, .job-full .panel-body .similar-jobs .home-search .branch-map-container > .col-sm-7.location-details, .home-search .similar-jobs .job-full .panel-body .branch-map-container > .col-sm-7.location-details, .similar-jobs .job-full .panel-body .home-search .branch-map-container > .col-sm-7.location-details, .home-search .job-full .panel-body .similar-jobs .row > .col-sm-7.branch-map-container, .job-full .panel-body .similar-jobs .home-search .row > .col-sm-7.branch-map-container, .home-search .similar-jobs .job-full .panel-body .row > .col-sm-7.branch-map-container, .similar-jobs .job-full .panel-body .home-search .row > .col-sm-7.branch-map-container, .home-search .job-full .panel-body .similar-jobs .location-details > .col-sm-7.branch-map-container, .job-full .panel-body .similar-jobs .home-search .location-details > .col-sm-7.branch-map-container, .home-search .similar-jobs .job-full .panel-body .location-details > .col-sm-7.branch-map-container, .similar-jobs .job-full .panel-body .home-search .location-details > .col-sm-7.branch-map-container, .home-search .job-full .panel-body .similar-jobs .branch-map-container > .col-sm-7.branch-map-container, .job-full .panel-body .similar-jobs .home-search .branch-map-container > .col-sm-7.branch-map-container, .home-search .similar-jobs .job-full .panel-body .branch-map-container > .col-sm-7.branch-map-container, .similar-jobs .job-full .panel-body .home-search .branch-map-container > .col-sm-7.branch-map-container, .home-search .similar-jobs .col-sm-8.row, .similar-jobs .home-search .col-sm-8.row, .home-search .similar-jobs .col-sm-8.location-details, .similar-jobs .home-search .col-sm-8.location-details, .home-search .similar-jobs .job-full .panel-body .location-details .row > .location-details.location__summary, .similar-jobs .job-full .panel-body .location-details .home-search .row > .location-details.location__summary, .home-search .location-details .job-full .panel-body .similar-jobs .row > .location-details.location__summary, .location-details .job-full .panel-body .similar-jobs .home-search .row > .location-details.location__summary, .home-search .similar-jobs .col-sm-8.branch-map-container, .similar-jobs .home-search .col-sm-8.branch-map-container, .home-search .similar-jobs .job-full .panel-body .location-details .row > .branch-map-container.location__summary, .similar-jobs .job-full .panel-body .location-details .home-search .row > .branch-map-container.location__summary, .home-search .location-details .job-full .panel-body .similar-jobs .row > .branch-map-container.location__summary, .location-details .job-full .panel-body .similar-jobs .home-search .row > .branch-map-container.location__summary, .home-search .similar-jobs .job-full .panel-body .location-details .branch-map-container > .location-details.location__summary, .similar-jobs .job-full .panel-body .location-details .home-search .branch-map-container > .location-details.location__summary, .home-search .location-details .job-full .panel-body .similar-jobs .branch-map-container > .location-details.location__summary, .location-details .job-full .panel-body .similar-jobs .home-search .branch-map-container > .location-details.location__summary, .home-search .similar-jobs .job-full .panel-body .location-details .row > .row.location__summary, .similar-jobs .job-full .panel-body .location-details .home-search .row > .row.location__summary, .home-search .location-details .job-full .panel-body .similar-jobs .row > .row.location__summary, .location-details .job-full .panel-body .similar-jobs .home-search .row > .row.location__summary, .home-search .similar-jobs .job-full .panel-body .location-details .branch-map-container > .row.location__summary, .similar-jobs .job-full .panel-body .location-details .home-search .branch-map-container > .row.location__summary, .home-search .location-details .job-full .panel-body .similar-jobs .branch-map-container > .row.location__summary, .location-details .job-full .panel-body .similar-jobs .home-search .branch-map-container > .row.location__summary, .home-search .similar-jobs .job-full .panel-body .location-details .branch-map-container > .location__summary.branch-map-container, .similar-jobs .job-full .panel-body .location-details .home-search .branch-map-container > .location__summary.branch-map-container, .home-search .location-details .job-full .panel-body .similar-jobs .branch-map-container > .location__summary.branch-map-container, .location-details .job-full .panel-body .similar-jobs .home-search .branch-map-container > .location__summary.branch-map-container {
    padding: 0;
    margin: 0
  }
  .home-search .job-search-horizontal .job-search-inner {
    width: 100%
  }
  .home-search .job-search-horizontal .job-search-keyword .job-search-location-input, .home-search .job-search-horizontal .job-search-keyword .job-search-keyword-input, .home-search .job-search-horizontal .job-search-location .job-search-location-input, .home-search .job-search-horizontal .job-search-location .job-search-keyword-input {
    margin-right: 1%
  }
  .spotlight_top-banner-container .spotlight_top-banner {
    min-height: 100%;
    background: url("/~/media/adeccogroup/brands/adecco-global-2016/uk/media/home/bg-generic-gradient.png repeat") no-repeat scroll center center/cover #c5191f !important
  }
}
.carousel__container {
  position: relative;
  display: block;
  width: 100%
}
.owl-carousel {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none
}
.owl-carousel .owl-controls {
  height: 0;
  margin: 0
}
.owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 40px);
  display: block;
  width: 100%
}
.owl-carousel .owl-nav .owl-next .fa-chevron-left, .owl-carousel .owl-nav .owl-next .fa-chevron-right, .owl-carousel .owl-nav .owl-prev .fa-chevron-left, .owl-carousel .owl-nav .owl-prev .fa-chevron-right {
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px
}
.owl-carousel .owl-nav .owl-prev {
  left: 70px
}
.owl-carousel .owl-nav .owl-prev .fa-chevron-left:before {
  content: ""
}
.owl-carousel .owl-nav .owl-next {
  right: 70px
}
.owl-carousel .owl-nav .owl-next .fa-chevron-right:before {
  content: ""
}
.owl-carousel .owl-stage-outer {
  width: 100%
}
.owl-carousel .thumbnail {
  width: 100%
}
.owl-carousel .thumbnail > a {
  display: block;
  width: 100%;
  line-height: 1
}
figure.effect-sadie {
  width: 100%;
  border-radius: 0
}
figure.effect-sadie figcaption::before {
  background: none;
  transform: none
}
figure.effect-sadie:hover .figure-content .figcaption:before {
  transform: none
}
figure.effect-sadie .figure-content {
  top: 80px;
  left: 50%;
  width: 510px;
  opacity: 1;
  transform: none
}
figure.effect-sadie .figure-content p:last-child {
  display: none
}
figure.effect-sadie h2, figure.effect-sadie h6 {
  color: #fff
}
figure.effect-sadie h2 {
  font-family: houschkahead-demibolditalic, Helvetica, Arial, sans-serif
}
figure.effect-sadie h6 {
  font-family: houschka_rounded-medium, Helvetica, Arial, sans-serif
}
.owl-theme .owl-dots {
  position: relative;
  top: -48px
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  cursor: pointer
}
.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  background: #fff
}
.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: none;
  border: 1px solid #fff
}
.owl-theme .owl-item {
  width: 100%
}
.owl-theme .owl-item img {
  display: block;
  width: 100%;
  height: auto
}
.owl-theme .thumbnail {
  border-radius: 0
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none;
  border-radius: 0
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: none
}
@media (max-width: 1024px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -5px
  }
  .owl-carousel .owl-nav .owl-next {
    right: -5px
  }
  figure.effect-sadie .figure-content {
    top: 80px;
    right: 6px;
    left: auto
  }
  figure.effect-sadie h2 {
    font-size: 24px;
    line-height: 24px
  }
  figure.effect-sadie h6 {
    font-size: 16px;
    line-height: 16px
  }
}
@media (max-width: 767px) {
  figure.effect-sadie .figure-content {
    top: 20px;
    right: 0;
    width: 280px;
    padding: 0
  }
  figure.effect-sadie h2 {
    margin: 10px 0;
    font-size: 16px;
    line-height: 16px
  }
  figure.effect-sadie h6 {
    margin: 10px 0;
    font-size: 13px;
    line-height: 13px
  }
  .owl-theme .owl-dots {
    top: -20px
  }
}
@media (min-width: 480px) {
  figure.effect-sadie .figure-content {
    top: 50px
  }
}
.benefits {
  padding: 8px 0;
  background: #f1f1f1;
  text-align: center
}
.benefits h2 {
  margin-bottom: 23px;
  font-size: 40px;
  line-height: 60px
}
.benefits h3 {
  font-size: 30px;
  line-height: 32px;
  color: #d11947
}
.benefits p {
  width: 70%;
  margin: 0 auto 24px
}
.benefits span {
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto 8px;
  background: #d11947;
  border-radius: 100%;
  color: #fff
}
.benefits span i {
  position: absolute;
  top: 27px;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 88px;
  color: #fff
}
.job-card, .jobs .job {
  position: relative;
  background: #fff;
  border-color: #c8c7c7 #c8c7c7 #d11947;
  border-image: none;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px 1px 5px;
  text-align: left
}
.job-card h4, .jobs .job h4 {
  display: inline-block;
  width: calc(100% - 60px);
  padding: 0 0 10px 20px;
  color: #ef2e24;
  font-size: 26px;
  line-height: 24px
}
.job-card .favourite, .jobs .job .favourite {
  position: relative;
  top: 18px;
  display: inline-block
}
.job-card .favourite::before, .jobs .job .favourite::before {
  display: block;
  color: #b2b2b2;
  content: "\44";
  font-size: 45px;
  line-height: 0;
  z-index: 10;
  cursor: pointer;
  background: transparent;
  font-family: adecco-font-1
}
.job-card .favourite:hover, .job-card .favourite:hover::before, .jobs .job .favourite:hover, .jobs .job .favourite:hover::before {
  color: #ef2e24
}
.job-card .favourite:active, .job-card .favourite:active::before, .job-card .favourite:visited, .job-card .favourite:visited::before, .jobs .job .favourite:active, .jobs .job .favourite:active::before, .jobs .job .favourite:visited, .jobs .job .favourite:visited::before {
  content: "\43";
  color: #ef2e24;
  font-family: adecco-font-1
}
.job-card__details {
  margin: 0 20px;
  border-bottom: 1px solid #c8c7c7
}
.job-card__details ul {
  padding: 0;
  margin: 0 0 30px 0
}
.job-card__details li {
  display: block
}
.job-card__details span.icon, .job-card__details .share-icon-left ul span.chicklets.facebook, .share-icon-left ul .job-card__details span.chicklets.facebook, .job-card__details .share-icon-left ul span.chicklets.linkedin, .share-icon-left ul .job-card__details span.chicklets.linkedin, .job-card__details .share-icon-left ul span.chicklets.twitter, .share-icon-left ul .job-card__details span.chicklets.twitter, .job-card__details .open-menu span.ico-show-menu, .open-menu .job-card__details span.ico-show-menu, .job-card__details .close-menu span.ico-hide-menu, .close-menu .job-card__details span.ico-hide-menu, .job-card__details .single-job .job--meta .job--meta-location span.fa-map-marker, .single-job .job--meta .job--meta-location .job-card__details span.fa-map-marker, .job-card__details .single-job .job--meta .job--meta-salary span:before, .single-job .job--meta .job--meta-salary .job-card__details span:before, .job-card__details .job-full .job--meta_location span.media:before, .job-full .job--meta_location .job-card__details span.media:before, .job-card__details .job-full .job--meta_salary span.media:before, .job-full .job--meta_salary .job-card__details span.media:before, .job-card__details .job-full .job--meta_date-posted span.media:before, .job-full .job--meta_date-posted .job-card__details span.media:before, .job-card__details .job-full .job--meta_job-start-date span.media:before, .job-full .job--meta_job-start-date .job-card__details span.media:before, .job-card__details .job-full .job--meta_employment-type span.media:before, .job-full .job--meta_employment-type .job-card__details span.media:before, .job-card__details .job-full #body_0_contentcolumn_0_liContractType span.media:before, .job-full #body_0_contentcolumn_0_liContractType .job-card__details span.media:before, .job-card__details .job-full #body_0_contentcolumn_0_liCategory span.media:before, .job-full #body_0_contentcolumn_0_liCategory .job-card__details span.media:before, .job-card__details .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] span.media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] span.media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] span.media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] span.media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] span.media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] span.media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] span.media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] span.media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] span.media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] span.media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] span.media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] span.media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] span.media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] span.media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] span.media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] span.media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] span.media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] span.media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .job-card__details span.media:before, .job-card__details .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] span.media:before, .job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] span.media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] span.media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] span.media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] span.media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] span.media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] span.media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] span.media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] span.media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] span.media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] span.media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] span.media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] span.media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] span.media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] span.media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] span.media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] span.media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] span.media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .job-card__details span.media:before, .job-card__details .job--description .media-extra span.chicklets.facebook, .job--description .media-extra .job-card__details span.chicklets.facebook, .job-card__details .job--description .media-extra span.chicklets.linkedin, .job--description .media-extra .job-card__details span.chicklets.linkedin, .job-card__details .job--description .media-extra span.chicklets.twitter, .job--description .media-extra .job-card__details span.chicklets.twitter, .job-card__details .article__share .media-extra span.chicklets.facebook, .article__share .media-extra .job-card__details span.chicklets.facebook, .job-card__details .terms-of-use .media-extra span.chicklets.facebook, .terms-of-use .media-extra .job-card__details span.chicklets.facebook, .job-card__details .predefine-jobs .media-extra span.chicklets.facebook, .predefine-jobs .media-extra .job-card__details span.chicklets.facebook, .job-card__details .article__share .media-extra span.chicklets.linkedin, .article__share .media-extra .job-card__details span.chicklets.linkedin, .job-card__details .terms-of-use .media-extra span.chicklets.linkedin, .terms-of-use .media-extra .job-card__details span.chicklets.linkedin, .job-card__details .predefine-jobs .media-extra span.chicklets.linkedin, .predefine-jobs .media-extra .job-card__details span.chicklets.linkedin, .job-card__details .article__share .media-extra span.chicklets.twitter, .article__share .media-extra .job-card__details span.chicklets.twitter, .job-card__details .terms-of-use .media-extra span.chicklets.twitter, .terms-of-use .media-extra .job-card__details span.chicklets.twitter, .job-card__details .predefine-jobs .media-extra span.chicklets.twitter, .predefine-jobs .media-extra .job-card__details span.chicklets.twitter {
  display: inline-block;
  padding: 4px 0 0 0;
  color: #ef2e24;
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle
}
.icon-pin-outline::before, .single-job .job--meta .job--meta-location .fa-map-marker::before {
  content: "R"
}
.icon-wallet-outline::before {
  content: "9"
}
.job-card__footer {
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #ef2e24
}
.job-card__footer a {
  position: relative;
  display: block;
  border-radius: 0 0 0.23rem 0.23rem;
  color: #ef2e24;
  transition: color 10ms linear 0.15s;
  animation: 0.3s linear 0s normal forwards 1 running hoverOut
}
.job-card__footer a:hover {
  transition: color 10ms linear 0.2s;
  animation: 0.4s linear 0s normal forwards 1 running hover;
  background: #fff radial-gradient(ellipse farthest-corner at center center, #d11947 0px, #d11947 65%, #fff 67%, #fff 100%) no-repeat center center;
  background-size: 140% 500%;
  color: #fff;
  -ms-background-color: #ef2e24
}
.job-card__footer a:after {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: 100% -178px;
  content: ""
}
.job-card__footer a:hover:after {
  background-position: 100% -261px
}
.jobs .job__link {
  position: relative;
  display: block;
  border-radius: 0 0 0.23rem 0.23rem;
  color: #ef2e24;
  transition: color 10ms linear 0.15s;
  animation: 0.3s linear 0s normal forwards 1 running hoverOut
}
.jobs .job__link:hover {
  transition: color 10ms linear 0.2s;
  animation: 0.4s linear 0s normal forwards 1 running hover;
  background: #fff radial-gradient(ellipse farthest-corner at center center, #d11947 0px, #d11947 65%, #fff 67%, #fff 100%) no-repeat center center;
  background-size: 140% 500%;
  color: #fff;
  -ms-background-color: #ef2e24
}
@keyframes hover {
  0% {
    background-position: center -50%
  }
  100% {
    background-position: center 50%
  }
}
@keyframes hoverOut {
  0% {
    background-position: center 150%
  }
  100% {
    background-position: center 50%
  }
}
.card__footer__link {
  padding: 0 20px;
  text-decoration: none
}
.jobs {
  padding: 0 0 0
}
.jobs .btn-red {
  min-width: 80px;
  padding-top: 8px;
  margin: 20px auto;
  font-size: 20px;
  line-height: 30px;
  background-color: #ef2e24;
  border: medium none;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease 0s
}
.jobs .btn.btn-red.active, .jobs .btn.btn-red:active, .jobs .btn.btn-red:focus, .jobs .btn.btn-red:hover {
  background-color: #c91d14;
  border-color: #bd0f16;
  color: #fff
}
.jobs h2 {
  width: 100%;
  display: block;
  color: #ef2e24
}
.jobs .subtitle {
  margin-bottom: 38px;
  width: 100%;
  display: block;
  font-size: 26px;
  line-height: 25px
}
.jobs p {
  color: #231f20
}
.why-adecco {
  padding: 21px 0 33px
}
.why-adecco h2 {
  color: #ef2e24
}
.why-adecco p {
  font-size: 20px;
  line-height: 30px
}
.saved-jobs-cpt__top h6 {
  color: #231f20;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.saved-jobs-cpt__top a {
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.home-return-visit .spotlight_top-banner-container {
  margin-top: -10px
}
.related-articles h4 {
  line-height: 33px
}
.related-articles p {
  color: #888f92
}
.related-articles a.read-more-link {
  position: relative;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.related-articles a.read-more-link:after {
  display: inline-block;
  width: 25px;
  height: 27px;
  margin-left: 16px;
  content: "";
  background-position: 100% -181px
}
.related-articles .btn--enhance {
  display: inline-block !important;
  min-width: 80px;
  padding: 5px 12px 12px;
  margin-top: 0.8rem;
  border: 1px solid #ef2e24;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
  color: #ef2e24;
  line-height: 1.5rem;
  text-align: center;
  transition: all 0.2s ease 0s
}
.jobs .job__info--save i.ion-ios-heart, .jobs .job__info--save i.ion-ios-heart:hover::before, .single-job .card__info--save i.ion-ios-heart, .single-job .card__info--save i.ion-ios-heart:hover::before {
  color: #ef2e24
}
.jobs .job__info--save i.ion-ios-heart:active, .jobs .job__info--save i.ion-ios-heart:active::before, .jobs .job__info--save i.ion-ios-heart:visited, .jobs .job__info--save i.ion-ios-heart:visited::before, .single-job .card__info--save i.ion-ios-heart:active, .single-job .card__info--save i.ion-ios-heart:active::before, .single-job .card__info--save i.ion-ios-heart:visited, .single-job .card__info--save i.ion-ios-heart:visited::before {
  content: "\43";
  color: #ef2e24;
  font-family: adecco-font-1
}
.guidance .summary {
  padding: 12px;
  background: #f1f1f1;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden
}
.guidance .summary i.icon-document-outline, .guidance .summary em.icon-document-outline {
  position: absolute;
  left: 24px;
  bottom: 2px;
  font-size: 48px;
  color: #d11947;
  font-size: 35px;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.guidance .summary i.icon-continue, .guidance .summary em.icon-continue {
  position: absolute;
  bottom: -9px;
  right: 23px;
  color: #ef2e24;
  font-size: 48px;
  line-height: 46px;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.guidance h3 {
  margin-bottom: 20px
}
.guidance h6 {
  margin: 0 0 4px;
  color: #231f20;
  font-family: houschka_headmedium, Helvetica, Arial, sans-serif
}
.guidance p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px
}
.guidance span.type {
  padding-left: 28px;
  color: #d11947;
  font-size: 16px;
  line-height: 24px;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.guidance .readmore {
  padding-right: 38px;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.guidance .col-md-4, .guidance .card--small {
  margin-bottom: 20px
}
@media (max-width: 1199px) {
  .guidance .summary i.icon-document-outline, .guidance .summary em.icon-document-outline {
    left: 17px
  }
}
@media (max-width: 991px) {
  .benefits span {
    width: 55px;
    height: 55px
  }
  .benefits span i {
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 40px
  }
  .benefits h3 {
    font-size: 18px;
    line-height: 27px;
    color: #d11947
  }
  .guidance .col-sm-4, .guidance .location-details .location-list, .location-details .guidance .location-list, .guidance .job-full .panel-body .row > .col-sm-5, .job-full .panel-body .guidance .row > .col-sm-5, .guidance .job-full .panel-body .location-details > .col-sm-5, .job-full .panel-body .guidance .location-details > .col-sm-5, .guidance .job-full .panel-body .branch-map-container > .col-sm-5, .job-full .panel-body .guidance .branch-map-container > .col-sm-5 {
    padding: 0 10px
  }
  .card--small {
    margin-top: 20px
  }
}
@media (min-width: 992px) {
  .benefits p {
    font-size: 20px;
    line-height: 30px
  }
  .jobs h2 {
    margin-top: 45px
  }
  .job-details .jobs h2 {
    margin-top: 0
  }
}
@media (max-width: 992px) {
  .why-adecco h2 {
    font-size: 20px;
    line-height: 20px;
    color: #ef2e24
  }
  .why-adecco p {
    padding: 0 66px;
    font-size: 16px;
    line-height: 22px
  }
  .jobs h2 {
    margin-top: 17px
  }
  .jobs .subtitle {
    line-height: 36px
  }
}
@media (max-width: 767px) {
  .card--small {
    padding: 0;
    margin-bottom: 32px
  }
  .guidance .container, .guidance .spotlight-container .panel, .spotlight-container .guidance .panel, .guidance .header-job-search .job-search-inner, .header-job-search .guidance .job-search-inner, .guidance .nav-active .site-header-inner .wrap-navigation .nav-bar, .nav-active .site-header-inner .wrap-navigation .guidance .nav-bar, .guidance .similar-jobs .row, .similar-jobs .guidance .row, .guidance .similar-jobs .location-details, .similar-jobs .guidance .location-details, .guidance .similar-jobs .branch-map-container, .similar-jobs .guidance .branch-map-container {
    padding: 0
  }
  .guidance .container img, .guidance .spotlight-container .panel img, .spotlight-container .guidance .panel img, .guidance .header-job-search .job-search-inner img, .header-job-search .guidance .job-search-inner img, .guidance .nav-active .site-header-inner .wrap-navigation .nav-bar img, .nav-active .site-header-inner .wrap-navigation .guidance .nav-bar img, .guidance .similar-jobs .row img, .similar-jobs .guidance .row img, .guidance .similar-jobs .location-details img, .similar-jobs .guidance .location-details img, .guidance .similar-jobs .branch-map-container img, .similar-jobs .guidance .branch-map-container img {
    width: 100%
  }
  .job-card h4 {
    margin-top: 7px;
    line-height: 30px;
    font-family: houschka_headmedium, Helvetica, Arial, sans-serif
  }
}
@media (max-width: 543px) {
  .benefits h2 {
    font-size: 20px;
    line-height: 30px;
    color: #d11947
  }
  .jobs h2 {
    font-size: 20px
  }
  .jobs .subtitle {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px
  }
}
@-moz-document url-prefix() {
  .related-articles a.read-more-link .icon-continue {
    bottom: -9px
  }
  .job-card .favourite {
    top: 16
  }
  #home .icon-continue, #menu1 .icon-continue, #menu2 .icon-continue {
    margin-top: 0
  }
}
.contact .scfForm {
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 22px;
  color: #231f20
}
.contact .scfForm .scfSectionContent {
  display: tabel;
  margin: 0 auto;
  float: none;
  width: 500px
}
.contact .scfForm .scfSectionContent .scfSingleLineTextBorder, .contact .scfForm .scfSectionContent .scfEmailBorder, .contact .scfForm .scfSectionContent .scfDropListBorder, .contact .scfForm .scfSectionContent .scfMultipleLineTextBorder {
  margin-top: 10px;
  display: table
}
.contact .scfForm .scfSectionContent .scfSingleLineTextLabel, .contact .scfForm .scfSectionContent .scfEmailLabel, .contact .scfForm .scfSectionContent .scfDropListLabel, .contact .scfForm .scfSectionContent .scfMultipleLineTextLabel {
  float: none;
  width: auto;
  font-weight: normal
}
.contact .scfForm .scfSectionContent .scfSingleLineTextBox, .contact .scfForm .scfSectionContent .scfEmailTextBox, .contact .scfForm .scfSectionContent .scfDropList, .contact .scfForm .scfSectionContent .scfMultipleLineTextBox {
  padding: 10px;
  border: 1px solid #b2b2b2;
  border-radius: 7px
}
.contact .scfForm .scfSectionContent .scfSingleLineGeneralPanel, .contact .scfForm .scfSectionContent .scfEmailGeneralPanel, .contact .scfForm .scfSectionContent .scfDropListGeneralPanel, .contact .scfForm .scfSectionContent .scfMultipleLineGeneralPanel {
  width: 100%
}
.contact .scfForm .scfSectionContent .scfRequired, .contact .scfForm .scfSectionContent .scfValidatorRequired {
  display: none !important
}
.contact .scfForm .scfFooterBorder, .contact .scfForm .scfValidationSummary, .contact .scfForm .scfSubmitButtonBorder {
  clear: both;
  margin: 15px auto 0;
  width: 500px;
  font-size: 14px;
  font-weight: normal
}
.contact .scfForm .scfValidationSummary ul {
  margin-left: 10px
}
.contact .scfForm .scfSubmitButtonBorder .scfSubmitButton {
  padding: 8px 20px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: bold !important;
  background: #ef2e24 !important;
  border: none;
  border-radius: 6px
}
.contact .scfForm .scfSubmitButtonBorder .scfSubmitButton:hover {
  background: #b9160e
}
@media (max-width: 767px) {
  .contact .scfForm {
    width: 100%;
    padding: 0 15px
  }
  .contact .scfForm .scfSectionContent, .contact .scfForm .scfFooterBorder, .contact .scfForm .scfValidationSummary {
    width: 100%
  }
}
.location-list p {
  padding: 0 15px;
  margin: 20px 0;
  font-size: 22px;
  line-height: 27px
}
.location-list ul {
  margin: 16px 0
}
.location-list ul li {
  padding: 12px 0;
  margin: 0 18px 8px 0;
  border-bottom: 1px solid #c8c7c7
}
.location-list ul li a {
  position: relative;
  display: block;
  padding-right: 30px;
  font: 20px/24px houschka_headdemibold, Helvetica, Arial, sans-serif;
  outline: none;
  background-position: 100% -190px
}
a.branch-locator-back {
  font: 24px/36px houschka_headdemibold, Helvetica, Arial, sans-serif
}
a.branch-locator-back .fa-long-arrow-left {
  margin-right: 20px
}
a.branch-locator-back + hr {
  margin-top: 16px
}
a.branch-locator-back + hr + h1 {
  text-align: center;
  margin-top: 24px
}
.location-details .location__summary > h2 {
  color: #231f20;
  margin-top: 0
}
.location-details .location-list {
  border: 1px solid #dfd7d7;
  border-radius: 6px
}
.location-details .location-list h5 {
  position: relative;
  padding: 5px;
  padding-bottom: 8px;
  margin: 12px 8px;
  border-bottom: 1px solid #dfd7d7;
  color: #231f20
}
.location-details .location-list h5 i {
  position: relative;
  top: 20px;
  margin-top: -20px;
  margin-left: -7px;
  color: #ef2e24;
  font-size: 60px;
  line-height: 38px
}
.location-details .location-list > ul {
  padding: 0 10px 5px
}
.branch-locator__map__container {
  padding-bottom: 20px;
  background: #fff;
  border-radius: 6px
}
.branch-locator__map__container .google-map {
  z-index: 1;
  padding: 0;
  line-height: 0
}
.branch-locator__map__container .branch-detail {
  padding: 0;
  background: #fff
}
.branch-locator__map__container .branch-detail small {
  color: #b2b2b2
}
.branch-locator__map__container .branch-detail > * {
  padding: 0 15px
}
.branch-locator__map__container .branch-detail > ul {
  display: block;
  padding: 0 15px;
  margin-bottom: 24px;
  list-style: none
}
.branch-locator__map__container .branch-detail > ul li {
  padding: 3px 0;
  margin: 0;
  transition: all 0.2s ease-in 0s
}
.branch-locator__map__container .branch-detail h5 {
  position: relative;
  padding: 0 0 8px;
  margin: 12px 15px;
  border-bottom: 1px solid #dfd7d7;
  color: #231f20
}
.branch-locator__map__container .branch-detail h5 i {
  position: relative;
  top: 20px;
  margin-top: -20px;
  margin-left: -7px;
  color: #ef2e24;
  font-size: 60px;
  line-height: 60px
}
.branch-locator__map__container .btn--red {
  width: calc(100% - 30px);
  padding: 6px 15px;
  margin-left: 15px;
  font-size: 16px
}
.branch-locator__map__container h6 {
  color: #231f20
}
.branch-locator__map__container h6, .branch-locator__map__container p {
  margin-bottom: 8px
}
.job-card-carousel .owl-item .icon-continue {
  top: 10px;
  line-height: 30px
}
.job-card-carousel .owl-controls {
  height: auto;
  margin-top: 10px
}
.job-card-carousel .job-card {
  width: 100%;
  padding: 0;
  margin: 0
}
.job-card-carousel .owl-nav {
  top: 30%
}
.job-card-carousel .owl-nav .owl-prev {
  left: -30px
}
.job-card-carousel .owl-nav .owl-next {
  right: -30px
}
.job-card-carousel .owl-nav .owl-prev .fa-chevron-left, .job-card-carousel .owl-nav .owl-prev .fa-chevron-right, .job-card-carousel .owl-nav .owl-next .fa-chevron-left, .job-card-carousel .owl-nav .owl-next .fa-chevron-right {
  display: block;
  width: 20px;
  height: 40px;
  color: #ef2e24;
  font-size: 30px;
  line-height: 1.3
}
.job-card-carousel .owl-dots {
  padding: 15px 0 0;
  text-align: center
}
.job-card-carousel .owl-dots .owl-dot {
  display: inline-block
}
.job-card-carousel .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #c8c7c7;
  border-radius: 30px;
  transition: opacity 0.2s ease 0s
}
.job-card-carousel .owl-dots .owl-dot.active span {
  background: #b2b2b2
}
.job-results .spotlight_top-banner {
  padding: 0
}
.branch {
  border: 0
}
.branch .branch__basics h1 {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 24px
}
.branch > .container, .spotlight-container .branch > .panel, .header-job-search .branch > .job-search-inner, .nav-active .site-header-inner .wrap-navigation .branch > .nav-bar, .similar-jobs .branch > .row, .similar-jobs .branch > .location-details, .similar-jobs .branch > .branch-map-container {
  padding-top: 16px
}
.branch .blurb__head {
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.branch .details__header {
  color: #ef2e24;
  font-size: 24px;
  line-height: 60px
}
.branch .details__header > a {
  padding-right: 5px
}
.branch .details__header > a .fa-long-arrow-left {
  font-size: 24px;
  margin-right: 9px
}
.industryinfo #jobResponseIndustry a {
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.industryinfo .branch .details__header {
  font-size: 24px;
  line-height: 36px;
  border-bottom: 1px solid #dfd7d7;
  padding: 5px 0 16px 0
}
.industryinfo .branch .branch__basics h1 {
  margin-top: 24px
}
.industryinfo .branch .branch__basics--sub-title {
  position: relative;
  top: -20px;
  font-size: 24px;
  line-height: 36px;
  text-align: center
}
@media (max-width: 991px) {
  .branch-map-container {
    margin: 0
  }
  .location-list .col-sm-4, .location-list .location-details .location-list, .location-details .location-list .location-list, .location-list .job-full .panel-body .row > .col-sm-5, .job-full .panel-body .location-list .row > .col-sm-5, .location-list .job-full .panel-body .location-details > .col-sm-5, .job-full .panel-body .location-list .location-details > .col-sm-5, .location-list .job-full .panel-body .branch-map-container > .col-sm-5, .job-full .panel-body .location-list .branch-map-container > .col-sm-5 {
    width: 100%
  }
  .location-list ul {
    margin-top: 0
  }
}
@media (max-width: 767px) {
  .location-details {
    margin: 0
  }
  .location-details .location__summary {
    padding: 0
  }
  .branch-locator__map__container {
    padding-bottom: 20px
  }
  .job-card-carousel .owl-nav {
    display: none
  }
  .find__branch--header {
    width: auto
  }
  #cloned {
    padding-right: 15px
  }
  #cloned #clone .list--item__action__info {
    width: 80%
  }
}
@-moz-document url-prefix() {
  .location-list ul li a:after {
    line-height: 1;
    bottom: -7px
  }
}
.blurb {
  padding: 17px 25px;
  border-radius: 6px
}
.blurb .blurb__head {
  margin-bottom: 0;
  padding-bottom: 8px
}
.blurb .blurb__head .fa-question {
  position: relative;
  top: 20px;
  margin-top: -20px;
  margin-left: -7px;
  font: normal 14px/1 adecco-font-1
}
.blurb .blurb__head .fa-question:before {
  content: "\45";
  font-size: 60px;
  font-weight: normal
}
.blurb .blurb__item, .blurb a {
  margin-bottom: 8px;
  padding: 22px 5px;
  text-transform: lowercase;
  font-family: houschka_headmedium, Helvetica, Arial, sans-serif
}
.branch__info {
  padding: 10px 0
}
.branch__info .branch__search--location {
  margin-bottom: 10px
}
.branch__info .branch__search--location .icon-location {
  right: 7px
}
.branch__info .locator__distance {
  margin: 10px 20px
}
.branch__basics .branch__maps-link .branch__maps-link--text {
  margin-left: 0;
  float: none
}
.title-margin {
  margin: 39px 0
}
.branch__search--container {
  padding-top: 43px;
  padding-bottom: 33px
}
.branch__search--container .branch__search label {
  line-height: 32px
}
.branch__search--container .branch__search .col-md-4, .branch__search--container .branch__search .card--small {
  padding-right: 5px
}
.branch__search--container .branch__search .col-md-3, .branch__search--container .branch__search #jobResponse .job-facets--left, #jobResponse .branch__search--container .branch__search .job-facets--left {
  padding-right: 9px
}
.branch__search--container .branch__search .branch__search--find {
  margin-top: 38px;
  font-size: 16px !important;
  font-weight: normal !important
}
.branch__search--container .branch__search select, .branch__search--container .branch__search input#branchSearchlocationAutoSuggest {
  font-size: 16px
}
.branch__search--container .branch__search button i {
  margin-top: -12px;
  margin-left: -15px
}
.find__branch--header {
  font-size: 22px;
  font-weight: normal;
  padding: 42px 0 35px
}
.locations #mainContent .container, .locations #mainContent .spotlight-container .panel, .spotlight-container .locations #mainContent .panel, .locations #mainContent .header-job-search .job-search-inner, .header-job-search .locations #mainContent .job-search-inner, .locations #mainContent .nav-active .site-header-inner .wrap-navigation .nav-bar, .nav-active .site-header-inner .wrap-navigation .locations #mainContent .nav-bar, .locations #mainContent .similar-jobs .row, .similar-jobs .locations #mainContent .row, .locations #mainContent .similar-jobs .location-details, .similar-jobs .locations #mainContent .location-details, .locations #mainContent .similar-jobs .branch-map-container, .similar-jobs .locations #mainContent .branch-map-container {
  padding-left: 0;
  padding-right: 0
}
.list--items {
  margin-bottom: 14px;
  overflow: hidden
}
.list--items .list--item {
  width: 29%;
  margin: 0 2% 10px 2%
}
.list--items .list--item:nth-child(3n+1) {
  margin-left: 0
}
.list--items .list--item .list--item__actions {
  min-height: 46px
}
.list--items .list--item .list--item__actions .list--item__action {
  padding-left: 0;
  padding-right: 0
}
.list--items .list--item .list--item__actions .list--item__action span {
  color: #ef2e24;
  padding-left: 0;
  padding-right: 0
}
.list--items .list--item .list--item__actions .list--item__action span span:last-child {
  padding-right: 12px;
  text-align: right
}
.location-details .location-list li {
  margin-right: 0
}
h6.first {
  color: #231f20
}
.job-card h4 {
  font-family: houschka_headmedium, Helvetica, Arial, sans-serif
}
.job-card .favourite:before {
  font-size: 54px
}
.job-card .job-card__details {
  margin: 0 16px
}
.job-card .job-card__footer a:after {
  right: 17px
}
.spotlight_bg_light-grey-container, .branch__search--container {
  background: #efefef
}
.locator__container {
  background: #efefef;
  margin: 20px 0;
  padding: 15px 20px 15px 5px
}
.locator__container .branch__info {
  padding: 8px
}
.locator__container .branch__info .col-md-4, .locator__container .branch__info .card--small {
  background: #fff;
  border-radius: 4px;
  padding: 10px
}
.locator__container .branch__info .col-md-4 .locator__aside .locator__aside--branch .branch__more, .locator__container .branch__info .card--small .locator__aside .locator__aside--branch .branch__more {
  bottom: 15px;
  right: -5px
}
.locator__container .branch__info .col-md-4 .locator__aside .locator__aside--details, .locator__container .branch__info .card--small .locator__aside .locator__aside--details {
  height: auto;
  font-family: houschka_headmedium, Helvetica, Arial, sans-serif
}
.locator__container .branch__info .col-md-4 .locator__aside .locator__aside--details .details__header, .locator__container .branch__info .card--small .locator__aside .locator__aside--details .details__header {
  color: #231f20;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0
}
.locator__container .branch__info .col-md-4 .locator__aside .locator__aside--details .details__header .icon-contact-outline:before, .locator__container .branch__info .card--small .locator__aside .locator__aside--details .details__header .icon-contact-outline:before {
  top: 0
}
.locator__container .branch__info .col-md-4 .locator__aside .locator__aside--details .details__content .branch__phone, .locator__container .branch__info .card--small .locator__aside .locator__aside--details .details__content .branch__phone, .locator__container .branch__info .col-md-4 .locator__aside .locator__aside--details .details__content .branch__address, .locator__container .branch__info .card--small .locator__aside .locator__aside--details .details__content .branch__address, .locator__container .branch__info .col-md-4 .locator__aside .locator__aside--details .details__content .branch__hours, .locator__container .branch__info .card--small .locator__aside .locator__aside--details .details__content .branch__hours, .locator__container .branch__info .col-md-4 .locator__aside .locator__aside--details .details__content .branch__fax, .locator__container .branch__info .card--small .locator__aside .locator__aside--details .details__content .branch__fax {
  margin-bottom: 10px
}
.locator__container .branch__info .col-md-4 .locator__aside .locator__aside--details .details__content .branch__phone .branch--label + span, .locator__container .branch__info .card--small .locator__aside .locator__aside--details .details__content .branch__phone .branch--label + span, .locator__container .branch__info .col-md-4 .locator__aside .locator__aside--details .details__content .branch__address .branch--label + span, .locator__container .branch__info .card--small .locator__aside .locator__aside--details .details__content .branch__address .branch--label + span, .locator__container .branch__info .col-md-4 .locator__aside .locator__aside--details .details__content .branch__hours .branch--label + span, .locator__container .branch__info .card--small .locator__aside .locator__aside--details .details__content .branch__hours .branch--label + span, .locator__container .branch__info .col-md-4 .locator__aside .locator__aside--details .details__content .branch__fax .branch--label + span, .locator__container .branch__info .card--small .locator__aside .locator__aside--details .details__content .branch__fax .branch--label + span {
  font-size: 16px
}
.branch__info .branch-locator .btn--red {
  padding: 8px 0;
  width: 100%;
  border-radius: 6px !important
}
.locator__distance span {
  display: block
}
.branch__info .no-pad-right {
  width: 66.6667%
}
.page-footer {
  background: #394448
}
.page-footer a {
  color: #fff
}
.page-footer a:hover {
  text-decoration: none
}
.page-footer ul {
  padding: 0;
  margin: 15px 0 0;
  list-style: none
}
.page-footer li {
  padding-left: 0;
  margin-bottom: 5px
}
.page-footer li a {
  color: #b2b2b2
}
.page-footer h2 {
  color: #888f92
}
.page-footer .links {
  margin-top: 10px
}
.page-footer > div.container, .spotlight-container .page-footer > div.panel, .header-job-search .page-footer > div.job-search-inner, .nav-active .site-header-inner .wrap-navigation .page-footer > div.nav-bar, .similar-jobs .page-footer > div.row, .similar-jobs .page-footer > div.location-details, .similar-jobs .page-footer > div.branch-map-container {
  width: 100%;
  padding: 0;
  overflow: hidden
}
.page-footer .col-md-12 ~ .col-md-12 {
  display: none
}
.footer_job_result-container {
  background: #394448
}
.footer_job_result-container a {
  position: relative;
  display: block;
  padding: 5px 50px 5px 5px;
  color: #fff;
  border-bottom: 1px solid #989898;
  color: #f1f1f1;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.2s ease 0s
}
.footer_job_result-container a:after {
  position: absolute;
  right: 5px;
  content: "";
  font-size: 16px;
  font-family: FontAwesome
}
.footer__top {
  padding-top: 28px;
  padding-bottom: 16px;
  overflow: hidden
}
.footer__top .footer-branch {
  margin-top: 10px;
  color: #fff
}
.footer__top .footer-branch fieldset {
  margin-top: 16px;
  border: 0;
  border-bottom: 1px solid #fff
}
.footer__top .footer-branch fieldset input[type=text] {
  position: relative;
  top: 8px;
  width: 100%;
  margin-right: -24px;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  outline: none
}
.footer__top .footer-branch label {
  margin-top: 2px;
  float: right
}
.footer__top .footer-branch i, .footer__top .footer-branch em {
  position: relative;
  top: 11px;
  color: #fff;
  font-size: 20px;
  line-height: 20px
}
.footer__top .footer-search {
  margin-top: 8px
}
.footer__top .footer-search h5 {
  margin-top: 0;
  margin-bottom: 7px
}
.footer__top .footer-search a:hover {
  text-decoration: none
}
.footer__top .footer-social {
  margin-top: 10px
}
.footer__top .footer-social p {
  margin-bottom: 12px;
  color: #fff
}
.footer__top .footer-social i, .footer__top .footer-social em {
  position: relative;
  left: 0;
  display: inline-block;
  margin-left: -4px;
  margin-right: -4px;
  font-size: 45px;
  line-height: 45px
}
.footer__bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #293134
}
.footer__bottom .footer-logo img {
  width: 116px;
  opacity: 0.2
}
.footer__bottom .links {
  margin-top: 5px
}
.footer__bottom .links a {
  padding-right: 32px
}
.footer__bottom .footer-login {
  text-align: right
}
.footer__bottom .footer-login a:hover {
  text-decoration: none
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-footer .footer__top .col-sm-3, .page-footer .footer__top .job-full .box-footer, .job-full .page-footer .footer__top .box-footer, .page-footer .footer__top .col-sm-9, .page-footer .footer__top .job--description, .page-footer .footer__top .col-sm-12, .page-footer .footer__top .job-details .bottom-spacing, .job-details .page-footer .footer__top .bottom-spacing, .page-footer .footer__top .job-full .list-unstyled.text-muted li, .job-full .list-unstyled.text-muted .page-footer .footer__top li, .page-footer .footer__top .job-full .text-muted.list-inline li, .job-full .text-muted.list-inline .page-footer .footer__top li, .page-footer .footer__top .job-full .spotlight-container .panel--body ul.text-muted li, .job-full .spotlight-container .panel--body ul.text-muted .page-footer .footer__top li, .page-footer .footer__top .spotlight-container .panel--body .job-full ul.text-muted li, .spotlight-container .panel--body .job-full ul.text-muted .page-footer .footer__top li, .page-footer .footer__top .job-full .share-icon-left ul.text-muted li, .job-full .share-icon-left ul.text-muted .page-footer .footer__top li, .page-footer .footer__top .share-icon-left .job-full ul.text-muted li, .share-icon-left .job-full ul.text-muted .page-footer .footer__top li, .page-footer .footer__top .job-full .job-details li, .job-full .job-details .page-footer .footer__top li {
    padding: 0;
    margin: 0
  }
  .page-footer .footer__top .col-sm-4.links, .page-footer .footer__top .location-details .links.location-list, .location-details .page-footer .footer__top .links.location-list, .page-footer .footer__top .job-full .panel-body .row > .links.col-sm-5, .job-full .panel-body .page-footer .footer__top .row > .links.col-sm-5, .page-footer .footer__top .job-full .panel-body .location-details > .links.col-sm-5, .job-full .panel-body .page-footer .footer__top .location-details > .links.col-sm-5, .page-footer .footer__top .job-full .panel-body .branch-map-container > .links.col-sm-5, .job-full .panel-body .page-footer .footer__top .branch-map-container > .links.col-sm-5 {
    padding: 0 0 0 5px
  }
}
@media (max-width: 767px) {
  .page-footer ul {
    display: none
  }
  .page-footer .footer-search {
    font-size: 20px
  }
  .page-footer .footer-search:first-of-type {
    margin-right: 40px
  }
  .footer__top .footer-search {
    padding-right: 0
  }
  .footer__top .footer-search h5 {
    display: inline-block
  }
  .footer__top .footer-search h5:first-of-type {
    margin-right: 40px
  }
  .footer__top .links {
    padding-left: 0;
    margin-left: -15px
  }
  .footer__top .footer-social {
    padding: 0
  }
  .footer-branch fieldset {
    max-width: 40%;
    padding: 0;
    margin: 0
  }
  .footer-branch fieldset i {
    left: 4px;
    top: 4px;
    font-size: 28px;
    line-height: 28px
  }
  .footer__bottom .links a {
    display: inline-block;
    width: 50%;
    padding: 15px 0 0 0;
    float: left
  }
  .footer__bottom .footer-logo {
    padding-left: 0
  }
  .footer__bottom .footer-login {
    padding-top: 24px;
    padding-left: 0;
    margin-top: 24px;
    border-top: 1px solid #394448;
    text-align: left
  }
  .footer__bottom .footer-login a {
    display: block;
    width: 100%;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 24px
  }
}
.job-search-horizontal .job-search-title {
  display: none
}
.job-search-horizontal .job-search-inner {
  display: table
}
.job-search-horizontal .job-search-keyword, .job-search-horizontal .job-search-location {
  display: table-cell;
  width: 46%
}
.job-search-horizontal .job-search-keyword .job-search-location-input, .job-search-horizontal .job-search-keyword .job-search-keyword-input, .job-search-horizontal .job-search-location .job-search-location-input, .job-search-horizontal .job-search-location .job-search-keyword-input {
  margin-right: 10%
}
.job-search-horizontal .job-search-keyword label, .job-search-horizontal .job-search-location label {
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
  color: #fff;
  font: 13px/13px houschka_headmedium, Helvetica, Arial, sans-serif;
  opacity: 0.8
}
.job-search-horizontal .job-search-keyword input, .job-search-horizontal .job-search-location input {
  width: 100%;
  height: auto;
  display: block;
  padding: 0 25px 0 0;
  border: none;
  border-bottom: 1px solid #fff;
  font: 50px/54px houschka_headmedium, Helvetica, Arial, sans-serif;
  box-shadow: none;
  background: none;
  color: #fff;
  outline: 0
}
.job-search-horizontal .job-search-keyword input:focus, .job-search-horizontal .job-search-location input:focus {
  box-shadow: 0;
  boder: none
}
.job-search-horizontal .job-search-keyword input::-ms-clear, .job-search-horizontal .job-search-location input::-ms-clear {
  display: none !important
}
.job-search-horizontal .job-search-keyword input::-webkit-input-placeholder, .job-search-horizontal .job-search-location input::-webkit-input-placeholder {
  color: #fff;
  font-family: houschka_headmedium, Helvetica, Arial, sans-serif
}
.job-search-horizontal .job-search-keyword input:-moz-placeholder, .job-search-horizontal .job-search-location input:-moz-placeholder {
  color: #fff;
  font-family: houschka_headmedium, Helvetica, Arial, sans-serif
}
.job-search-horizontal .job-search-keyword input::-moz-placeholder, .job-search-horizontal .job-search-location input::-moz-placeholder {
  color: #fff;
  font-family: houschka_headmedium, Helvetica, Arial, sans-serif
}
.job-search-horizontal .job-search-keyword input:-ms-input-placeholder, .job-search-horizontal .job-search-location input:-ms-input-placeholder {
  color: #fff;
  font-family: houschka_headmedium, Helvetica, Arial, sans-serif
}
.job-search-horizontal .job-search-search-btn {
  position: relative;
  display: table-cell;
  vertical-align: bottom
}
.job-search-horizontal .job-search-search-btn .btn-search {
  height: 35px;
  padding: 0;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  color: #fff
}
.job-search-horizontal .job-search-search-btn .btn-search:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 35px;
  content: ""
}
ul.typeahead li a {
  padding: 5px;
  color: #ef2e24;
  font-size: 14px
}
ul.typeahead li a:hover, ul.typeahead li a:focus {
  background: #ef2e24
}
ul.typeahead li.active a {
  background: #ef2e24
}
ul.typeahead li.active a:hover {
  background: #ef2e24
}
ul.auto-complete {
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background: #fff
}
ul.auto-complete li {
  padding: 5px !important;
  font-size: 14px;
  background: #fff !important;
  color: #ef2e24 !important
}
ul.auto-complete li:hover, ul.auto-complete li:focus {
  color: #fff !important;
  background: #ef2e24 !important
}
.browse__search input {
  padding: 5px 10px
}
@media (max-width: 991px) {
  .header-job-search .job-search-keyword input, .header-job-search .job-search-location input {
    font: 24px/36px houschka_headmedium, Helvetica, Arial, sans-serif
  }
  .job-search-horizontal .job-search-search-btn .btn-search {
    height: 26px
  }
}
@media (max-width: 768px) {
  .header-job-search .job-search-search-btn .btn-search:after {
    font-size: 30px
  }
}
@media (max-width: 767px) {
  .job-search-horizontal .job-search-location, .job-search-horizontal .job-search-keyword {
    display: block;
    width: 100%
  }
  .job-search-horizontal .job-search-location .dropdown-menu, .job-search-horizontal .job-search-keyword .dropdown-menu {
    width: 96%
  }
  .job-search-horizontal .job-search-search-btn {
    display: block;
    width: 100%;
    margin-top: 20px
  }
  .job-search-horizontal .job-search-search-btn .btn-search {
    width: 100%;
    height: auto;
    display: block;
    padding: 10px 8px;
    background: #fff;
    font-size: 20px;
    line-height: 24px;
    color: #ef2e24
  }
  .job-search-horizontal .job-search-search-btn .btn-search:after {
    position: relative;
    top: -2px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 0
  }
  .header-job-search {
    max-height: 100%;
    padding: 6px 14px 20px;
    background-image: none;
    background-color: #b50b12
  }
  .header-job-search .job-search-location, .header-job-search .job-search-keyword {
    position: relative;
    margin-top: 12px;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    float: none
  }
  .header-job-search .job-search-location label, .header-job-search .job-search-keyword label {
    display: none
  }
  .header-job-search .job-search-location input, .header-job-search .job-search-keyword input {
    width: 100%;
    padding-right: 10px;
    border: 0;
    font-size: 24px;
    line-height: 24px;
    background-color: #b50b12;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }
  .header-job-search .job-search-location input:-moz-placeholder, .header-job-search .job-search-keyword input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6)
  }
  .header-job-search .job-search-location input::-moz-placeholder, .header-job-search .job-search-keyword input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1
  }
  .header-job-search .job-search-location input:-ms-input-placeholder, .header-job-search .job-search-keyword input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6)
  }
  .header-job-search .job-search-location input::-webkit-input-placeholder, .header-job-search .job-search-keyword input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6)
  }
}
@media (min-width: 768px) {
  .job-search-header .job-search-location .dropdown-menu {
    width: 40%
  }
}
form[action*='/job-results'] .site-header .secondary-nav ul, form[action*='/resultats-offres-emploi'] .site-header .secondary-nav ul {
  margin: 0
}
form[action*='/job-results'] .container-body, form[action*='/resultats-offres-emploi'] .container-body {
  background: #efefef
}
form[action*='/job-results'] .search-button, form[action*='/resultats-offres-emploi'] .search-button {
  display: none
}
form[action*='/job-results'] .header-job-search, form[action*='/resultats-offres-emploi'] .header-job-search {
  display: block;
  max-height: 100%
}
form[action*='/job-results'] .panel, form[action*='/resultats-offres-emploi'] .panel {
  border: none;
  box-shadow: none;
  background: none
}
#jobResponse > .row, #jobResponse > .location-details, #jobResponse > .branch-map-container {
  margin: 0
}
#jobResponse .job-facets--left {
  padding-right: 8px;
  margin-top: 20px;
  border-right: 1px solid #e7e6e6
}
.job-results-options {
  margin-bottom: 20px;
  position: relative
}
.job-results-options .btn-default {
  padding: 0 0 0 10px;
  border: none;
  background: none;
  font-size: 20px;
  line-height: 20px
}
.job-results-options .email-jobs {
  line-height: 20px
}
.job-results-options .fa-envelope {
  margin-left: 5px;
  float: right
}
.job-results-options .fa-envelope:before {
  content: ""
}
.job-results-options .fa-rss {
  font-size: 20px
}
#body_0_contentcolumn_0_ucJobResultPanel_divOnNoSearch .job-results-options {
  margin-top: 30px
}
.filter--show--quantity {
  margin-top: 0;
  float: left
}
.filter--show--quantity span {
  font-size: 16px
}
.filter--show--quantity select {
  width: auto;
  padding: 0 2px
}
.job-alert-ctr {
  float: right
}
.job-wide .panel-header h3 {
  padding-bottom: 35px;
  border-bottom: 1px solid #c8c7c7;
  color: #231f20
}
.job-wide > .panel-body {
  padding: 0
}
.job-wide > .panel-body #body_0_contentcolumn_0_ucJobResultPanel_ucjobSummaryList__marketingJob {
  margin-bottom: 32px
}
.jobs__searched {
  width: calc(100% - 178px)
}
.jobs .job__info--save {
  top: 15px;
  right: 5px;
  margin-top: 0;
  padding: 0
}
.jobs .job__info--save i.ion-ios-heart {
  color: transparent
}
.jobs .job__info--save i.ion-ios-heart:before {
  color: #ed1c24;
  content: "C";
  cursor: pointer;
  font-family: adecco-font-1;
  font-size: 45px;
  line-height: 1
}
.jobs .job__info--meta--title {
  margin-left: 0
}
ul.action-option {
  margin: 5px 0
}
.action-option {
  padding: 0 0 20px;
  width: 100%;
  list-style-type: none;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc
}
.action-option .card__info--save {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #ef2e24;
  line-height: 1
}
.action-option .card__info--save i {
  font-style: normal;
  color: #ef2e24
}
.action-option .card__info--save i:before {
  position: relative;
  top: 8px;
  font-size: 38px !important;
  font-weight: bold
}
.action-option .card__info--save i:hover {
  color: #c5191f
}
.job-result .job-wide .card__info--save {
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px
}
.single-job {
  position: relative;
  margin: 0 0 32px 0;
  border: 1.6px double #c8c7c7;
  border-bottom: 5px solid #d11947;
  border-radius: 6px;
  background: #fff;
  text-align: left
}
.single-job > .col-md-12 > .row, .single-job > .col-md-12 > .location-details, .single-job > .col-md-12 > .branch-map-container {
  padding: 0 20px
}
.single-job > .col-md-12 > .row.top-spacing, .single-job > .col-md-12 > .top-spacing.location-details, .single-job > .col-md-12 > .top-spacing.branch-map-container {
  margin-bottom: 30px;
  font-size: houschka_headmedium, Helvetica, Arial, sans-serif
}
.single-job h2 {
  display: inline-block !important;
  width: calc(100% - 60px);
  margin: 20px 0 30px;
  font: normal normal 26px/26px houschka_headdemibold, Helvetica, Arial, sans-serif
}
.single-job h2 + .pull-right {
  position: relative;
  top: 16px;
  right: 35px
}
.single-job .button-container {
  padding: 0;
  margin: 50px 0 0
}
.single-job .button-container .btn {
  position: relative;
  display: block;
  padding: 4px 30px 0;
  border: none;
  border-radius: 0;
  text-align: left;
  float: none !important;
  color: #ef2e24;
  font-size: 20px;
  line-height: 50px;
  transition: color 10ms linear 0.15s;
  background: #fff;
  animation: 0.3s linear 0s normal forwards 1 running hoverOut
}
.single-job .button-container .btn:focus, .single-job .button-container .btn:hover {
  color: #fff;
  animation: 0.4s linear 0s normal forwards 1 running hover;
  background: #fff radial-gradient(ellipse farthest-corner at center center, #d11947 0px, #d11947 65%, #fff 67%, #fff 100%) no-repeat center center;
  background-size: 140% 500%;
  -ms-background-color: #ef2e24
}
.single-job .button-container .btn:after {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: 100% -178px;
  content: ""
}
.single-job .button-container .btn:hover:after {
  background-position: 100% -261px
}
.single-job .job--meta {
  position: absolute;
  bottom: 54px;
  display: block;
  width: calc(100% - 40px);
  padding: 0 0 15px 0;
  margin: 0;
  border-bottom: 1.6px solid #c8c7c7;
  color: #231f20;
  list-style: none
}
.single-job .job--meta span {
  display: inline-block;
  line-height: 40px
}
.single-job .job--meta li {
  display: inline-block;
  margin-right: 30px
}
.single-job .job--meta .job-meta-reference {
  display: none
}
.single-job .job--meta .job--meta-location .fa-map-marker {
  position: relative;
  top: 10px
}
.single-job .job--meta .job--meta-location .fa-map-marker:before {
  color: #ef2e24;
  font-size: 30px;
  line-height: 45px
}
.single-job .job--meta .job--meta-salary span:before {
  position: relative;
  top: 10px;
  color: #ef2e24;
  font-size: 30px;
  line-height: 45px;
  content: "9"
}
.single-job .top-spacing + .row, .single-job .top-spacing + .location-details, .single-job .top-spacing + .branch-map-container {
  padding: 0
}
@media (max-width: 991px) {
  #jobResponse .job-facets--left {
    width: 100%
  }
  #jobResponse .job-results--right {
    width: 100%
  }
  .job-wide .panel-header {
    margin-top: 25px
  }
  .job-wide .mobile-buttons {
    display: block !important;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    text-align: center
  }
  .job-wide .mobile-buttons a {
    display: block;
    padding: 6px 15px;
    color: #fff;
    background: #ef2e24
  }
  .job-wide .mobile-buttons li {
    display: inline-block;
    margin: 0 10px
  }
  .job-wide .mobile-buttons .toggle-sort {
    display: none
  }
}
#email-jobs .modal-header {
  padding: 0 15px
}
#email-jobs .modal-header h3 {
  color: #231f20;
  line-height: 40px
}
#email-jobs .checkbox {
  padding-left: 0
}
#email-jobs #jobAlertTerms {
  margin-right: 10px
}
#email-jobs .modal-body {
  padding: 20px 20px 0
}
#email-jobs .modal-footer {
  margin-top: 0;
  text-align: left
}
#email-jobs .modal-footer .btn {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  padding: 8px 20px;
  box-sizing: border-box;
  min-width: 100px;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all 0.2s
}
#email-jobs .modal-footer .btn i {
  position: relative;
  top: 5px;
  margin-left: 8px;
  font-size: 24px;
  line-height: 24px
}
#email-jobs .modal-footer .btn-default {
  margin-right: 16px;
  border: 1px solid #ef2e24;
  color: #ef2e24;
  background-color: transparent
}
#email-jobs .modal-footer .btn-success {
  border: 1px solid #bd0f16;
  color: #fff;
  background-color: #c91d14
}
@media (max-width: 767px) {
  .job-wide .filter--show--quantity {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    text-align: center
  }
  .job-wide .panel-header {
    margin-top: 20px
  }
  .job-alert-ctr {
    position: static;
    top: 0;
    margin-bottom: 20px;
    text-align: center
  }
  .job-wide .filter--show--quantity {
    display: inline-block;
    width: 100%
  }
  .job-wide .panel-header h3 {
    text-align: center
  }
  .job-results-options {
    padding: 0;
    margin-bottom: 10px;
    position: static;
    top: 0
  }
  .job-results-options .btn-default {
    font-size: 16px
  }
  .single-job > .col-md-12 > .row, .single-job > .col-md-12 > .location-details, .single-job > .col-md-12 > .branch-map-container {
    padding: 0 15px
  }
  .single-job h2 {
    font-size: 24px;
    line-height: 30px
  }
  .single-job h2 + .pull-right {
    right: 35px
  }
  .single-job .top-spacing {
    display: none
  }
  .single-job .top-spacing + .row, .single-job .top-spacing + .location-details, .single-job .top-spacing + .branch-map-container {
    padding: 0
  }
  .single-job .job--meta {
    position: static;
    display: block;
    padding-bottom: 10px;
    width: 100%
  }
  .single-job .job--meta span {
    line-height: 16px
  }
  .single-job .job--meta li {
    width: 100%
  }
  .single-job .button-container {
    margin: 0
  }
  .jobs__searched {
    width: 100%
  }
  .single-job ul.job--meta li span {
    margin-top: 0;
    line-height: 16px
  }
}
@-moz-document url-prefix() {
  .single-job h2 span:after {
    top: 25px;
    line-height: 0
  }
}
.job-results #body_0_spotlight, .resultats-offres-emploi #body_0_spotlight {
  min-height: auto
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.6)
}
.faceted-search .slider__rail {
  margin: 10px 0 30px 15px
}
.pagination > li > a {
  color: #dad9d9
}
.pagination > li > a:hover {
  color: #000
}
.pagination > li > a.active {
  color: #ef2e24
}
@media (max-width: 767px) {
  .job-wide .panel-header {
    margin-top: 0
  }
  .job-wide .panel-header h3 {
    padding-bottom: 15px;
    text-align: left
  }
  .job-wide .job-alert-ctr {
    float: none
  }
}
.spotlight-container #body_0_contentcolumn_0_spotlight.panel {
  width: 100% !important
}
.faceted-search {
  border: none;
  border-radius: 0;
  box-shadow: none
}
.faceted-search .panel-header {
  padding-bottom: 12px;
  font: 25px/26px houschka_headdemibold, Helvetica, Arial, sans-serif
}
.faceted-search .facet-remove-link {
  font-size: 16px;
  cursor: pointer
}
.faceted-search #hypRemoveAll {
  width: 100%
}
.faceted-search .panel-body {
  padding: 15px 0
}
.faceted-search .checkbox {
  min-height: auto;
  margin-top: 0;
  font-size: 15px;
  font-weight: normal
}
.faceted-search ul {
  margin: 0
}
.faceted-search .ref-entry-toggle, .faceted-search .fa {
  color: #394449;
  font-weight: normal
}
.faceted-search .ref-entry-toggle:focus, .faceted-search .ref-entry-toggle:hover, .faceted-search .fa:focus, .faceted-search .fa:hover {
  color: #394449
}
.faceted-search .form-group {
  margin: 16px 0 20px
}
.faceted-search .facet-legend {
  position: relative;
  top: 0;
  display: inline-block;
  padding-bottom: 4px;
  float: none !important;
  color: #394449;
  font: normal normal 16px/24px houschka_headmedium, Helvetica, Arial, sans-serif
}
#divRadiusControl .ui-state-default {
  background-color: #ef2e24 !important
}
#divRadiusControl .ui-state-default:hover, #divRadiusControl .ui-state-default:focus {
  background-color: #de1219 !important
}
@media (max-width: 991px) {
  .faceted-search {
    display: none
  }
  .refine-open .faceted-search {
    display: block;
    margin-bottom: 0
  }
  .refine-open .faceted-search .panel-body {
    padding: 0
  }
  .refine-placeholder {
    padding: 0 15px
  }
}
a[id*="hypBacktoResults"]:before {
  font: normal normal normal 20px/1 FontAwesome;
  font-size: inherit;
  content: ""
}
.job-details .bottom-spacing {
  padding: 0 0 16px;
  margin: 25px 0 16px 15px;
  font-size: 24px;
  line-height: 36px;
  border-bottom: 1px solid #c8c7c7;
  text-align: left;
  border-radius: 0;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.job-details .card--small {
  padding-left: 0
}
.job-full h1 {
  position: relative;
  padding-left: 15px;
  width: 85%;
  font-size: 65px;
  line-height: 85px
}
.job-full span {
  top: 42px;
  right: 0
}
.job-full .box-footer .apply {
  width: 100%;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
  white-space: normal
}
.job-full .box-footer .apply:after {
  position: absolute;
  top: -170px;
  left: -60px;
  display: block;
  width: 400px;
  height: 400px;
  background-color: #0096EF;
  border-radius: 100%;
  content: "";
  transform: scale(0);
  transition-delay: 0s, 0.5s;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-in;
  z-index: -1
}
.job-full .box-footer .apply:hover:after {
  transform: scale(1)
}
.job-full .panel {
  border: none;
  box-shadow: none
}
.job-full .panel-default {
  border-color: transparent
}
.job-full .panel-body {
  position: relative;
  border-bottom: 1px solid #c8c7c7
}
.job-full .panel-body li {
  position: relative
}
.job-full .job--meta_location .media:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "R";
  font-size: 45px;
  color: #ef2e24
}
.job-full .job--meta_salary .media:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "9";
  font-size: 45px;
  color: #ef2e24
}
.job-full .job--meta_date-posted .media:before, .job-full .job--meta_job-start-date .media:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "i";
  font-size: 45px;
  color: #ef2e24
}
.job-full .job--meta_employment-type .media:before, .job-full #body_0_contentcolumn_0_liContractType .media:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "j";
  font-size: 45px;
  color: #ef2e24
}
.job-full #body_0_contentcolumn_0_liCategory .media:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: " # ";
  font-size: 45px;
  color: #ef2e24
}
.job-full .media {
  margin-left: 45px
}
.job-full .list-unstyled.text-muted .media-body, .job-full .text-muted.list-inline .media-body, .job-full .spotlight-container .panel--body ul.text-muted .media-body, .spotlight-container .panel--body .job-full ul.text-muted .media-body, .job-full .share-icon-left ul.text-muted .media-body, .share-icon-left .job-full ul.text-muted .media-body, .job-full .job-details .media-body {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 25px;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
  color: #231f20
}
.job-full .job-details-label {
  display: block;
  width: 100%
}
.job-full .col-sm-7 .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liCategory"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liCategory"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liCategory"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liCategory"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liCategory"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liCategory"] .media:before {
  position: absolute;
  left: 0;
  content: "#";
  font-size: 45px;
  color: #ef2e24
}
.job-full .col-sm-7 .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .list-unstyled.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .text-muted.list-inline li[id$="liContractType"] .media:before, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li[id$="liContractType"] .media:before, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before, .job-full .col-sm-7 .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .col-sm-7 ul.text-muted li[id$="liContractType"] .media:before, .job-full .location-details .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .job-full .location-details .location__summary ul.text-muted li[id$="liContractType"] .media:before, .location-details .job-full .location__summary .share-icon-left ul.text-muted li[id$="liContractType"] .media:before, .share-icon-left .location-details .job-full .location__summary ul.text-muted li[id$="liContractType"] .media:before {
  position: absolute;
  left: 0;
  content: "j";
  font-size: 45px;
  color: #ef2e24
}
.job--description {
  min-height: 230px
}
.job--description .job--task-specifics {
  padding-left: 30px;
  float: right
}
.job--description p {
  font-size: 1.25rem
}
.job--description .media-extra {
  padding-left: 0;
  float: left
}
.job--description .media-extra h4 {
  display: block;
  color: #737373;
  font-size: 13px;
  margin: 10px 0;
  line-height: 0
}
.job--description .media-extra ul {
  padding: 0;
  margin: 0 0 30px
}
.job--description .media-extra li {
  padding-bottom: 5px;
  list-style: none;
  height: 60px
}
.job--description .media-extra .chicklets {
  padding-left: 0;
  background: transparent
}
.job--description .media-extra .chicklets:before {
  margin-left: -15px;
  font-size: 80px
}
.job--description .media-extra .chicklets.facebook {
  color: #344b89
}
.job--description .media-extra .chicklets.linkedin {
  color: #1483ba
}
.job--description .media-extra .chicklets.twitter {
  color: #469ae9
}
.job--description .media-extra .stButton {
  width: auto !important;
  padding: 0;
  margin: 0
}
#body_4_spotlightContainer {
  padding: 0
}
.jobs .recently-view {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px
}
.recently-view-title {
  color: #6f1931;
  font-size: 20px;
  line-height: 30px
}
#sticky-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 12px;
  background: #fff;
  box-shadow: 0 0 30px 5px #c8c7c7;
  z-index: 3;
  transition: all 0.2s ease-out 0s
}
#sticky-banner a.back-link {
  font-size: 24px;
  line-height: 36px;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
#sticky-banner a.back-link .fa-long-arrow-left {
  padding-right: 17px;
  font-size: 24px;
  line-height: 36px
}
#sticky-banner .btn--apply-cta-sticky {
  float: right
}
#sticky-banner .col-sm-6.pull-right, #sticky-banner .job-full .col-sm-7 .list-unstyled.text-muted li.pull-right, .job-full .col-sm-7 .list-unstyled.text-muted #sticky-banner li.pull-right, #sticky-banner .job-full .location-details .location__summary .list-unstyled.text-muted li.pull-right, .job-full .location-details .location__summary .list-unstyled.text-muted #sticky-banner li.pull-right, #sticky-banner .location-details .job-full .location__summary .list-unstyled.text-muted li.pull-right, .location-details .job-full .location__summary .list-unstyled.text-muted #sticky-banner li.pull-right, #sticky-banner .job-full .col-sm-7 .text-muted.list-inline li.pull-right, .job-full .col-sm-7 .text-muted.list-inline #sticky-banner li.pull-right, #sticky-banner .job-full .location-details .location__summary .text-muted.list-inline li.pull-right, .job-full .location-details .location__summary .text-muted.list-inline #sticky-banner li.pull-right, #sticky-banner .location-details .job-full .location__summary .text-muted.list-inline li.pull-right, .location-details .job-full .location__summary .text-muted.list-inline #sticky-banner li.pull-right, #sticky-banner .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li.pull-right, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted #sticky-banner li.pull-right, #sticky-banner .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li.pull-right, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted #sticky-banner li.pull-right, #sticky-banner .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li.pull-right, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted #sticky-banner li.pull-right, #sticky-banner .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li.pull-right, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted #sticky-banner li.pull-right, #sticky-banner .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li.pull-right, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted #sticky-banner li.pull-right, #sticky-banner .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li.pull-right, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted #sticky-banner li.pull-right, #sticky-banner .job-full .col-sm-7 .share-icon-left ul.text-muted li.pull-right, .job-full .col-sm-7 .share-icon-left ul.text-muted #sticky-banner li.pull-right, #sticky-banner .share-icon-left .job-full .col-sm-7 ul.text-muted li.pull-right, .share-icon-left .job-full .col-sm-7 ul.text-muted #sticky-banner li.pull-right, #sticky-banner .job-full .location-details .location__summary .share-icon-left ul.text-muted li.pull-right, .job-full .location-details .location__summary .share-icon-left ul.text-muted #sticky-banner li.pull-right, #sticky-banner .share-icon-left .job-full .location-details .location__summary ul.text-muted li.pull-right, .share-icon-left .job-full .location-details .location__summary ul.text-muted #sticky-banner li.pull-right, #sticky-banner .location-details .job-full .location__summary .share-icon-left ul.text-muted li.pull-right, .location-details .job-full .location__summary .share-icon-left ul.text-muted #sticky-banner li.pull-right, #sticky-banner .share-icon-left .location-details .job-full .location__summary ul.text-muted li.pull-right, .share-icon-left .location-details .job-full .location__summary ul.text-muted #sticky-banner li.pull-right {
  position: relative
}
#sticky-banner .btn-favourite {
  position: absolute;
  top: 24px;
  right: 178px;
  outline: none
}
#sticky-banner .btn-favourite .favourite:before {
  display: block;
  padding-top: 14px;
  line-height: 1;
  color: #B2B2B2;
  content: "D";
  font-family: adecco-font-1;
  font-size: 3.375rem;
  line-height: 0;
  outline: none
}
#sticky-banner .btn-favourite .favourite:hover::before {
  color: #ef2e24
}
#sticky-banner .btn-favourite .favourite:active::before, #sticky-banner .btn-favourite .favourite:visited::before {
  color: #ef2e24;
  content: "C";
  font-family: adecco-font-1;
  outline: none
}
#sticky-banner .btn.btn--red {
  font-size: 20px;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
#sticky-banner .btn.btn--red:hover {
  color: #fff
}
.similar-jobs {
  margin-bottom: 32px;
  clear: both;
  background-color: #f1f1f1
}
.similar-jobs h1 {
  color: #6f1931;
  font-size: 20px;
  line-height: 30px
}
.similar-jobs hr {
  display: none
}
.similar-jobs .panel {
  margin-bottom: 0;
  border: none;
  box-shadow: none
}
.similar-jobs .col-sm-4, .similar-jobs .location-details .location-list, .location-details .similar-jobs .location-list, .similar-jobs .job-full .panel-body .row > .col-sm-5, .job-full .panel-body .similar-jobs .row > .col-sm-5, .similar-jobs .job-full .panel-body .location-details > .col-sm-5, .job-full .panel-body .similar-jobs .location-details > .col-sm-5, .similar-jobs .job-full .panel-body .branch-map-container > .col-sm-5, .job-full .panel-body .similar-jobs .branch-map-container > .col-sm-5 {
  position: relative;
  display: table-cell;
  margin: 0 15px 32px 0;
  margin-right: 15px;
  border: 1.6px double #c8c7c7;
  border-bottom: 5px solid #d11947;
  border-radius: 8px;
  background: #fff;
  text-align: left
}
.similar-jobs .col-sm-4:last-child, .similar-jobs .location-details .location-list:last-child, .location-details .similar-jobs .location-list:last-child, .similar-jobs .job-full .panel-body .row > .col-sm-5:last-child, .job-full .panel-body .similar-jobs .row > .col-sm-5:last-child, .similar-jobs .job-full .panel-body .location-details > .col-sm-5:last-child, .job-full .panel-body .similar-jobs .location-details > .col-sm-5:last-child, .similar-jobs .job-full .panel-body .branch-map-container > .col-sm-5:last-child, .job-full .panel-body .similar-jobs .branch-map-container > .col-sm-5:last-child {
  margin-right: 0
}
.similar-jobs .js--equal-height > .col-md-12 > .row, .similar-jobs .js--equal-height > .col-md-12 > .location-details, .similar-jobs .js--equal-height > .col-md-12 > .branch-map-container {
  padding: 0 30px
}
.similar-jobs .js--equal-height .similar-job-title {
  padding: 15px 50px 0 0;
  margin-top: 0
}
.similar-jobs .js--equal-height .similar-job-title a {
  display: inline-block;
  margin: 0;
  font: normal normal 30px/40px houschka_headmedium, Helvetica, Arial, sans-serif
}
.similar-jobs .js--equal-height .similar-job-title:hover::after {
  color: #ef2e24
}
.similar-jobs .js--equal-height .similar-job-title:active::after, .similar-jobs .js--equal-height .similar-job-title:visited::after {
  color: #ef2e24;
  content: "C";
  font-family: adecco-font-1
}
.similar-jobs .js--equal-height .simjob-view-btn-updated {
  position: absolute;
  bottom: -1px;
  display: block;
  width: calc(100% + 30px);
  padding: 0 0 0 15px;
  margin: 5px 0 0 -15px;
  border: none;
  border-radius: 0;
  text-align: left;
  color: #ef2e24;
  font-size: 18px;
  line-height: 50px;
  transition: color 10ms linear 0.15s;
  background: #fff;
  animation: 0.3s linear 0s normal forwards 1 running hoverOut
}
.similar-jobs .js--equal-height .simjob-view-btn-updated:focus, .similar-jobs .js--equal-height .simjob-view-btn-updated:hover {
  color: #fff;
  animation: 0.4s linear 0s normal forwards 1 running hover;
  background: #fff radial-gradient(ellipse farthest-corner at center center, #d11947 0px, #d11947 65%, #fff 67%, #fff 100%) no-repeat center center;
  background-size: 140% 500%;
  -ms-background-color: #ef2e24
}
.similar-jobs .js--equal-height .simjob-view-btn-updated:before {
  position: absolute;
  top: -1px;
  width: calc(100% - 30px);
  height: 1px;
  border-bottom: 1.6px solid #c8c7c7;
  content: " "
}
.similar-jobs .js--equal-height .simjob-view-btn-updated:after {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: 100% -178px;
  content: ""
}
.similar-jobs .js--equal-height .simjob-view-btn-updated:hover:after {
  background-position: 100% -261px
}
.similar-jobs .js--equal-height p.text-muted {
  display: block;
  padding: 0 15px 15px 0;
  margin: 0 15px;
  color: #231f20;
  list-style: none
}
.similar-jobs .js--equal-height p.text-muted .fa.fa-map-marker {
  color: #ef2e24
}
.similar-jobs .js--equal-height .panel-body {
  padding: 0
}
.container-content .indeed-apply-widget {
  border: none;
  line-height: 1
}
.modal-backdrop {
  opacity: 0.6
}
#mainContent .indeed-apply-widget .indeed-apply-button {
  margin: 0 !important;
  padding: 10px 24px !important;
  height: auto !important;
  border: solid 1px #7b8184 !important;
  background-image: none !important;
  box-shadow: none !important
}
#mainContent .indeed-apply-widget .indeed-apply-button .indeed-apply-button-inner-left {
  display: none !important
}
#mainContent .indeed-apply-widget .indeed-apply-button .indeed-apply-button-inner {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background-image: none !important;
  background: transparent;
  text-shadow: none !important
}
#mainContent .indeed-apply-widget .indeed-apply-button .indeed-apply-button-inner .indeed-apply-button-label {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important
}
#mainContent .indeed-apply-widget .indeed-apply-button:hover .indeed-apply-button-inner, #mainContent .indeed-apply-widget .indeed-apply-button:hover .indeed-apply-button-inner-left {
  background-image: none !important;
  background: transparent
}
#mainContent .indeed-apply-widget .indeed-apply-button:hover .indeed-apply-button-inner .indeed-apply-button-label, #mainContent .indeed-apply-widget .indeed-apply-button:hover .indeed-apply-button-inner-left .indeed-apply-button-label {
  background: transparent
}
@media (min-width: 768px) {
  .job-details .similar-jobs .col-sm-4, .job-details .similar-jobs .location-details .location-list, .location-details .job-details .similar-jobs .location-list, .job-details .similar-jobs .job-full .panel-body .row > .col-sm-5, .job-full .panel-body .job-details .similar-jobs .row > .col-sm-5, .job-details .similar-jobs .job-full .panel-body .location-details > .col-sm-5, .job-full .panel-body .job-details .similar-jobs .location-details > .col-sm-5, .job-details .similar-jobs .job-full .panel-body .branch-map-container > .col-sm-5, .job-full .panel-body .job-details .similar-jobs .branch-map-container > .col-sm-5, .offres-d-emploi .similar-jobs .col-sm-4, .offres-d-emploi .similar-jobs .location-details .location-list, .location-details .offres-d-emploi .similar-jobs .location-list, .offres-d-emploi .similar-jobs .job-full .panel-body .row > .col-sm-5, .job-full .panel-body .offres-d-emploi .similar-jobs .row > .col-sm-5, .offres-d-emploi .similar-jobs .job-full .panel-body .location-details > .col-sm-5, .job-full .panel-body .offres-d-emploi .similar-jobs .location-details > .col-sm-5, .offres-d-emploi .similar-jobs .job-full .panel-body .branch-map-container > .col-sm-5, .job-full .panel-body .offres-d-emploi .similar-jobs .branch-map-container > .col-sm-5 {
    width: 32%
  }
}
@media (max-width: 991px) {
  .job-full h1 span {
    top: -20px;
    font-size: 18px
  }
  .job-full .panel-body .row > .col-sm-5, .job-full .panel-body .location-details > .col-sm-5, .job-full .panel-body .branch-map-container > .col-sm-5 {
    width: 100%
  }
  .job-full .panel-body .row > .col-sm-5 li, .job-full .panel-body .location-details > .col-sm-5 li, .job-full .panel-body .branch-map-container > .col-sm-5 li {
    width: 50%;
    float: left
  }
  .job-full .panel-body .row > .col-sm-7, .job-full .panel-body .location-details > .col-sm-7, .job-full .panel-body .branch-map-container > .col-sm-7, .job-full .panel-body .location-details .row > .location__summary, .location-details .job-full .panel-body .row > .location__summary, .job-full .panel-body .location-details > .location__summary, .job-full .panel-body .location-details .branch-map-container > .location__summary, .location-details .job-full .panel-body .branch-map-container > .location__summary {
    width: 100%
  }
  .similar-jobs .col-sm-4, .similar-jobs .location-details .location-list, .location-details .similar-jobs .location-list, .similar-jobs .job-full .panel-body .row > .col-sm-5, .job-full .panel-body .similar-jobs .row > .col-sm-5, .similar-jobs .job-full .panel-body .location-details > .col-sm-5, .job-full .panel-body .similar-jobs .location-details > .col-sm-5, .similar-jobs .job-full .panel-body .branch-map-container > .col-sm-5, .job-full .panel-body .similar-jobs .branch-map-container > .col-sm-5 {
    width: 48%
  }
}
@media (max-width: 767px) {
  .job-full {
    padding: 0 15px
  }
  .job-full .panel-body {
    padding-top: 0
  }
  .job-full .panel-body .row > .col-sm-5, .job-full .panel-body .location-details > .col-sm-5, .job-full .panel-body .branch-map-container > .col-sm-5 {
    overflow: hidden;
    width: 100%;
    padding: 0
  }
  .job-full .panel-body .row > .col-sm-5 li, .job-full .panel-body .location-details > .col-sm-5 li, .job-full .panel-body .branch-map-container > .col-sm-5 li {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left
  }
  .job-full .panel-body .row > .col-sm-5 li .media-body, .job-full .panel-body .location-details > .col-sm-5 li .media-body, .job-full .panel-body .branch-map-container > .col-sm-5 li .media-body {
    font-size: 14px
  }
  .job-full .panel-body .row > .col-sm-7, .job-full .panel-body .location-details > .col-sm-7, .job-full .panel-body .branch-map-container > .col-sm-7, .job-full .panel-body .location-details .row > .location__summary, .location-details .job-full .panel-body .row > .location__summary, .job-full .panel-body .location-details > .location__summary, .job-full .panel-body .location-details .branch-map-container > .location__summary, .location-details .job-full .panel-body .branch-map-container > .location__summary {
    width: 100%;
    overflow: hidden
  }
  .job-full .panel-body .row > .col-sm-7 li, .job-full .panel-body .location-details > .col-sm-7 li, .job-full .panel-body .branch-map-container > .col-sm-7 li, .job-full .panel-body .location-details .row > .location__summary li, .location-details .job-full .panel-body .row > .location__summary li, .job-full .panel-body .location-details > .location__summary li, .job-full .panel-body .location-details .branch-map-container > .location__summary li, .location-details .job-full .panel-body .branch-map-container > .location__summary li {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left
  }
  .job-full .panel-body .row > .col-sm-7 li .media-body, .job-full .panel-body .location-details > .col-sm-7 li .media-body, .job-full .panel-body .branch-map-container > .col-sm-7 li .media-body, .job-full .panel-body .location-details .row > .location__summary li .media-body, .location-details .job-full .panel-body .row > .location__summary li .media-body, .job-full .panel-body .location-details > .location__summary li .media-body, .job-full .panel-body .location-details .branch-map-container > .location__summary li .media-body, .location-details .job-full .panel-body .branch-map-container > .location__summary li .media-body {
    font-size: 14px
  }
  .job-full .job-details-label {
    font-size: 14px
  }
  .job-full .box-footer {
    width: 100%;
    float: left
  }
  .job-full h1 {
    font-size: 30px;
    line-height: 35px
  }
  .job-details .bottom-spacing {
    width: 100%;
    font-size: 20px;
    line-height: 27px
  }
  .job--description {
    padding: 0
  }
  .job--description .job--task-specifics {
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c8c7c7
  }
  .job--description .media-extra {
    width: 100%;
    float: left
  }
  .job--description .media-extra ul {
    text-align: center
  }
  .job--description .media-extra h4 {
    text-align: center
  }
  .job--description .media-extra li {
    display: inline-block;
    text-align: center
  }
  .similar-jobs .js--equal-height .similar-job-title {
    padding-left: 0
  }
  .similar-jobs .js--equal-height .similar-job-title a {
    padding-right: 30px;
    font-size: 24px;
    line-height: 33px
  }
  .similar-jobs .col-sm-4, .similar-jobs .location-details .location-list, .location-details .similar-jobs .location-list, .similar-jobs .job-full .panel-body .row > .col-sm-5, .job-full .panel-body .similar-jobs .row > .col-sm-5, .similar-jobs .job-full .panel-body .location-details > .col-sm-5, .job-full .panel-body .similar-jobs .location-details > .col-sm-5, .similar-jobs .job-full .panel-body .branch-map-container > .col-sm-5, .job-full .panel-body .similar-jobs .branch-map-container > .col-sm-5 {
    display: block;
    width: 100%
  }
  #sticky-banner {
    padding: 15px 5px
  }
  #sticky-banner .container, #sticky-banner .spotlight-container .panel, .spotlight-container #sticky-banner .panel, #sticky-banner .header-job-search .job-search-inner, .header-job-search #sticky-banner .job-search-inner, #sticky-banner .nav-active .site-header-inner .wrap-navigation .nav-bar, .nav-active .site-header-inner .wrap-navigation #sticky-banner .nav-bar, #sticky-banner .similar-jobs .row, .similar-jobs #sticky-banner .row, #sticky-banner .similar-jobs .location-details, .similar-jobs #sticky-banner .location-details, #sticky-banner .similar-jobs .branch-map-container, .similar-jobs #sticky-banner .branch-map-container {
    padding: 0
  }
  #sticky-banner a.back-link {
    font-size: 18px;
    line-height: 36px;
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
  }
  #sticky-banner a.back-link .fa-long-arrow-left {
    padding-right: 10px;
    font-size: 16px;
    line-height: 36px
  }
  #sticky-banner .btn-favourite {
    right: 133px
  }
  #sticky-banner .btn.btn--red {
    font-size: 18px;
    font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
  }
  #sticky-banner .btn.btn--red:hover {
    color: #fff
  }
  #sticky-banner .col-sm-6.col-xs-6, #sticky-banner .job-full .col-sm-7 .list-unstyled.text-muted li.col-xs-6, .job-full .col-sm-7 .list-unstyled.text-muted #sticky-banner li.col-xs-6, #sticky-banner .job-full .location-details .location__summary .list-unstyled.text-muted li.col-xs-6, .job-full .location-details .location__summary .list-unstyled.text-muted #sticky-banner li.col-xs-6, #sticky-banner .location-details .job-full .location__summary .list-unstyled.text-muted li.col-xs-6, .location-details .job-full .location__summary .list-unstyled.text-muted #sticky-banner li.col-xs-6, #sticky-banner .job-full .col-sm-7 .text-muted.list-inline li.col-xs-6, .job-full .col-sm-7 .text-muted.list-inline #sticky-banner li.col-xs-6, #sticky-banner .job-full .location-details .location__summary .text-muted.list-inline li.col-xs-6, .job-full .location-details .location__summary .text-muted.list-inline #sticky-banner li.col-xs-6, #sticky-banner .location-details .job-full .location__summary .text-muted.list-inline li.col-xs-6, .location-details .job-full .location__summary .text-muted.list-inline #sticky-banner li.col-xs-6, #sticky-banner .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted li.col-xs-6, .job-full .col-sm-7 .spotlight-container .panel--body ul.text-muted #sticky-banner li.col-xs-6, #sticky-banner .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted li.col-xs-6, .spotlight-container .panel--body .job-full .col-sm-7 ul.text-muted #sticky-banner li.col-xs-6, #sticky-banner .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted li.col-xs-6, .job-full .location-details .location__summary .spotlight-container .panel--body ul.text-muted #sticky-banner li.col-xs-6, #sticky-banner .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted li.col-xs-6, .spotlight-container .panel--body .job-full .location-details .location__summary ul.text-muted #sticky-banner li.col-xs-6, #sticky-banner .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted li.col-xs-6, .location-details .job-full .location__summary .spotlight-container .panel--body ul.text-muted #sticky-banner li.col-xs-6, #sticky-banner .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted li.col-xs-6, .spotlight-container .panel--body .location-details .job-full .location__summary ul.text-muted #sticky-banner li.col-xs-6, #sticky-banner .job-full .col-sm-7 .share-icon-left ul.text-muted li.col-xs-6, .job-full .col-sm-7 .share-icon-left ul.text-muted #sticky-banner li.col-xs-6, #sticky-banner .share-icon-left .job-full .col-sm-7 ul.text-muted li.col-xs-6, .share-icon-left .job-full .col-sm-7 ul.text-muted #sticky-banner li.col-xs-6, #sticky-banner .job-full .location-details .location__summary .share-icon-left ul.text-muted li.col-xs-6, .job-full .location-details .location__summary .share-icon-left ul.text-muted #sticky-banner li.col-xs-6, #sticky-banner .share-icon-left .job-full .location-details .location__summary ul.text-muted li.col-xs-6, .share-icon-left .job-full .location-details .location__summary ul.text-muted #sticky-banner li.col-xs-6, #sticky-banner .location-details .job-full .location__summary .share-icon-left ul.text-muted li.col-xs-6, .location-details .job-full .location__summary .share-icon-left ul.text-muted #sticky-banner li.col-xs-6, #sticky-banner .share-icon-left .location-details .job-full .location__summary ul.text-muted li.col-xs-6, .share-icon-left .location-details .job-full .location__summary ul.text-muted #sticky-banner li.col-xs-6 {
    padding: 0
  }
  .job-details .card--small {
    margin-bottom: 20px
  }
}
@media screen and (device-aspect-ratio: 40 / 71) {
  .home-search .job-search-header a.btn-search:after {
    top: -4px
  }
}
@-moz-document url-prefix() {
  .similar-jobs .js--equal-height .similar-job-title:after {
    top: 8px
  }
  #sticky-banner .btn-favourite {
    top: 7px
  }
}
.article__share .media-extra, .terms-of-use .media-extra, .predefine-jobs .media-extra {
  padding-left: 0;
  float: left
}
.article__share .media-extra h4, .terms-of-use .media-extra h4, .predefine-jobs .media-extra h4 {
  display: block;
  color: #737373;
  font-size: 13px;
  margin: 10px 0;
  line-height: 0
}
.article__share .media-extra ul, .terms-of-use .media-extra ul, .predefine-jobs .media-extra ul {
  padding: 0;
  margin: 0 auto;
  width: 50px
}
.article__share .media-extra li, .terms-of-use .media-extra li, .predefine-jobs .media-extra li {
  padding-bottom: 5px;
  list-style: none;
  height: 48px
}
.article__share .media-extra .chicklets, .terms-of-use .media-extra .chicklets, .predefine-jobs .media-extra .chicklets {
  padding-left: 0;
  background: transparent;
  border: 0
}
.article__share .media-extra .chicklets:before, .terms-of-use .media-extra .chicklets:before, .predefine-jobs .media-extra .chicklets:before {
  margin-left: -15px;
  font-size: 118px
}
.article__share .media-extra .chicklets.facebook, .terms-of-use .media-extra .chicklets.facebook, .predefine-jobs .media-extra .chicklets.facebook {
  color: #344b89
}
.article__share .media-extra .chicklets.linkedin, .terms-of-use .media-extra .chicklets.linkedin, .predefine-jobs .media-extra .chicklets.linkedin {
  color: #1483ba
}
.article__share .media-extra .chicklets.twitter, .terms-of-use .media-extra .chicklets.twitter, .predefine-jobs .media-extra .chicklets.twitter {
  color: #469ae9
}
.article__share .media-extra .stButton, .terms-of-use .media-extra .stButton, .predefine-jobs .media-extra .stButton {
  width: auto !important;
  padding: 0;
  margin: 0
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.6)
}
.job-detail-list li {
  width: calc((100% / 3) - 30px) !important;
  float: left;
  display: inline;
  margin: 15px;
  height: 85px
}
@media (max-width: 1200px) {
  .job-detail-list li {
    width: calc((100% / 2) - 30px) !important
  }
}
@media (max-width: 767px) {
  .job-detail-list li {
    width: 100% !important
  }
}
.app-bar .row, .app-bar .location-details, .app-bar .branch-map-container {
  margin-left: 0;
  margin-right: 0
}
.app-bar .container-heart-icon {
  width: 50px;
  float: right
}
.app-bar .sticky-apply-btn {
  float: right
}
.app-bar ul.action-option {
  position: relative;
  top: -3px;
  left: 0
}
.app-bar ul.action-option .card__info--save i:before {
  cursor: pointer
}
.job-details .action-option .card__info--save {
  font-size: 16px;
  color: #ef2e24
}
.job-details .action-option .card__info--save:hover {
  color: #c5191f
}
.media-extra {
  display: none
}
.article__share .media-extra, .job--description .media-extra {
  display: block
}
.offres-d-emploi #body_0_contentcolumn_0_sidebarJobReference {
  padding-top: 10px;
  border-top: 1px solid #dad9d9
}
.offres-d-emploi .business-logo {
  margin: 10px 0;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #dad9d9;
  border-top: 1px solid #dad9d9
}
.offres-d-emploi .branch-info {
  padding: 0 15px
}
.home-employer .secondary-nav-container {
  display: none
}
.Employer-top-banner {
  padding-left: 40px;
  background: url("/~/media/adeccogroup/brands/adecco-global-2016/uk/media/home/bg-home-employer.png") no-repeat 50% 0;
  height: 535px;
  background-size: cover
}
.Employer-top-banner h1 {
  padding-top: 70px;
  padding-bottom: 25px;
  margin: 0;
  line-height: 70px;
  font-size: 70px;
  color: #fff
}
.Employer-top-banner p {
  margin-bottom: 40px;
  color: #fff;
  font-size: 24px;
  line-height: 24px
}
.Employer-top-banner .btn {
  position: relative;
  padding: 10px 60px 10px 16px;
  background-color: transparent;
  border: solid 1px #fff;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
  background-image: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/css/img/ico-s64d1b51735.png");
  background-repeat: no-repeat;
  background-position: 100% -262px
}
.Employer-top-banner .btn:hover {
  background-color: #fff;
  color: #ef2e24;
  background-position: 100% -179px
}
.better-partner {
  float: none
}
.better-partner h2 {
  margin: 25px 0 20px 0;
  font-size: 40px;
  line-height: 40px
}
.better-partner p {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px
}
.better-solution {
  padding: 30px 0;
  background: transparent
}
.testimonial {
  height: 430px;
  padding-top: 80px;
  padding-bottom: 20px;
  background: url("/~/media/adeccogroup/brands/adecco-global-2016/uk/media/home/bg-home-testimonial-lg.png") no-repeat 50% 0;
  background-size: cover
}
.testimonial .testimonial-inner {
  width: 90%;
  margin: 0 auto
}
.testimonial .content {
  width: 50%;
  float: left
}
.testimonial h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 40px
}
.testimonial p {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 30px;
  color: #fff
}
.testimonial .btn {
  position: relative;
  padding: 10px 60px 10px 16px;
  background-color: transparent;
  border: solid 1px #fff;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
  background-image: url("/~/media/adeccogroup/brands/adecco-global-2016/assets/css/img/ico-s64d1b51735.png");
  background-repeat: no-repeat;
  background-position: 100% -265px
}
.testimonial .btn:hover {
  background-color: #fff;
  color: #ef2e24;
  background-position: 100% -182px
}
.expert {
  margin-bottom: 30px
}
.expert h3 {
  margin-bottom: 35px;
  line-height: 40px
}
.expert ul li a {
  padding-left: 50px
}
.expert ul li a:after {
  top: 0;
  line-height: 1
}
.expert i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 48px;
  color: #b2b2b2
}
.ask-to-expert {
  height: 485px;
  background: url("/~/media/adeccogroup/brands/adecco-global-2016/uk/media/home/bg-services-lg.png") no-repeat 50% 0;
  background-size: cover
}
.ask-to-expert .content {
  width: 50%;
  padding-right: 40px;
  float: left
}
.ask-to-expert .content.right {
  float: right
}
.ask-to-expert h2 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-style: italic
}
.ask-to-expert p {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
  color: #fff
}
.ask-to-expert .btn {
  position: relative;
  padding: 10px 60px 10px 16px;
  background-color: transparent;
  border: solid 1px #fff;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-family: houschka_headdemibold, Helvetica, Arial, sans-serif
}
.ask-to-expert .btn em {
  position: absolute;
  top: 12px;
  font-size: 48px
}
.ask-to-expert .btn:hover {
  background-color: #fff;
  color: #ef2e24
}
.emp-resource .summary {
  background-color: #fff
}
.emp-resource .read-more-warp {
  margin: 30px 0 40px 0
}
.emp-resource .read-more-warp a {
  position: relative;
  padding-right: 50px;
  line-height: 25px;
  font-weight: bold
}
.emp-resource .read-more-warp a i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 48px
}
@media (min-width: 992px) and (max-width: 1200px) {
  .Employer-top-banner h1 {
    padding-bottom: 16px;
    font-size: 60px;
    line-height: 60px
  }
  .Employer-top-banner p {
    margin-bottom: 33px;
    font-size: 20px;
    line-height: 20px
  }
  .testimonial {
    height: auto
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 22px
  }
  .Employer-top-banner {
    padding-left: 20px;
    height: 300px
  }
  .Employer-top-banner h1 {
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 40px
  }
  .Employer-top-banner p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px
  }
  .better-partner p {
    width: 80%;
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 22px
  }
  .ask-to-expert {
    height: 315px
  }
  .ask-to-expert h2 {
    margin: 40px 0;
    font-size: 30px;
    line-height: 30px
  }
  .ask-to-expert p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px
  }
  .ask-to-expert .content {
    padding-right: 0
  }
  .ask-to-expert img {
    max-width: 85%
  }
}
@media (max-width: 767px) {
  .Employer-top-banner {
    height: 370px;
    padding: 20px 50px;
    background-image: url("/~/media/adeccogroup/brands/adecco-global-2016/uk/media/home/bg-generic-gradient.png")
  }
  .Employer-top-banner h1 {
    padding-top: 0px;
    font-size: 35px;
    line-height: 35px
  }
  .Employer-top-banner p {
    font-size: 16px
  }
  .Employer-top-banner .btn {
    display: block
  }
  .testimonial {
    height: auto;
    padding-top: 20px;
    background-image: url("/~/media/adeccogroup/brands/adecco-global-2016/uk/media/home/bg-home-testimonial-sml.png")
  }
  .testimonial .testimonial-inner {
    width: 75%;
    margin: 0 auto
  }
  .testimonial .testimonial-inner img {
    max-width: 100%
  }
  .testimonial .content {
    width: 100%
  }
  .testimonial h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px
  }
  .testimonial p {
    font-size: 16px;
    line-height: 24px
  }
  .testimonial .btn {
    display: block
  }
  .expert-inner {
    width: 85%;
    margin: 0 auto
  }
  .ask-to-expert {
    height: auto;
    background-image: url("/~/media/adeccogroup/brands/adecco-global-2016/uk/media/home/bg-services-sml.png")
  }
  .ask-to-expert .content {
    width: 100%;
    padding-right: 0
  }
  .ask-to-expert h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px
  }
  .ask-to-expert p {
    font-size: 16px
  }
  .ask-to-expert img {
    max-width: 100%
  }
  .big_banner-container {
    display: none
  }
}
@media (max-width: 543px) {
  .better-partner h2 {
    font-size: 20px;
    line-height: 20px
  }
  .better-partner p {
    font-size: 16px;
    line-height: 20px
  }
  .testimonial .testimonial-inner {
    width: 90%
  }
  .expert-inner {
    width: 100%
  }
  .Employer-top-banner {
    padding: 20px 0
  }
}
@-moz-document url-prefix() {
  .Employer-top-banner .btn em, .testimonial .btn em, .ask-to-expert .btn em, .emp-resource .read-more-warp a i {
    margin-top: -14px
  }
  .expert i {
    margin-top: -20px
  }
  .expert ul li a::after {
    top: 4px;
    line-height: 10px
  }
}
.cookie-policy table {
  display: block;
  overflow-x: auto
}
/*# sourceMappingURL=theme-adecco-uk.css.map */