/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
*{
margin:0;
  padding:0;
  box-sizing:border-box;
}
body {
  font-family: trade-gothic-lt,serif;
  margin:auto;
  color: #f8f9fa;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
}
.container_100{
width:100%
}
.container{
max-width:1200px;
margin:auto;
}
/* START CUSTOM FONTS*/
/* Trade Gothic LT*/
@font-face {
    font-family: 'TradeGothic';
    src: url('https://safety.mechanix.com/hubfs/21349710/fonts/Trade-Gothic-LT.eot');
    src: url('https://safety.mechanix.com/hubfs/21349710/fonts/Trade-Gothic-LT.eot?#iefix') format('embedded-opentype'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/Trade-Gothic-LT.woff2') format('woff2'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/Trade-Gothic-LT.woff') format('woff'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/Trade-Gothic-LT.ttf')  format('truetype'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/Trade-Gothic-LT.svg#TradeGothic') format('svg');
    font-weight: 400;
}

@font-face {
    font-family: 'TradeGothic-Ext';
    src: url('https://safety.mechanix.com/hubfs/21349710/fonts/TradeGothicLT-Extended.eot');
    src: url('https://safety.mechanix.com/hubfs/21349710/fonts/TradeGothicLT-Extended.eot?#iefix') format('embedded-opentype'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/TradeGothicLT-Extended.woff2') format('woff2'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/TradeGothicLT-Extended.woff') format('woff'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/TradeGothicLT-Extended.ttf')  format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'TradeGothic-Ext';
    src: url('https://safety.mechanix.com/hubfs/21349710/fonts/TradeGothicLT-BoldExtended.eot');
    src: url('https://safety.mechanix.com/hubfs/21349710/fonts/TTradeGothicLT-BoldExtended.eot?#iefix') format('embedded-opentype'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/TradeGothicLT-BoldExtended.woff2') format('woff2'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/TradeGothicLT-BoldExtended.woff') format('woff'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/TradeGothicLT-BoldExtended.ttf')  format('truetype');
    font-weight: 700;
}

/* United Sans Reg BOLD */
@font-face {
    font-family: 'UnitedSansReg';
    src: url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Bold.eot');
    src: url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Bold.eot?#iefix') format('embedded-opentype'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Bold.woff2') format('woff2'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Bold.woff') format('woff'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Bold.ttf')  format('truetype'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Bold.svg#UnitedSansReg') format('svg');
    font-weight: 700;
}

/* United Sans Reg BLACK */
@font-face {
    font-family: 'UnitedSansReg';
    src: url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Black.eot');
    src: url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Black.eot?#iefix') format('embedded-opentype'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Black.woff2') format('woff2'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Black.woff') format('woff'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Black.ttf')  format('truetype'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Black.svg#UnitedSansReg-') format('svg');
    font-weight: 900;
}

/* United Sans Reg MEDIUM */
@font-face {
    font-family: 'UnitedSansReg';
    src: url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Medium.eot');
    src: url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Medium.eot?#iefix') format('embedded-opentype'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Medium.woff2') format('woff2'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Medium.woff') format('woff'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Medium.ttf')  format('truetype'),
         url('https://safety.mechanix.com/hubfs/21349710/fonts/UnitedSansReg-Medium.svg#UnitedSansReg') format('svg');
    font-weight: 400;
}
/* END CUSTOM FONTS*/
/* Background Color */
#banner {
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
#banner p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin:auto;
  
}
.logo{
padding:10px 0;
}
.logo img{
 display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;

max-width:100px;
}
.Column2 img {
  width: 100%;
  height: auto;
  display: block;
}
#form{
  position:absolute;
  top: 60px;
  
  
  
  
}
#form .form__body {
  position: absolute;
  margin:auto;
  top: -1rem;
  left: -4rem;
  width: 350px;
  background: #000;
  box-shadow: 0 12px 20px 0 rgba(17, 17, 17, 0.075);
  border-radius: 0px;
  height: auto;
  overflow: hidden;
  z-index: 99;
  display: block;
  padding: 10;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive iframe{
  width: 100%;
  height: 500px;
} 
/* Section paddings */
.Column2 {
  padding-bottom: 5rem; 
}
.Column2.col2Pad-1 {
  padding-top: 15rem;
}
.Column2.col2Pad-2 {
  padding-top: 8rem;
}
.Column2.col2Pad-3 {
  padding-top: 8rem;
}
.Column2.col2Pad-4 {
  padding-top: 8rem;
}
@media screen and (max-width: 992px) {
  .Column2 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  }
  #banner {
    padding: 15.75rem 0;
}
@media screen and (max-width: 992px) {
    #banner {
        padding: 5rem 0 !important;
    }
}
#videoMod {
    padding: 2rem 0;
}
@media screen and (max-width: 768px) {
    #videoMod {
        padding: 4rem 0 !important;
    }
}
#cards {
    padding: 15rem 0;
}
@media screen and (max-width: 768px) {
    #cards {
        padding: 4rem 0 !important;
    }
}
#Column3 {
    padding: 2rem 0;
}
@media screen and (max-width: 768px) {
    #Column3 {
        padding: 4rem 0 !important;
    }
}
#quotes {
    padding: 5rem 0;
}
@media screen and (max-width: 768px) {
    #quotes {
        padding: 4rem 0 !important;
    }
}
#customerLogo {
    padding: 2rem 0;
}
@media screen and (max-width: 768px) {
    #customerLogo {
        padding: 4rem 0 !important;
    }
.embed-responsive iframe{
  width: 100%;
  height: 350px;
}
}

@media screen and (max-width: 650px) {
.embed-responsive iframe{
  width: 100%;
  height: 300px;
}
}


/* CSS added & fix */
a{
  -webkit-appearance: none !important;
}
body {
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
@media screen and (max-width: 768px) {
.container {
    padding: 0 3rem;
}
}
h6 {
  letter-spacing: 2px;
}
#cards .cardBtn {
  cursor: pointer;
  text-decoration: none;
  border: none;
}
#quotes .quoteH4 {
  padding: 4rem 0 0;
}
#quotes .quotesSpeakerPart {
  padding-top: 5.5rem;
}
#Column3 .Column3__col .Column3__speaker-img.radi50 img {
 border-radius: 50% !important;
}
#Column3 .Column3__col .Column3__speaker-img.radi0 img {
 border-radius: 0% !important;
}
#breadCrumbs {
  background: #ecf5ff;
  padding: 1rem 0 1.2rem;
}
#breadCrumbs p, 
#breadCrumbs a,
#breadCrumbs .container div {
  color: #007bff;
  display: inline-block;
  margin: 0;
  text-align: left;
  font-size: 1.45rem;
  vertical-align: middle;
}
#breadCrumbs a.breadCr-current {
  color: #0C5197;
}

#breadCrumbs p.breadCr-bar {
  font-size: 1.35rem;
  vertical-align: middle;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

body {
  box-sizing: border-box; }

.container {
  padding: 0 5rem; }


@media screen and (max-width: 768px) {
  .container {
    padding: 0 2rem; } }

a.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #ffff01;
  border-color: #ffff01;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform:uppercase;
  border-radius:0px;
  transition: .3s;
  padding: 1rem 4.75rem;
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle; }
  a.btn:before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0%;
    transition: .15s linear;
    z-index: -1;
}
  a.btn:hover:before {
    height: 100%; }
  a.btn:hover {
    color: #fff;
    border-color: #000; 
}

a {
  text-decoration: none;
  color: #ffff01;
font-weight:600;}
  a:hover {
    color: inherit; }

.form__body {
  background-color: #fff;
  margin: 0 auto;
  border-radius: 15px;
  padding: 3rem; }

.form__size {
  padding: 0 2rem;
  display: flex;
  justify-content: center; }

@media screen and (max-width: 992px) {
  .form__body h3 {
    padding: 0 2rem; } }

* {
  font-family: 'Lato', sans-serif; }

p {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #fff; }

ul, li {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color:#ffffff;
  }

ul li {
  margin-left: 1.75rem;
  margin-bottom: .75rem; }
  ul li:last-child {
    margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif; }

h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 400; }


h2 {
  font-size: 3rem;
  line-height: 1.2; }

h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .05rem;
  color: #fff; }

h4 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  line-height: 1.33; }

h5 {
  font-size: 2rem;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  color: #2E4859;
  line-height: 1.33; }

h6 {
  font-size: 1.45rem;
  color: #ffff01;
  font-style: normal;
  font-weight: 300;
  line-height: 1.33;
  text-transform: uppercase;
  letter-spacing: 1px; }

#banner h1,
#banner h1 span {
  color: #fff; }

#banner p {
  color: #fff;
  font-size: 1.68rem;
  line-height: 1.5; }

.Column2 p, .Column2 ul, .Column2 li {
  font-size: 1.75rem;
  color: #fff;
 }

#videoMod h1 {
  color: #fff; }

.cardBox {
  position: relative; 
}
  .cardBox h5 {
    font-size: 1.55rem;
    font-weight: 600;
    margin-top: 2rem !important; }
  .cardBox p {
    font-size: 1.45rem;
    line-height: 1.55;
    margin-bottom: 2rem; }

   .card_readmore a {
    font-size: 1.45rem;
    color: #ffff01;
    position: relative; }
    .card_readmore a:hover {
      text-decoration: none !important; 
      color:#555;
}
      .card_readmore a:before {
      content: '';
      position: absolute;
      width: 0%;
      height: 1px;
      bottom: -.7px;
      left: 0;
      background-color: #ffff01;
      transition: .25s; }
      .card_readmore a:hover:before {
      width: 100%; }

#Column3 p, #Column3 h1, #Column3 h4, #Column3 h5 {
  text-align: center; }

#Column3 h1{
margin-bottom: 1.5rem;
}
#Column3 p {
  margin-top: .5rem;
  margin-bottom: 0; }

#Column3 h4 {
  font-weight: 700;
  margin: 1.5rem auto 2rem;
}

#Column3 .Column3__link p {
  font-weight: 500;
  text-transform: uppercase; }


@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.75rem; }
  #statBoxes {
    text-align: center; } }

#quotes p, #quotes h6 {
  color: #007BFF; }

#quotes .quoteH4 h4 {
  font-weight: 400;
  font-family: inherit;
  line-height: 1.5; }

@media screen and (max-width: 768px) {
  #quotes .quoteH4 h4 {
    font-size: 1.75rem;
    line-height: 1.5; } }


#banner {
  padding: 12.75rem 0;
  height: auto;
  position: relative; }

#form {
  position: relative; }
  #form .form__body {
    position: absolute;
    top: -8rem;
    left: -2rem;
    width: 320px;
    background: rgba(76, 175, 80, 0.3)
    box-shadow: 0 12px 20px 0 rgba(17, 17, 17, 0.075);
    border-radius: 9px;
    padding: 5rem;
    height: 60rem;
    overflow: hidden; }

@media screen and (max-width: 992px) {
  #banner {
    padding: 5rem 0; }
  #form .form__body {
    position: relative;
    top: 0;
    left: 0rem;
    width: 100%;
    margin: 3rem auto 0; } }

.Column2 {
  padding-top: 17rem;
  padding-bottom: 15rem; }
  .Column2 .col2-text-ml {
    margin-left: 4rem; }
  .Column2 .col2-text-mr {
    margin-right: 4rem; }
  .Column2 img {
    width: 100%;
    height: auto;
    display: block; }

@media screen and (max-width: 992px) {
  .Column2 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
    .Column2 .col2-text-ml {
      margin-left: 0; }
    .Column2 .col2-text-mr {
      margin-right: 0; }
    .Column2 .col2-text {
      margin-left: 0; } }

#videoMod {
  padding: 8rem 0; }

@media screen and (max-width: 768px) {
  #videoMod {
    padding: 4rem 0; } }

#cards {
  padding: 8rem 0; }
  #cards .cardBox {
    max-width: 35rem;
    padding: 4rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 20px 0 rgba(255, 255, 255, 0.2);
    transition: .5s;
    width: 100%;
    height: 100%;
    border-radius: 5px; }
    #cards .cardBox img {
      width: 4rem;
      height: 4rem;
      display: block; }
    #cards .cardBox:hover {
      box-shadow: 0 42px 54px rgba(255, 255, 255, 0.2); }

@media screen and (max-width: 768px) {
  #cards {
    padding: 4rem 0; } }

#Column3 {
  padding: 8rem 0;
}
  #Column3 #Column3__headline {
    margin-bottom: 5rem; }
  #Column3 .Column3__col .Column3__speaker-img {
    text-align: center; }
    #Column3 .Column3__col .Column3__speaker-img img {
      width: 20rem;
      height: auto;
      display: block;
      margin-bottom: 1.75rem;
      margin: 0 auto;
      border-radius: 50%;
      box-shadow: 0 12px 20px 0 rgba(255, 255, 255, 0.075); }

@media screen and (max-width: 768px) {
  #Column3 {
    padding: 4rem 0; } }

#customerLogo {
  padding: 8rem 0; }
  #customerLogo .customerLogo__logo img {
    width: 100%;
    max-width: 20rem;
    height: auto;
    display: block;
    margin: 0 auto; }

@media screen and (max-width: 768px) {
  #customerLogo {
    padding: 4rem 0; } }




.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto; 
padding:0;}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px; } }



.hs-form{
  padding:20px 0;
}
.form__top {
  text-align:center;
}
.hs-form-field{
  width:100%;
}
.hs-form-field input{
  width:100%;
  padding:2px 0.25rem;
  margin-bottom:10px;
  border: none;
  outline: none;
border-bottom: 2px solid #222;
}
.hs_submit{
text-align:center;}

.hs-button.primary.large {
  padding: 12px 25px;
  border: none;
  background:#ffff01;
  color: #000;
  margin-top: 20px;
  font-weight: bold;
   text-transform:uppercase;
}
.hs-button.primary.large:hover {
  background: #000;
  color:#fff;
}
label {
color:#222;
text-align:left;}

/*  Footer CSS*/