/* 
    Document   : Jobsite
    Created on : Jan 28, 2021, 2:56:50 PM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

#MainNav li a#IntegrityLink {
  color: #0085ca;
  }


.ThreeQuarter {
  float: left;
  width: 63.63636363636364%; /* 700px / 1100px */
  margin: 20px 0;
  }
.ThreeQuarter p {
  line-height: 1.75em;
  }

.OneQuarter {
  float: right;
  width: 31.81818181818182%; /* 350px / 1100px */
  margin: 20px 0;
  }
.OneQuarter img {
  display: block;
  margin: 0 auto;
  border: 0;
  }
.OneQuarter a img:hover {
  opacity: .7;
  }


.VideoLinks {
  padding: 110px 0 10px 0;
  }
.VideoLinks a.BotBut {
  display: block;
  position: relative;
  width: 100%;
  max-width: 500px;
  background: #e47100;
  font-size: 24px;
  line-height: 1.5em;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 20px auto;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 5px solid #e7e8e8;
  outline: 1px solid #000;
  }
.VideoLinks a.BotBut:hover {
  background: #000;
  }

.VLbox {
  margin: 10px 0 0 0;
  text-align: center;
  }
.VLbox li {
  display: inline-block;
  width: 15%;
  background: #fff;
  margin: 0 .5% 50px .5%;
  box-sizing: border-box;
  border: 2px solid #747679;
  }
.VLbox li:nth-child(4) {
  clear: left;
  }
.VLbox li a {
  position: relative;
  display: block;
  text-decoration: none;
  }
.VLbox li a.LMbut {
  display: block;
  background: #0085ca;
  width: 125px;
  font-size: 13px;
  line-height: 1.3em;
  color: #fff;
  font-weight: 700;
  margin: 15px auto 25px auto;
  padding: 5px 0;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  }
.VLbox li a.LMbut:hover {
  background: #000;
  }
.VLbox li img {
  display: block;
  border: 0;
  opacity: .9;
  }
.VLbox li a:hover img {
  opacity: 1;
  }
.VLbox li h2 {
  text-align: center;
  font-size: 14px;
  color: #646769;
  font-weight: 700;
  margin: 20px 5px;
  text-transform: uppercase;
  min-height: 75px;
  }


.Elevate {
  position: relative;
  background: #999b9c url(../images/TrainingCenter.jpg) no-repeat center top;
  background-size: contain;
  padding: 100px 0 30px 0;
  }
.Elevate .EleWords {
  width: 80%;
  margin: 0 0 0 10%;
  background: rgba(255,255,255,.8);
  border: 10px solid #0085ca;
  box-sizing: border-box;
  }
.Elevate .EleWords h2 {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin: 20px 20px 10px 20px;
  text-transform: uppercase;
  }
.Elevate .EleWords p {
  font-size: 28px;
  line-height: 1.75em;
  margin: 20px 20px 10px 20px;
  }


.Video212 {
  background: #646769;
  padding: 50px 0 20px 0;
  }
.Video212 h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: uppercase;
  }

.Video212 ul {
  text-align: center;
  }
.Video212 li {
  display: inline-block;
  width: 31%;
  max-width: 370px;
  margin: 0 1% 20px 1%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f0f1+0,c7c9cb+100 */
background: #f0f0f1; /* Old browsers */
background: -moz-linear-gradient(top,  #f0f0f1 0%, #c7c9cb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f0f0f1 0%,#c7c9cb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f0f0f1 0%,#c7c9cb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f1', endColorstr='#c7c9cb',GradientType=0 ); /* IE6-9 */
  box-sizing: border-box;
  border: 2px solid #000;
  }
.Video212 a {
  display: block;
  position: relative;
  text-decoration: none;
  }
.Video212 img {
  display: block;
  margin: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  }
.Video212 a svg {
  position: absolute;
  top: 60%;
  left: 50%;
  margin: -31px 0 0 -31px;
  color: rgba(0,133,292,.7);
  }
.Video212 a:hover svg {
  color: #c91426;
  }
.Video212 a span {
  display: block;
  color: #646769;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 5px 0 5px;
  }
.Video212 a span.BcolTop {
  min-height: 40px;
  }
.Video212 a span.BcolBot {
  padding: 10px 5px 10px 5px;
  }


@media screen and (max-width: 1210px) {
.VLbox li h2 {
  min-height: 90px;
  }
}
@media screen and (max-width: 1075px) {
.Video212 li {
  width: 46%;
  }
}
@media screen and (max-width: 1050px) {
.VLbox li h2 {
  min-height: 50px;
  }
.VLbox li {
  width: 32%;
  }
}
@media screen and (max-width: 900px) {
.ThreeQuarter {
  float: none;
  width: 100%;
  }
.OneQuarter {
  float: none;
  width: 100%;
  }
.VLbox li {
  width: 40%;
  margin: 0 4.5% 50px 4.5%;
  }
}
@media screen and (max-width: 800px) {
.Video212 li {
  float: none;
  width: 100%;
  margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 685px) {
.VLbox li {
  width: 47%;
  margin: 0 1.2% 50px 1.2%;
  }
.VLbox li h2 {
  font-size: 15px;
  margin: 20px;
  }
}
@media screen and (max-width: 580px) {
.VLbox li {
  display: block;
  width: 100%;
  max-width: 347px;
  margin: 0 auto 50px auto;
  }
.Elevate .EleWords p {
  font-size: 18px;
  }
}