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

@import url("https://use.typekit.net/wkh5btf.css");
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Main Nav */
.header{
  position: relative; 
}
.header,
.header__container.content-wrapper{
  background: #081e33; 
}
.header__container.content-wrapper{
  max-width: 1200px;
  padding: 0; 
}
.header__logo{
  padding-top: 10px !important;
  max-width: 265px !important;
}
.header__row-1{
  padding-top: 20px !important; 
}
.header__row-1 .menu--desktop .menu__link{
  font-size: 14px;
  text-transform: capitalize;
  color: #92a1ae !important;
  transition: 0.5s;
  font-family: Robot, sans-serif;
  font-weight: 500;
}
.header__row-1 .menu--desktop .menu__link:hover{
  color: #fff !important;
}
.header__row-1 .menu--desktop .menu__item{
  padding: 0 10px;
}

.header__row-1 .header__social a span{
  width: 14px !important;
  height: 14px !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  margin: 0 8px;
}
#hs_cos_wrapper_follow_me_allegro .social-icons-wrapper{
  display: flex;
  margin: 0 20px;
}
.header__row-1 .header__social a.fm_linkedin span{
  background-image:url(https://6374170.fs1.hubspotusercontent-na1.net/hubfs/6374170/iconmonstr-linkedin-1.svg) !important;
  filter: invert(67%) sepia(16%) saturate(302%) hue-rotate(166deg) brightness(93%) contrast(81%);
}
.header__row-1 .header__social a.fm_twitter span{
  background-image:url(https://6374170.fs1.hubspotusercontent-na1.net/hubfs/6374170/twitter-x-black.svg) !important;
  filter: invert(67%) sepia(16%) saturate(302%) hue-rotate(166deg) brightness(93%) contrast(81%);
}
.header__row-1 .header__social a.fm_twitter{
  display: flex;
  align-items: center;
}
.header__row-1 .header__social a.fm_facebook span{
  background-image:url(https://6374170.fs1.hubspotusercontent-na1.net/hubfs/6374170/iconmonstr-facebook-1.svg) !important;
  filter: invert(67%) sepia(16%) saturate(302%) hue-rotate(166deg) brightness(93%) contrast(81%);
}
.header__row-1 .header__social a.fm_twitter span:hover,
.header__row-1 .header__social a.fm_linkedin span:hover,
.header__row-1 .header__social a.fm_facebook span:hover{
  filter: invert(100%) sepia(0%) saturate(7494%) hue-rotate(356deg) brightness(99%) contrast(103%);
}

.header__row-2 .menu--desktop .menu__link{
  font-size: 18px;
}
.header__search{
  font-size: 14px;
  color: #8EA1AE;
  display: flex;
  align-items: center;
  transition: 0.5s;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
.search-modal-bg {
  display: none;
}
.header__search:hover {
  cursor: pointer;
  color: #fff;
}

.header__search .search-icon{
  max-width: 14px;
  margin-left: 7px;
  filter: invert(67%) sepia(16%) saturate(302%) hue-rotate(166deg) brightness(93%) contrast(81%)
} 

.header__search:hover .search-icon{
  filter: invert(100%) sepia(0%) saturate(7494%) hue-rotate(356deg) brightness(99%) contrast(103%);
}

.menu__submenu--level-2>.menu__item:first-child:before{
  display: none !important; 
}

.header__navigation .menu__submenu{
  border: none !important; 
  width: 200px;
  padding: 10px 0;
}
.header__navigation .menu__submenu .menu__item{
  border: none !important; 
}
.header__navigation .menu__submenu .menu__link:hover{
  background: #fff !important;
}
.header__navigation .menu__submenu .menu__link{
  color: #ec5c32 !important;
  font-size: 16px !important;
  text-transform: uppercase;
  font-family: Robot, sans-serif;
  padding: 0 30px;
}

/* hamburger */

.hamburger .line{
  width: 45px;
  height: 5px;
  background-color: #fff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger.is-active .line{
  background-color: #8EA1AE;
}

.hamburger:hover{
  cursor: pointer;
}
#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}


/* Footer */
.footer{
  padding-top: 75px; 
  background: #081e33;
}
.footer-main{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-main .menu__wrapper{
  display: flex;
  flex-direction: column;
}
.footer-main .menu__wrapper .menu__item{
  padding: 0; 
  height: 30px;
}
.footer-main .menu__wrapper .menu__link{
  font-size: 14px;
  letter-spacing: 2px;
}
.footer-main .footer-form{
  width: 100%;
  max-width: 720px;
}
.footer-main .hbspt-form{
  width: 100%; 
}
.footer-main input{
  height: 30px; 
}
.footer-main .input{
  margin: 0 !important; 
}
.footer-main .hs-form-field{
  margin-bottom: 0px !important;
  margin-top: 5px !important; 
  margin-right: 10px;
}
.footer .footer-main label,
.footer .footer-main span{
  color: #fff;
  font-size: 14px; 
}
.footer .footer-main label{
  margin-bottom: 0;
  margin-top: 8px; 
}
.footer-main form{
  position: relative; 
}
@media (min-width: 769px){
  .footer-main .footer-form{ 
    margin-bottom: 60px;
  }
}

.footer-main form .form-columns-1{
  max-width: 300px !important; 
}
.footer-main form .form-columns-2{
  display: flex; 
  position: relative;
}
.footer-main form .hs_message{
  position: absolute;
  right: 0;
  top: 110px;
  width: 340px;
}
.footer-main form .hs-reason_for_inquiry{
  position: absolute;
  right: 120px;
  top: 0;
} 

/* .footer-main form .hs-how_many_locations_{
top: -13px;
} */
.footer-main form .hs-phone .hs-field-desc,
.footer-main form .hs-recaptcha{
  display: none !important;
}
.footer-main form .hs-firstname,
.footer-main form .hs-lastname,
.footer-main form .hs-jobtitle,
.footer-main form .hs-email,
.footer-main form .hs-phone,
.footer-main form .hs-company,
.footer-main form .hs-name,
.footer-main form .hs-sq__ft,
.footer-main form .hs-how_many_locations_,
.footer-main form .hs-square_feet,
.footer-main form .hs-locations{
  width: 340px !important;
}
.footer-main form .hs-square_feet select,
.footer-main form .hs-locations select{
  height: 33.59px;
  padding: 0 10px;
}
.footer-main form .hs-input{
  width: 100% !important; 
  border: none !important;
  border-radius: 0 !important;
  font-size: 16px;
  padding: 0 10px;
}
.footer-main form .hs-reason_for_inquiry .hs-error-msg{
  position: relative; 
  top: -21px;
}
.footer-main form textarea{
  height: 163px;
}
.footer-main .hs-form-radio label{
  display: flex;
  align-items: center;
}
.footer-main .hs-form-radio span{
  width: 200px; 
}
.footer-main .hs-form-radio input{
  width: fit-content !important; 
}
.footer-main li.hs-form-radio{
  margin: 0;
}
.footer__social .social-icons-wrapper a.fm_linkedin span{
  background-image:url(https://6374170.fs1.hubspotusercontent-na1.net/hubfs/6374170/linkedin-gray-lg.png) !important;
}
.footer__social .social-icons-wrapper a.fm_twitter span{
  background-image:url(https://6374170.fs1.hubspotusercontent-na1.net/hubfs/6374170/twitter-1-1.png) !important;
}
.footer__social .social-icons-wrapper a.fm_twitter{
  display: flex;
  align-items: center;
}
.footer__social .social-icons-wrapper a.fm_facebook span{
  background-image:url(https://6374170.fs1.hubspotusercontent-na1.net/hubfs/6374170/facebook-1.png) !important;
}

.footer__social .social-icons-wrapper a span{
  width: 20px !important;
  height: 20px !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  margin: 0 8px;
}
.footer-main form input[type=submit]{
  padding: 0 53px;
  height: 30px;
}
.footer-below{
  text-align: center;
  display:flex;
  gap:0 35px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top: 0px;
}
.footer-below a{
  color: #fff; 
}
.footer-below a:hover{
  color: #d7d7d7; 
}
.footer-below p{
  font-size: 14px;
  color: #fff;
  margin-bottom:10px;
}
.footer-below p:first-child{
  margin-bottom: 10px;
}
.footer-below p:last-child{
  margin-bottom: 0;
  padding-bottom: 50px;
  color: #92a1ae;
  flex-basis: 100%;
  margin-top:10px;
}

.footer-main form input[type=submit]{
  border-radius: 0;
  font-size: 16px;
  font-family: Roboto,sans-serif;
  text-transform: uppercase;
  height: 35px;
  background-color: #d95e3b;
  padding: 0 53px;
  border: none;
  letter-spacing: 2px;
}
.footer-main form input[type=submit]:hover{
  background-color: #004b8d;
}
.footer-main .actions{
  position: absolute;
  top: 325px;
  right: 175px;
}
.footer-main .menu__item--depth-1{
  border: none; 
}
.footer-main .submitted-message p{
  text-align: center;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
}

.menu__item--depth-1>.menu__link--active-link:after{
  display: none; 
}
.menu__link--active-branch, .menu__link--active-link{
  font-weight: 400 !important;
}
@media (max-width: 1245px){
  .footer-main{
    flex-direction: column;
    align-items: center;
  }
  .footer-main .menu__wrapper {
    align-items: center;
    text-align: center;
  }

  .footer__social .social-icons-wrapper a span {
    margin: 0 20px;
  }
  .footer__social{
    margin: 25px 0;
    margin-top: 30px;
  }

}
@media (max-width: 660px){
  .footer-main .hs-form-field{ 
    margin-right: 0;
  }
  .footer-main form .hs-firstname,
  .footer-main form .hs-lastname,
  .footer-main form .hs-jobtitle,
  .footer-main form .hs-email,
  .footer-main form .hs-phone,
  .footer-main form .hs-company,
  .footer-main form .hs-name,
  .footer-main form .hs-sq__ft,
  .footer-main form .hs-how_many_locations_,
  .footer-main form .hs-message,
  .footer-main form .hs-square_feet,
  .footer-main form .hs-locations{

    width: 325px !important;
  }
  .footer-main form .hs-reason_for_inquiry{
    width: 325px;
    margin: 0 auto;
  }
  .footer-main form .hs-submit{
    margin-left: 15px !important; 
  }
}

/* @media (min-width: 1276px){ */
@media (min-width: 1081px){
  #hamburger-1{
    display: none;
  }
  .mobile-menu{
    display: none;
  }
}
/* @media (max-width: 1275px){ */
@media (max-width: 1080px){
  .header{
    background-color: #081e33; 
  }
  .header__container{
    flex-direction: row !important;
    align-items: center;
    padding: 5px 5% !important;
  }
  .header__logo{
    width: 100%;
    padding-top: 0 !important;
    margin: unset !important;
  }
  .header__column{
    position: relative; 
  }
  .header__row-2{
    padding: 1.05rem;
  }

  .header__navigation--toggle{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAxOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM0OTRBNTIiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIuNSIvPjxyZWN0IHg9IjEuNSIgeT0iOS41IiB3aWR0aD0iMjEiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgeD0iMS41IiB5PSIxNy41IiB3aWR0aD0iMjEiIGhlaWdodD0iMSIgcng9Ii41Ii8+PC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }
  .header__close--toggle, .header__language-switcher--toggle, .header__navigation--toggle, .header__search--toggle{
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }
  .header__search--toggle {
    display: none;
  }
  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAtMSkiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHRyYW5zZm9ybT0icm90YXRlKC00NSAxMCAxMC41KSIgeD0iLS41IiB5PSIxMC41IiB3aWR0aD0iMjEiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMTAgMTAuNSkiIHg9Ii0uNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIuNSIvPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }
  .header__language-switcher, .header__navigation, .header__search {
    display: none;
    width: 100%;
  }
  #mobile-search.header__search {
    display:inherit;
  }
  #search-module {
    display:none;
  }
  .header__row-1{
    display :none !important; 
  }
}
@media (max-width: 768px){
  .footer__navigation{
    margin-top: 30px; 
  }
  .footer-main .footer-form{
    width: 100%; 
  }
  .footer-main form{
    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 350px;
    margin: 0 auto;
  }
  .footer-main form .hs-submit{
    align-self: flex-start;
    margin-left: 5px;
  }
  .footer-main form .hs-submit .actions{
    margin-top: 10px;
    position: relative;
    top: unset;
    right: unset;
  }
  .footer-main form .hs_how_many_locations_,
  .footer-main form .hs-message{
    position: unset;
  } 
  .footer-main form .hs-reason_for_inquiry{
    position: unset;
    margin-right: auto;
  }
  .footer-below{
    flex-direction:column;
  }
  .footer-main form .hs-reason_for_inquiry .hs-error-msg{
    position: relative; 
    top: unset;
  }
}
@media (max-width: 660px){
  .header__logo{
    max-width: 230px !important;
  }
  .footer{
    padding-top: 50px; 
  }
}

.directory-container {
  background-color:#F4F4F4;
  padding: 75px 100px;
}
.directory-container .directory-title,
.directory-container .directory h2,
.submitted-message
{
  font-family: Lora, serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 58px;
  color: #92a1ae;
}
.submitted-message a {
  color: #de663a;
}
.directory-wrapper{
  max-width: 1200px;
  margin: 0 auto;
  position: relative; 
}
.directory-bottom{
  max-width: 560px;
}
.directory-top{
  margin-bottom: 70px; 
}

.directory-wrapper .search-title{
  display: none; 
}

.directory-bottom form label{
  display: none; 
}
.directory-bottom input[type=text]{
  height: 60px; 
  font-size: 18px;
  line-height: 58px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  background: url(https://6374170.fs1.hubspotusercontent-na1.net/hubfs/6374170/gray%20search.png) no-repeat scroll right;
  background-color: #fff;
  background-position-x: 95%;
  border: 1px solid #c5cdd4;
  max-width: 400px;
}
.directory-bottom input[type=text]:focus{
  outline: none; 
}
.directory-bottom input[type=text]::placeholder{
  font-size: 18px;
  line-height: 58px;
  font-family: Roboto, sans-serif;
  color: #92a1ae;
  font-weight: 500;
}
.directory-bottom form button{
  display: none; 
}

@media (min-width: 1376px){
  .directory-results-container {
    padding-top: 40px;
  }
}

@media (max-width: 768px){
  .directory-container{
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Single Articles */
.filter-content-wrapper{
  max-width: 1200px;
  margin: 0 auto;
  display: flex; 
}
.filter-content-wrapper .post-sidebar-wrapper{
  /*  padding: 0 10% 0 100px;  */
  padding: 0; 

}
.filter-content-wrapper .copy-list-wrapper{
  padding: 30px 100px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.filter-content-wrapper .copy-list-container{
  max-width: 842px;
  margin-left: auto;
}
.filter-content-wrapper .subhead-wrapper{
  padding: 20px 100px 20px 10%; 
}
.filter-content-wrapper .post-sidebar-absolute{
  position: relative;
  max-width: 180px;
}
.filter-content-container .post-sidebar{
  width: 180px; 
}
.filter-content-container .post-sidebar p{
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
}
.filter-content-container .post-sidebar ul{
  padding-left: 0;
}
.filter-content-container .post-sidebar li{
  list-style: none;
  line-height: 1;
}
.filter-content-container .post-sidebar li a{
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ec5c32;
  text-decoration: underline;
}

.filter-content-container .sidebar-image{
  max-width: 150px;
  margin-bottom: 35px;
}
.filter-content-container .sidebar-image img{
  width: 100%;
  height: 100%;
}

@media (max-width: 1250px){
  .post-sidebar-absolute{
    padding-left: 30px;
  }
  .filter-content-container .copy-list-wrapper,
  .filter-content-container .subhead-wrapper{
    padding: 0 50px; 
  }
  @media (max-width: 990px){
    .filter-content-container .filter-content-wrapper{
      flex-direction: unset; 
    }
  }
  @media (max-width: 768px){
    .filter-content-container .filter-content-wrapper{
      flex-direction: column; 
    }
    .filter-content-container .post-sidebar{
      width: 100%;
      display: flex;
      justify-content: space-evenly 
    }
    .filter-content-wrapper .subhead-wrapper,
    .filter-content-wrapper .copy-list-wrapper{
      padding: 30px; 
    }
    .filter-content-wrapper .copy-list-wrapper{
      padding-bottom: 0px; 
    }
    .filter-content-wrapper .post-sidebar-wrapper{
      padding: 0 30px; 
    }
    .filter-content-container .filter-content-wrapper{
      flex-direction: column-reverse; 
    }
    .filter-content-wrapper .post-sidebar-absolute{
      max-width: 100%;
      padding-left: 0;
    }
    .filter-content-wrapper .sidebar-row .post-sidebar-container{
      flex-direction:row;
    }
    .filter-content-wrapper .post-sidebar-container{
      flex-direction: column; 
    }
  }
  @media (max-width: 660px){
    .filter-content-container .cases-list-container{
      max-width: 160px; 
    }
  }

  @media (max-width: 500px){
    .filter-content-wrapper .sidebar-row .post-sidebar-container{
      flex-direction: column;
    }
  }

  /* Career Path Template Styling */
  #career-path-image {
    max-width:100%;
  }

  /* Header No Navigation */
  .header--no-navigation{
    min-height: 290px; 
    background: url(/hubfs/6374170/no-nav-header.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header--no-navigation .header__container.content-wrapper{
    background: none; 
  }