.hero_container_tmk {
  position:relative;
  width:100%;
  overflow: hidden;
  padding-bottom: 4vw;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.video_container_tmk {
  padding:56.25% 0 0 0;
  position:absolute;
  overflow: hidden;
  width: 100%;
}
.hero_top_spacer {
  width: 100%;
  height: 17vw;
}
.poster-image {
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 1.0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.video_container_tmk iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.hero_content_container_tmk {
  width: 100%;
  max-width: 1660px;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.hero_title_tmk {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.4vw;
  line-height: 1em;
  padding: 7px 30px 9px;
}
@media only screen and (min-width: 1920px) {
  .hero_title_tmk {
    font-size: 46px;
  }
}
.title_one_tmk {
  display: inline-block;
  padding-left: 250px;
  margin-bottom: 8px;
  opacity: 0;
  animation: SlideFromRight 500ms ease 0s 1 normal forwards;
}
.title_two_tmk {
  margin-left: 220px; 
  display: inline-block;
  padding-right: 168px;
  margin-bottom: 18px;
  opacity: 0;
  animation: SlideFromRight 500ms ease 200ms 1 normal forwards;
}
.title_one_tmk.no_second_line {
  top: calc(40% + 1.6em);
}
.hero_flexbox {
  display: flex;
  margin: 8px 0 50px 250px;
}
.flex_column_one {
  flex: 2;
}
.flex_column_two {
  flex: 1;
  position: relative;
}
.hero_text_tmk {
  color: #fff;
  font-family: 'Source Code Pro', monospace;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  animation: FadeIn 1s ease 400ms 1 normal forwards;
  padding-right: 5vw;
}
.hero_button_tmk:hover, .hero_button_tmk:active {
  text-decoration: none;
}
.hero_vid_gradient {
  position: absolute;
  top: 36vw;
  width: 100%;
  height: 200px;
  transform: translateY(-200px);
}
.hero_solid_color_cover {
  position: absolute;
  top: 36vw;
  width: 100%;
  height: 500px;
  background-color: var(--darkblue);
}
.hero_container_tmk .overlay { 
  display:inline-block; width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  animation: FadeIn 1s ease 200ms 1 normal forwards;
}
@media only screen and (min-width: 1921px) {
  .hero_container_tmk {
    background-size: 1920px auto;
    background-position: right top;
  }
}
@media only screen and (min-width: 1754px) {
  .hero_vid_gradient {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0) translate3d(0, 0, 0);
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: translate(0, 0) translate3d(0, 0, 0);
  }
  .hero_solid_color_cover {
    display: none;
  }
}
@media only screen and (max-width: 1760px) {
  .hero_content_container_tmk {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1660px) {
  .title_one_tmk {
    padding-left: 15vw;
  }
  .title_two_tmk {
    padding-right: 10vw;
    margin-left: calc(15vw - 30px);
  }
  .hero_text_tmk {
    margin-top:0;
    padding-right: 75px;
  }
  .hero_flexbox {
    margin-left: 15vw;
  }
}
@media only screen and (max-width: 1343px) {
  .hero_title_tmk {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero_content_container_tmk {
    width: 100%;
  }
  .video_container_tmk {
    width: 100vw;
  }
  .title_one_tmk {
    top: 40%;
    padding-left: 8vw;
  }
  .title_two_tmk {
    margin-left: calc(8vw - 30px);
  }
  .hero_flexbox {
    margin-left: 8vw;
  }
}
@media only screen and (max-width: 1023px) {
  .hero_container_tmk {
    background-size: 100% auto;
  }
  .hero_text_tmk {
    min-width: 0;
    font-size: .86em;
    padding-right: 66px;
    margin-bottom: 10px;
  }
  .hero_flexbox {
    display: block;
    padding-right: 33px;
  }
  .flex_column_two {
    text-align: right;
  }
  .hero_button_tmk {
    margin-top: 20px!important;
    left: auto;
    right: 10vw;
  }
  .button_shadow_tmk {
    left: auto;
    right: 10vw;
    margin-left: 0;
    margin-right: -13px;
    margin-top: 28px!important;
  }
}
@media only screen and (max-width: 960px) {
  .video_container_tmk {
    display: none;
  }
  .hero_container_tmk {
    padding-bottom: 50px;
  }
  .hero_vid_gradient {
    height: 100px;
    transform: translateY(-100px);
  }
}
@media only screen and (max-width: 700px) {
  .hero_text_tmk {
    min-width: 0;
    padding-right: 0;
  }
  .lmcta_unit.num_2, .lmcta_unit.num_4 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 650px) {
  .hero_container_tmk {
    background-size: 140% auto;
    background-position: right top;
  }
  .hero_flexbox {
    top: calc(40% + 5.5em);
  }
  .hero_top_spacer {
    height: 150px;
  }
  .hero_solid_color_cover, .hero_vid_gradient {
    top: 50vw;
  }
}
@media only screen and (max-width: 440px) {
  .hero_text_tmk {
    display: none;
  }
  .hero_title_tmk {
    font-size: 28px;
  }
  .title_one_tmk {
    margin-bottom: 10px;
  }
  .title_two_tmk {
    margin-left: 0;
  }
}

@keyframes SlideFromRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
