/* SofiaPro */
@font-face {
 font-family: 'SofiaPro'; 
 src: url('https://19799690.fs1.hubspotusercontent-na1.net/hubfs/19799690/Fonts/AnyConv.com__Sofia_Pro_Bold%5B1%5D%5B1%5D.eot') format('eot'), url('https://19799690.fs1.hubspotusercontent-na1.net/hubfs/19799690/Fonts/AnyConv.com__Sofia_Pro_Bold%5B1%5D.woff') format('woff'), url('https://19799690.fs1.hubspotusercontent-na1.net/hubfs/19799690/Fonts/Sofia_Pro_Bold%5B1%5D.ttf') format('truetype');
}


  /*** FONTS FOR EASY COPY & PASTE 
   * 
   * Add Name of Your Fonts Here
   * 
   * ***/


/******  WEBSITE HEADINGS ******/
h1 {font-family: 'SofiaPro', sans-serif !important;}
h2 {font-family: 'SofiaPro', sans-serif !important;}
h3 {font-family: 'SofiaPro', sans-serif !important;}
h4 {font-family: 'SofiaPro', sans-serif !important;}
h5 {font-family: 'SofiaPro', sans-serif !important;}
h6 {font-family: 'SofiaPro', sans-serif !important;}

/****** PARAGRAPHS AND LISTS ******/

li, ol {font-family: 'SofiaPro', sans-serif !important;}
blockquote {font-family: 'SofiaPro', sans-serif !important;}


/******  BLOG HEADINGS ******/
h1.blog-post__title {font-family: 'SofiaPro', sans-serif !important;}
.blog-post h2 {font-family: 'SofiaPro', sans-serif !important;}
.blog-post h3 {font-family: 'SofiaPro', sans-serif !important;}
.blog-post h4 {font-family: 'SofiaPro', sans-serif !important;}
.blog-post h5 {font-family: 'SofiaPro', sans-serif !important;}
.blog-post h6 {font-family: 'SofiaPro', sans-serif !important;}

/****** BLOG PARAGRAPHS AND LISTS ******/

#comments-listing .comment-body p,
.blog-post p,

/****** CALLS TO ACTION ******/

.cta-primary,
.cta-primary:active,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary 
  {font-family: 'SofiaPro', sans-serif !important;}

.cta-secondary,
.cta-secondary:active,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary
  {font-family: 'SofiaPro', sans-serif !important;}

.cta-tertiary,
.cta-tertiary:active,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary
  {font-family: 'SofiaPro', sans-serif !important;}


/****** FORM ELEMENTS ******/

.hs-button,
.button--primary {font-family: 'SofiaPro', sans-serif !important;}

.submit-alt .hs-button,
.submit-alt .button--primary {font-family: 'SofiaPro', sans-serif !important;}

/* INPUT TEXT FIELD */

form,
.submitted-message,
select,
.hs-input {font-family: 'SofiaPro', sans-serif !important;}

/* FORM LABEL */

.hs-fieldtype-checkbox > label,
.hs-form label {font-family: 'SofiaPro', sans-serif !important;}

/* CHECKBOX AND RADIO BUTTONS */

.hs_radio_buttons .hs-form-radio label,
.hs_single_checkbox label,
.hs-form label.hs-form-radio-display span,
.hs-fieldtype-checkbox .hs-form-checkbox label,
.hs-form-booleancheckbox label 
  {font-family: 'SofiaPro', sans-serif !important;}

/* HELP TEXT */

.hs-form legend {font-family: 'SofiaPro', sans-serif !important;}

/* GDPR TEXT */

.legal-consent-container,
.legal-consent-container p {font-family: 'SofiaPro', sans-serif !important;}

/* ERROR MESSAGE */

.hs-error-msgs label {font-family: 'SofiaPro', sans-serif !important;}


/* HEADER */

.hhs-lang-switch .lang_list_class li a,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  font-family: 'SofiaPro', sans-serif !important;
  
}

/* FOOTER  */

.hhs-foot-rss h5, .hhs-foot-nav-col h5 {
  font-family: 'SofiaPro', sans-serif !important;
}

.hhs-foot-nav-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  font-family: 'SofiaPro', sans-serif !important;
}
* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Header — add spacing between logo, menu, and CTA */

#hhs-main-nav > .container.hhs-nav-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

/* Logo: reserve space on the left */
.hhs-header-logo {
    flex: 0 0 350px; /* fixed width for logo, adjust as needed */
    display: flex;
    justify-content: flex-start;
}

/* Menu container: stays centered */
.hhs-nav-grid__menu.main-nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    min-width: 0;
}

/* Menu links wrapper */
.hhs-nav-links {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    margin: 0;
    padding: 0;
}

/* Menu items */
.hhs-nav-links li {
    white-space: nowrap;
    margin: 0 12px; /* spacing between menu items */
    flex-shrink: 0;
}

/* CTA container: reserve space on the right */
.hhs-extras-ctas {
    flex: 0 0 350px; /* fixed width for CTA, adjust as needed */
    display: flex;
    justify-content: flex-end;
}

/* CTA button: prevent wrapping */
.hhs-header-cta, .hhs-head-cta-1 {
    white-space: nowrap;
}