







/* 1a. Containers */






/* 1b. Colors */




/* 1c. Typography */





























/* 1d. Buttons */









/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */



















/* 1h. Site footer */






















.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
   max-width: 1920px;
}

@media (min-width: 1200px) {
   .page-center,
   .content-wrapper,
   .dnd-section > .row-fluid {
      max-width: 1920px;
   }
}

.dnd-section,
.content-wrapper--vertical-spacing {
   padding: 75px 0px;
}





@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&display=swap');

body {
   font-size: 18px;
   font-weight: 400;
   font-family: Montserrat;
   color: rgba(3, 3, 3, 1.0);
}

.body-wrapper { width: 100%; overflow: hidden; }

/* Paragraphs */

p {
   font-family: Montserrat;
  font-family: Gotham, 'Montserrat', sans-serif !important;
}

/* Anchors */

a {
   color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

a:hover,
a:focus,
a:active {
   color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Headings */

h1, h2, h3, h4, h5, h6{
   font-family: Montserrat;
   color: rgba(57, 47, 45, 1.0);
}

h1 {
   font-size: 75px;
   font-weight: 900;
}

h2 {
   font-size: 35px;
   font-weight: 800;
}

h3 {
   font-family: proxima-soft;
   font-size: 15px;
   font-weight: 800;
   
   color: rgba(40, 26, 23, 0.8);
   
}

h4 {
   font-size: 25px;
   font-weight: 700;
}

h5 {
   font-size: 1.1em;
   font-weight: 400;
}

h6 {
   font-size: 0.67em;
   font-weight: 400;
}






@media screen and (max-width: 950px){
   h1 {
      font-size: 39.9975px;
   }

}

@media screen and (max-width: 640px){
   h1 {
      font-size: 31.994999999999997px;
      letter-spacing: -.0128px;
   }
   h2 {
      font-size: 28.0px;
      letter-spacing: -.016px;
   }
}






/* Blockquote */

blockquote {
   border-left-color: {color=#392f2d, opacity=100, rgba=rgba(57, 47, 45, 1), rgb=rgb(57, 47, 45), hex=#392f2d, css=#392f2d};
}





button,
.button {
   background-color: rgba(212, 65, 38, 1.0);
   border-color: rgba(212, 65, 38, 1.0);
   border-radius: 15px;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   padding: 12px 24px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
   background-color: rgba(212, 65, 38, 1.0);
   border-color: rgba(212, 65, 38, 1.0);
   color: rgba(255, 255, 255, 1.0);
}

button:active,
.button:active {
   background-color: rgba(252, 105, 78, 1.0);
   border-color: #fc694e;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






form,
.submitted-message {
   font-size: px;
   color: ;
   font-weight: 
}

/* Form title */

.form-title {
   background-color: rgba(255, 255, 255, 0.0);
   color: rgba(40, 26, 23, 1.0);
}

/* Form label */

.hs-form label {
   color: rgba(98, 98, 98, 1.0);
}

/* Form help text */

.hs-form legend {
   color: rgba(98, 98, 98, 1.0);
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   border-color: rgba(203, 214, 226, 1.0);
   color: ;
   border-radius: 15px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
   border-color: rgba(82, 168, 236, 0.8);
}

/* Form placeholder text */

::-webkit-input-placeholder {
   /*   color: ; */
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
   /*   color: ; */
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
   background:  #030303;
}

.fn-date-picker td .pika-button:hover {
   background-color:  #030303 !important;
}

.fn-date-picker td.is-today .pika-button {
   color: {color=#030303, opacity=100, rgba=rgba(3, 3, 3, 1), rgb=rgb(3, 3, 3), hex=#030303, css=#030303};
}

/* Submit button */

form input[type=submit],
form .hs-button {
   background-color: rgba(212, 65, 38, 1.0);
   border-color: rgba(212, 65, 38, 1.0);
   border-width: 1px;
   border-radius: 15px;
   color: rgba(255, 255, 255, 1.0);
   padding-left: 24px;
   padding-right: 24px;
   padding-top: 12px;
   padding-bottom: 12px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
   background-color: rgba(212, 65, 38, 1.0);
   border-color: rgba(#null, 0.0);
   color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
   background-color: rgba(212, 65, 38, 1.0);
   border-color: rgba(212, 65, 38, 1.0);
   color: rgba(255, 255, 255, 1.0);
}


/* Form placeholder text */

::-webkit-input-placeholder {
   color: rgba(3, 3, 3, 1.0);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
   color: rgba(3, 3, 3, 1.0);
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
   background: {color=#030303, opacity=100, rgba=rgba(3, 3, 3, 1), rgb=rgb(3, 3, 3), hex=#030303, css=#030303};
}

.fn-date-picker td .pika-button:hover {
   background-color: {color=#030303, opacity=100, rgba=rgba(3, 3, 3, 1), rgb=rgb(3, 3, 3), hex=#030303, css=#030303} !important;
}

.fn-date-picker td.is-today .pika-button {
   color: {color=#030303, opacity=100, rgba=rgba(3, 3, 3, 1), rgb=rgb(3, 3, 3), hex=#030303, css=#030303};
}





th,
td {
   background-color: rgba(255, 255, 255, 1.0);
   border: 1px solid rgba(26, 26, 26, 1.0);
   color: rgba(26, 26, 26, 1.0);
}

thead th,
thead td {
   background-color: rgba(26, 26, 26, 1.0);
   color: rgba(255, 255, 255, 1.0);
}

tfoot td {
   background-color: rgba(255, 255, 255, 1.0);
   color: rgba(26, 26, 26, 1.0);
}

table,
tbody + tbody {
   border-color: rgba(26, 26, 26, 1.0);
}






.Header--top{
   background-color: rgba(57, 47, 45, 1.0);
}


.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li>a{
   color: rgba(255, 255, 255, 1.0);
}

.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li:hover>a{
   color: rgba(255, 255, 255, 0.4);
}


.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li ul.hs-menu-children-wrapper{
   background-color: rgba(224, 38, 21, 1.0);
}



.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li ul.hs-menu-children-wrapper li a{
   color: rgba(255, 255, 255, 1.0);
}

.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li ul.hs-menu-children-wrapper li a:hover{
   color: rgba(255, 255, 255, 0.4);
}

.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li.active a,
.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li.active-branch a,
.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li.active-branch.active a {
   color: rgba(255, 255, 255, 1.0);
}

.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li.active:hover>a,
.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li.active-branch:hover>a,
.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li.active-branch.active:hover>a{
   color: rgba(255, 255, 255, 0.4);
}


.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li ul.hs-menu-children-wrapper li.active a,
.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li ul.hs-menu-children-wrapper li.active-branch a,
.Header--top .Header-inner--top .top-right .Header-nav--primary .Header-nav-inner ul>li ul.hs-menu-children-wrapper li.active-branch.active a {
   color: rgba(255, 255, 255, 1.0);
}

.Header--top .top-right .Header-nav--secondary .Header-nav-inner .pricing_button a{
   background-color: rgba(211, 65, 39, 1.0);
   color: rgba(255, 255, 255, 1.0);
}


.Header--top .top-right .Header-nav--secondary .Header-nav-inner .pricing_button a:hover{
   background-color: rgba(211, 65, 39, 0.8);
   color: rgba(255, 255, 255, 1.0);
}

.Header--top .top-right .Header-nav--secondary .Header-nav-inner .help_center a{
   background-color: rgba(57, 47, 45, 1.0);
   color: rgba(126, 155, 173, 1.0);
}

.Header--top .top-right .Header-nav--secondary .Header-nav-inner .help_center a:hover{
   background-color: rgba(57, 47, 45, 1.0);
   color: rgba(126, 155, 173, 1.0);
}


.mobile-bar-top{
   background-color: rgba(57, 47, 45, 1.0); 
}

.mobile-open .cst-mobile-grup .mobile-overlay{
   background-color: rgba(38, 38, 38, 1.0); 
}


.cst-mobile-grup .mobile-overlay-nav--primary .hs-menu-wrapper>ul li>a,
.cst-mobile-grup .mobile-overlay-nav--primary .hs-menu-wrapper>ul li.hs-item-has-children>a:after{
   color: rgba(255, 255, 255, 1.0);
}

.cst-mobile-grup .mobile-overlay-nav--primary .hs-menu-wrapper>ul li>a:hover,
.cst-mobile-grup .mobile-overlay-nav--primary .hs-menu-wrapper>ul li.hs-item-has-children>a:hover:after{
   color: rgba(255, 255, 255, 1.0);
}


.cst-mobile-grup .mobile-overlay-nav--primary .hs-menu-wrapper>ul li ul li a{
   color: rgba(255, 255, 255, 1.0);
}

.cst-mobile-grup .mobile-overlay-nav--primary .hs-menu-wrapper>ul li ul li a:hover{
   color: rgba(255, 255, 255, 1.0);
}

.cst-mobile-grup .mobile-overlay-nav--secondary .pricing_button a{
   color: rgba(255, 255, 255, 1.0);
}

.cst-mobile-grup .mobile-overlay-nav--secondary .pricing_button a:hover{
   color: rgba(255, 255, 255, 1.0);
}


.cst-mobile-grup .mobile-overlay-nav--secondary .help_center a{
   color: rgba(255, 255, 255, 1.0);
}

.cst-mobile-grup .mobile-overlay-nav--secondary .help_center a:hover{
   color: rgba(255, 255, 255, 1.0);
}







.footer-container{
   background-image:url(//4717378.fs1.hubspotusercontent-na1.net/hubfs/4717378/raw_assets/public/TrueNorthAccounting_July2022/images/footer-background.png);
}

.footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu .hs-menu-wrapper>ul>li>a,
.footer-container .footer-middle .footer-address .footer-address-inner p a,
.footer-container .footer-middle .footer-address .footer-details-container p a,
.footer-blocks--bottom .footer-bottom-privacy-contrainer .footer-bottom-privacy p a{
   color: rgba(255, 255, 255, 1.0);
   border-color: rgba(255, 255, 255, 0.3);
}

.footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu .hs-menu-wrapper>ul>li>a:hover,
.footer-container .footer-middle .footer-address .footer-address-inner p a:hover,
.footer-container .footer-middle .footer-address .footer-details-container p a:hover,
.footer-blocks--bottom .footer-bottom-privacy-contrainer .footer-bottom-privacy p a:hover{
   color: rgba(255, 255, 255, 0.6);
   border-color: rgba(255, 255, 255, 0.15);
}


.footer-container .footer-middle .footer-address .footer-address-inner h3,
.footer-container .footer-middle .footer-address .footer-details-container p,
.footer-blocks--bottom .footer-bottom-innerwap .footer-bottom-copyright p{
   color: rgba(255, 255, 255, 1.0); 
}



.footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu .hs-menu-wrapper>ul>li ul li a{
   color: rgba(255, 255, 255, 1.0);  
}

.footer-container .footer-middle .footer-middle-logo-grup .cst-ftr-menu .hs-menu-wrapper>ul>li ul li a:hover{
   color: rgba(255, 255, 255, 1.0);  
}

.footer-container .footer-middle .footer-address .footer-button a{
   color: rgba(255, 108, 69, 1.0); 
   background-color: rgba(139, 216, 189, 0.0); 
   border-color: rgba(255, 108, 69, 1.0); 
}


.footer-container .footer-middle .footer-address .footer-button a:hover{
   color: rgba(255, 255, 255, 1.0); 
   background-color: rgba(255, 108, 69, 1.0);
}



@media screen and (max-width: 767px){
   .footer-container{
      background-image:url(//4717378.fs1.hubspotusercontent-na1.net/hubfs/4717378/raw_assets/public/TrueNorthAccounting_July2022/images/footer_mobile.jpg);
   }
}




















.card__price {
   font-family: proxima-soft;
   font-size: 15px;
   color: #281a17;
   font-weight: 800
}


.header__container,
.footer__container,
.dnd-section > .row-fluid,
.page-center,
.content-wrapper,
.Header--top .Header-inner--top,
.footer-container .footer-inner{
   max-width: 1920px;
}

@media (max-width: 480px) {
  #hs_cos_wrapper_module_16806363719367 { margin: 0 !important; }
  #hs_cos_wrapper_module_16806363719367 h4 { font-size: 20px; }
}

.normal-row>div.tableHeading:first-of-type { min-height: 50px; height: auto; }
.tbl-sm {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
 
/* Hide the Login Button */
#hs_cos_wrapper_help_center_button { display: none; }