body {
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 20px;
}
@media (min-width: 720px) {
  h3 {
    font-size: 24px;
  }
}

strong {
  font-weight: 800;
}
.bt-content {
  padding: 40px 10px;
  width: 100%;
  max-width: 930px;
  color: rgb(0, 51, 153);
  text-align: center;
}

.bt-cta {
  width: 100%;
  max-width: 600px;
  margin-bottom: 120px;
  padding: 0 10px;
}

.bt-red {
  color: rgb(210,35,42);
}
.bt-bg-red {
  background-color: #003F72;
}

.bt-arrow {
  width: 90px;
}

.bt-page {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  perspective: 1px;
  perspective-origin: 0 0;
  position: relative;
}

.bt-parallax {
  width: 100%;
  z-index: -1;
  background-image: url("/web/20200106211717im_/https://protectconstructiontraining.org/img/industry_train.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  transform-origin: 0 0;
  transform: translateZ(-2px) scale(3);
}
@media (min-width: 720px) {
  .bt-parallax {
    background-position: center left;
    background-image: url("/web/20200106211717im_/https://protectconstructiontraining.org/img/industry_train.png");
  }
}

.bt-container {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 720px) {
  .bt-container {
    width: 720px;
    max-width: inherit;
    padding-left: 20px;
    padding-right: 20px;
  }
  #btContent .bt-container,
  #btDisclaim .bt-container {
    width: 600px;
  }
}

#btHero {
  background-color: rgba(0,0,0,0.2);
}
#btHero .bt-arrow svg {
  filter: drop-shadow( 2px 2px 4px black );
}
.bt-hero, .bt-parallax {
  height: 100vh;
}
@media (min-width: 576px) {
  .bt-hero, .bt-parallax {
    height: 80vh;
  }
}

.bt-hero-text {
  font-size: 26px;
  font-weight: 900;
  color: #e8e310;
  text-align: center;
  text-shadow: 0px 0px 25px rgba(0,0,0,0.95);
  margin-top: 0px;
}
@media (min-width: 376px) {
  .bt-hero-text {
    font-size: 28px;
  }
}
@media (min-width: 720px) {
  .bt-hero-text {
    font-size: 40px;
  }
}
.bt-logo {
  width: 210px;
}
@media (min-width: 992px) {
  .bt-logo {
    position: absolute;
    top: 0;
    left: 5%;
  }
}

#btContent {
  background-color: #fff;
}
#btContent p {
  font-size: 15px;
}

#btAction form {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 800px) {
  #btAction form {
    padding-left: 140px;
    padding-right: 140px;
  }
}
.bt-action-inset {
  background-color: rgb(143,15,18);
  padding: 12px 10px;
  line-height: 1.2em;
}
.bt-btn {
  background-color: rgb(255,242,0);
  color: rgb(143,15,18);
  font-size: 18px;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
}

.form-control {
  font-size: 16px;
  color: black;
  background-color: rgb(238,218,218);
}
.form-control:focus
{
  border-color: rgb(143,15,18);
  box-shadow: 0 0 0 0.2rem rgba(143,15,18, 0.25);
}

#btDisclaim {
  background-color: black;
  color: #fff;
}
#btDisclaim p {
  font-size: 12px;
}
/*
 * Text edit by mosaic
 */
 .mos-relative {
  position: relative;
}
.mos-text {
  background-color: white;
  padding: 30px 20px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%
}
@media (min-width: 800px) {
  .mos-text {
    background-color: white;
    padding: 30px 15% 30px 20px;
    text-transform: uppercase;
    position: absolute;
    bottom: 6%;
    right: 0;
    width: auto;
  }
}
.mos-text h1 {
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 800px) {
  .mos-text h1 {
    font-size: 4.5em;
    font-weight: bold;
    text-align: left;
  }
}
.mos-text h1.blue {
  color: #004270;  
}
@media (min-width: 800px) {
  .mos-text h1.blue {
    letter-spacing: 3px;
  }
}
.mos-text h1.orange {
  color: #f7901e;
}


.bt-red {
  color: rgb(204, 0, 51);
}

.bt-extra-bold {
  font-weight: 800;
}

.bt-logo {
  width: 202px;
  margin: 50px 0;
}


.bt-btn {
  min-width: 300px;
  width: 100%;
  font-size: 20px;
  color: white;
  background-color: rgb(204, 0, 51);
  padding: 20px 5px;
  border-radius: 8px;
  border:5px #fff!important;
}

.bt-btn:hover,
.bt-btn:focus,
.bt-btn:active {
  background-color: rgb(178, 0, 42);
  box-shadow: 2px 2px 25px 0.2rem rgba(0,0,0, 0.3);
  transition: box-shadow 0.2s ease-out;
  color: white;

}

.bt-cta .bt-spacer {
  height: 30px;
  width: 0px;
}

@media (min-width: 860px) {
  .bt-cta {
    max-width: 860px;
    display: flex;
  }
  .bt-btn {
        margin-right: 15px;
    margin-left: 15px;
    width: auto;
    font-size: 23px;
    padding: 20px 15px;
    line-height: 1.2em;
     font-weight: 200
  }
  .bt-cta .bt-spacer {
    width: 36px;
  }
}
/*
     FILE ARCHIVED ON 21:17:17 Jan 06, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:31:48 Feb 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.858
  exclusion.robots: 0.064
  exclusion.robots.policy: 0.048
  esindex: 0.014
  cdx.remote: 12.541
  LoadShardBlock: 188.678 (3)
  PetaboxLoader3.resolve: 111.602 (4)
  PetaboxLoader3.datanode: 129.918 (4)
  load_resource: 70.424
*/