/* @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: 'TradeGothic', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #f8f9fa;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
}
.container_100{
width:100%
}
.container{
max-width:1200px;
margin:0 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;
}

/* 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 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 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;
  padding-left: 20px;
  padding-right: 20px;
}
/* #banner p {
  color: #fff;
  font-size: 16px;
  line-height: 100%; 
} */
.logo{
  text-align: center;
  padding:20px 0;
}
.logo img{
max-width:400px;
}
.Column2 img {
  width: 100%;
  height: auto;
  display: block;
}
.hs_cos_wrapper {
  width: 100%;
}
#form{
  position:relative;
  padding: 0px;
  margin: -20px auto 20px auto;
  width: 45%;
}
#form .form__body {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    border-radius: 0px;
    padding: 5rem;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px 0;
}
@media screen and (max-width: 992px) {
   #form {
    width: 100%;
  }
}
.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 */

.hs_cos_wrapper_type_module {
	display: block;
	overflow: auto;
  block-size: fit-content
}

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;
}

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

html {
  font-size: 62.5%; }

body {
  margin: 0;
  box-sizing: border-box; }

.header-container.container-fluid {
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
}
.header-container.container-fluid:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
.header-container.container-fluid:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
}
.body-container.container-fluid {
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
}
.body-container.container-fluid:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
.body-container.container-fluid:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
}

.container {
  padding: 0 5rem; }


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

a.btn {
  font-family: 'UnitedSansReg', 'Franklin Gothic Bold', 'Arial Black', sans-serif; 
  cursor: pointer;
  display: inline-block;
  background-color: #fff200;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform:uppercase;
  border-radius:0px;
  /* transition: .3s; */
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: 0.5rem 4.75rem;
  font-weight: 900;
  color: #000;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  vertical-align: middle; }
  a.btn:before {
    content: '';
    background: #c11e21;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0%;
    z-index: -1;
}
  a.btn:hover:before {
    height: 100%; }
  a.btn:hover {
    color: #fff;
}

/*a.btn {
  font-family: 'UnitedSansReg', 'Franklin Gothic Bold', 'Arial Black', sans-serif; 
  border: none;
  cursor: pointer;
  display: inline-block;
  background-color: #fff200;
  border-color: #fff200;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform:uppercase;
  border-radius:0px;
  padding: 1rem 4.75rem;
  font-weight: 900;
  color: #000;
  font-size: 2rem;
  line-height: 2rem;
  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: #000;
  margin: 0 auto;
  border-radius: 0px;
  padding: 40px; }

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

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

* {
  font-family: 'TradeGothic', 'Helvetica Neue', 'Helvetica', 'Arial', 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: 'UnitedSansReg', 'Franklin Gothic Bold', 'Arial Black', sans-serif;
  text-transform: uppercase;
}

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


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

h3 {
  font-size: 2.5rem;
  font-weight: 400;
  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: 2.5rem;
  margin-top: 40px;
  line-height: 150%; }

.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: #fff;
    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 3rem auto; } }

.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; } }

/* START TIMELINE STYLES */
/* 
.timeline-wrapper {
  position: relative ;
}
*/
.circle {
    padding: 13px 20px;
    border-radius: 50%;
    background-color: #FFF200;
    color: #000;
    max-height: 50px;
    z-index: 2; 
}
.how-it-works.row .col-2 {
    align-self: stretch;
}
.how-it-works.row .col-2::after {
    content: "";
    position: relative;
    border-left: 3px solid #FFF200;
    z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: calc(50% - 126px);
    top: calc(50% - 20px);
}
.how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 130px);
}
.how-it-works.row .col-2.full-3::after {
    height: 100%;
    left: calc(50% - 127px);
}
.how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
}
.how-it-works.row .col-2.top-4::after {
    height: 50%;
    left: calc(50% - 130px);
    top: -40px;
}
.timeline div {
    padding: 0;
    height: 40px;
}
.timeline hr {
    border-top: 3px solid #FFF200;
    margin: 0;
    top: 17px;
    opacity: 1;
    position: relative;
}
.timeline .col-2 {
    display: flex;
    overflow: hidden;
}
.timeline .corner {
    border: 3px solid #FFF200;
    width: 100%;
    position: relative;
    border-radius: 15px;
}
.timeline .top-right {
    left: 50%;
    top: -50%;
}
.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}
.timeline .top-left {
    left: -50%;
    top: -50%;
}
.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}
@media screen and (max-width: 1380px) {
    .how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: calc(50% - 111px);
    top: calc(50% - 20px);
    }
    .how-it-works.row .col-2.full::after {
        height: 100%;
        left: calc(50% - 115px);
    }
    .how-it-works.row .col-2.full-3::after {
        height: 100%;
        left: calc(50% - 130px);
    }
    .how-it-works.row .col-2.top-4::after {
        height: 50%;
        left: calc(50% - 115px);
        top: -50px;
    }
  .timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}
.timeline .top-left {
    left: -50%;
    top: -50%;
}
    .timeline .right-bottom {
        left: 50%;
        top: calc(50% - 3px);
    }
}
@media screen and (max-width: 1400px) {
    .how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: calc(50% - 111px);
    top: calc(50% - 20px);
    }
    .how-it-works.row .col-2.full::after {
        height: 100%;
        left: calc(50% - 115px);
    }
    .how-it-works.row .col-2.full-3::after {
        height: 100%;
        left: calc(50% - 112px);
    }
    .how-it-works.row .col-2.top-4::after {
        height: 50%;
        left: calc(50% - 115px);
        top: -50px;
    }
  .timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}
.timeline .top-left {
    left: -50%;
    top: -50%;
}
    .timeline .right-bottom {
        left: 50%;
        top: calc(50% - 3px);
    }
}
@media screen and (max-width: 1200px) {
    .how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: calc(50% - 96px);
    top: calc(50% - 20px);
    }
    .how-it-works.row .col-2.full::after {
        height: 100%;
        left: calc(50% - 100px);
    }
    .how-it-works.row .col-2.full-3::after {
        height: 100%;
        left: calc(50% - 98px);
    }
    .how-it-works.row .col-2.top-4::after {
        height: 50%;
        left: calc(50% - 101px);
        top: -50px;
    }
  .timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}
.timeline .top-left {
    left: -50%;
    top: -50%;
}
    .timeline .right-bottom {
        left: 50%;
        top: calc(50% - 3px);
    }
}
@media screen and (max-width: 992px) {
    .how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: calc(50% - 76px);
    top: calc(50% - 20px);
    }
    .how-it-works.row .col-2.full::after {
        height: 100%;
        left: calc(50% - 80px);
    }
    .how-it-works.row .col-2.full-3::after {
        height: 100%;
        left: calc(50% - 77px);
    }
    .how-it-works.row .col-2.top-4::after {
        height: 50%;
        left: calc(50% - 80px);
        top: -60px;
    }
  .timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}
.timeline .top-left {
    left: -50%;
    top: -50%;
}
    .timeline .right-bottom {
        left: 50%;
        top: calc(50% - 3px);
    }
}
@media screen and (max-width: 768px) {
    .how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: calc(50% - 61px);
    top: calc(50% - 40px);
    }
    .how-it-works.row .col-2.full::after {
        height: 100%;
        left: calc(50% - 65px);
    }
    .how-it-works.row .col-2.full-3::after {
        height: 100%;
        left: calc(50% - 62px);
    }
    .how-it-works.row .col-2.top-4::after {
        height: 50%;
        left: calc(50% - 65px);
        top: -85px;
    }
  .timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}
.timeline .top-left {
    left: -50%;
    top: -50%;
}
    .timeline .right-bottom {
        left: 50%;
        top: calc(50% - 3px);
    }
}
@media screen and (max-width: 650px) {
    .how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: calc(50% - 58px);
    top: calc(50% - 40px);
    }
    .how-it-works.row .col-2.full::after {
        height: 100%;
        left: calc(50% - 62px);
    }
    .how-it-works.row .col-2.full-3::after {
        height: 100%;
        left: calc(50% - 60px);
    }
    .how-it-works.row .col-2.top-4::after {
        height: 50%;
        left: calc(50% - 63px);
        top: -95px;
    }
  .timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}
.timeline .top-left {
    left: -50%;
    top: -50%;
}
    .timeline .right-bottom {
        left: 50%;
        top: calc(50% - 3px);
    }
}

@media screen and (max-width: 390px) {
    .how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: calc(50% - 49px);
    top: calc(50% - 50px);
    }
    .how-it-works.row .col-2.full::after {
        height: 100%;
        left: calc(50% - 53px);
    }
    .how-it-works.row .col-2.full-3::after {
        height: 100%;
        left: calc(50% - 51px);
    }
    .how-it-works.row .col-2.top-4::after {
        height: 50%;
        left: calc(50% - 54px);
        top: -115px;
    }
  .timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}
.timeline .top-left {
    left: -50%;
    top: -50%;
}
    .timeline .right-bottom {
        left: 50%;
        top: calc(50% - 3px);
    }
}

/* END TIMELINE STYLES */


.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;
}
.submitted-message {
  color: #fff;
  font-size: 2.5rem;
}
h2.form__top {
  color: #fff;
  text-align:center;
}
.hs-form-field{
  width:100%;
}

form.hs-custom-form fieldset.form-columns-1 .input {
    margin-right: -10px;
}

.hs-custom-form .hs-input {
    background: transparent;
    border: 1px solid rgba(255,242,0,0.5);
    height: 48px;
    line-height: 2;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 10px;
}

select.hs-custom-form .hs-input {
    height: 60px;
}

.hs-input {
    display: grid;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.hs-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}

.hs-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

.hs-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
} 

select {
  /* A reset of styles, including removing the default dropdown arrow */
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;

  /* Stack above custom arrow */
  z-index: 1;

  /* Remove dropdown arrow in IE10 & IE11 */
  // @link https://www.filamentgroup.com/lab/select-css.html
  &::-ms-expand {
    display: none;
  }

  /* Remove focus outline, will add on alternate element */
  outline: none;
}

select.hs-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
div.input textarea.hs-input {
    height: 100px;
}
.hs-custom-form .hs-input:focus{
    border-color: #fff200;
    box-shadow:0 1px 3px rgba(255,242,0,0.5);
    outline: 0 none;
}
.hs-custom-form .hs-input::-moz-placeholder{
    color: #fff;
    opacity: 0.5;
}
.hs-custom-form .check{
    display: none;
}
.hs-custom-form .check + label{
    display: inline-block;
    background-color: rgba(255,255,255,0.4);
    border-radius: 5px;
    padding: 10px 0;
    color: #fff;
    width: 48.4%;
    text-align: center;
    font-size: 15px;
    margin-right: 10px;
}
.hs-custom-form #check2 + label{
    margin-right: 0;
}
.hs-custom-form .check:checked + label{
    background: #fff;
    color: #0062bd;
}
.hs-custom-form select.hs-input option{
    color: #000;
    background: #fff;
}

.hs_submit{
text-align:center;}

input.hs-button.primary.large {
  font-family: 'UnitedSansReg', 'Franklin Gothic Bold', 'Arial Black', sans-serif; 
  cursor: pointer;
  display: inline-block;
  background-color: #fff200;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform:uppercase;
  border-radius:0px;
  /* transition: .3s; */
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: 0.5rem 4.75rem;
  font-weight: 900;
  color: #000;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
  margin-top: 10px; }
  input.hs-button.primary.large:before {
    content: '';
    background: #c11e21;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0%;
    z-index: -1;
}
  input.hs-button.primary.large:hover:before {
    height: 100%; }
  input.hs-button.primary.large:hover {
    color: #fff;
    background-color: #c11e21;
}

.hs-button.primary.large {
  font-family: 'UnitedSansReg', 'Franklin Gothic Bold', 'Arial Black', sans-serif; 
  cursor: pointer;
  display: inline-block;
  background-color: #fff200;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform:uppercase;
  border-radius:0px;
  /* transition: .3s; */
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: 0.5rem 4.75rem;
  font-weight: 900;
  color: #000;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  vertical-align: middle; }
  .hs-button.primary.large:before {
    content: '';
    background: #c11e21;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0%;
    z-index: -1;
}
  .hs-button.primary.large:hover:before {
    height: 100%; }
  .hs-button.primary.large:hover {
    color: #fff;
}

#form label {
  display: none;
  font-family: 'TradeGothic', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color:#222;
  text-align:left;
}
.hs-field-desc {
  color: #fff;
}

#form ul li {
    list-style-type: none;
    padding-left: 0;
    text-indent: -10px; /* key property */
    margin-left: 10px; /* key property */
}
#form ul li label {
    display: inline-block;
    font-family: 'TradeGothic','Helvetica Neue','Helvetica','Arial',sans-serif;
    font-size: 1.5rem;
    color: #c11e21;
    text-align: left;
    margin: 0px;
}

/*  Footer CSS*/