﻿.header:not(.no-header-image) .header-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-height: 400px;
  height: 36.36vw; }

.header .company-logo-container {
  width: 100%;
  justify-content: center;
  display: flex; }
  .header .company-logo-container img {
    max-width: 260px;
    max-height: 200px;
    object-fit: fill;
    background-color: white; }
  .header .company-logo-container .rectangle {
    border-radius: 5px;
    overflow: hidden;
    background-color: transparent; }

.header .company-info-container {
  display: flex;
  width: 100%;
  color: white;
  padding: 1em;
  min-height: calc((200px / 2) + 0.4em); }
  .header .company-info-container .name-and-homepage {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
    .header .company-info-container .name-and-homepage .company-name {
      font-weight: bold;
      font-size: 1.6em;
      margin-bottom: 0;
      max-width: 100%; }
    .header .company-info-container .name-and-homepage .company-homepage {
      font-size: 1.2em;
      margin-bottom: 0;
      max-width: 100%;
      z-index: 100; }
      .header .company-info-container .name-and-homepage .company-homepage a {
        color: white; }
  .header .company-info-container .industries {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: center; }

@media (min-width: 768px) {
  .header.no-header-image .header-image.large {
    height: calc(260px/2); }
  .header:not(.no-header-image) .header-image.small {
    display: none; }
  .header:not(.no-header-image) .header-image.large {
    display: block; }
  .header .company-logo-container {
    z-index: 10;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    height: auto;
    background-color: transparent !important; }
  .header .company-info-container .name-and-homepage {
    margin-right: calc(260px / 2); }
  .header .company-info-container .industries {
    margin-left: calc(260px / 2);
    text-align: right; }
    .header .company-info-container .industries .list-large {
      display: block; }
    .header .company-info-container .industries .list-small {
      display: none; } }

@media (min-width: 992px) {
  .header:not(.no-header-image) .header-image {
    background-image: url("header-image.lg.jpg"); } }

@media (max-width: 991.98px) {
  .header:not(.no-header-image) .header-image {
    background-image: url("header-image.md.jpg"); } }

@media (max-width: 767.98px) {
  .header.no-header-image .header-image.small, .header.no-header-image .header-image.large {
    display: none; }
  .header.no-header-image .company-logo-container {
    align-items: center; }
  .header.no-header-image .company-info-container {
    height: 100%;
    align-items: center; }
  .header:not(.no-header-image) .header-image {
    background-image: url("header-image.sm.jpg"); }
    .header:not(.no-header-image) .header-image.large {
      display: none; }
    .header:not(.no-header-image) .header-image.small {
      display: block; }
  .header .company-logo-container {
    height: calc(200px + 2em);
    align-items: center;
    position: relative;
    z-index: 0;
    transform: translateY(0); }
  .header .company-info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .header .company-info-container .name-and-homepage {
      margin: 0;
      flex-basis: auto; }
      .header .company-info-container .name-and-homepage .company-name {
        text-align: center; }
      .header .company-info-container .name-and-homepage .company-homepage {
        text-align: center; }
    .header .company-info-container .industries {
      margin: 0;
      flex-basis: auto;
      padding-top: 20px;
      text-align: unset; }
      .header .company-info-container .industries .list-large {
        display: none; }
      .header .company-info-container .industries .list-small {
        display: block; } }

.company-summary .company-detail {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .company-summary .company-detail.scroll-to {
    cursor: pointer; }
  .company-summary .company-detail span {
    padding-top: 10px; }

.company-location-container .embededGoogleMap {
  margin-left: -15px;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: white; }

.company-location-container #location {
  margin-top: 0; }

.company-location-container .x-address {
  padding: 10px 0; }
  .company-location-container .x-address .location-direction {
    color: black;
    padding: 10px;
    margin: -10px; }
  .company-location-container .x-address.theme-background-color {
    color: white; }
    .company-location-container .x-address.theme-background-color .location-direction {
      color: white; }
  .company-location-container .x-address .location-icon {
    padding-left: 0; }
  .company-location-container .x-address .location-text {
    padding-left: 0;
    font-size: 0.9em; }

@media (max-width: 767.98px) {
  .company-location-container #location {
    margin-top: 20px; } }

.company-benefits .benefit {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: lightgray; }
  .company-benefits .benefit span {
    padding-top: 20px; }

.company-benefits .col-md-5ths {
  width: 20%;
  float: left;
  padding: 30px; }

@media (max-width: 767.98px) {
  .company-benefits .col-md-5ths {
    width: 33%;
    float: left; } }

.expandable-text {
  word-wrap: break-word; }
  .expandable-text .text .expandable-content {
    overflow: hidden;
    transition: max-height 0.5s ease-in-out; }
    .expandable-text .text .expandable-content p {
      margin: 0; }
  .expandable-text .text .show-more, .expandable-text .text .show-less {
    font-weight: bold;
    cursor: pointer; }
    .expandable-text .text .show-more i, .expandable-text .text .show-less i {
      padding-right: 5px; }
  .expandable-text .text, .expandable-text .title {
    padding: 6px 15px; }

.company-photos .company-photo {
  padding: 5px; }
  .company-photos .company-photo img {
    width: 100%; }

.social-media .social-media-col {
  text-align: center; }

.social-media .social-media-icon {
  margin-top: 20px;
  display: inline-table;
  color: white;
  width: 5em;
  height: 5em; }
  .social-media .social-media-icon:hover {
    text-decoration: none; }
  .social-media .social-media-icon i {
    font-size: 3em;
    display: table-cell;
    vertical-align: middle; }

.awards {
  /* show 3 items */
  /* farthest right hidden item must be absolute position for animations */
  /* left or forward direction */
  /* farthest left hidden item must be absolute position for animations */
  /* right or prev direction */ }
  .awards .carousel {
    height: 350px;
    display: flex;
    padding: 0 15px;
    width: 100%; }
    .awards .carousel .carousel-inner {
      padding: 0; }
      .awards .carousel .carousel-inner .carousel-item {
        text-align: center;
        line-height: 350px; }
  .awards img {
    max-width: 100%;
    height: auto; }
  .awards .carousel-inner .active,
  .awards .carousel-inner .active + .carousel-item,
  .awards .carousel-inner .active + .carousel-item + .carousel-item,
  .awards .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block; }
  .awards .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .awards .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .awards .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
  .awards .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none; }
  .awards .carousel-inner .carousel-item-next,
  .awards .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate(0, 0); }
  .awards .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    visibility: visible;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .awards .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item img {
      max-width: 100%;
      height: auto; }
  .awards .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .awards .carousel-item-next.carousel-item-left + .carousel-item,
  .awards .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .awards .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
  .awards .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate(-100%, 0);
    visibility: visible; }
  .awards .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: -25%;
    z-index: -1;
    height: 100%;
    display: flex;
    visibility: visible;
    justify-content: center;
    align-items: center; }
    .awards .carousel-inner .carousel-item-prev.carousel-item-right img {
      max-width: 100%;
      height: auto; }
  .awards .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .awards .carousel-item-prev.carousel-item-right + .carousel-item,
  .awards .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .awards .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
  .awards .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate(100%, 0);
    visibility: visible; }
  .awards .carousel-control-next span, .awards .carousel-control-prev span {
    background-image: none;
    display: table; }
    .awards .carousel-control-next span i, .awards .carousel-control-prev span i {
      font-size: 2em;
      width: 2em;
      height: 2em;
      color: black;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 1em;
      background-color: white;
      box-shadow: 0px 0px 2px #888; }
  .awards .award-list {
    width: 100%;
    margin: 0;
    align-items: center; }
    .awards .award-list div {
      display: flex;
      padding: 2em;
      justify-content: center;
      align-items: center; }

.company-contacts .contact-container {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex; }
  .company-contacts .contact-container .contact-photo img {
    width: 100%; }
  .company-contacts .contact-container .contact-details .email-phone {
    margin-top: 10px;
    word-break: break-all;
    font-size: 0.9em; }
    .company-contacts .contact-container .contact-details .email-phone .email {
      padding-top: 15px; }
    .company-contacts .contact-container .contact-details .email-phone .phone {
      padding-top: 10px; }
    .company-contacts .contact-container .contact-details .email-phone .space-left {
      padding-left: 5px; }
    .company-contacts .contact-container .contact-details .email-phone a {
      color: black; }

@media (max-width: 767.98px) {
  .company-contacts {
    margin: 0; }
    .company-contacts .contact-container {
      margin-top: 5px;
      margin-bottom: 30px;
      padding: 0; }
      .company-contacts .contact-container .contact-details {
        padding-left: 0px; }
        .company-contacts .contact-container .contact-details .email-phone .email {
          padding-top: 10px; }
        .company-contacts .contact-container .contact-details .email-phone .phone {
          padding-top: 5px; }
        .company-contacts .contact-container .contact-details a {
          color: black; } }

.company-videos .company-video-container {
  padding: 5px;
  position: relative; }

.company-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  max-width: 96%;
  font-size: 14px;
  background-color: rgba(150, 150, 150, 0.6);
  margin: 5px;
  padding: 3px;
  z-index: 10;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word; }

.plyr--playing + .company-video-overlay {
  visibility: hidden; }

.open-offers-container .offer-prototype {
  display: none; }

.open-offers-container .open-offers .offer {
  margin: 1em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #EEEEEE; }
  .open-offers-container .open-offers .offer:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .open-offers-container .open-offers .offer .offer-title {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0.5em; }
  .open-offers-container .open-offers .offer .offer-subtitle {
    font-size: 0.9em;
    margin-bottom: 0.5em; }
  .open-offers-container .open-offers .offer .offer-info {
    font-size: 0.9em; }
    .open-offers-container .open-offers .offer .offer-info span {
      margin-right: 1em; }

.open-offers-container .more-offers {
  margin-bottom: 1em;
  padding-top: 1em;
  border-top: 1px solid #EEEEEE; }

@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto-v30-latin-regular.woff"), url("fonts/roboto-v30-latin-regular.woff2"); }

body {
  max-width: 1100px;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif; }

.content.with-border {
  border: 1px solid #EEEEEE; }

.content .container {
  max-width: none !important;
  margin-bottom: 30px; }
  .content .container:last-of-type {
    margin-bottom: 0; }
  .content .container.with-border {
    border: 1px solid #EEEEEE; }
  .content .container .container-title {
    padding: 10px;
    background-color: #EEEEEE; }
    .content .container .container-title > * {
      text-transform: uppercase;
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: 0; }

@media (min-width: 768px) {
  .mobile-check {
    visibility: hidden; } }
