﻿#Home_Index .banner {
  background-size: cover;
  background-position: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: large;
}
#Home_Index .banner .btn {
  text-transform: uppercase;
  border-radius: 10px;
  background-image: none;
  text-shadow: none;
  font-kerning: none;
  font-size: large;
}
#Home_Index .banner .btn-primary {
  background-color: #007ac2;
  border-color: #007ac2;
}
#Home_Index .banner .btn-primary:hover {
  background-color: #005a8f;
}
#Home_Index .banner .btn-default {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}
#Home_Index .banner .btn-default:hover {
  background-color: rgba(255, 255, 255, 0.25);
  text-shadow: inherit;
}
#Home_Index .background {
  background: url("../../Content/Images/XMT_350_Rack.png") no-repeat 0 0;
  position: relative;
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -30px;
  display: block;
  height: 576px;
  background-position: top right;
}
#Home_Index #wrapper {
  z-index: 10;
  overflow: hidden;
  height: 574px;
}
#Home_Index #slide {
  position: relative;
  left: -1724px;
  height: 576px;
  -webkit-animation: slide 1.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 1.5s forwards;
}
#Home_Index .homeText {
  z-index: 50;
  position: absolute;
  width: 100%;
}
#Home_Index .homeText .loginButton {
  background-color: #007AC3;
}
#Home_Index section {
  font-family: 'Franklin Gothic', 'Arial Narrow', Arial, sans-serif;
}
#Home_Index section p {
  color: #4d4d4d;
}
#Home_Index section h1,
#Home_Index section h2,
#Home_Index section h3,
#Home_Index section h4,
#Home_Index section h5,
#Home_Index section h6 {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  border-top: #99877d solid 2px;
  padding-top: 10px;
  color: #4d4d4d;
}
#Home_Index section h1,
#Home_Index section h2,
#Home_Index section h3,
#Home_Index section h4,
#Home_Index section h5,
#Home_Index section h6,
#Home_Index section a {
  text-transform: uppercase;
}
#Home_Index section a {
  color: #e9a201;
  font-size: 16px;
}
#Home_Index section a:after {
  content: '>';
}
#Home_Index #safetyModuleInfo {
  margin-left: 0px;
  margin-right: 0px;
  background-color: #000;
  color: #FFF;
  display: inline-flex;
  padding: 10px;
}
#Home_Index .newSafetyCourseline1 {
  font-weight: bold;
  font-size: 3.75em;
}
#Home_Index .newSafetyCourseline2 {
  line-height: 1em;
  /*height: 2.25em;*/
  font-size: 1.5em;
}
#Home_Index .newSafetyCourseline3 {
  padding-top: 10px;
  line-height: 1em;
  /*height: 2.25em;*/
  font-size: 1em;
  font-style: italic;
}
@-webkit-keyframes slide {
  100% {
    left: 0;
  }
}
@keyframes slide {
  100% {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .ansiImage {
    height: 50%;
    width: auto;
  }
}
@media (max-width: 991px) {
  .ansiImage {
    max-height: 200px;
    width: auto;
  }
}