/* @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    */
/*****************************************/
.menu--transparent header
{
 /* position: fixed; */
  background: transparent !important;
  box-shadow: none;
  background-color: transparent !important;
  transition: background-color 300ms linear;
  /* transition: position 1000ms ease-in-out; */
}
.menu--transparent header.scrolled
{
  background: rgba(241, 245, 247, 1) !important;
  background-color: rgba(241, 245, 247, 1);
  transition: background-color 50ms linear;
  /* transition: position 1000ms ease-in-out; */
}
.flex-grid
{
  display:flex; 
  align-items:center;
}
#two-columns-bullet ul 
{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
  padding-left: 0px; 
}
#two-columns-bullet ul li
{
  flex: 0 0 40%;
  position: relative;
  line-height: 1.4em;
  margin: 9px 15px;
}
#two-columns-bullet ul li:before
{
  content: '';
  background: #fff;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -20px;
  top: 6px;
  border: 4px #ca171d solid;
  border-radius: 50%;
}
.section--hero, .section--herovideo
{
  height: 100vh;
  max-height: 600px;
}
.section--hero .block--multibutton,.section--herovideo .block--multibutton { 
  display: flex;  
  justify-content: start; 
  flex-wrap:wrap;
}
.section--hero h6
{
    max-width: 967px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}
#hero-center .block--multibutton
{
  justify-content: center; 
}
.section--hero .z-index--3, .section--herovideo .z-index--3{ 
    height: 100%;
}
.section--hero .z-index--3 .grid, .section--herovideo .z-index--3 .grid { 
    height: 100%;
    display: flex;
    align-items: center;
    /*padding-bottom: 0px !important;*/
   justify-content: center;
}
.span-hero
{
  letter-spacing: 2px;
}
#hero-module-lp
{
  max-height: 600px !important;
}

/*===============features cards==========*/
.preheader
{
    display: block;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    margin-left: 2.510911074638298%;
    box-sizing: border-box;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    line-height: 1.375em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #21529F;
    margin: 10px 0px;
    text-transform: uppercase;
}
.preheader-hero
{
    color: #21529f;
}

#features-cards h3
{
  font-weight: 700 !important;
  color: #21529F;
}
#features-cards p
{ 
  color: #7C7C7C;
}

#cards-step .section--cards--card--inner .section--cards--card--body
{
  padding: 40px 20px;
}
#cards-step h3
{
  font-weight: 700 !important;
}
#cards-step h3
{
  font-weight: 700 !important;
  color: #444444;
}
#cards-step p 
{
  color: #7C7C7C;
}


/*=====testimonial======*/
.cards--testimonial--body 
{
  border-top: 12px solid #dae3e5 !important;
  padding: 30px 20px;
  background-image: url(https://5825755.fs1.hubspotusercontent-na1.net/hubfs/5825755/quote.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.cards--testimonial--body p
{
  color: #7c7c7c;
}
.testimony_info
{
  margin-top: 40px;
}
.testimony_info h6
{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.testimony_info span
{
  font-family: 'PT Serif',sans-serif;
  font-size: 16px;
  line-height: 1.3125em; 
  font-weight: 500; 
  color: #444;
}
.section--faqs--faq--toggle:after {
    content: "\f067";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 18px;
    line-height: 30px;
    margin-top: -15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #CA171D;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    background: #f0f4f4;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
}
.section--twocolumnAccordion .section--faqs--faq--toggle:after {
    content: "\f078";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 20px;
    line-height: 30px;
    margin-top: -15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #CA171D; 
    transition: color .3s ease-in-out;
      background: #f0f4f4;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
}
.section--twocolumnAccordion .section--faqs--faq--toggle h4
{
  padding-left: 25px;
}
.section--twocolumnAccordion .section--faqs--faq--toggle h4:before
{
  content: '';
  background: #fff;
  width: 7px;
  height: 7px; 
  position: absolute;
  left: 0;
  top: 20px;
  border: 5px #CA171D solid;
  border-radius: 50%;
}
.section--twocolumnAccordion .section--faqs--faq.active .section--faqs--faq--toggle:after {
    content: "\f077";
}
.section--twocolumnAccordion .section--faqs--faq--content--inner p
{
  color: #7C7C7C;
}
.section--twocolumnAccordion .section--faqs--faq { 
    border-bottom: 1px solid #8D99AE;
}
.section--bofu
{
  margin: 70px 0px;
}



/*header*/
.header--main--search--input { 
    background: transparent; 
    height: 40px;
    border-bottom: 2px white solid;
}
.header--main--search--close { 
    top: -25px; 
    line-height: 91px;
    background: transparent; 
    height: 40px;
}
.fa-times-circle:before {
    content: "\f057";
  color: #ffff;
}
.header--main--search--input--input {  
    color: #fff;
    background: transparent;
    border-bottom: white 2px solid;
      height: 40px;
}
.header--main--search--input--input::placeholder
{
  color: #ffff !important;
}

/*=====form===*/
.transparent--form .box-shadow
{
  box-shadow:none;
}
.transparent--form form.hs-form input[type="text"].hs-input, 
.transparent--form form.hs-form input[type="number"].hs-input, 
.transparent--form form.hs-form input[type="email"].hs-input, 
.transparent--form form.hs-form input[type="tel"].hs-input, 
.transparent--form form.hs-form textarea.hs-input, 
.transparent--form .production--form input[type="text"], 
.transparent--form .production--form input[type="number"], 
.transparent--form .production--form input[type="email"], 
.transparent--form .production--form input[type="tel"], 
.transparent--form .production--form input[type="search"], 
.transparent--form .production--form textarea,
.transparent--form .form.hs-form select.hs-input, 
.transparent--form select
{
  background: #F0F4F4 !important;
  border: none !important;
  color: #444 !important;
}
.transparent--form .all--btn--center form.hs-form .hs_submit {
    text-align: left;
}
.flex__grid__item
{
  display:flex;
  align-items: center;
  height: 100%;
  justify-content:space-evenly;
}
.faq--content--background
{
  background: #F1F5F7;
  padding: 20px 40px;
}
.section--faqs--faq--content--inner ul, .overlap--section ul
{
  list-style: none;
  margin-left: 0;
  padding-left: 0px;
}
.section--faqs--faq--content--inner ul li, .overlap--section ul li
{
  position: relative;
  padding: 5px 15px 5px 35px;
}
.section--faqs--faq--content--inner ul li:before, .overlap--section ul li:before
{
  content: '';
  background: #fff;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 10px;
  top: 14px;
  border: 4px #ca171d solid;
  border-radius: 50%;
}
.section--faqs--faq.active .section--faqs--faq--toggle h4
{
  color: #21529F;
}
.small--bofu
{
  max-width: 85% !important;
}
.section--statistics--label--inner { 
    font-weight: bold; 
    font-size: 1.1em;
}
.section--peoplelisting--item--social a { 
    background: transparent; 
}
.section--peoplelisting--item--social a i {
    line-height: 34px;
    color: #21529F;
}
.name--pl 
{
  font-weight: bold;
}
.job--pl 
{
  color: #21529f;
}
}
.section--learningcenter .section--learningcenter--filter--group--lower input:checked + .ghost--input {
  background-color: #ca171d !important;
  -moz-box-shadow: inset 0 0 0 2px #ffffff;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.section--learningcenter .section--learningcenter--filter--group--lower input:checked+.ghost--input {
    background-color: #ca171d;
    -moz-box-shadow: inset 0 0 0 2px #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.section--learningcenter .section--learningcenter--filter--group--header--icon:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: inherit;
    color: #ca171d;
    line-height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 18px;
    line-height: 30px;
    margin-top: -15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #ca171d;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    background: #f0f4f4;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
}
.section--learningcenter .section--learningcenter--filter--group--header--icon:hover:before 
{
    color: #1c4687;   
}
.btn--simple, .all--btn--simple .hs-cta-wrapper a, .all--btn--simple form.hs-form .hs_submit input.hs-button {  
    text-transform: uppercase !important;
    padding: 0px !important;
    border: 0px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    min-width: 0px !important;
    color: #21529f!important;
    font-weight: 100 !important;
    
}
.btn--simple:after, .all--btn--simple .hs-cta-wrapper a:after, .all--btn--simple form.hs-form .hs_submit input.hs-button:after { 
    color: inherit;
    content: "\f054";
    font-family: 'Font Awesome 5 Free'; 
    margin-top: -5px;
    font-weight: 600;
    font-size: 15px;
    margin-left: 2px;
    
}
.read--100
{
    width: 100% !important;
    flex: 0 0 100% !important;
} 
 
@media screen and (max-width: 767px) {
  .section--hero {
      height: auto;
      max-height: 800px;
  }
  .section--hero .block--multibutton { 
      justify-content: space-around;      
  }
  .section--hero .block--multibutton a {
    /* justify-content: space-around; */
    margin: 8px 0px;
}
  .section--hero .background .background--layer{
    /* justify-content: space-around; */
   background-position: 8% 0% !important;
}

  .block--multibutton {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .section--bloglcfeed--slide { 
    overflow: auto;
  }
  .section--bloglcfeed--slide .grid__item {
    flex: 0 0 21%;
  }
  .flex-grid
  {
    flex-direction: column;
  }
  .flex__grid__item
  {
    flex-direction: column;
  }
  .one-whole.hard.grid__item, .one-whole.hard--sides.grid__item {
    width: 100% !important;
  }
  .block--multibutton--btn {
    display: block;
    text-align: left;
    
  }
  .transparent--form .all--btn--center form.hs-form .hs_submit {
    text-align: center !important;
  }
  .section--bloglcfeed--item{
    max-width: 320px;
  }
  

}


@media screen and (min-width:1024px) {
  .section--hero .lap-and-up-text--center .block--multibutton--btn {
    text-align:center;
  }
}


@media screen and (max-width:1023px) {
  .section--hero .portable-text--center .block--multibutton--btn {
    text-align:center;
  }
}



@media screen and (min-width: 1650px){
  #hero-module .background .background--layer{
    background-position: 50% 35% !important;
  }
}


@media screen and (min-width: 768px) and (max-width: 1023px){
.flex-grid{
  display: flex;
    flex-direction: column-reverse !important;    
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .contenedor .five-twelfths.grid__item {
    width: 95% !important;
}
 .contenedor .seven-twelfths.grid__item {
    width: 95% !important;
}
}




@media screen and (max-width: 768px){
.flex-grid {
    flex-direction: column !important;
}
}