/* @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 - Move up the Join button up and align it with the hamburger menu on mobile */
@media (max-width: 768px) {
  .hhs-header-cta {
    position: relative;
    top: -45px;
  }
}

@media (max-width: 575px) {
  .hhs-header-cta {
    top: -20px;
  }
}




/* Align footer content to the center */
.col-sm-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
}
}

.hhs-foot-base-nav {
    text-align: center !important;
}