/*******************************
 * HERO Back to Work STYLES
 ******************************/
.hero-backtowork {
  min-height: 480px;
  background-color: rgba(30, 77, 81, 0.4);
  background-blend-mode: hard-light;
  overflow: hidden;
  padding: 0; }
  .hero-backtowork .text-yellow {
    color: #feda65; }
  .hero-backtowork-container {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem; }
  .hero-backtowork__content {
    color: #fff;
    margin: 1em 0;
    width: 100%; }
  .hero-backtowork__title {
    line-height: 1;
    margin: 0 0 1rem 0;
    font-size: 48px; }
  .hero-backtowork__text {
    font-size: 16px;
    line-height: 1.3; }
    .hero-backtowork__text strong {
      text-transform: uppercase; }
  .hero-backtowork__action {
    width: 100%;
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #06a7e0;
    padding: 0.3em 1rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 1rem 0;
    border-left: 1rem solid #feda65;
    display: flex;
    justify-content: space-between; }
  .hero-backtowork__action::after {
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 1.5rem;
    color: #fff;
    padding-left: 1rem; }
  .hero-backtowork__action:hover {
    background-color: #2a3b7c;
    color: inherit; }

@media screen and (min-width: 500px) {
  .hero-backtowork__content {
    width: 80%;
    padding-right: 2em;
    margin: 2em 0; } }

@media screen and (min-width: 600px) {
  .hero-backtowork__content {
    width: 60%;
    padding-right: 2em;
    margin: 2em 0; }
  .hero-backtowork__text {
    font-size: 18px; } }

@media screen and (min-width: 960px) {
  .hero-backtowork__title {
    font-size: 60px; }
  .hero-backtowork__content {
    width: 60%;
    padding-right: 2em;
    margin: 2em 0; } }

@media screen and (min-width: 1000px) {
  .hero-backtowork {
    min-height: 660px; }
    .hero-backtowork-container {
      max-width: 1220px;
      margin: 0 auto; }
    .hero-backtowork__title {
      font-size: 72px; }
    .hero-backtowork__content {
      width: 480px; } }

@media screen and (min-width: 1200px) {
  .hero-backtowork__content {
    margin-right: 100px; } }

/*** Video Styles ***/
.hero-video .hero-backtowork__content {
  z-index: 2; }

.video-overlay {
  background: rgba(30, 77, 81, 0.4);
  background-image: linear-gradient(90deg, rgba(30, 77, 81, 0.1), rgba(30, 77, 81, 0.8));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }

.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%; }
