body.employee-open {
  overflow: hidden; }

.content__container.black {
  background: #000; }

.content-centered {
  color: #FFF;
  margin: 0 0 80px;
  text-align: center;
  transform: matrix(1, 0, 0, 1, 0, 0); }

.full-width-no-padding.about-margin-bottom {
  margin: 0 0 80px; }
.full-width-no-padding .row {
  padding: 0; }

.home-slideshow,
.home-slideshow:after {
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 0; }

.home-slideshow li span {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 18s linear infinite 0s;
  -moz-animation: imageAnimation 18s linear infinite 0s;
  -o-animation: imageAnimation 18s linear infinite 0s;
  -ms-animation: imageAnimation 18s linear infinite 0s;
  animation: imageAnimation 18s linear infinite 0s; }
.home-slideshow li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s; }
.home-slideshow li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s; }

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -moz-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -o-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -ms-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
body.home video {
  bottom: 0;
  height: 100vh;
  left: 0;
  object-fit: cover;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw; }

.about-first-content {
  margin: 0 0 40px; }

.employee-wrapper {
  cursor: pointer;
  position: relative; }
  .employee-wrapper .employee-title {
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.64);
    bottom: 0;
    color: #FFF;
    display: none;
    left: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }
    .employee-wrapper .employee-title p {
      font-size: 14px;
      line-height: 1.4; }
      .employee-wrapper .employee-title p strong {
        display: inline-block;
        font-size: 20px; }
  .employee-wrapper:hover .employee-title {
    display: flex; }

.employee-detail {
  background: rgba(0, 0, 0, 0.64);
  bottom: 0;
  color: #FFF;
  cursor: pointer;
  display: none;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100; }
  @media screen and (max-width: 480px) {
    .employee-detail {
      z-index: 9999; } }
  .employee-detail .employee-container {
    background: #848587;
    height: 100%;
    overflow: scroll;
    padding-bottom: 24px;
    position: fixed;
    right: 0;
    width: 48%; }
    @media screen and (max-width: 480px) {
      .employee-detail .employee-container {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .employee-detail .employee-container .full-width-container:first-child {
        padding: 0 !important; }
        .employee-detail .employee-container .full-width-container:first-child .col-sm-4 {
          padding: 0; }
        .employee-detail .employee-container .full-width-container:first-child .col-sm-8 {
          display: none; } }
    .employee-detail .employee-container .full-width-container:first-child .row {
      margin: 0 0 32px;
      padding: 0; }
      .employee-detail .employee-container .full-width-container:first-child .row .fsn-image {
        max-height: 320px;
        overflow: hidden; }
    .employee-detail .employee-container p {
      font-size: 1.25em; }
  .employee-detail .detail-title {
    color: #FFF;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 24px; }
    .employee-detail .detail-title strong {
      font-size: 40px;
      font-weight: normal; }

.client-wrapper {
  background: #1D1D1E;
  margin: 0 0 12px; }

@media screen and (max-width: 480px) {
  .full-width-container.seamless {
    margin-right: 0 !important;
    margin-left: 0 !important; }
    .full-width-container.seamless.employee-main-wrapper {
      margin-right: 0 !important;
      margin-left: 0 !important;
      padding-right: 0 !important;
      padding-left: 0 !important; }
      .full-width-container.seamless.employee-main-wrapper .col-sm-12 {
        padding-right: 0 !important;
        padding-left: 0 !important; }
        .full-width-container.seamless.employee-main-wrapper .col-sm-12 .full-width-container.seamless {
          padding-right: 0 !important;
          padding-left: 0 !important; }

  .full-width-no-padding.about-margin-bottom, .content-centered {
    margin: 0 0 40px; }

  .row {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .employee-section .col-sm-3 {
    display: inline-block;
    padding: 0;
    width: 25%; }

  .client-container .row {
    padding: 0 4px; }
    .client-container .row .col-sm-2 {
      display: inline-block;
      padding: 0 4px;
      width: 33.33%; }

  .client-wrapper {
    margin: 0; }

  .employee-wrapper:hover .employee-title {
    display: none; } }
.pie-charts p {
  font-size: 1.25em; }
.pie-charts .pie-chart {
  padding: 0 8%;
  margin: 0 0 32px; }

.circular-point {
  align-items: center;
  background: #333;
  border-radius: 100%;
  color: #000;
  display: flex;
  height: 160px;
  justify-content: center;
  margin: 0 auto 32px;
  width: 160px; }
  .circular-point.-orange {
    background: #F78E1E; }
    .circular-point.-orange:after {
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 8px solid #F78E1E;
      content: '';
      height: 0;
      margin-top: -24px;
      position: absolute;
      right: 0;
      top: 50%;
      width: 0; }
  .circular-point.-blue {
    background: #27AAE1; }
    .circular-point.-blue:after {
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 8px solid #27AAE1;
      content: '';
      height: 0;
      margin-top: -24px;
      position: absolute;
      right: 0;
      top: 50%;
      width: 0; }
  .circular-point.-last:after {
    content: none; }
  .circular-point h5 {
    font-size: 1.8em;
    line-height: 1.1;
    margin: 0; }

.services-list ul {
  text-align: center; }
  .services-list ul li {
    display: inline-block;
    font-size: 1.4em;
    font-weight: 600;
    margin: 0 0 12px;
    padding: 0 12px; }
    .services-list ul li a {
      color: #808285; }
      .services-list ul li a:focus, .services-list ul li a:hover {
        color: #FFF;
        text-decoration: none; }

@media screen and (max-width: 480px) {
  .pie-charts p {
    margin: 0 0 40px; }

  .circular-point {
    height: 240px;
    width: 240px; }
    .circular-point:after {
      content: none !important; }

  .content-centered p:last-child {
    margin-bottom: 32px; } }
.nav__list-item a:focus, .nav__list-item a:hover {
  color: #000 !important; }

.block-list__item a.map-link {
  color: #626366; }
  .block-list__item a.map-link:focus, .block-list__item a.map-link:hover {
    color: #FFF; }

/*# sourceMappingURL=ncv-override.css.map */
