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


  /* make sticky header */
  .body-wrapper div[data-global-resource-path]:first-child {
    width: 100%;
    position: fixed;
    z-index: 5;
    color: http://private-na1.hubapi.com/al/render;
  }
  main.body-container-wrapper {
    padding-top: 140px;  
  }
  @media screen and (max-width: 1148px) {
    main.body-container-wrapper {
      padding-top: 280px;     
    } 
  }
  @media screen and (max-width: 766px) {
    main.body-container-wrapper {
      padding-top: 360px;     
    } 
  }


.side-form form .hs-input {
  background-color: #272727 !important;
  color: white !important;
  font-weight: 500 !important;
}
.side-form form .actions .hs-button, .side-form form .hs-button {
/*   background-color: rgba(36, 18, 95, 0.0) !important; */
  border-color: #333333 !important;
  color: #333333 !important; 
}
.side-form form .actions .hs-button:hover, .side-form form .hs-button:hover {
  background-color: #333333 !important;
/*   color: rgba(36, 18, 95, 0.0) !important;  */
  color: white !important;
}

#faq-tabbed-accordions .accordion-body, #faq-tabbed-accordions .btn-tab {
  color: #24125f;
}