/* @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    */
/*****************************************/


/*HEADER*/
.header__nav .nav__link .badge{
  margin-inline-start:0px !important;}

/*FOOTER*/
.footer__nav .col-nav__title{
  line-height:1.1em !important;}
.col-nav__item{
  font-size:0.89rem !important;}

.footer__nav .col-nav__title{
  font-family: DM Sans, sans-serif !important;
  font-style: normal !important;
  font-weight: 700; !important;
  font-size: 1.06rem !important;
  line-height: 1.33 !important;}

/*FORM STYLING*/
.hs-form-field{
	margin-bottom:15px !important;}
.hs-error-msg {
  background:#000 !important;}

/*TYPOGRAPHY*/
p strong{
  font-weight:600 !important;}

/*QUICK FEAT STYLING*/
.quickfeat__title {
    margin-bottom: 0px !important;
    margin-top:10px !important;}
.quickfeat__item.column{
  flex-direction: column !important;}

/*ACCORDION STYLING*/
.accordion__item{
  background: #F8F9FB !important;
  border: 1px solid #e3e6ec !important;}
.accordion__item--expanded{
  background: #ffffff !important;}
.accordion__item:not(:last-child){
  margin-bottom: 10px !important;}
.accordion__item{
  padding:24px 24px 14px !important;}

/*CAREER PATHWAY ROUTER*/
.route-level-0 .show-on-level-1 { display: none !important; }
.route-level-1 .show-on-level-0 { display: none !important; }

.l2-hidden{display:none !important;}