@charset "UTF-8";

/*  UTILITY CLASSES [START]  */
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid>* {
  -ms-flex-preferred-size: 100%; 
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 864px) {
  .col-5\@l {
    -ms-flex-preferred-size: calc(41.66% - 0.01px - 0.75em);
    flex-basis: calc(41.66% - 0.01px - 0.75em);
    max-width: calc(41.66% - 0.01px - 0.75em);
  }

  .col-7\@l {
    -ms-flex-preferred-size: calc(58.33% - 0.01px - 0.75em);
    flex-basis: calc(58.33% - 0.01px - 0.75em);
    max-width: calc(58.33% - 0.01px - 0.75em);
  }
}

@media (min-width: 1024px) {
  .col-4\@lg {
    -ms-flex-preferred-size: calc(33.33% - 0.01px - 0.75em);
    flex-basis: calc(33.33% - 0.01px - 0.75em); 
    max-width: calc(33.33% - 0.01px - 0.75em);
  }

  .col-8\@lg {
    -ms-flex-preferred-size: calc(66.66% - 0.01px - 0.75em);
    flex-basis: calc(66.66% - 0.01px - 0.75em);
    max-width: calc(66.66% - 0.01px - 0.75em);
  }
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-grow {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.justify-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.color-contrast-higher {
  color: hsla(240, 8%, 12%, 1);
}

.color-white {
  color: hsla(0, 0%, 100%, 1);
}

.color-black {
  color: hsla(0, 0%, 13%, 1);
}

.width-50\% {
  width: 50%;
}

.width-100\% {
  width: 100%;
}

.position-relative {
  position: relative;
}

.z-index-1 {
  z-index: 1;
}

.opacity-10\% {
  opacity: 0.1;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.bg-contrast-lower {
  background-color: hsla(240, 5%, 95%, 1);
}

.bg-accent {
  background-color: hsla(355, 92%, 48%, 1);
}

.bg-white {
  background-color: hsla(0, 0%, 100%, 1);
}

@media (min-width: 640px) {
  .hide\@s {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .display\@s {
    display: none !important;
  }
}

body {
  font-size: 16px;
  font-family: 'MyriadPro-Regular', sans-serif;
  color: hsl(240, 4%, 20%);
}

h1 {
  line-height: 1.25;
}

h2 {
  line-height: 1.25;
}

h3 {
  line-height: 1.25;
}

h4 {
  line-height: 1.25;
}

h1 {
  font-size: 3.32151em;
}

h2 {
  font-size: 2.46038em;
}

h3 {
  font-size: 1.8225em;
}

h4 {
  font-size: 1.35em;
}

a {
  color: var(--col-orange);
}

strong {
  font-weight: bold;
}

.text-component h1 {
  line-height: 1.25;
  margin-bottom: 0.25em;
}

@media (min-width: 768px) {
  .text-component h1 {
    margin-bottom: 0.3125em;
  }
}

@media (min-width: 768px) {
  .text-component h1 {
    margin-bottom: 0.3125em;
  }
}

.text-component h2 {
  line-height: 1.25;
  margin-bottom: 0.25em;
}

@media (min-width: 768px) {
  .text-component h2 {
    margin-bottom: 0.3125em;
  }
}

@media (min-width: 768px) {
  .text-component h2 {
    margin-bottom: 0.3125em;
  }
}

.text-component h3 {
  line-height: 1.25;
  margin-bottom: 0.25em;
}

@media (min-width: 768px) {
  .text-component h3 {
    margin-bottom: 0.3125em;
  }
}

@media (min-width: 768px) {
  .text-component h3 {
    margin-bottom: 0.3125em;
  }
}

.text-component h4 {
  line-height: 1.25;
  margin-bottom: 0.25em;
}

@media (min-width: 768px) {
  .text-component h4 {
    margin-bottom: 0.3125em;
  }
}

@media (min-width: 768px) {
  .text-component h4 {
    margin-bottom: 0.3125em;
  }
}

.text-component h2 {
  margin-top: 0.75em;
}

@media (min-width: 768px) {
  .text-component h2 {
    margin-top: 0.9375em;
  }
}

@media (min-width: 768px) {
  .text-component h2 {
    margin-top: 0.9375em;
  }
}

.text-component h3 {
  margin-top: 0.75em;
}

@media (min-width: 768px) {
  .text-component h3 {
    margin-top: 0.9375em;
  }
}

@media (min-width: 768px) {
  .text-component h3 {
    margin-top: 0.9375em;
  }
}

.text-component h4 {
  margin-top: 0.75em;
}

@media (min-width: 768px) {
  .text-component h4 {
    margin-top: 0.9375em;
  }
}

@media (min-width: 768px) {
  .text-component h4 {
    margin-top: 0.9375em;
  }
}

.text-component p {
  line-height: 1.25;
}

.text-component blockquote {
  line-height: 1.25;
}

.text-component ul li {
  line-height: 1.25;
}

.text-component ul {
  margin-bottom: 0.75em;
}

@media (min-width: 768px) {
  .text-component ul {
    margin-bottom: 0.9375em;
  }
}

@media (min-width: 768px) {
  .text-component ul {
    margin-bottom: 0.9375em;
  }
}

.text-component p {
  margin-bottom: 0.75em;
}

@media (min-width: 768px) {
  .text-component p {
    margin-bottom: 0.9375em;
  }
}

@media (min-width: 768px) {
  .text-component p {
    margin-bottom: 0.9375em;
  }
}

.text-component blockquote {
  margin-bottom: 0.75em;
}

@media (min-width: 768px) {
  .text-component blockquote {
    margin-bottom: 0.9375em;
  }
}

@media (min-width: 768px) {
  .text-component blockquote {
    margin-bottom: 0.9375em;
  }
}

.text-component ul {
  list-style-position: inside;
}

.text-component ul {
  list-style-type: disc;
}

.text-component img {
  display: block;
  margin: 0 auto;
}

.text-component>*:first-child {
  margin-top: 0;
}

.text-component>*:last-child {
  margin-bottom: 0;
}

.icon {
  display: inline-block;
  color: inherit;
  fill: currentColor;
  height: 1em;
  width: 1em;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: initial;
}

.icon--xxl {
  font-size: 96px;
}

.btn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
  font-size: 1.35em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .btn {
    padding-right: 1.5625em;
  }
}

@media (min-width: 768px) {
  .btn {
    padding-left: 1.5625em;
  }
}

@media (min-width: 768px) {
  .btn {
    padding-bottom: 0.625em;
  }
}

@media (min-width: 768px) {
  .btn {
    padding-top: 0.625em;
  }
}

.btn--sm {
  font-size: 0.8em;
}

.btn--md {
  font-size: 1.2em;
}

.form-control {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border-radius: 0.25em;
}

.is-hidden {
  display: none !important;
}

h1 {
  font-family: 'MyriadPro-Regular', sans-serif;
  font-weight: 300;
  font-family: 'MyriadPro-BoldCond';
  text-transform: uppercase;
}

h2 {
  font-family: 'MyriadPro-Regular', sans-serif;
  font-weight: 300;
  font-family: 'MyriadPro-BoldCond';
  text-transform: uppercase;
}

h3 {
  font-family: 'MyriadPro-Regular', sans-serif;
  font-weight: 300;
  font-family: 'MyriadPro-BoldCond';
  text-transform: uppercase;
}

h4 {
  font-family: 'MyriadPro-Regular', sans-serif;
  font-weight: 300;
  font-family: 'MyriadPro-BoldCond';
  text-transform: uppercase;
}

.font-reset {
  font-size: 16px;
}

.font-reset p {
  font-size: 16px;
  line-height: 1.4;
}

.section-header {
  margin-bottom: 1.25em;
}

.section-header h2 {
  margin: 0;
}

.section-header h2+p {
  margin-top: 0em;
  font-size: 16px;
}

a.color-black {
  color: hsl(240, 4%, 20%);
}

a.color-black:visited {
  color: hsl(240, 8%, 12%);
}

a.color-black:hover {
  color: hsl(240, 8%, 12%);
}

.career-icon {
  font-size: 10px;
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 7.75rem;
  max-width: 12.25em;
  margin-bottom: 2rem;
  margin-top: 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
}
.no-fields h1{
	padding-bottom:30px;
}
.career-icon:before {
  display: inline-block;
  vertical-align: middle;
}

.career-icon:before {
  content: '';
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.career-icon--au:before {
  background-image: url("/assets/images/icon-au.png");
  background-image: url("/assets/images/icon-au.svg"), linear-gradient(transparent, transparent);
}

.career-icon--crate:before {
  background-image: url("/assets/images/icon-crate.png");
  background-image: url("/assets/images/icon-crate.svg"), linear-gradient(transparent, transparent);
}

.career-icon--forklift:before {
  background-image: url("/assets/images/icon-forklift.png");
  background-image: url("/assets/images/icon-forklift.svg"), linear-gradient(transparent, transparent);
}

.career-icon--hardhat:before {
  background-image: url("/assets/images/icon-hardhat.png");
  background-image: url("/assets/images/icon-hardhat.svg"), linear-gradient(transparent, transparent);
}

.career-icon--laptop:before {
  background-image: url("/assets/images/icon-laptop.png");
  background-image: url("/assets/images/icon-laptop.svg"), linear-gradient(transparent, transparent);
}

.career-icon--notepad:before {
  background-image: url("/assets/images/icon-notepad.png");
  background-image: url("/assets/images/icon-notepad.svg"), linear-gradient(transparent, transparent);
}

.career-icon--tools:before {
  background-image: url("/assets/images/icon-tools.png");
  background-image: url("/assets/images/icon-tools.svg"), linear-gradient(transparent, transparent);
}

.career-icon--warehouse:before {
  background-image: url("/assets/images/icon-warehouse.png");
  background-image: url("/assets/images/icon-warehouse.svg"), linear-gradient(transparent, transparent);
}

.career-icon--crate {
  font-size: 10.5px;
}

.career-icon--laptop {
  font-size: 7.5px;
}

.career-icon--warehouse {
  font-size: 8.7px;
}

.career-icon--hardhat {
  font-size: 7.2px;
}

.career-icon--tools {
  font-size: 5.8px;
}

.btn {
  background: hsl(0, 0%, 13%);
  color: hsl(0, 0%, 100%);
  opacity: 1;
  cursor: pointer;
  border: none;
  font-family: 'MyriadPro-Regular', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'MyriadPro-Cond';
  box-shadow: none;
  outline: none;
  transition: all 0.2s ease;
  will-change: transform;
  padding-top: 0.55em;
  padding-bottom: 0.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .btn {
    padding-right: 1.5625em;
  }
}

@media (min-width: 768px) {
  .btn {
    padding-left: 1.5625em;
  }
}

@media (min-width: 768px) {
  .btn {
    padding-bottom: 0.625em;
  }
}

@media (min-width: 768px) {
  .btn {
    padding-top: 0.675em;
  }
}

.btn:active:focus {
  outline: none;
}

.btn:hover {
  background: hsl(240, 4%, 20%);
  color: hsl(0, 0%, 100%);
  border: none;
  transform: translateY(1px);
}

.btn:focus {
  color: #FFF;
  box-shadow: 0px 0px 0px 2px hsla(240, 8%, 12%, 0.15);
  outline: none;
}

.btn--primary {
  background: hsl(28, 100%, 47%);
  color: hsl(0, 0%, 100%);
}

.btn--primary:hover {
  background: hsl(28, 100%, 37%);
}

.btn--primary:focus {
  box-shadow: 0px 0px 0px 2px hsla(28, 100%, 47%, 0.2);
}

.btn--accent {
  background: hsl(355, 92%, 48%);
  color: hsl(0, 0%, 100%);
}

.btn--accent:hover {
  background: hsl(355, 92%, 38%);
}

.btn--accent:focus {
  box-shadow: 0px 0px 0px 2px hsla(355, 92%, 48%, 0.2);
}

.btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn--sm {
  font-size: 0.85em;
  line-height: 1;
  padding: 0.55em 0.6em 0.35em 0.6em;
}

.btn--md {
  font-size: 1.15em;
  padding-top: 0.75em;
  padding-bottom: 0.55em;
}

.btn--outline {
  border-radius: 5px;
  background-color: transparent;
  color: hsl(355, 92%, 48%);
  box-shadow: 0 0 0 1px hsla(355, 92%, 68%, 0.7) inset;
}

.btn--outline:hover {
  box-shadow: 0 0 0 1px hsl(240, 4%, 20%) inset;
}

.btn--outline:focus {
  color: hsl(355, 92%, 48%);
}

.btn--outline.btn--accent {
  box-shadow: 0 0 0 2px hsla(355, 92%, 68%, 0.9) inset;
}

.btn--outline.btn--accent:hover {
  box-shadow: 0 0 0 2px hsla(355, 92%, 38%, 1) inset;
}

.btn--outline.btn--accent:focus {
  color: hsl(355, 92%, 48%);
}

.form-control {
  background: hsl(0, 0%, 100%);
  border: 2px solid hsl(240, 1%, 83%);
  line-height: 1.5;
  transition: all 0.2s ease;
  height: 2.95em;
  font-size: 1em;
}

@media (min-width: 768px) {
  .form-control {
    height: 3.25em;
  }
}

.form-control:-ms-input-placeholder {
  opacity: 1;
  color: hsl(240, 1%, 48%);
}

.form-control::placeholder {
  opacity: 1;
  color: hsl(240, 1%, 48%);
}

.form-control:focus {
  border-color: hsl(28, 100%, 47%);
  box-shadow: 0px 0px 0px 2px hsla(28, 100%, 47%, 0.2);
  outline: none;
}

.form-control[disabled] {
  cursor: not-allowed;
}

button,
input.form-control,
select.form-control {
  line-height: 1.5rem;
  padding: 0.75rem 1rem;
  border-radius: 4px;
}

.logo {
  font-size: 14px;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 10em;
  height: 3.6em;
}

.ps-badge {
  font-size: 10px;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 20em;
  height: 20em;
}

.ps-badge:before,
.ps-badge:after,
.logo:before,
.logo:after {
  display: inline-block;
  vertical-align: middle;
}

.ps-badge:after,
.ps-badge:before,
.logo:before {
  content: '';
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.logo--tsa:before {
  background-image: url("/assets/images/TSA-badge.png");
  background-image: url("/assets/images/TSA-badge.svg"), linear-gradient(transparent, transparent);
}

.ps-badge--parts:before {
  animation: rotating 50s linear infinite;
  background-image: url("/assets/images/parts-badge.png");
  background-image: url("/assets/images/parts-badge.svg"), linear-gradient(transparent, transparent);
}

.ps-badge--parts-icon:after {
  background-image: url("/assets/images/parts-badge-icon.png");
  background-image: url("/assets/images/parts-badge-icon.svg"), linear-gradient(transparent, transparent);
}

.ps-badge--service:before {
  animation: rotating 50s linear infinite;
  background-image: url("/assets/images/service-badge.png");
  background-image: url("/assets/images/service-badge.svg"), linear-gradient(transparent, transparent);
}

.ps-badge--service-icon:after {
  background-image: url("/assets/images/service-badge-icon.png");
  background-image: url("/assets/images/service-badge-icon.svg"), linear-gradient(transparent, transparent);
}

.ps-badge:after,
.ps-badge:before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*  UTILITY CLASSES [END]  */
/* FILTER BTNS [START] */
.filter-buttons {
  text-align: center;
}

.filter-buttons .btn {
  font-size: 16px;
  padding-right: 1.5625em;
  padding-left: 1.5625em;
  padding-bottom: .625em;
  padding-top: .675em;
  background: hsl(240, 5%, 95%);
  color: hsl(240, 8%, 12%);
}

.filter-buttons .btn:hover {
  background: hsl(240, 1%, 83%);
  color: hsl(240, 8%, 12%);
}

.filter-buttons .btn:focus {
  box-shadow: 0px 0px 0px 2px hsla(28, 100%, 47%, 0.2);
}

.filter-buttons .btn.js-filter-selected {
  background: hsl(28, 100%, 47%);
  color: hsl(0, 0%, 100%);
}

.filter-buttons .btn.js-filter-selected:hover {
  background: hsl(28, 100%, 37%);
}

/* FILTER BTNS [END] */
/* FILTER NAV [START] */
/* FILTER NAV [END] */
/* LIST [START] */
/* LIST [END] */
/* MODAL WINDOW [START] */
.modal {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.modal:not(.modal--is-visible) {
  pointer-events: none;
  background-color: transparent;
}

.modal__header {
  margin-bottom: 1.25em;
}

.modal__header>*:first-child {
  margin-top: 0;
}

.modal__header h2 {
  margin-bottom: 0;
  font-size: 2.3em;
}

.modal__header p {
  margin-bottom: 0;
}

.modal__header h2+p {
  margin-top: -0.3em;
}

.modal__content {
  max-width: 500px;
  background-color: #fff;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  border-radius: 7px;
  padding: 25px;
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.012);
}

@media (min-width: 640px) {
  .modal__content {
    padding: 5%;
  }
}

@media (min-width: 864px) {
  .modal__content {
    padding: 40px;
  }
}

.modal__content .text-s {
  font-family: 'MyriadPro-Cond';
  line-height: 1.25em;
  color: #888;
  margin: 4px 4px 20px 4px;
}

.modal--is-visible {
  opacity: 1;
  visibility: visible;
}

@media (prefers-reduced-motion: no-preference) {
  .modal--animate-scale {
    transition: opacity .2s, background-color .2s, visibility 0s .2s;
  }

  @media (prefers-reduced-motion: no-preference) {
    .modal--animate-scale {
      transition: opacity .2s, background-color .2s, visibility 0s .2s;
    }
  }

  .modal--animate-scale .modal__content {
    will-change: transform;
    transition: transform .2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  @media (prefers-reduced-motion: no-preference) {
    .modal--animate-scale .modal__content {
      transition: transform .2s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  }

  @media (prefers-reduced-motion: no-preference) {
    .modal--animate-scale .modal__content {
      transition: transform .2s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  }

  .modal--animate-scale.modal--is-visible {
    transition: opacity 0.2s, background-color 0.2s, visibility 0s;
  }

  .modal--animate-scale.modal--is-visible .modal__content {
    transform: scale(1);
  }

  .modal--animate-scale .modal__content {
    transform: scale(0.95);
  }
}

.modal--ask {
  background-color: rgba(22, 22, 38, 0.9);
}

/* MODAL WINDOW [END] */
/* RESPONSIVE IFRAME [START] */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* RESPONSIVE IFRAME [END] */
/* SECTION DIVIDER [START] */
.has-section-divider-bottom {
  padding-bottom: 3.125%;
}

/* SECTION DIVIDER [END] */
/* TESTIMONIAL [START] */
.testimonial__block-wrapper {
  position: relative;
}

.testimonial__block-wrapper blockquote {
  font-family: 'MyriadPro-Cond';
  font-size: 1.9em;
  line-height: 1.25em;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 1;
  border-left: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0.5em;
}

.testimonial__block-wrapper .icon {
  position: absolute;
  top: -0.2em;
  left: -0.3em;
  font-size: 90px;
}

/* TESTIMONIAL [END] */
/* TILES [START] */
.tile-list {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7px;
  width: calc(100% + 14px);
  margin-top: 0;
  margin-bottom: 20px;
  -ms-flex-pack: center;
  justify-content: center;
}

.tile-list.js-slider--feature-tiles .tile-item__content {
  -ms-flex: 1;
  flex: 1;
}

.tile-item {
  padding:7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}

@media (min-width: 445px) {
  .tile-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 640px) {
  .tile-item {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
}

.tile-item__content {
  padding: 15px 10px;
  font-size: 90%;
}

@media (min-width: 375px) {
  .tile-item__content {
    padding: 20px 15px;
    font-size: 95%;
  }
}

  .tile-item__content {
  	border-radius: 4px;
  }
  .tile-item__content h3{
	  margin-top:10px;

  }

@media (min-width: 550px) {
  .tile-item__content {
    font-size: 100%;
  	border-radius: 4px;
  }
}


@media (min-width: 550px) {
  .tile-item--wide {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 864px) {
  .tile-item--wide {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
}

.tile-item a:hover {
  color: #FFF;
  background-color: hsl(240, 8%, 12%);
}

.slick-initialized .tile-item {
  padding: 0 7px;
}

/* TILES [END] */
/* JOBS LIST [START] */
.jobs-list {
  margin: 10px;
  margin-top: -4px;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  border-radius: 0 0 5px 5px;
}

.jobs-list.jobs-list--static {
  margin: 0;
}

.jobs-list li {
  padding: 1em 1.25em 1em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: opacity linear 0.15s;
}

.jobs-list__results {
  max-height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.jobs-list__result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  transition: border-color linear 0.15s;
  border-left: 3px solid transparent;
  padding-left: 1em;
  width: 100%;
  color: hsl(240, 4%, 20%);
  text-decoration: none;
  text-align: left;
  transition: .3s;
}

.jobs-list--static .jobs-list__result {
  padding-left: 0;
}

.jobs-list__result:hover {
  cursor: pointer;
  color: hsl(240, 4%, 20%);
  border-left: 3px solid hsl(355, 92%, 48%);
}

.jobs-list--static .jobs-list__result:hover {
  border-left-color: transparent;
}

.jobs-list__result:focus {
  outline: none;
  background-color: none;
}

.jobs-list__list {
  position: absolute;
  width: 100%;
  z-index: 5;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5), 0 3px 8px -5px rgba(0, 0, 0, 0.5) inset;
  background-color: #fafafa;
  max-height: 50vh;
  overflow-y: auto;
}

.jobs-list--static .jobs-list__list {
  position: static;
  box-shadow: none;
  max-height: none;
  z-index: 1;
}

@media (min-width: 864px) {
  .jobs-list--static .jobs-list__list {
    position: absolute;
    max-height: 100%;
    padding-right: 30px;
  }
}

.jobs-list__tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid hsl(355, 92%, 48%);
  padding: 1px 4px 0px 4px;
  border-radius: 0.5em;
  color: hsl(355, 92%, 48%);
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}

.jobs-list__subtext {
  font-style: italic;
  font-size: 90%;
  opacity: 0.9;
}

.jobs-list__subtext.prepend-pin-icon:before {
  content: "\f041";
  display: inline-block;
  margin-right: 0.25em;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.5;
  font-style: normal;
}

.jobs-list__label {
  font-weight: 600;
}

.jobs-list__static-header {
  margin: 1em 0 0.5em 0;
}

@media (min-width: 768px) {
  .jobs-list__static-header {
    margin: 0.7em 0 0.9em 0;
  }
}

#jobs_search_keyword~.jobs-list {
  display: none;
}

#jobs_search_keyword ~ .jobs-list:hover,
#jobs_search_keyword:focus~.jobs-list {
  display: block;
}

/* JOBS LIST [END] */
/* SLIDER [START] */
.slider-youtube .slick-next,
.slider-youtube .slick-prev {
  position: absolute;
  display: block;
  height: 45px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 55%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0;
  z-index: 4;
}

.slider-youtube .slick-next:focus,
.slider-youtube .slick-next:hover,
.slider-youtube .slick-prev:focus,
.slider-youtube .slick-prev:hover {
  outline: none;
  color: transparent;
  background-color: white;
}

.slider-youtube .slick-next:focus:before,
.slider-youtube .slick-next:hover:before,
.slider-youtube .slick-prev:focus:before,
.slider-youtube .slick-prev:hover:before {
  opacity: 1;
}

.slider-youtube .slick-next.slick-disabled:before,
.slider-youtube .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slider-youtube .slick-next:before,
.slider-youtube .slick-prev:before {
  font-family: inherit;
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45%;
  width: 100%;
  height: 100%;
  display: block;
}

.slider-youtube .slick-prev {
  left: -25px;
  left: 0;
  border-radius: 0 3px 3px 0;
}

.slider-youtube .slick-prev:before {
  content: '';
  background-position: 40% 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z'/%3E%3C/svg%3E");
}

.slider-youtube .slick-next {
  right: -25px;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.slider-youtube .slick-next:before {
  content: '';
  background-position: 60% 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/%3E%3C/svg%3E");
}

.js-slider--feature-tiles.slick-dotted.slick-slider,
.slider-youtube.slick-dotted.slick-slider {
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.js-slider--feature-tiles .slick-dots,
.slider-youtube .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.js-slider--feature-tiles .slick-dots li,
.slider-youtube .slick-dots li {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.js-slider--feature-tiles .slick-dots li button,
.slider-youtube .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.js-slider--feature-tiles .slick-dots li button:focus,
.js-slider--feature-tiles .slick-dots li button:hover,
.slider-youtube .slick-dots li button:focus,
.slider-youtube .slick-dots li button:hover {
  outline: none;
}

.js-slider--feature-tiles .slick-dots li button:focus:before,
.js-slider--feature-tiles .slick-dots li button:hover:before,
.slider-youtube .slick-dots li button:focus:before,
.slider-youtube .slick-dots li button:hover:before {
  opacity: 1;
  transform: scale(0.9);
}

.js-slider--feature-tiles .slick-dots li button:before,
.slider-youtube .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-color: transparent;
  box-shadow: 0 0 0 10px #000 inset;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(0.75);
  transition: transform cubic-bezier(0.6, -0.4, 0.4, 1.4) 0.4s;
}

.js-slider--feature-tiles .slick-dots li.slick-active button:before,
.slider-youtube .slick-dots li.slick-active button:before {
  transform: scale(1);
  opacity: 0.75;
}

.js-slider--feature-tiles .slick-active,
.slider-youtube .slick-active {
  opacity: 1;
}

.js-slider--feature-tiles .slick-track,
.slider-youtube .slick-track {
  white-space: nowrap;
}

.js-slider--feature-tiles .slick-track>div,
.slider-youtube .slick-track>div {
  white-space: normal;
}

.js-slider--feature-tiles .slick-slide,
.slider-youtube .slick-slide {
  opacity: 1;
  position: relative;
  transition: none;
}

.youtube {
  margin: 0;
  float: left;
  position: relative;
  cursor: grab;
}

.youtube__video-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  background-color: hsl(223, 13%, 1%);
}

.youtube:active:hover {
  cursor: grabbing;
}

.youtube__title {
  margin-top: 0;
  text-align: center;
}

.youtube__subtitle {
  font-size: 16px;
  text-align: center;
  margin-top: -0.85em;
  margin-bottom: 1.35em;
}

.youtube__description {
  text-align: center;
  width: 100%;
  z-index: 3;
  position: absolute;
  bottom: 0;
  padding: 12px 16px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
  font-size: 14px;
  line-height: 1.3;
  white-space: normal;
  margin: 0;
  opacity: 1;
  transform: translateY(0);
  transition: transform cubic-bezier(0.6, -0.4, 0.4, 1.4) 0.4s, opacity cubic-bezier(0.6, -0.4, 0.4, 1.4) 0.4s;
}

.youtube--is-playing .youtube__description {
  opacity: 0;
  transform: translateY(100%);
}

.youtube__player,
.youtube__thumbnail,
.youtube__video-container:before {
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.youtube__video-container:before {
  transform: translate(-50%, -50%) scale(0.9);
  transition: transform cubic-bezier(0.6, -0.4, 0.4, 1.4) 0.4s, opacity cubic-bezier(0.6, -0.4, 0.4, 1.4) 0.4s, background-color cubic-bezier(0.6, -0.4, 0.4, 1.4) 0.4s;
  top: calc(50% - 20px);
  width: 80px;
  height: 80px;
  z-index: 2;
  content: '';
  cursor: pointer;
  background-size: 40%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 59% 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23FFFFFF'%3E%3Cpath d='M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z'/%3E%3C/svg%3E");
}

.youtube--is-playing .youtube__video-container:before {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}

.youtube__video-container:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: rgba(0, 0, 0, 0.8);
}

.youtube--is-playing .youtube__video-container:hover:before {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}

.youtube__thumbnail {
  z-index: 1;
  width: 100%;
  height: auto;
  transition: opacity cubic-bezier(0.6, -0.4, 0.4, 1.4) 0.5s 0s;
}

.youtube--is-playing .youtube__thumbnail {
  opacity: 0;
  transition: opacity cubic-bezier(0.6, -0.4, 0.4, 1.4) 0.5s 0.5s;
}

.youtube__player {
  display: none;
  height: 100%;
}

.youtube--is-playing .youtube__player {
  display: block;
}

.js-slider--feature-tiles {
  margin-top: 0.75em;
}

.js-slider--feature-tiles .slick-slide {
  opacity: 1;
}

/* SLIDER [END] */
/* HERO [START] */
.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 65% !important;
  position: relative;
  background-color: #182031 !important;
}

.hero--overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.5;
  z-index: 0;
}

.hero--nav-spacing {
  padding-top: 150px;
}

.hero__text {
  text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}

.hero .container {
  text-align: center;
  padding-top: 6em;
  padding-bottom: 2em;
  max-width: 800px;
}

.hero .container p {
  font-size: 1em;
}

.hero .container h1 {
  font-family: 'MyriadPro-Cond';
  font-family: 'MyriadPro-BoldCond';
  margin-bottom: 0em;
  font-size: 70px;
  line-height: 82px;
  margin-bottom: -0.05em;
  width: 100%;
}
.hero-banner--generic .chome h1{
	top:0;
}
.hero .input-group select,
.hero .input-group input {
  border-color: #FFF;
}

.hero .input-group select:disabled,
.hero .input-group input:disabled {
  opacity: 0.5;
}

.hero .input-group select:focus,
.hero .input-group input:focus {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  border-color: #FFF;
}

@media screen and (min-width: 1281px) {
  .hero {
    background-size: 125% !important;
    background-position: 50% -11vw !important;
  }

  .hero--nav-spacing {
    padding-top: 20vw;
  }

  .hero>.container {
    padding-top: 2em;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1740px) {
  .hero {
    background-size: cover !important;
    background-position: 50% -10vw !important;
  }

  .hero--nav-spacing {
    padding-top: 12vw;
  }

  .hero>.container {
    padding-top: 2em;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1280px) {
  .hero {
    background-size: 150% !important;
    background-position: 50% -13vw !important;
  }

  .hero--nav-spacing {
    padding-top: 20vw;
  }

  .hero>.container {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 1023px) {
  .hero {
    background-size: 200% !important;
    background-position: 50% -25vw !important;
  }

  .hero--nav-spacing {
    padding-top: 22vw;
  }

  .hero.hero-banner--generic h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .hero>.container {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 760px) {
  .hero {
    background-size: 220% !important;
    background-position: 50% -22vw !important;
  }

  .hero--nav-spacing {
    padding-top: 24vw;
  }

  .hero.hero-banner--generic h1 {
    font-size: 9vw;
    line-height: 1.5em;
    margin-bottom: -0.3em;
  }

  .hero>.container {
    padding-top: 2em;
    padding-bottom: 1em;
  }
}

@media screen and (max-width: 565px) {
  .hero {
    background-size: 360% !important;
    background-position: 50% -53vw !important;
  }

  .hero--nav-spacing {
    padding-top: 26vw;
  }

  .hero.hero-banner--generic h1 {
    font-size: 9vw;
    line-height: 1.5em;
    margin-bottom: -0.25em;
  }

  .hero.hero-banner--generic p {
    font-size: 0.9em;
  }

  .hero>.container {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.hero--overlay:before {
  opacity: 0;
}

/* HERO [END] */
/*  INPUT GROUP [START]  */
.input-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.input-group .form-control:not(textarea) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.input-group .form-control:focus {
  border-color: hsl(240, 4%, 20%);
  box-shadow: none;
}

.input-group input,
.input-group select,
.input-group button {
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  margin: 0px;
  box-shadow: 0 0 0 white;
}

.input-group input,
.input-group select {
  transition: none;
}

@media (min-width: 550px) {
  .input-group--search {
    padding: 5px 4%;
    padding-bottom: 0;
  }
}

.input-group--search input {
  min-width: 90%;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 768px) {
  .input-group--search input {
    min-width: 270px;
  }
}

.input-group--search select {
  -ms-flex: 1;
  flex: 1;
  min-width: 90%;
}

@media (min-width: 550px) {
  .input-group--search select {
    min-width: 20%;
  }
}

.input-group--search button.btn {
  display: block;
  width: 100%;
}

@media (min-width: 550px) {
  .input-group--search button.btn {
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: auto;
    display: inline-block;
  }
}

.input-group--spaced .form-control,
.input-group--spaced input,
.input-group--spaced select,
.input-group--spaced button {
  margin: 4px;
}

.input-group--spaced .form-control:first-child,
.input-group--spaced .form-control:last-child,
.input-group--spaced .form-control:not(:first-child):not(:last-child) {
  border-radius: 4px;
}

.input-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}

.input-item .input {
  -ms-flex-order: 2;
  order: 2;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  border: none;
  box-shadow: 0px 0px 4px 1px hsla(28, 100%, 37%, 0);
  height: 41px;
  z-index: 1;
}

.input-item .input:focus {
  box-shadow: 0px 0px 4px 1px hsla(28, 100%, 37%, 0.3);
  outline: none;
}

.input-item .input__label {
  font-size: 15px;
  padding-top: 0.5em;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0px 6px;
}

.input-item .input__label {
  -ms-flex-order: 0;
  order: 0;
}

.input-group__text-segment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-family: 'MyriadPro-BoldCond';
  font-size: 23px;
  padding: 3px 5px 0 5px;
  opacity: 0.6;
}

.input-group--ask {
  padding: 0 0;
  margin: 0 auto 20px auto;
}

@media (min-width: 550px) {
  .input-group--ask {
    padding: 0 12.5%;
  }
}

@media (min-width: 640px) {
  .input-group--ask {
    padding: 0 12.5%;
  }
}

@media (min-width: 864px) {
  .input-group--ask {
    padding: 0 12.5%;
  }
}

@media (min-width: 1024px) {
  .input-group--ask {
    padding: 0 25%;
  }
}

.input-group--ask .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.input-group--ask .btn,
.input-group--ask .form-control {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media (min-width: 640px) {

  .input-group--ask .btn,
  .input-group--ask .form-control {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

.input-group--ask .form-control {
  border-color: #FFF;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: box-shadow .3s ease-out;
}

.input-group--ask .form-control:hover {
  border-color: #FFF;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.input-group--ask .form-control:focus {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.9);
  border-color: #FFF;
}

.input-group__buttons {
  display: -ms-flexbox;
  display: flex;
}

.input-group__buttons .btn {
  -ms-flex: 1;
  flex: 1;
  margin: 4px;
}

/*  INPUT GROUP [END]  */
.js-expander__content {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-height: 0;
  margin-bottom: 0;
  min-height: 0;
  padding: 0;
  transition: max-height 0.5s ease-in-out 0.05s;
}

.js-expander--is-open .js-expander__content {
  transition: max-height 0.5s ease-in-out;
}

.js-expander__content>* {
  opacity: 0;
  transition: opacity 0.3s ease-in-out .0s, transform 0.3s ease-in-out .0s;
  transform: scale(0.8);
}

.js-expander--is-open .js-expander__content>* {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.2s, transform 0.3s ease-in-out 0.2s;
  transform: scale(1);
}

.ask-us {
  margin: -10px;
  padding-bottom: 50px;
  margin-bottom: -30px;
  width: calc(100% + 20px);
  min-height: 300px;
  transition: all 0.5s ease-in-out 0.3s;
  overflow: hidden;
}

.ask-us .tile-item {
  padding: 10px;
}

.ask-us .tile-item__content {
  padding: 20px 20px;
}

.ask-us__answer,
.ask-us__question {
  text-align: left;
}

.ask-us__answer p:before,
.ask-us__question p:before {
  font-family: Verdana;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85em;
  display: inline-block;
  float: left;
  line-height: 0.75;
  margin-right: 0;
  margin-top: 4px;
  opacity: 0.4;
  transform: scaleX(0.8);
  transform-origin: left center;
}

.ask-us__question {
  position: relative;
  box-shadow: -5px 15px 25px -10px rgba(0, 0, 0, 0.05);
}

.ask-us__question:after {
  position: absolute;
  z-index: 5;
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FFF;
  top: 100%;
  left: 18px;
}

.ask-us--is-open .ask-us__toggle {
  box-shadow: 0 0 0 1px #56585d inset;
  background: #56585d;
  color: #FFF;
}

.ask-us--hide-if-closed {
  min-width: 2em;
  display: none;
}

.ask-us--is-open .ask-us--hide-if-closed {
  display: inline-block;
}

.ask-us--hide-if-open {
  min-width: 2em;
  display: inline-block;
}

.ask-us--is-open .ask-us--hide-if-open {
  display: none;
}

.ask-us__question p:before {
  content: 'Q:';
  margin-left: -1px;
}

.ask-us__answer p:before {
  content: 'A:';
}

.ask-us__answer-text {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
  transform: scale(1) translateY(-10px);
}

.ask-us--is-open .ask-us__answer-text {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.3s;
  transform: scale(1);
}

.ask-us__answer-text p {
  margin: 0;
}

.ask-us__answer {
  overflow: hidden;
  position: relative;
  height: 0;
}

.ask-us--is-open .ask-us__answer {
  height: auto;
}

.ask-us__answer:before {
  content: '';
  background-color: hsl(240, 4%, 20%);
  transform: scaleY(0);
  transform-origin: top;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: transform 0.5s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s;
}

.ask-us--is-open .ask-us__answer:before {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 0.6s ease-in-out, opacity 0.4s ease-in-out 0.2s;
}

.isotope:after {
  display: block;
  clear: both;
  content: '';
}

.isotope .tile-item {
  float: left;
  width: 100%;
  will-change: transform, opacity;
}

@media (min-width: 375px) {
  .isotope .tile-item {
    width: 50%;
  }
}

@media (min-width: 640px) {
  .isotope .tile-item {
    width: 33.3333%;
  }
}

@media (min-width: 864px) {
  .isotope .tile-item {
    width: 25%;
  }
}

/* PRODUCT SPECIALS [START] */
.product-specials {
  margin-top: -0.5em;
  margin-bottom: -20px;
}

.product-special {
  background-color: #efeff5;
  padding-bottom: 4em;
  padding-top: 4.5em;
}

.product-special .ps-badge {
  font-size: 50%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

.product-special .container {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-special__disclaimer {
  font-family: 'MyriadPro-Cond';
  line-height: 1.25em;
  opacity: 0.8;
  margin: 0;
  font-size: 14px;
}

.product-special__image {
  margin-top: 0;
  padding-top: 8%;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.product-special__title {
  position: relative;
  color: #FFF;
}

.product-special__title h2 {
  font-size: 3em;
  line-height: .9;
  position: relative;
  max-width: 5em;
  margin-top: 0;
}

.product-special__title h2:after {
  content: "";
  display: block;
  margin: .25em 25% .25em 0;
  width: 75%;
  height: .1em;
  background-color: hsl(28, 100%, 47%);
}

.product-special--color-blue .product-special__title h2:after {
  background-color: hsl(194, 100%, 47%);
}

.product-special--color-red .product-special__title h2:after {
  background-color: hsl(355, 92%, 48%);
}

.product-special__title p {
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
  max-width: 16em;
}

.product-special__card {
  background-color: #FFF;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  padding: 2em;
  position: relative;
  -ms-flex: 1;
  flex: 1;
}

.product-special__card h4 {
  margin-top: 0;
  margin-bottom: 0.75em;
}

.product-special__card .logo {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.product-special__card .product-special__image {
  margin-top: 0;
  padding-top: 0;
}

.product-special__card .product-special__image>div {
  background-position: center;
}

.product-special__image>div {
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 250px;
}

.product-special__lhs {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  min-width: 310px;
  margin: 0 3% 0 2%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-special__rhs {
  margin: 0 3% 0 2%;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-special__full-width {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 2.5em 5% 0 2.25%;
}

.product-special__prices {
  padding: 3px 1.5em;
  z-index: 1;
}

.product-special__prices .btn {
  display: block;
}

.product-special--color-blue .product-special__prices .btn {
  background-color: hsl(194, 100%, 47%);
}

.product-special--color-blue .product-special__prices .btn:hover {
  background-color: hsl(194, 100%, 37%);
}

.product-special--color-red .product-special__prices .btn {
  background-color: hsl(355, 92%, 48%);
}

.product-special--color-red .product-special__prices .btn:hover {
  background-color: hsl(355, 92%, 38%);
}

.product-special__prices .price-img {
  padding: 0;
}

.product-special__prices .price-img {
  padding: 2.5em;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.product-special__prices ul {
  display: table;
  width: 100%;
  margin-bottom: 1.5em;
}

.product-special__prices ul li:not(:last-child) span {
  border-bottom: 1px solid rgba(0, 0, 10, 0.05);
}

.product-special__prices ul li {
  display: table-row;
}

.product-special__prices ul li span {
  display: table-cell;
  font-family: "MyriadPro-BoldCond";
  text-transform: uppercase;
  font-size: 1.3em;
  vertical-align: middle;
  padding: 0.4em 0;
  width: 50%;
  line-height: 1.1em;
}

.product-special__prices ul li span.price {
  font-family: "MyriadPro-BoldCond";
  text-align: right;
  font-size: 2.7em;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  padding-right: 0.475em;
}

.product-special__prices ul li span.price:before {
  text-transform: none;
  display: inline-block;
  content: '*';
  font-size: 1.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-125%);
  right: -0.2em;
  width: 1.2em;
  line-height: 0.85;
  text-align: left;
}

.product-special__prices ul li span.price:after {
  text-transform: none;
  display: inline-block;
  content: 'inc. GST';
  font-size: 1.15rem;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  right: 0.3em;
  width: 1.2em;
  line-height: 0.9;
  text-align: left;
  letter-spacing: 0.01em;
}

.product-special__prices ul li span b {
  display: inline-block;
  position: relative;
}

.product-special__prices ul li span b:before {
  content: '';
  width: calc(100% + 0.15em);
  height: 0.8em;
  background-color: hsl(28, 100%, 47%);
  position: absolute;
  z-index: -1;
  left: -0.1em;
  top: 0.18em;
  opacity: 0.3;
}

.product-special--color-blue .product-special__prices ul li span b:before {
  background-color: hsl(194, 100%, 47%);
}

.product-special--color-red .product-special__prices ul li span b:before {
  background-color: hsl(355, 92%, 48%);
  opacity: 0.2;
}

@media (max-width: 1200px) {
  .product-special__lhs {
    margin: 0;
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
  }

  .product-special__rhs {
    margin: 0 0 0 5%;
  }

  .product-special__full-width {
    margin: 2.5em 3% 0 0.5%;
  }
}

@media (max-width: 991px) {
  .product-special .ps-badge {
    font-size: 40%;
  }

  .product-special__image {
    margin: 3em 0;
  }

  .product-special__image div {
    min-height: 22em;
  }
}

.show--mobile {
  display: none;
}

@media (max-width: 768px) {
  .show--mobile {
    display: block;
  }

  .hide--mobile {
    display: none;
  }

  .product-special {
    background-color: #e1e1e4;
    padding-bottom: 2em;
    padding-top: 3em;
    overflow: hidden;
  }

  .product-special__card {
    position: static;
  }

  .product-special .ps-badge {
    font-size: 40%;
    transform: translate(50%, 20%);
  }

  .product-special .container {
    display: block;
  }

  .product-special__image>div {
    position: static;
  }

  .product-special__rhs {
    background-color: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    padding: 0;
    max-width: none;
    margin: 0;
  }

  .product-special__prices {
    padding: 2em 0 0 0;
  }

  .product-special__image {
    margin: 1em 0;
  }

  .product-special__lhs {
    min-width: auto;
    position: relative;
  }

  .product-special__image div {
    min-height: auto;
    padding-bottom: 80%;
  }
}

.product-special--light {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #efeff5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efeff5', GradientType=0);
}

.product-special--light .product-special__title {
  color: unset;
}

.product-special--light .ps-badge:after,
.product-special--light .ps-badge:before {
  opacity: 0.2;
}

@media (max-width: 768px) {
  .product-special--light {
    background-image: none;
    box-shadow: inset 0 -200px 100px -100px #efeff5;
  }

  .product-special--light .product-special__rhs,
  .product-special--light .product-special__card {
    box-shadow: none;
    padding: 0;
    background-color: transparent;
  }
}

.wysiwyg-text ul {
  margin-bottom: 1.75em;
}

.wysiwyg-text ul li {
  margin-bottom: .9em;
  position: relative;
  padding-left: 1.35em;
}

.wysiwyg-text ul li:before {
  content: "•";
  font-family: FontAwesome;
  font-size: .9em;
  padding: .2em .45em 0 0;
  color: hsl(28, 100%, 47%);
  position: absolute;
  left: 0;
  top: -0.1em;
}

.product-special--color-blue .wysiwyg-text ul li:before {
  color: hsl(194, 100%, 47%);
}

.product-special--color-red .wysiwyg-text ul li:before {
  color: hsl(355, 92%, 48%);
}

.product-special .wysiwyg-text ul li:before {
  content: "\f00c";
}

/* PRODUCT SPECIALS [END] */
.body-inner>section.container>h2 {
  margin-top: 0;
}

.container--padding {
  margin: 0 auto;
  padding: 20px;
}

@media (min-width: 550px) {
  .container--padding {
    padding: 6%;
  }
}

@media (min-width: 1024px) {
  .container--padding {
    padding: 60px;
  }
}

.container--padding .Bcrumbs {
  margin-top: -5px;
  margin-bottom: 30px;
}

.container--slim {
  max-width: 970px;
}

.container.container--fluid {
  max-width: 1170px;
  width: auto;
}

.negate-footer-padding {
  margin-bottom: -20px;
  padding-bottom: 20px;
}

.js-step-items[data-step-visible="1"] [data-step]:not([data-step="1"]) {
  display: none;
}

.js-step-items[data-step-visible="2"] [data-step]:not([data-step="2"]) {
  display: none;
}

.js-step-items[data-step-visible="4"] [data-step]:not([data-step="4"]) {
  display: none;
}

.js-step-items[data-step-visible="10"] [data-step]:not([data-step="10"]) {
  display: none;
}

.js-step-items[data-step-visible="15"] [data-step]:not([data-step="15"]) {
  display: none;
}

.js-step-items[data-step-visible="16"] [data-step]:not([data-step="16"]) {
  display: none;
}

.js-step-items[data-step-visible="17"] [data-step]:not([data-step="17"]) {
  display: none;
}

@media (min-width: 768px) {
  .career-copy {
    padding-right: 5%;
  }
}

.video-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  .video-grid {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.video-grid__item {
  width: 100%;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .video-grid__item {
    padding: 15px;
    width: 50%;
  }
}

.sub-features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  .sub-features {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.sub-features__item {
  width: 100%;
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .sub-features__item {
    padding: 15px;
    width: 50%;
  }
}

.sub-features__item .text-component {
  padding-left: 15px;
}

.sub-features__item figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sub-features__item img {
  display: block;
  width: 96px;
}

a.color-white:focus {
  color: #FFF;
}

.Bcrumbs.theme--red {
  color: hsl(355, 92%, 48%);
}

.Bcrumbs.theme--red a:hover {
  color: hsl(355, 92%, 48%);
}

.Bcrumbs.theme--red li:after {
  color: #CCC;
}

.hero--overlay:before {
  opacity: 0;
}



/* ELECTRIC */
.hero-banner-extended .hero-banner--generic .hero-content{
	position: absolute;
	top:55%;
	left:0;
	transform: translate(0,-60%);
	width:100%;
	text-align:center;
}
.hero-banner-extended .hero-banner--generic .hero-content h2{
	position:relative;
	margin-top:0;
	transform:none;
	letter-spacing:-2px;
	font-size: 80px;
	line-height: 82px;
	max-width:800px;
	margin:0 auto 10px;
  	font-family: 'MyriadPro-Cond';
	padding-left:20px;  
	padding-right:20px;  
}
.hero-banner-extended .hero-banner--generic .hero-content h4{
  	font-family: 'MyriadPro-Cond';
	color:#fff;
	margin-bottom:5px;
	max-width:800px;
	margin:0 auto 10px;
	padding-left:20px;  
	padding-right:20px;  
	text-shadow: 0 0 15px rgba(0,0,0,.4), 0 0 10px rgba(0,0,0,.4);
}
.hero-banner-extended .hero-banner--generic .hero-content p{
	color:#fff;
	margin-bottom:5px;
	font-size:18px;
	line-height:24px;
	max-width:800px;
	margin:0 auto 15px;
	padding-left:20px;  
	padding-right:20px;  
	text-shadow: 0 0 15px rgba(0,0,0,.4), 0 0 10px rgba(0,0,0,.4);
}
.hero-banner-extended .hero-banner--generic .hero-content a{
	background-color:#e84d14;
	color:#fff;
	padding:8px 20px;
	text-transform:uppercase;
  	font-family: 'MyriadPro-BoldCond';
	font-size:22px;
	line-height:24px;
	max-width:800px;
	display:inline-block;
}
.hero-banner-extended .hero-banner--generic .hero-content a:hover{
	opacity:0.7;
}
.hero-banner-extended .hero-banner--generic .hero-content h4::before {
  background:#fff;
  content: "";
  display: inline-block;
  height: 1px;
  width: 10%;
  max-width: 5.125rem;
  margin: 11px 10px 8px 0;
}
.hero-banner-extended .hero-banner--generic .hero-content h4::after {
  background:#fff;
  content: "";
  display: inline-block;
  height: 1px;
  width: 10%;
  max-width: 5.125rem;
  margin: 11px 0 8px 10px;
}
.landing-product-container{
	display:flex;
	flex-wrap:wrap;
	padding:50px 0 30px;
}
.landing-product-container .heading-container{
	width:100%;
}
.landing-product-container .heading-container h2{
	border-bottom: 1px solid #bdbdbd;
	font-size: 30px;
	line-height: 1.1;
	margin:10px auto 50px;
	text-align: left;
	display:block;
	float:left;
}
.landing-product{
	width:25%;
	padding:0 10px 20px;
}
.landing-product img{
	margin:0 auto;
	display:block;
	height:150px;
}
.landing-product h3{
	font-size:22px;
	line-height:22px;
	color: #686868;
	padding-right:20px;
}
.landing-product a:hover h3{
	color: #f26a21;
}
.landing-product h3::before {
  display: block;
  content: "";
  background-color: #f26a21;
  height: 3px;
  width: 50px;
  margin-bottom: 12px;
}
.landing-product .btn-container {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
	z-index: 2;
	-ms-filter: "alpha(opacity=0)";
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.landing-product a{
	position:relative;
	display:block;
}
.landing-product a:hover img{
	opacity:0.1;
}
.landing-product a:hover .btn-container {
	bottom: 50%;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}
.landing-product a .btn-container span{
	background-color: #f26a21;
	font-size: 18px;
	width: 130px;
	color: #fff;
	border-radius:0;
}
.landing-content-row{
	display:flex;
}
.landing-content-block{
	width:50%;
	padding:20px 50px 50px;
}
.landing-content-block h3{
	margin-bottom:30px;
	color: #7c7c7c;
	font-size: 40px;
	line-height: 1em;
	font-family: 'MyriadPro-Cond';
}
.landing-content-block h3::before {
  display: block;
  content: "";
  background-color: #f26a21;
  height: 3px;
  width: 50px;
  margin-bottom: 12px;
}
.landing-content-block p{
	font-size:16px;
	line-height:22px;
	margin:0 0 20px;
}
.landing-content-block ul{
	font-size:16px;
	line-height:22px;
	margin:0 0 20px 0px;
	position:relative;
}
.landing-content-block ol li{
	margin-bottom:10px;
	position:relative;
}
.landing-content-block ul li{
	margin-bottom:10px;
	position:relative;
	padding-left: 20px;
}
.landing-content-block ul li::before{
	content: '';
	width: 14px;
	height: 14px;
	display: block;
	border-radius: 50%;
	left: 0;
	top:3px;
	background: #f35900;
	position: absolute;
	margin-bottom:10px;
}
.landing-content-block ol{
	font-size:16px;
	line-height:22px;
	margin:0 0 20px 20px;
	list-style:decimal;
}
.landing-content-image{
	width:50%;
	background-size:cover;
	background-position:center center;
}
.landing-product-container{
	padding:20px 0;
}
.landing-content-block .button-block{
	background-color: #f26a21;
	font-size: 18px;
	color: #fff;
	border-radius:0;
	margin-top:20px;
}
.landing-content-block .button-block:hover{
	transform:none;
	opacity:0.7;
}
.hero.hero--flexible{
	margin:0 0 40px;
/*
	height:500px;
	background-size:cover!important;
	background-repeat:no-repeat!important;
	background-position:center top!important;
	padding-left:20px;
	padding-right:20px;
*/
}
.hero.hero--flexible img{
	width:100%;
	height:auto;
}
.hero__content.hero__content--flexible{
	position: absolute;
	top:40%;
	left:0;
	transform: translate(0,-50%);
	width:100%;
	text-align:center;
}
.hero--flexible h3{
	margin:0;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,.4), 0 0 7px rgba(0,0,0,.4);
}
.hero--flexible h3::before {
  background:#fff;
  content: "";
  display: inline-block;
  height: 1px;
  width: 10%;
  max-width: 5.125rem;
  margin: 11px 10px 8px 0;
}
.hero--flexible h3::after {
  background:#fff;
  content: "";
  display: inline-block;
  height: 1px;
  width: 10%;
  max-width: 5.125rem;
  margin: 11px 0 8px 10px;
}
.hero--flexible h1{
	margin:0 0 10px!important;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,.4), 0 0 7px rgba(0,0,0,.4);
}
.hero--flexible p{
	margin:0 0 30px;
	color:#fff;
	font-size:16px;
	line-height:22px;
	text-shadow: 0 0 10px rgba(0,0,0,.4), 0 0 7px rgba(0,0,0,.4);
}
.hero__cta.btn{
	background-color: #f26a21;
	font-size: 18px;
	color: #fff;
	border-radius: 0;
}
.hero__cta.btn:hover{
	transform:none;
	opacity:0.7;
}
.left-block a{
	display:block;
	height: 100%;
}
.left-block{
	height:400px;
	background-size:cover!important;
	background-repeat:no-repeat!important;
	background-position:center bottom!important;
	text-align:center;
	padding:10px 20px 0;
	position:relative;
}
.left-block::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.left-block a {
	position:relative;
}
.left-block a h4{
	color:#fff;
	padding:30px 0 0;
	margin:0 0 5px;
  	font-family: 'MyriadPro-Cond';
	font-size:22px;
	line-height:22px;
}
.left-block a h3{
	color:#fff;
	padding:0;
	margin:0 0 20px;
	font-size: 48px;
	line-height: 48px;
}
.left-block a:hover h4{
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,.6), 0 0 7px rgba(0,0,0,.6);
}
.left-block a:hover h3{
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,.6), 0 0 7px rgba(0,0,0,.6);
}
.bumpers.bumpers--padded .row{
	display:flex;
	padding-bottom:20px;
}
.bumpers.bumpers--padded .row .col{
	width:50%;
	padding:20px;
}
.left-block a h4::before {
  background:#fff;
  content: "";
  display: inline-block;
  height: 1px;
  width: 10%;
  max-width: 5.125rem;
  margin: 11px 10px 8px 0;
}
.left-block a h4::after {
  background:#fff;
  content: "";
  display: inline-block;
  height: 1px;
  width: 10%;
  max-width: 5.125rem;
  margin: 11px 0 8px 10px;
}

@media (max-width: 1200px) {
	.left-block{
		height:300px;
	}
}
@media (max-width: 1024px) {
	.landing-product-container{
		padding:30px 20px 30px;
	}
	.landing-product{
		width:33.3333%;
	}
	.landing-content-row{
		display:block;
	}
	.landing-content-block{
		width:100%;
	}
	.landing-content-image{
		width:100%;
		height:400px;
	}
}
@media (max-width: 992px) {
	.left-block{
		height:250px;
	}
}
@media (max-width: 768px) {
	.hero-banner-extended.for-mobile .hero-content{
		position: relative;
		top:0;
		left:0;
		transform:none;
		width:100%;
		text-align:center;
		background-color:#e84d14;
		padding:25px 0 30px;
	}
	.hero-banner-extended .hero-banner--generic .hero-content h2{
		font-size:40px;
		line-height:40px;
		max-width:800px;
		text-shadow:none;
		letter-spacing:-1px;
	}
	.hero-banner-extended .hero-banner--generic .hero-content h4{
		color:#fff;
		max-width:800px;
		margin:0 auto 10px;
		text-shadow:none;
	}
	.hero-banner-extended .hero-banner--generic .hero-content p{
		color:#fff;
		font-size:16px;
		line-height:22px;
		text-shadow:none;
	}
	.hero-banner-extended .hero-banner--generic .hero-content a{
		color:#e84d14;
		background-color:#fff;
	}
	.landing-product{
		width:50%;
	}
	.landing-product h3{
		font-size:18px;
		line-height:18px;
	}
	.landing-content-image{
		height:300px;
	}
	.hero.hero--flexible{
		/*height:400px;*/
	}
	.left-block{
		height:500px;
	}
	.left-block a h4{
		color:#fff;
		padding:30px 0 0;
		margin:0 0 5px;
		font-family: 'MyriadPro-Cond';
		text-shadow: 0 0 10px rgba(0,0,0,.4), 0 0 7px rgba(0,0,0,.4);
		font-size:22px;
		line-height:22px;
	}
	.left-block a h3{
		color:#fff;
		padding:0;
		margin:0 0 20px;
		font-size:36px;
		line-height:36px;
		text-shadow: 0 0 10px rgba(0,0,0,.4), 0 0 7px rgba(0,0,0,.4);
	}
	.bumpers.bumpers--padded .row{
		display:block;
		padding-bottom:40px;
	}
	.bumpers.bumpers--padded .row .col{
		width:100%;
		padding-bottom:0;
	}
}
@media (max-width: 600px) {
	.landing-content-block{
		padding:20px 0px 50px;
	}
	.hero.hero--flexible{
		/*height:350px;*/
	}
	.hero--flexible h3{
		font-size:18px;
		line-height:18px;
	}
	.hero--flexible h3::before {
		display:none;
	}
	.hero--flexible h3::after {
		display:none;
	}
	.hero--flexible h1{
		font-size:50px!important;
		line-height:50px!important;
	}
	.left-block{
		height:350px;
	}
}
@media (max-width: 450px) {
	.landing-product{
		width:100%;
		padding:0 10px 35px;
	}
	.bumpers.bumpers--padded .row .col{
		padding-left:10px;
		padding-right:10px;
	}
	.left-block{
		height:300px;
	}
}
@media (max-width: 400px) {
	.hero-banner-extended .hero-banner--generic .hero-content h4::before {
		display:none;
	}
	.hero-banner-extended .hero-banner--generic .hero-content h4::after {
		display:none;
	}
}


.intro-content h3{
	color:#666;
	text-transform:none;
	font-size:28px;
	line-height:32px;
}
.intro-content p{
	color:#666;
	font-size:16px;
	line-height:22px;
}
.intro-content strong{
	display:inline-block;
	background-color:#EB0A1D;
	color:#fff;
	padding:5px 10px;
	font-size:38px;
	line-height:38px;
	font-weight: 300;
	font-family: 'MyriadPro-BoldCond';
	margin:8px 0 15px 0;
}
.intro-left{
	width:30%;
	float:left;
	padding-right:20px;
}
.intro-right{
	width:70%;
	float:left;
	padding-left:40px;
}
.testimonial-panel{
	margin-left:-10px;
	margin-right:-10px;
}
.testimonial-item{
	width:33.33333%;
	float:left;
	padding:0 10px;
}
.testimonial-item h2{
	text-align:center;
	text-transform:none;
	font-size:22px;
	line-height:24px;
	max-width:200px;
	margin:0 auto 10px;
}
.testimonial-item-image img{
	width:100%;
}
.testimonial-item-image{
	position:relative;
	aspect-ratio: 1 / 0.8;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.testimonial-item-image::after{
	content:"";
  	width: 0; 
  	height: 0; 
  	border-left: 14px solid transparent;
  	border-right: 14px solid transparent;
  	border-bottom: 22px solid #EB0A1D;
	bottom:0;
	position: absolute;
	left:12px;
}
.testimonial-item-quote{
	background-color:#EB0A1D;
}
.testimonial-item-quote{
	padding:15px 20px;
}
.testimonial-item-quote p{
	color:#fff;
	margin-bottom:24px;
	font-size:20px;
	line-height:26px;
	font-family: 'MyriadPro-BoldCond';
}
.testimonial-item-quote h5{
	color:#fff;
	text-align:right;
}
.bf-panel .career-icon{
	max-width:100%;
	height:auto;
	aspect-ratio: 1 / 0.8;
	background-size:cover;
}
.bf-panel .tile-item p {
	max-width:80%;
	margin:0 auto;
}
.bf-panel .tile-item a {
	color:#EB0A1D;
	text-decoration:underline;
}
.bf-panel .tile-item a:hover {
	text-decoration:none;
	color:#EB0A1D;
  	background-color:transparent;
}
.bf-panel h2{
	color:#EB0A1D;
}
.booking-form h2{
	text-transform:none;
	text-align:center;
	margin-bottom:30px;
	font-size:30px;
	line-height:34px;
	max-width:600px;
	padding-top:0;
	margin:0 auto 40px;
}
.book-panel{
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:30px;
}
.book-column{
	width:20%;
	float:left;
	padding:0 10px;
}
.book-column select{
	width:100%;
	background-color:#fff;
	margin:0;
	border:0;
	padding:10px 12px;
	border-radius:4px!important;
}
.book-column input{
	width:100%;
	background-color:#fff;
	margin:0;
	border:0;
	padding:10px 12px;
	border-radius:4px!important;
}
.book-column input.book-session-next{
	background-color:#EB0A1D;
	color:#fff;
	padding:10px 0;
	width:100%;
	margin:0;
	border:0;
	border-radius:4px!important;
	font-size:20px;
	line-height:20px;
	font-weight: 300;
	font-family: 'MyriadPro-BoldCond';
	text-transform:uppercase;
}
.book-column input.book-session-submit{
	background-color:#EB0A1D;
	color:#fff;
	padding:10px 0;
	width:100%;
	margin:0;
	border:0;
	border-radius:4px!important;
	font-size:20px;
	line-height:20px;
	font-weight: 300;
	font-family: 'MyriadPro-BoldCond';
	text-transform:uppercase;
}
.promotional-panel{
	margin-left:-10px;
	margin-right:-10px;
}
.promotional-item{
	float:left;
	width:33.33333%;
	padding:0 10px; 
	position:relative;
}
.promotional-item-inner{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	background-color:#000;
	aspect-ratio: 0.9 / 1;
}
.promotional-item-content{
	padding-top:40px;
	bottom:0;
	position: absolute;
	width:100%;
	padding:0 25px 40px;
	z-index:150;
}
.promotional-item-content h2{ 
	color:#fff;
	font-size:32px;
	line-height:32px;
	margin-bottom:12px;
}
.promotional-item-content p{ 
	color:#fff;
	text-transform:uppercase;
	font-size:22px;
	line-height:22px;
	margin:0 0 26px;
	font-weight: 300;
	font-family: 'MyriadPro-Cond';
	text-transform:uppercase;
}
.promotional-item-inner-bg{
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.4;
	z-index:100;
	background-color:#000;
}
.promotional-item-content a{ 
	background-color:#EB0A1D;
	color:#fff;
	padding:10px 20px;
	width:100%; 
	margin:20px 0 0;
	border:0;
	font-size:20px;
	line-height:20px;
	font-weight: 300;
	font-family: 'MyriadPro-BoldCond';
	text-transform:uppercase;
}
.book-panel-2{
	display:none;
}
.please-wait{
	text-align:center;
	font-size:12px;
	line-height:12px;
	color:#666;
	width:100%;
	display:none;
	margin:6px auto;
}
.booking-response-message{
	text-align:center;
	width:100%;
}
h2.red-heading-color{
	color: #EB0A1D;
}
.container.container--fluid.job-cats-box{
	max-width:990px;
}
.custom-job-list .btn.btn--accent{
	float:left!important;
	padding:0.5em 0!important;
	text-align:center!important;
	width:100%;
	text-transform:none;
	max-width:280px;
}
.custom-job-list li{
	padding-right:0;
	border-top:none!important;
	padding-top:0;
}
.custom-job-list .jobs-list__label{
	float:left!important;
	width:70%;
	padding-top:4px;
}
.custom-job-list .btn.btn--accent span{
	font-size:18px;
	line-height:18px;
	padding-top:0;
}
.custom-job-list .btn.btn--accent span span{
	text-transform:uppercase;
}
.intro-content-outer{
	padding-top:30px;
}
.intro-content-outer{
	padding-bottom:0;
}
.intro-content-category h2{
	font-size:32px;
	line-height:36px;
}
.intro-content-category h3{
	margin-bottom:5px;
	color: #EB0A1D;
	text-transform:uppercase;
	font-size:28px;
	line-height:34px;
	margin-top:20px;
}
.intro-content-category p{
	font-size:20px;
	line-height:26px;
	color:#000;
}
.intro-content-category2{
	max-width:900px;
	margin:0 auto;
}
@media (max-width: 1024px) {
	.bf-panel .tile-item p {
		max-width:100%;
		margin:0 auto;
	}
}
@media (max-width: 992px) {
	.intro-content h3{
		margin-top:0;
	}
	.intro-left{
		width:100%;
		float:none;
		padding-right:0;
		padding-bottom:20px;
	}
	.intro-right{
		width:100%;
		float:none;
		padding-left:0;
	}
	.promotional-item-content h2{ 
		font-size:28px;
		line-height:28px;
	}
	.promotional-item-content p{ 
		font-size:20px;
		line-height:20px;
	}
}
@media (max-width: 767px) {
	.promotional-item{
		float:none;
		width:100%;
		margin-top:30px;
	}
	.promotional-item-content h2{ 
		font-size:32px;
		line-height:32px;
	}
	.promotional-item-content p{ 
		font-size:22px;
		line-height:22px;
	}
	.promotional-item:nth-child(1){
		margin-top:0;
	}
	.book-column:nth-child(1),
	.book-column:nth-child(2),
	.book-column:nth-child(3),
	.book-column:nth-child(4){
		width:40%;
		padding-bottom:10px;
	}
	.book-column:nth-child(5){
		width:20%;
	}
}
@media (max-width: 600px) {
	.testimonial-item{
		width:100%;
		float:none;
		padding:0 10px;
		margin-top:30px;
	}
	.testimonial-item:nth-child(1){
		margin-top:0;
	}
}
@media (max-width: 500px) {
	.book-column:nth-child(1),
	.book-column:nth-child(2),
	.book-column:nth-child(3),
	.book-column:nth-child(4){
		width:50%;
		padding-bottom:10px;
	}
	.book-column:nth-child(5){
		width:100%;
	}
	.book-column:nth-child(5) input{
		width:auto;
		padding-left:30px;
		padding-right:30px;
	}
}

.section-left img{
	max-width:100%;
}






/* NEW NAV START */
.navigation.small .company-nav,
.company-nav{
	background-color:#000;
	height:auto;
	padding-top:0;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:15px;
	overflow:hidden;
}
.company-nav .comp1 ul{
	margin:10px 0 0;
}
.company-nav .comp2 ul{
	margin:0 0 0;
}
.company-nav .comp1 li{
	float:left;
	margin:0;
	padding:0;
	font-size:15px;
	line-height:15px;
	text-transform:uppercase;
	color:#fff;
}
.company-nav .comp2 li{
	float:left;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
}
.navigation.small .company-nav .comp1 a,
.company-nav .comp1 a{
	background-color:#fff;
	border-radius:5px 5px 0 0;
	padding:4px 10px 2px 10px;
	margin:0 3px;
	font-size:15px;
	line-height:15px;
	text-transform:uppercase;
	color:hsl(240, 4%, 20%); 
}
.navigation.small .company-nav .comp2 a:hover,
.company-nav .comp2 a:hover{
	color: var(--col-orange);
}
.navigation.small .company-nav .comp1 a.active,
.company-nav .comp1 a.active{
	color:#EB0A1D;
}
.navigation.small .company-nav .comp2 a,
.company-nav .comp2 a{
	margin:0 0 0 8px;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	color:#fff;
}
.comp1{ 
	float:left;
}
.comp2{
	float:right;
	padding-top:6px;
}
.navigation {
  padding-top:0px;
  padding-bottom: 10px;
} 
.brand 	img{
	height:60px;
}
.nav-list {
  	display: block;
  	padding-top:28px;
}
.header-contact {
  	top:29px;
  	text-shadow:none;
}
#header-sroll.small {
  	height: 91px;
}
.navigation.small .brand 	img{
	height:40px;
}
#header-sroll.small .brand {
  	line-height: 50px;
	width: 90px;
}
.navigation.small .header-contact {
  	top:17px;
}
#header-sroll.small .nav-list {
  padding-top: 12px;
}
.company-nav .comp1 li.nav1-label{
	padding-right:5px;
}
nav ul li {
  	padding: 0 5px;
	font-size: 18px;
}
#header-sroll {
  	height: 110px;
}
.header-contact .social-header-icons i,
.social-header-icons i {
  	font-size: 26px;
  	line-height: 26px;
}
.header-contact .social-header-icons i:hover,
.social-header-icons i:hover{
	color: var(--col-orange);
}
.social-header-icons {
  	width: auto;
}
.social-mobile{
	display:none;
}
ul.nav-list.active{
	display:none;
}
.mobile-corporate-block{
	display:none;
}
.drop-menu .caret{
	display:none;
}
@media (max-width: 989px) {
	.navigation .header-contact {
		display:none;
	}
	.nav-mobile {
		top:28px;
		height:58px;
		width:60px;
	}
	#nav-toggle {
  		left:15px !important;
  		top:15px !important;
  		padding: 10px 55px 16px 0px !important;
	}
	#nav-toggle span, #nav-toggle span::before, #nav-toggle span::after {
  		width:30px !important;
	}
	#header-sroll.small #nav-toggle {
  		top: 15px !important;
	}
	#header-sroll.small .nav-mobile{
		height:58px;
	}
	ul.nav-list{
		margin-left:0;
	}
	.active .social-header-icons.social-mobile{
		display:block;
		margin-top: 10px;
		margin-left: 5px;
	}
	.mobile-corporate-block{
		background-color:#333;
		padding:10px 10px 10px 10px;
		color:#fff;
		text-transform:uppercase;
		margin-bottom:10px;
		font-size:16px;
		line-height:22px;
	}
	ul.nav-list{
		padding-top:90px;
	}
	.mobile-corporate-block a:hover{
		color:#fff;
		font-size:16px;
	}
	.comp2{
		display:none;
	}
	.company-nav{
		display:none;
	}
	.nav-mobile {
		top:0;
	}
	#header-sroll.small{
  		height:63px;
	}
	nav ul li{
		font-size:18px;
		line-height:24px;
	}
	#header-sroll.small .brand{
		margin-top:0;
		line-height: 50px;
	}
	#header-sroll.small .brand img{ 
		height: 60px;
		width:auto;
		max-width:none;
	}
	.active .mobile-corporate-block{
		display:block;
	}
	.drop-menu .caret{
		display:none;
	}
	.slimScrollDiv{
		display:none;
	}
  	#header-sroll, .no-hero #header-sroll {
    	background-color:transparent;
  	}
}
@media (max-width: 550px) {
	.brand img {
  		top:0px;
		width:auto;
	}
	nav ul li a {
 		padding:0;
	}
	#header-sroll.small .brand img{
		height: 60px;
		width:auto;
		max-width:none;
	}
}
/* NEW NAV END */

 
 

 
/* M4M NEW START */
.custom-job-list .btn.btn--accent.new-button-m4m{
	background: hsl(355, 92%, 38%);
	float:none!important;
	margin:0 auto;
	display:block;
}
.custom-job-list input.btn.btn--accent.new-button-m4m{
	background: hsl(355, 92%, 38%);
	float:none!important;
	margin:0 auto;
	display:block;
	height: auto;
	border: none;
	font-family: 'MyriadPro-Cond';
	outline: none;
	transition: all 0.2s ease;
	will-change: transform;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.35em;
	padding-left: 20px!important;
	padding-right: 20px!important;
	margin-top:20px;
}
.custom-job-list .btn--accent.new-button-m4m:hover,
.custom-job-list input.btn.btn--accent.new-button-m4m:hover {
  background: hsl(240, 4%, 20%);
  color:#fff;
}
.m4m-banner{
}
.m4m-banner img.desktop-m{
	margin:0 auto;
	display:block;
	max-width:100%;
}
.m4m-banner img.mobile-m{
	margin:0 auto;
	display:block;
	max-width:100%;
	display:none;
}
.contact-m4m{
	text-align:center;
	font-size:20px;
	line-height:24px;
	font-family: 'MyriadPro-Cond';
}
.contact-m4m a{
	color: #EB0A1D;
}
.career-copy .testimonial a{
	color: #EB0A1D;
	text-decoration:underline;
}
.career-copy .testimonial a:hover{
	color: hsl(28, 100%, 47%);
} 
#apply {
    display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}
@media (max-width: 767px) {
	.m4m-banner img.mobile-m{
		display:block;
	}
	.m4m-banner img.desktop-m{
		display:none;
	}
}
/* M4M NEW END */

 


.partnerships{
	background-image:url(../images/partnerships-bg2.jpg);
	background-position:right top;
	min-height:900px;
}
.partnerships-heading h2{
	font-size:60px;
	line-height:54px;
	padding:0;
	margin:0;
}
.partnerships-heading{ 
	background-color:#000000;
	margin-top:200px;
	float:left;
	padding:20px 30px 0 50px;
	position:relative;
	height:150px;
	box-sizing:border-box;
	width:620px;	
}
.partnerships-heading:after{
	content:"";
	width: 0;
	height: 0;
	right:-75px;
	top:0;
	position:absolute;
	border-style: solid;
	border-width: 150px 75px 0 0;
	border-color: #000000 transparent transparent transparent;
}
.partnerships-intro{
	margin:250px 100px 0 0;
	width:450px;
	float:right;
}
.white-part{
	color:#fff;
}
.orange-part{
	color:#F5821F;
}
.partnerships-subheading{
	text-align:center;
	background-color:#F5821F;
	padding:25px 20px;	
}
.partnerships-subheading h3{
	color:#000;
	padding:0;
	margin:0;
	font-size:35px;
	line-height:30px;
}
.partnerships-partners{
	text-align:center;
	max-width:1280px;
	padding:0 15px 40px;
	margin:0 auto;
}
.partnerships-partner{
	width:calc(33.333333% - 10px);
	float:left;
	vertical-align:top;
	margin:0 5px 30px;
}
.partnerships-partners.partner-more-3 .partnerships-partner{
	width:calc(25% - 10px);
	margin-bottom:30px;
}
.partnerships-partner-imagebox{
	background-color:#E8E8E8;
	margin-bottom:25px;
	padding:20px 20px;
}
.partnerships-partner-imagebox img{
	max-width:200px;
	width:100%;
}
.partnerships-text{
	padding:50px 20px 40px;
	max-width:660px;
	margin:0 auto;
	text-align:center;
}
.footer-last-row p{
	color:#fff;
}
.footer-last-row img{
	max-width:140px;
	height:auto;
	padding-top:15px;
}
.footer-last-row-1 p{
	max-width:60%;
	float:left;
	padding-top:20px;
}
.footer-last-row-1{
	padding-top:20px;
}
.footer-last-row-2 img{
	padding-left:20px;
}
.footer-last-row-2 p{
	width:100%;
	float:none;
	padding-top:0;
}
.footer-last-row-2{
	float:right;
}
@media (max-width: 1280px) {
	.partnerships-heading{
		margin-top:140px;
		width:500px;
	}
	.partnerships-heading h2{
		font-size:50px;
		line-height:44px;
	}
	.partnerships-heading{
		height:140px;
		padding:25px 10px 0 40px;
	}
	.partnerships-heading:after{
		right:-70px;
		border-width: 140px 70px 0 0;
	}
	.partnerships-intro{
		margin:200px 40px 0 0;
		width:350px;
		float:right;
	}
	.partnerships-partners.partner-more-3 .partnerships-partner{
		width:calc(33.333333% - 10px);
	}
}
@media (max-width: 1000px) {
	.partnerships-heading{
		margin-top:100px;
		height:100px;
		padding:15px 10px 0 40px;
		width:400px;
	}
	.partnerships-heading h2{
		font-size:40px;
		line-height:34px;
	}
	.partnerships-heading:after{
		right:-50px;
		border-width: 100px 50px 0 0;
	}
	.partnerships-intro{
		clear:both;
		margin:40px 80px 0 0;
		width:450px;
	}
	.partnerships-subheading h3{
		font-size:25px;
		line-height:20px;
	}
}
@media (max-width: 800px) {
	.partnerships-partners.partner-more-3 .partnerships-partner{
		width:calc(50% - 10px);
	}
}
@media (max-width: 767px) {
	.footer-last-row-2{
		float:none;
		width:100%; 
		clear:both;
		margin:20px auto 80px;
	}
	.footer-last-row-1 p{
		float:none;
		width:100%;
		max-width:100%;
	}
	.footer-last-row-2 p{
		margin:0 auto;
		text-align:center;
	}
	.footer-last-row-2 img{
		margin:0 auto;
		display:block;
	}
}
@media (max-width: 600px) {
	.partnerships{
		background-position:right -200px top;
		min-height:900px;
		overflow:hidden;
	}
	.partnerships-intro{
		clear:both;
		margin:30px 40px 0 0;
		width:320px;
	}
	.partnerships-heading{
		margin-top:100px;
		height:100px;
		padding:15px 10px 0 20px;
		width:400px;
	}
	.partnerships-partner{
		width:100%;
		float:left;
		vertical-align:top;
		margin:0 5px 20px;
	}
}
@media (max-width: 400px) {
	.partnerships{
		background-position:left -1560px top;
	}
	.partnerships-intro{
		width:100%;
		margin:30px 0 0 0;
		float:none;
		box-sizing:border-box;
		padding-left:20px;
		padding-right:20px;
		padding-top:15px;
	}
	.partnerships-heading h2{
		font-size:28px;
		line-height:28px;
	}
	.partnerships-heading{
		height:90px;
		padding:15px 10px 0 20px;
		width:100%;
	}
}





/* SEO FIXES START */
.hero-slider{
	overflow:hidden;
}
.hero-banner{
	overflow:hidden;
}
.hero-slider{  
  & > .slider-item:not(:first-child) {
    display: none;
  }
}
.hero-slider{  
  & > .slider-item-image:not(:first-child) {
    display: none;
  }
}
.product-slider-home{  
  & > .product-slide-item:not(:first-child) {
    display: none;
  }
}
.hero-slider > .slider-item:not(:first-child) {
	 display: none;
}
.hero-slider > .slider-item-image:not(:first-child) {
	 display: none;
}
.product-slider-home > .product-slide-item:not(:first-child) {
	 display: none;
}
  
/* SEO FIXES END */




/* RESPONSIVE LOGO FIXES START */
.social-header-icons.social-mobile{
	width:100%;
}
.social-header-icons.social-mobile a{
	margin-bottom:8px;
}
.social-header-icons.social-mobile .comp2{
	display:block;
	float:none;
	margin-top:15px;
	clear:both;
	background-color: #333;
	padding:8px 0 4px 8px; 
}
.social-header-icons.social-mobile .comp2 ul{
	padding-left:0;
	margin-left:0; 
}
.social-header-icons.social-mobile .comp2 ul li{
	padding-left:0; 
	margin-left:0;
	padding-bottom:0px; 
	width:100%;
}
.social-header-icons.social-mobile .comp2 ul li a{
	float:none;
	margin-bottom:4px;
}
.social-header-icons.social-mobile .comp2 ul li i{
	width:22px;
	font-size:20px;
	line-height:20px;
	text-align:center;
}
@media screen and (max-width: 600px) {
	.brand img {
		height:40px; 
	}
	.brand {
		line-height: 50px; 
	}
	#header-sroll.small .brand img{
		height:40px; 
	}
	.nav-mobile { 
  		height: 48px; 
  		width: 50px;
	}
	#nav-toggle {
  		left: 11px !important;
  		top: 11px !important;
	}
}
/* RESPONSIVE LOGO FIXES END */





/* FORM FIXES START */
.form-control{
	border: 1px solid hsl(240, 1%, 83%);
	box-shadow:none;
}
.form-control.error{
	border: 1px solid #F30;
	box-shadow:none;
	outline:none;
}
select.form-control{
	font-family: 'MyriadPro-Cond', Arial;
	font-size: 14px;
	padding: 4px 4px;
	height:auto;
}
select.form-control option{
	font-family: 'MyriadPro-Cond', Arial;
	font-size: 14px;
}
.form-control:focus{
	border: 1px solid hsl(240, 1%, 83%);
	box-shadow:none;
}
.captcha.col-md-8.error{
	outline:none;
}
.captcha.col-md-8 #captchaError{
	display:block;
	float:none!important;
}
.captcha.col-md-8.error #captchaError{
	color:#F30;
}
.captcha.col-md-8 #error{
	display:block;
	color:#F30!important;
}
.captcha.col-md-8.error #error{
	color:#F30!important;
	display:block;
}
/* FORM FIXES END */


 





/* H1 FIXES START */
.hero-banner--subcategory hgroup h1 {
  font-size: 44px;
  line-height: 46px;
  font-family: 'MyriadPro-BoldCond';
  color: #ffffff;
  width: 380px;
  padding: 15px 0 0;
  margin: 0; 
}



.product-banner-content h1 {
  font-family: 'MyriadPro-Cond';
  color: #313131;
  font-size: 50px;
  line-height: 45px;
  padding: 0;
    padding-top: 0px;
  margin: 0 0 25px;
}
.product-banner-content h1 {
  padding-top: 10px;
  font-size: 35px;
  line-height: 39px;
}
.product-banner-content h1 {
  padding-top: 10px;
  font-size: 35px;
  line-height: 39px;
}
@media screen and (max-width: 660px) {
  #banner-text-pdt-btm h1 {
    font-size: 28px;
    line-height: 32px;
  }
}



.hero-banner--generic h1 {
  color: #ffffff;
  font-size: 80px;
  line-height: 82px;
  font-family: 'MyriadPro-Cond';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%); 
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}
.hero-banner--generic h1.service-banner-heading {
  line-height: 65px;
  text-transform: uppercase;
}
.news-detail .section-left h1{
	  font-size: 2.5em; 
	  line-height:1em;
	  margin-bottom:25px;
}
.partnerships-heading h1 {
  font-size: 60px;
  line-height: 54px;
  padding: 0;
  margin: 0;
} 
.hero-banner-extended .hero-banner--generic .hero-content h1{
	margin-top: 0;
	transform: none;
	letter-spacing: -2px;
	font-size: 80px;
	line-height: 82px;
	max-width: 100%;
	width: 100%;
	margin: 0 auto 10px;
	font-family: 'MyriadPro-Cond';
	padding-left: 20px;
	padding-right: 20px;
	transform: translate(0,-50%);
}
h1.fl-h1{
	font-weight: 300;
	font-family: 'MyriadPro-BoldCond';
	color: #e58a09;
	font-size: 47px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 0 0 50px 0;
}
@media (max-width: 1280px) { 
  .partnerships-heading h1 {
    font-size: 50px;
    line-height: 44px; 
  }
}
@media (max-width: 1000px) {
  .partnerships-heading h1 {
    font-size: 40px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1023px) {
  .hero-banner--generic h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
	h1.fl-h1{
		font-size: 34px;
		line-height:40x;
	}
}
@media screen and (max-width: 565px) {
  .hero-banner--generic h1 {
    font-size: 30px;
    line-height: 38px;
    top: 40%;
  }
}
@media screen and (max-width: 550px) {
  .hero-banner--generic h1 {
    top: 40%;
  }
}
@media (max-width: 400px) {
  .partnerships-heading h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
/* H1 FIXES END */ 





/* FEATURED BOX START */ 
.featured-boxes{
	padding:30px 0 20px;
}
.featured-box{
	width:23.5%; /* 23.5 2 23. 2 23 2 23 */
	margin:0 2% 0 0;
	float:left;
	background-color:var(--col-orange);
	padding:20px 20px 30px;
	text-align:center;
	color:#fff;
}
.featured-box h3{
	line-height:26px;
	font-size:28px;
}
.featured-box h2{
	margin-bottom:10px;
	font-size:50px;
}
.featured-box h2 img{
	max-height:40px;
}
.featured-box:first-child{
	margin-left:0;
}
.featured-box:last-child{
	margin-right:0;
}
@media screen and (max-width: 767px) {
	.featured-box{
		width:49%; /* 23.5 2 23. 2 23 2 23 */
		margin:0 2% 2% 0;
		background-color:#e17422;
		padding:20px 20px 25px;
		text-align:center;
		color:#fff;
	}
	.featured-box:nth-child(2){
		margin-right:0;
	}
	.featured-box:nth-child(3){
		margin-left:0;
	}
}
@media screen and (max-width: 500px) {
	.featured-box h2 img{
		max-height:35px;
	}
	.featured-box{
		padding:15px 15px 20px;
	}
	.featured-box h3{
		line-height:22px;
		font-size:20px;
	}
	.featured-box h2{
	margin-bottom:7px;
		font-size:40px;
	}
}
/* FEATURED BOX END */ 





