.hr-pageMainContent h2 {
  font-size: 1.67rem; }

.hr-pageMainContent h3 {
  font-size: 1.22rem; }

.hr-pageMainContent h4 {
  font-size: 1rem; }

.hr-pageMainContent * + h2 {
  margin-top: 3.33rem; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  background-color: #fff;
  border: 1px solid #404040;
  color: #404040;
  display: block;
  font-family: Arial,sans-serif;
  font-size: .89rem;
  line-height: 1.6;
  margin: .89rem 0 0 0;
  padding: .33rem .66rem;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1010;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin-right: 5px;
  padding: 0px 20px 0px 5px;
  border: 1px solid #004494;
  max-width: 100%;
  border-radius: 3px;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  line-height: 13px;
  cursor: default;
  font-size: .89rem;
  line-height: 1.6; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 7px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../img/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
@-webkit-keyframes lum-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes lum-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes lum-fadeZoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes lum-fadeZoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes lum-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg); } }

@keyframes lum-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg); } }

@-webkit-keyframes lum-loader-before {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
            transform: scale(0.7) translateX(8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes lum-loader-before {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
            transform: scale(0.7) translateX(8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes lum-loader-after {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
            transform: scale(0.7) translateX(-8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes lum-loader-after {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px); }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px); }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px); }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
            transform: scale(0.7) translateX(-8px); }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.lum-lightbox {
  background: rgba(0, 0, 0, 0.6); }

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%; }

.lum-lightbox-inner img {
  position: relative; }

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center; }

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  -webkit-animation: lum-loader-rotate 1800ms infinite linear;
          animation: lum-loader-rotate 1800ms infinite linear; }

.lum-lightbox-loader:before, .lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9); }

.lum-lightbox-loader:before {
  left: 0;
  -webkit-animation: lum-loader-before 1800ms infinite linear;
          animation: lum-loader-before 1800ms infinite linear; }

.lum-lightbox-loader:after {
  right: 0;
  -webkit-animation: lum-loader-after 1800ms infinite linear;
          animation: lum-loader-after 1800ms infinite linear;
  -webkit-animation-delay: -900ms;
          animation-delay: -900ms; }

.lum-lightbox.lum-opening {
  -webkit-animation: lum-fade 180ms ease-out;
          animation: lum-fade 180ms ease-out; }

.lum-lightbox.lum-opening .lum-lightbox-inner {
  -webkit-animation: lum-fadeZoom 180ms ease-out;
          animation: lum-fadeZoom 180ms ease-out; }

.lum-lightbox.lum-closing {
  -webkit-animation: lum-fade 300ms ease-in;
          animation: lum-fade 300ms ease-in;
  animation-direction: reverse; }

.lum-lightbox.lum-closing .lum-lightbox-inner {
  -webkit-animation: lum-fadeZoom 300ms ease-in;
          animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse; }

.lum-img {
  -webkit-transition: opacity 120ms ease-out;
  transition: opacity 120ms ease-out; }

.lum-loading .lum-img {
  opacity: 0; }

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer; }

.lum-previous-button {
  left: 12px; }

.lum-next-button {
  right: 12px; }

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8); }

.lum-previous-button:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0; }

.lum-next-button:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0; }

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0; }
  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
    display: block; } }

.ecl-pager__wrapper, .dataTables_wrapper .bottom {
  border-top: 2px solid #000;
  margin: 0;
  text-align: center; }

.ecl-pager, .dataTables_wrapper .dataTables_paginate {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 1rem 0;
  padding-left: 0;
  width: 100%; }

.ecl-pager__item, .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 2px solid transparent;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #000;
  display: none;
  list-style: none;
  margin: 0 .33rem; }

.ecl-pager__link, .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #004494;
  display: block;
  font-size: .89rem;
  font-weight: 500;
  min-width: 1rem;
  padding: .33rem;
  text-decoration: none; }

.ecl-pager__link:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #000;
  text-decoration: underline; }

.ecl-pager__item--next, .dataTables_wrapper .dataTables_paginate .paginate_button.next, .ecl-pager__item--previous, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  display: block; }

.ecl-pager__item--next .ecl-pager__link, .dataTables_wrapper .dataTables_paginate .paginate_button.next .ecl-pager__link, .ecl-pager__item--next .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .ecl-pager__item--next .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.next .paginate_button, .ecl-pager__item--previous .ecl-pager__link, .dataTables_wrapper .dataTables_paginate .paginate_button.previous .ecl-pager__link, .ecl-pager__item--previous .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .ecl-pager__item--previous .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.previous .paginate_button {
  font-weight: 600; }

.ecl-pager__item--ellipsis {
  font-size: .89rem;
  font-weight: 400;
  min-width: 1rem;
  padding: .33rem; }

.ecl-pager__item--current, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border-radius: 50%;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: .89rem;
  font-weight: 600;
  min-width: 1rem;
  padding: .33rem; }

@media (min-width: 768px) {
  .ecl-pager, .dataTables_wrapper .dataTables_paginate {
    width: auto; }
  .ecl-pager__item, .dataTables_wrapper .dataTables_paginate .paginate_button {
    display: block; }
  .ecl-pager__item--current, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: 2px solid #000;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .ecl-pager__item-text {
    display: none; } }

/*=============================================
=            ECL Basic Vital Modifications
=============================================*/

button:not(.ecl-accordion__header), /*avoid affect accordions class*/
input[type="button"],
input[type="submit"],
.ecl-button {
  cursor: pointer;
  white-space: nowrap; /* affects accordions */
 }

.ecl-container .ecl-paragraph a {
  color: #004494; }

.hr-pageMainContent p,
.hr-pageMainContent ul,
.hr-pageMainContent ol {
  line-height: 1.66;
  max-width: 32em; }

main.ecl-container .ecl-heading--h1, .hr-pageMainContent .ecl-heading--h1 {
  max-width: 14.5em; }

main.ecl-container .ecl-heading--h2, .hr-pageMainContent .ecl-heading--h2 {
  max-width: 19.2em; }

main.ecl-container .ecl-heading--h3, .hr-pageMainContent .ecl-heading--h3 {
  max-width: 26.2em; }

main.ecl-container .ecl-heading--h4, .hr-pageMainContent .ecl-heading--h4 {
  max-width: 32em; }

.ecl-breadcrumbs__segment--last {
  color: #bfd0e4;
  font-weight: 700; }

/*=============================================
=            Hidden Raven Components
=============================================*/
.hr-pageMainContent a {
  color: #004494; }

.hr-newsletterCta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .hr-newsletterCta .ecl-icon {
    font-size: 2.2rem;
    padding-right: 10px; }

.hr-table th {
  text-align: center; }

.hr-table .grey {
  background: #F5F5F5; }

.hr-table td:not(:first-child) {
  text-align: center; }

.hr-table-btn {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none; }
  .hr-table-btn:hover {
    color: #D01842; }
  .hr-table-btn .ecl-icon {
    font-size: 1rem; }

.hr-table--rowLink td a {
  display: inline-block;
  min-height: 100%;
  width: 100%;
  padding: 0.89rem;
  color: #004494;
  text-decoration: none; }

.hr-listing {
  margin: 0 -1rem; }
  .hr-listing .ecl-list-item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .hr-listing .ecl-list-item__primary {
    max-height: none;
    max-width: 100%;
    margin-bottom: 1rem;
    margin-right: 0; }
  .hr-listing li {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }

.hr-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.ecl-checkbox .ecl-checkbox__label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 15px; }

.red, .ecl-fieldset .ecl-form-label.error {
  color: #D01842; }

.ecl-fieldset .ecl-form-label.required {
  position: relative;
  padding-left: 10px; }
  .ecl-fieldset .ecl-form-label.required::after {
    content: "*";
    color: #D01842;
    font-size: 1.2rem;
    line-height: 1;
    margin-right: 3px;
    top: 3px;
    position: absolute;
    left: 0; }

.hr-documentLangSelect {
  min-width: 85px; }

/* countries /flags */
.hr-countryList-container .ecl-select {
  text-align: left; }

.hr-countryList-container > .ecl-list {
  margin-top: 0;
  display: none; }
  .hr-countryList-container > .ecl-list > li {
    position: relative;
    background: #fafafa;
    border: 1px solid #CFCFCF;
    border-top: 0; }
    .hr-countryList-container > .ecl-list > li img {
      border: 1px solid #CFCFCF;
      border-radius: 5px;
      margin: 20px;
      max-height: 35px; }
    .hr-countryList-container > .ecl-list > li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none; }
      .hr-countryList-container > .ecl-list > li > a:hover {
        text-decoration: none; }
  .hr-countryList-container > .ecl-list .countryList-infos {
    height: 0;
    overflow: hidden;
    background: #F5F5F5;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 20; }
    .hr-countryList-container > .ecl-list .countryList-infos.open {
      height: auto;
      padding-bottom: 10px; }
    .hr-countryList-container > .ecl-list .countryList-infos .country-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .hr-countryList-container > .ecl-list .countryList-infos .country-name {
      color: #004494; }
    .hr-countryList-container > .ecl-list .countryList-infos .close {
      cursor: pointer;
      display: block;
      height: 20px;
      width: 20px;
      background-repeat: no-repeat;
      background-size: contain;
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin: 10px;
      margin-left: auto; }

.hr-countryList-container .countryList {
  overflow: hidden; }
  .hr-countryList-container .countryList .countryList-item {
    position: relative;
    width: 100%; }
    .hr-countryList-container .countryList .countryList-item:not(:last-child) {
      border-bottom: 1px solid #E3E3E3; }
  .hr-countryList-container .countryList > li:not(:last-child) {
    margin-bottom: 0; }

.hr-countryList-container .countryList, .hr-countryList-container .countryList-item {
  height: 0; }

.hr-countryList-container.open .countryList, .hr-countryList-container.open .countryList-item {
  height: auto; }

.ecl-icon--youtube::before {
  content: '\ea9d'; }

.ecl-icon--mail::before {
  content: '\e900'; }

.ecl-icon--flickr::before {
  content: '\eaa4'; }

.hr-slider-controls {
  margin-top: .5rem;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .hr-slider-controls > button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .hr-slider-controls > button:last-of-type {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
  .hr-slider-controls .hr-slider-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .hr-slider-controls .hr-slider-nav button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: 2px solid #004494;
      height: 20px;
      width: 20px;
      background: #004494;
      border-radius: 50%; }
      .hr-slider-controls .hr-slider-nav button.tns-nav-active, .hr-slider-controls .hr-slider-nav button:hover {
        background: #ffd617; }

.hr-slider--thumbs {
  margin-top: 20px; }
  .hr-slider--thumbs .hr-videoGallery-item {
    cursor: pointer;
    text-align: center; }
    .hr-slider--thumbs .hr-videoGallery-item:hover img {
      padding: 0;
      border-color: #004494; }
  .hr-slider--thumbs img {
    vertical-align: bottom;
    height: auto;
    border: 5px solid transparent; }

.hr-slider-iframeContainer {
  position: relative;
  padding: 0 25px 56.25%;
  /* 16:9 */
  height: 0; }
  .hr-slider-iframeContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hr-slider-thumb {
  position: relative;
  color: #fff;
  margin: 0;
  border-bottom: 4px solid #004494; }
  .hr-slider-thumb img {
    vertical-align: middle; }
  .hr-slider-thumb figcaption {
    font-weight: 600;
    -webkit-transition: background 300ms;
    transition: background 300ms;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.8rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .hr-slider-thumb:hover {
    border-bottom: 4px solid #ffd617; }
    .hr-slider-thumb:hover figcaption {
      background: rgba(0, 68, 148, 0.7); }

.dataTables_wrapper .bottom {
  width: 95%; }
  .dataTables_wrapper .bottom span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  font-weight: 600; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.previous::after, .dataTables_wrapper .dataTables_paginate .paginate_button.previous::before,
  .dataTables_wrapper .dataTables_paginate .paginate_button.next::after,
  .dataTables_wrapper .dataTables_paginate .paginate_button.next::before {
    content: ">";
    margin: 0 8px;
    display: inline-block;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    font-size: 1.3em;
    line-height: 0;
    bottom: -3px;
    position: relative; }

.dataTables_wrapper .dataTables_paginate .paginate_button.previous::before {
  content: "<"; }

.dataTables_wrapper .dataTables_paginate .paginate_button.previous::after {
  content: ""; }

.dataTables_wrapper .dataTables_paginate .paginate_button.next::before {
  content: ""; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  display: none; }

.ecl-listing .ecl-list-item .listing__title a {
  color: #004494; }

.ecl-listing a {
  text-decoration: none; }

.ecl-listing .ecl-list-item:active .listing__title a, .ecl-listing .ecl-list-item:active a.listing__title, .ecl-listing .ecl-list-item:focus .listing__title a, .ecl-listing .ecl-list-item:focus a.listing__title, .ecl-listing .ecl-list-item:hover .listing__title a, .ecl-listing .ecl-list-item:hover a.listing__title {
  color: #404040;
  text-decoration: underline; }

.hr-list-item--highlight .ecl-meta::before {
  content: attr(data-highlight);
  display: inline-block;
  background: #ffd617;
  padding: 0.475em 0.5em 0.5em;
  margin: 0.25em 1.3em 0.3em 0; }

.hr-socialMediaLinks {
  background: #EBEBEB;
  width: 100%;
  padding: 40px 30px; }
  .hr-socialMediaLinks p {
    display: block;
    margin: 0 0 20px;
    font-size: .889em;
    font-weight: 700;
    width: 100%; }
  .hr-socialMediaLinks a {
    font-size: .778em; }

.hr-socialMediaLinks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0; }

.hr-socialMediaLinks-item {
  padding: .5rem;
  width: 33.3333333333%;
  width: 100%; }
  @media (min-width: 992px) {
    .hr-socialMediaLinks-item {
      width: 33.3333333333%; }
      .hr-socialMediaLinks-item:last-of-type {
        width: 100%; } }

.hr-card {
  margin-bottom: 20px; }
  .hr-card ul {
    margin: 0;
    padding-left: 20px;
    line-height: 1.4; }
  .hr-card > a {
    padding: 20px;
    border: 1px solid #EBEBEB;
    text-decoration: none; }
    .hr-card > a:hover {
      background: #EBEBEB; }

.chosen-search-input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #404040;
  color: #404040;
  display: block;
  font-family: Arial,sans-serif;
  font-size: .89rem;
  line-height: 1.6;
  margin: 0;
  padding: .33rem .66rem;
  width: 100%; }

.hr-tooltip {
  position: relative;
  margin-left: 10px; }
  .hr-tooltip i {
    background: #004494;
    width: 20px;
    height: 20px;
    display: block;
    color: white;
    text-align: center;
    font-family: serif;
    border-radius: 50%;
    padding: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: help; }
  .hr-tooltip .hr-tooltip-box {
    position: absolute;
    padding: 16px;
    background: #E3E3E3;
    color: #404040;
    opacity: 0;
    pointer-events: none;
    right: 50%;
    top: -10px;
    -webkit-transform: translate(50%, -100%);
            transform: translate(50%, -100%);
    font-weight: 400;
    -webkit-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out; }
    .hr-tooltip .hr-tooltip-box::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 7.5px 0 7.5px;
      border-color: #E3E3E3 transparent transparent transparent;
      display: block;
      position: absolute;
      bottom: -10px;
      left: calc(50% - 7.5px); }
    .hr-tooltip .hr-tooltip-box .title {
      font-weight: 700; }
    .hr-tooltip .hr-tooltip-box .list {
      margin: 0;
      font-size: .8rem;
      padding-left: 1rem; }
  .hr-tooltip:hover .hr-tooltip-box,
  .hr-tooltip:focus .hr-tooltip-box {
    opacity: 1;
    pointer-events: none; }
    
  img.borderImgPubs{
  	border: 1px solid #004494 !important;
  }
    img.FixSizeImgPubs{
	  	height: 120px;
	  	weight: 95px;
  		object-fit: cover;
  	}
