.st-result-listing {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  letter-spacing: 0.8px; }

form input.st-search-input {
  font-size: 12px;
  height: 18px;
  width: 200px;
  color: #666;
  border: 1px solid #ccc;
  outline: none;
  background: #fcfcfc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUFJREFUeNqU0j0oRWEcx/Hj3ifvlMHL7C1lY7mDwUBKkoksBjKJxWIQu7xlOybDLVGukhhMZDFbxGBS8nIjKR3E96nf0dPjuuVfn+6tc35P//P8/yYMw8CpbgygGQlcYw8H+Ai8MvotxQImgt81hk1M4cEPF2IV43jCGo7wjk5MYhhlGMKbG+7BKO4wiGPn8DO1vIN+jGA9fpjQaUksecG4zjGPL3VQ5IZb9OAw+LtO1FkjatxwUuEoTzjSbRu9/xO+0W97nnArqvXuoxve1/9p1OUIlmNGU7EX9+KGt3GKNuyiC5WoQAe2NJFP3PpzzmoR0khpxle6h3pnkeKJPCPjbtglerVFfWhSVxfqJtK4qrChTMY4XdjVm9O21aIA92LrFcv6HHtAsclxQVnxa0WfsqgDUib4X9muStCA2W8BBgDJ0EeGeFZ8WAAAAABJRU5ErkJggg==) no-repeat 7px 7px; }

div.st-search-summary {
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  margin: 12px 0; }

div.st-result-listing h2 {
  font-size: 13px;
  font-weight: normal;
  color: #333;
  margin: 0; }
  div.st-result-listing h2 .st-query {
    font-style: italic;
    color: #666; }
div.st-result-listing h3 {
  font-size: 12px;
  margin: 5px 0; }

div.st-result {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 12px; }
  div.st-result .st-snippet {
    color: #333; }
  div.st-result .st-date {
    color: #999; }
  div.st-result.final {
    border-bottom: none;
    margin-bottom: 0; }

.st-pagination {
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 5px; }

.st-prev {
  margin-right: 20px; }

.st-loading-message {
  font-size: 16px;
  font-style: italic;
  color: #999; }

#st-results-container {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s; }
  #st-results-container > p {
    padding: 0px 20px 20px 20px; }
  #st-results-container.loading {
    opacity: 0;
    -webkit-transition: all 1ms;
    transition: all 1ms; }
  #st-results-container .box-alert:after {
    content: '';
    display: block;
    clear: both; }

.st-page {
  text-align: center;
  display: table;
  table-layout: fixed;
  margin: auto;
  border-spacing: 3px;
  padding: 20px; }
  .st-page a {
    background: #0d9bdc;
    border-radius: 3px;
    min-width: 30px;
    height: 35px;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding: 0px 4px; }
  .st-page a.current {
    font-weight: 900;
    background: #cbced5;
    color: #858e9d; }

.swifftype__content {
  opacity: 1;
  -webkit-transition: all 2s;
  transition: all 2s; }
  .swifftype__content.loading {
    opacity: 0;
    -webkit-transition: all 2s;
    transition: all 2s; }

.swiftype__documents {
  padding: 5px 10px 10px 10px;
  position: relative; }
  .swiftype__documents a {
    display: block;
    text-decoration: none;
    padding: 0px 0px 10px 0px;
    font-family: 'proxima_nova_rgbold';
    color: #0d9bdc;
    font-size: 0.9rem;
    margin-left: 35px;
    -webkit-transition: all 1s;
    transition: all 1s; }
    .swiftype__documents a:before {
      position: absolute;
      left: 10px;
      content: '';
      display: inline-block;
      height: 13px;
      width: 13px;
      vertical-align: top;
      margin: 1px 10px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      -webkit-box-shadow: inset 0px 0px 0px 3px #EEE;
      -moz-box-shadow: inset 0px 0px 0px 3px #EEE;
      box-shadow: inset 0px 0px 0px 3px #EEE;
      border: 1px solid #CCC;
      background: #f3f3f3; }
  .swiftype__documents a.active:before {
    background: #0d9bdc; }
  .swiftype__documents.loading a {
    color: #CCC;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .swiftype__documents.loading a.active:after {
    content: ' (loading)'; }
  .swiftype__documents.loading.de a.active:after {
    content: ' (l\00E4 dt)'; }
  .fr .swiftype__documents.loading a.active:after {
    content: ' (chargement en cours)'; }
  .es .swiftype__documents.loading a.active:after {
    content: ' (cargando)'; }

#swiftype-page .content {
  width: 100%; }

.swiftype__avatar {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 0px 0px;
  height: 50px;
  width: 50px;
  background: #EEE;
  overflow: hidden; }
  .swiftype__avatar img {
    width: 100%;
    height: auto; }

.swiftype__gfx {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #0d9bdc;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  color: #FFF;
  position: relative;
  margin: 0px; }
  .swiftype__gfx i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF; }

a:hover .swiftype__item {
  background: aliceblue; }

.swiftype__item {
  display: table;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding: 0px 0px 0px 0px;
  font-size: 1rem;
  border-spacing: 20px; }
  .swiftype__item .swiftype__itemCol {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.9rem; }
    .swiftype__item .swiftype__itemCol h2 {
      font-family: 'proxima_nova_rgbold';
      font-size: 1rem;
      line-height: 1;
      font-weight: normal;
      margin: 0px 0px 0px 0px;
      color: #2b375e; }
      .swiftype__item .swiftype__itemCol h2 .user_level {
        font-family: 'proxima_novasemibold';
        font-weight: normal;
        font-style: normal;
        color: #2b375e;
        font-size: 0.7rem;
        display: inline;
        text-transform: uppercase;
        margin: 0px 5px;
        background: none;
        height: auto;
        width: auto;
        font-weight: 100; }
        .swiftype__item .swiftype__itemCol h2 .user_level.ENTRY {
          display: none; }
          .swiftype__item .swiftype__itemCol h2 .user_level.ENTRY:before {
            background: #f5f5f5;
            -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
            -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75); }
        .swiftype__item .swiftype__itemCol h2 .user_level.AHL:before {
          background: #434ca9; }
        .swiftype__item .swiftype__itemCol h2 .user_level.MHL:before {
          background: #dbdbd9; }
        .swiftype__item .swiftype__itemCol h2 .user_level.FHL:before {
          background: #d6bb3a; }
        .swiftype__item .swiftype__itemCol h2 .user_level.HHL:before {
          background: #040203; }
        .swiftype__item .swiftype__itemCol h2 .user_level.THL:before {
          background: #8f1716; }
        .swiftype__item .swiftype__itemCol h2 .user_level.WHL:before {
          background: #f76c1b; }
        .swiftype__item .swiftype__itemCol h2 .user_level.EHL:before {
          background: #28345c; }
        .swiftype__item .swiftype__itemCol h2 .user_level.CHL:before {
          background: #1b97d5; }
        .swiftype__item .swiftype__itemCol h2 .user_level.PHL:before {
          background: #e92394; }
        .swiftype__item .swiftype__itemCol h2 .user_level.MPHL:before {
          background: #7d287b; }
        .swiftype__item .swiftype__itemCol h2 .user_level.LHL:before {
          background: #f5f5f5;
          -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75); }
        .swiftype__item .swiftype__itemCol h2 .user_level.KHL:before {
          background: #088042; }
        .swiftype__item .swiftype__itemCol h2 .user_level:after {
          display: none; }
        .swiftype__item .swiftype__itemCol h2 .user_level:before {
          display: inline-block;
          content: '';
          height: 10px;
          width: 10px;
          background: #333;
          vertical-align: middle;
          margin: 0px 3px 2px 3px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          background: none; }
    .swiftype__item .swiftype__itemCol p {
      font-size: 0.9rem;
      line-height: 1.2;
      letter-spacing: 0px;
      margin: 0px; }
    .swiftype__item .swiftype__itemCol div strong {
      display: block;
      color: #666;
      padding: 0px 0px;
      margin: -5px 0px; }
    .swiftype__item .swiftype__itemCol span {
      color: #666; }
    .swiftype__item .swiftype__itemCol .professional_headline {
      color: #999; }
    .swiftype__item .swiftype__itemCol .connections {
      color: #999;
      font-size: 0.85rem;
      display: inline-block;
      font-weight: 100 !important;
      font-family: 'proxima_novasemibold'; }
      .swiftype__item .swiftype__itemCol .connections:after {
        /*content: 'connections';*/
        margin-left: 4px; }
        @media (max-width: 450px) {
          .swiftype__item .swiftype__itemCol .connections:after {
            display: none; } }
    .swiftype__item .swiftype__itemCol:last-of-type {
      width: 100%; }
    .swiftype__item .swiftype__itemCol .info {
      margin: 2px 0px; }
      .swiftype__item .swiftype__itemCol .info .link {
        color: #0d9bdc;
        display: inline; }
        .swiftype__item .swiftype__itemCol .info .link:hover {
          text-decoration: underline;
          cursor: pointer; }
  .swiftype__item .swiftype__thumbnail {
    width: 50px;
    height: 50px;
    background-color: #EEE;
    background-position: center;
    background-size: cover;
    border: 1px solid #EEE; }

input#jobs-region {
  width: 100% !important;
  max-width: 100% !important; }

input#st-search-input {
  width: 100% !important;
  max-width: 100% !important;
  height: 38px;
  margin-bottom: 5px;
  outline: none;
  font-family: 'proxima_nova_rgregular' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 100;
  padding: 5px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f6f7f8;
  border: 1px solid #dbdce0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 3px 2px -3px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0px 3px 2px -3px;
  box-shadow: inset rgba(0, 0, 0, 0.15) 0px 3px 2px -3px; }

.st-no-results {
  padding: 20px; }

.search-filter h3 {
  font-family: 'proxima_nova_rgbold';
  font-size: 0.9rem;
  padding: 20px 0px 0px 0px; }
.search-filter #swiftype_search {
  display: block;
  padding: 0px 20px; }
.search-filter #swiftype_search_submit {
  margin: 5px 20px 20px 20px;
  padding: 10px;
  display: block;
  background: #0d9bdc;
  color: #FFF;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.9rem; }

.btn-wrapper {
  box-sizing: border-box; }
  @media (max-width: 500px) {
    .btn-wrapper {
      display: block;
      position: relative;
      width: 100%;
      clear: both; } }
  .btn-wrapper a:first-of-type {
    box-sizing: border-box; }
    @media (max-width: 500px) {
      .btn-wrapper a:first-of-type {
        display: block;
        position: relative;
        width: 100%;
        clear: both; } }
  .btn-wrapper a#swiftype_search_submit {
    box-sizing: border-box;
    margin: 0px 0px 0px 10px;
    padding: 10px;
    display: inline-block;
    background: #0d9bdc;
    color: #FFF;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.9rem;
    vertical-align: middle;
    min-width: 100px; }
    @media (max-width: 500px) {
      .btn-wrapper a#swiftype_search_submit {
        display: block;
        position: relative;
        width: 100%;
        clear: both;
        margin: 0px 0px 10px 0px; } }

#display_results_for {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2; }

.swiftype__content {
  background: #FFF; }

@media (max-width: 400px) {
  .summary {
    padding-bottom: 10px; } }

.search_sub_title {
  background: #EEE;
  padding: 10px; }
  .search_sub_title h3 {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    color: #666;
    font-size: 0.9rem;
    letter-spacing: 1px; }

/*# sourceMappingURL=swiftype.css.map */
