/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */

















.dnd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #1d1d1d;
}
.dnd-section > .row-fluid,
.page-center {
  max-width: 567.9999996px;
}
@media (min-width: 768px){
  .dnd-section > .row-fluid,
  /* .page-center { 
    max-width: 768.0px;
  }
*/
  .page-center { 
    max-width: 100%;
  }
  
}
@media (min-width: 992px){
  .dnd-section > .row-fluid,
  .page-center {
    max-width: 100%;
  }
}
@media (min-width: 1200px){
  .dnd-section > .row-fluid,
  .page-center {
    max-width: 1200px;
  }
}


@media (max-width: 991px) and (min-width: 768px) {
  .dnd-section[class*="max-width-section-centering"]:not([class*="force-full-width-section"]) > .row-fluid {
    max-width: 768.0px !important;    
  }
}

@media (max-width: 767px) {
  .start-business-details-page .dnd-section:not([class*="force-full-width-section"]) > .row-fluid {
    max-width: 567.9999996px !important;    
  }
  .dnd-section[class*="max-width-section-centering"]:not([class*="force-full-width-section"]) > .row-fluid {
    max-width: 567.9999996px !important;    
  }
}






body {
  font-weight: 400;
  color: rgba(117, 117, 117, 1.0);
  font-family: Avenir, sans-serif;
  font-size: 20px;
}

a {
  color: rgba(80, 137, 253, 1.0);
  cursor: pointer;
}

a:hover {
  color:#fd8550;
}

h1 {
  color: rgba(29, 29, 29, 1.0);
  font-family: MarkPro, sans-serif;
  font-size: 39.999999984px;
  font-weight: 700;
}

@media(min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  color: rgba(29, 29, 29, 1.0);
  font-family: MarkPro, sans-serif;
  font-size: 32.0px;
  font-weight: 700;
}

@media(min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  color: rgba(29, 29, 29, 1.0);
  font-family: MarkPro, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

h4 {
  color: rgba(29, 29, 29, 1.0);
  font-family: MarkPro, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

h5 {
  color: rgba(29, 29, 29, 1.0);
  font-family: MarkPro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

h6 {
  color: rgba(29, 29, 29, 1.0);
  font-family: MarkPro, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

blockquote {
  border-left: 10px solid #1d1d1d;;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0);
  font-family: Avenir;
}

h3.form-title {
  background-color: rgba(253, 133, 80, 0.0);
  color: rgba(29, 29, 29, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(253, 133, 80, 1.0);
  border-color: rgba(253, 133, 80, 1.0);
  border-radius: 50px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 46px;
  padding-right: 46px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.hs-button:hover,
.button--primary:hover {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(253, 133, 80, 1.0);
  color: rgba(253, 133, 80, 1.0);
}

.button--secondary {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(253, 133, 80, 1.0);
  border-radius: 50px;
  border-width: 2px;
  color: rgba(253, 133, 80, 1.0);
  padding-left: 46px;
  padding-right: 46px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.button--secondary .button__Arrow {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0px, -50%);
  transition: transform 0.3s ease 0s;
}

.button--secondary .button__Arrow svg path {
  fill: rgba(253, 133, 80, 1.0);
}

.button--secondary:hover {
  background-color: rgba(253, 133, 80, 1.0);
  border-color: rgba(253, 133, 80, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.button--secondary:hover .button__Arrow {
  transform: translate(3px, -50%);
}

.button--secondary:hover .button__Arrow svg path {
  fill: rgba(255, 255, 255, 1.0);
}

.hs-button.orange-outline-btn {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(253, 133, 80, 1.0);
  color: rgba(253, 133, 80, 1.0);  
}
.hs-button.orange-outline-btn:hover {
  background-color: rgba(253, 133, 80, 1.0);
  border-color: rgba(253, 133, 80, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.hs-form legend {
  color: rgba(117, 117, 117, 1.0);
}
input#hs-pwd-widget-password,
.hs-search-field__input,
form input,
form select,
form textarea,
.hs-input:not([type=checkbox]):not([type=radio])  {
  color: rgba(29, 29, 29, 1.0);
  border-color: rgba(221, 221, 221, 1.0);
  background-color: rgba(252, 252, 252, 1.0);
  border-radius: 5px;
}
input#hs-pwd-widget-password:hover,
.hs-search-field__input:hover,
form input:hover,
form select:hover,
form textarea:hover,
.hs-input:not([type=checkbox]):not([type=radio]):hover {
  border-color: rgba(80, 137, 253, 1.0);
}
input#hs-pwd-widget-password:focus,
.hs-search-field__input:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:not([type=checkbox]):not([type=radio]):focus {
  border-color: rgba(80, 137, 253, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(29, 29, 29, 0.0);
}
.hs-search-field__input::placeholder,
.hs-search-field__input:-moz-placeholder,
.hs-search-field__input::-webkit-input-placeholder,
.hs-input::placeholder,
.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: rgba(29, 29, 29, 1.0);
}

.hs-richtext {
  font-size: 20;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Avenir;
}

.fn-date-picker td.is-today .pika-button {
  color: #757575;
}

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

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





table th,
table td {
  background-color: rgba(255, 255, 255, 1.0);
  border-color:rgba(244, 244, 244, 1.0);
  color: rgba(29, 29, 29, 1.0);
}

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

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

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





header.header {
  background: rgba(255, 255, 255, 1.0);
  border-bottom: 1px solid rgba(244, 244, 244, 0.9);
}
.header-dropdown{
  background: rgba(255, 255, 255, 1.0);
}
.incorporate-btn a,
.header-right-links .inco-button {
  background-color:  rgba(255, 255, 255, 1.0);
  border-color:rgba(253, 133, 80, 1.0);
  color: rgba(253, 133, 80, 1.0);
}
.incorporate-btn a:hover,
.header-right-links .inco-button:hover {
  background-color: rgba(253, 133, 80, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color:rgba(253, 133, 80, 1.0);
}
.login-btn a,
.header-right-links .login-button {
  color: rgba(30, 30, 30, 1.0);
}
.login-btn a:hover,
.header-right-links .login-button:hover {
  color: rgba(253, 133, 80, 1.0);
}
div#hs_cos_wrapper_telephone_detail svg path,
div#hs_cos_wrapper_telephone_detail a {
  color: rgba(253, 133, 80, 1.0);
  fill: rgba(253, 133, 80, 1.0);
}
.child-trigger path { 
  fill: rgba(78, 78, 78, 1.0);
}
.custom-menu-primary-inner .hs-menu-wrapper > ul > li > a {
  color: rgba(30, 30, 30, 1.0);
  fill: rgba(30, 30, 30, 1.0);
}
/* .custom-menu-primary-inner .hs-menu-wrapper > ul > li > a:hover + .child-trigger path, */
.custom-menu-primary-inner .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(30, 30, 30, 1.0);
  background-color:rgba(244, 244, 244, 0.0);
  fill: rgba(30, 30, 30, 1.0);
}

/* .custom-menu-primary-inner .hs-menu-wrapper > ul > li.active > .child-trigger path, */
.custom-menu-primary-inner .hs-menu-wrapper > ul > li.active > a {
  color:rgba(30, 30, 30, 1.0);
  background-color:rgba(30, 30, 30, 0.0);
  fill: rgba(30, 30, 30, 1.0);
}
.custom-menu-primary-inner .hs-menu-wrapper > ul > li > ul {
  background:rgba(255, 255, 255, 1.0);
}
.custom-menu-primary-inner .hs-menu-wrapper > ul ul li a {
  color: rgba(29, 29, 29, 1.0);
}

.custom-menu-primary-inner .hs-menu-wrapper > ul ul ul ul li a {
  color: rgba(30, 30, 30, 1.0);
}
.custom-menu-primary-inner .hs-menu-wrapper > ul ul ul ul li a:hover {
  color: rgba(253, 133, 80, 1.0);
  background-color:rgba(253, 133, 80, 0.0);;
}
.custom-menu-primary-inner .hs-menu-wrapper > ul ul ul ul li.active > a {
  color: rgba(30, 30, 30, 1.0);
  background-color:rgba(30, 30, 30, 0.0);;
}
.custom-menu-primary-inner .hs-menu-wrapper > ul > li > ul > li:last-child:not(:first-child) a {
  color: rgba(80, 137, 253, 1.0);
}

.custom-menu-primary-inner .hs-menu-wrapper > ul > li > ul > li:last-child:not(:first-child) a:hover {
  color: rgba(253, 133, 80, 1.0);
}
.text__Arrow-z6idrg-2.iCMTqb path {
  fill: rgba(80, 137, 253, 1.0);
}

a:hover .text__Arrow-z6idrg-2.iCMTqb path {
  fill: rgba(253, 133, 80, 1.0);
}
@media (min-width: 576px){
  .custom-menu-primary-inner .hs-menu-wrapper > ul > li > ul > li:last-child:not(:first-child) {
    border-color: rgba(244, 244, 244, 1.0);
  }
  .custom-menu-primary-inner .hs-menu-wrapper > ul > li:hover {
    border-color:rgba(253, 133, 80, 1.0);
  }
}





footer.footer {
  padding-top: 56px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(117, 117, 117, 1.0);
}
div#hs_cos_wrapper_copyright p {
  color: rgba(79, 79, 79, 1.0);
}

.footyer-nav-container {
  border-bottom-color: rgba(244, 244, 244, 1.0);
}
.footyer-nav-container .hs-menu-wrapper > ul > li > a {
  color:  rgba(117, 117, 117, 1.0);
}
.footyer-nav-container .hs-menu-wrapper > ul ul li a {
  color:  rgba(117, 117, 117, 1.0);
}
.footyer-nav-container .hs-menu-wrapper > ul ul li a:hover {
  color:  rgba(253, 133, 80, 1.0);
}
.footer-news-form p {
  color:  rgba(30, 30, 30, 1.0);
}
.footer-news-form form .hs-input:not([type=checkbox]):not([type=radio]) {
  border-color:  rgba(233, 233, 233, 1.0);
  color:  rgba(30, 30, 30, 1.0);
}
.footer-news-form form .hs-input:not([type=checkbox]):not([type=radio]):hover,
.footer-news-form form .hs-input:not([type=checkbox]):not([type=radio]):focus {
  border-color:  rgba(253, 133, 80, 1.0);
}
.footer-news-form form .actions {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(253, 133, 80, 1.0);
  color: rgba(253, 133, 80, 1.0);
}
.footer-news-form form .actions input {
  color: rgba(253, 133, 80, 1.0);
}
.footer-news-form form .actions:hover {
  background-color: rgba(253, 133, 80, 1.0);
  border-color: rgba(253, 133, 80, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer-news-form form .actions:hover input {
  color: rgba(255, 255, 255, 1.0);
}
.button-action__Arrow-sc-1lf0xj6-1.izOQfW.arrow1 path {
  fill: rgba(253, 133, 80, 1.0);
}
.footer-news-form form .actions:hover path {
  fill: rgba(255, 255, 255, 1.0);
}

.footer-news-form p span {
  color: rgba(117, 117, 117, 1.0);
}





.content-wrapper {
  max-width: 1200px;
}

.blog-post__date {
  border-color: #757575;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #757575;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #4d4d4d;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #9d9d9d;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #757575;
}


.blog-post__title {
  color: #1d1d1d;
  font-family:MarkPro;
  font-size: 40px;
  font-weight: ;
}

.blog-post__author {
  background-color: #1d1d1d;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(#null);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: ;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__tag-link:hover{
  color: #fd8550;
}

.blog-post__read-more svg {
  fill: #757575;
}

.blog-post__read-more a:hover svg {
  fill: #fd8550;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
  color: #757575;
}

.blog-sidebar a:hover {
  color: #fd8550;
}

.blog__subscription-block {
  background-color: rgb(#null);
}

.post-featured-image {
  max-height: px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
  color: #757575;
}

.blog-post__body, .blog-post__tags a {
  color: #757575;
}

.blog-post__meta a:hover {
  color: #fd8550
}

.blog-post__links {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: #757575;
}

.blog-post__back-to-blog:hover {
  color: #fd8550;
}

.blog-post__back-to-blog svg {
  fill: #757575;
}

a.blog-post__back-to-blog:hover svg {
  fill: #fd8550;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null);
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}










body .icon svg {
  fill: #757575;
}

body .tns-nav button.tns-nav-active {
  background-color: #757575;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #757575;
}

body .social-links__icon {
  background-color: #757575;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #1d1d1d;
}

.page-center {
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, variables=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=, image_field=}
}




.hsform-under-header{
  background-color: #fafafa;
  padding: 24px 16px;
}
.hsform-under-header__inner{
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}

.hsform-under-header__inner--title h3{
  margin-bottom: 8px;
}
.hsform-under-header__inner--title p{
  margin-bottom: 16px;
  font-size: 16px;
}

.hsform-under-header__inner form{
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
}
.hsform-under-header__inner form label{
  display: none;
}
.hsform-under-header__inner form .field{
  margin-bottom: 0;
  max-width: 100%;
  width: 290px;
}

.hsform-under-header__inner form .hs-button{
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}

@media screen and (min-width:768px) {
  .hsform-under-header__inner form{
    flex-flow: row;
    align-items: baseline;
  }
  
  .hsform-under-header__inner form .field{
    width: 320px;
  }
}