







/* 1a. Containers */





/* 1b. Breakpoints */







/* 1c. Colors */









/* 1d. Typography */











/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */















































/* 1l. Tables */











/* 1m. Site Header

{ set header_bg_color = color(theme.global.header.bg_color.color) %}
{ set header_border = theme.global.header.border.width ~ 'px' ~ ' ' ~ theme.global.header.border.style ~ ' ' ~ theme.global.header.border.color.color %}

{ set header_primary_nav_font = theme.global.header.menu.font %}
{ set header_primary_nav_text_transform = theme.global.header.menu.text_transform %}
{ set header_primary_nav_font_hover = theme.global.header.menu.hover.font %}
{ set header_primary_nav_bg_color_hover = color(theme.global.header.menu.hover.bg_color) %}
{ set header_primary_nav_font_active = theme.global.header.menu.active.font %}
{ set header_primary_nav_bg_color_active = color(theme.global.header.menu.active.bg_color) %}*/

/* 1n. Site Footer 

{ set footer_bg_color = color(theme.global.footer.bg_color.color) %}
{ set footer_border = theme.global.footer.border.width ~ 'px' ~ ' ' ~ theme.global.footer.border.style ~ ' ' ~ theme.global.footer.border.color.color %}
{ set footer_content_color = theme.global.footer.font_color.color.color %}

{ set footer_primary_nav_font = theme.global.footer.menu.font %}
{ set footer_primary_nav_text_transform = theme.global.footer.menu.text_transform %}
{ set footer_primary_nav_font_hover = theme.global.footer.menu.hover.font %}
{ set footer_primary_nav_bg_color_hover = color(theme.global.footer.menu.hover.bg_color) %}
{ set footer_primary_nav_font_active = theme.global.footer.menu.active.font %}
{ set footer_primary_nav_bg_color_active = color(theme.global.footer.menu.active.bg_color) %}*/

/* 1o. Blog */











  .content-wrapper {
    max-width: 940px;
  }
  @media screen and (min-width: 1380px) {
    .content-wrapper {
      padding: 0;
    }
  }
  .content-wrapper--narrow {
    max-width: 760px;
  }

  @media screen and (min-width: 800px) {
    .content-wrapper--narrow {
      padding: 0;
    }
  }

  .dnd-section,
  .content-wrapper--blog-index,
  .content-wrapper--blog-post {
    padding: 80px 20px;
  }

  .dnd-section > .row-fluid {
    max-width: 940px;
  }
}
  
  
  

html {
  font-size: 16px;
}

body {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #0f1416;
  color: #999999;
  font-size: 16px;
}

  /* Paragraphs */
#landing-page-content p {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
}

#landing-page-content p.lead,
#landing-page-content p.intro {
  font-size: 1.25rem;
}

/* Anchors */

#landing-page-content a {
  font-family: helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #005a98;
}

#landing-page-content a:hover, a:focus {
  font-weight: normal; text-decoration: underline; font-family: helvetica; font-style: normal;
  color: #9FC5E8;
}

#landing-page-content a:active {
  font-weight: normal; text-decoration: underline; font-family: helvetica; font-style: normal;
  color: #efffff;
}

#landing-page-content a.button:disabled {
  background-color: #f1f1f1;
}

/* Headings */

#landing-page-content h1,
#landing-page-content h2,
#landing-page-content h3,
#landing-page-content h4,
#landing-page-content h5,
#landing-page-content h6 {
  font-family: helvetica, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #00326D;
  text-transform: none;
}



#landing-page-content h1 {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FAFAFA;
  font-size: 62px;
  letter-spacing: 0px;
  text-transform: none;
}

#landing-page-content h2 {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FAFAFA;
  font-size: 42px;
  letter-spacing: 0px;
  text-transform: none;
}

#landing-page-content h3 {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FAFAFA;
  font-size: 32px;
  letter-spacing: 0px;
  text-transform: none;
}

#landing-page-content h4 {
  font-family: helvetica; font-style: normal; font-weight: 300; text-decoration: none;
  color: #FAFAFA;
  font-size: 20px;
  letter-spacing: 1.18px;
  text-transform: none;
}

#landing-page-content h5 {
  font-family: helvetica; font-style: normal; font-weight: 800; text-decoration: none;
  color: #FAFAFA;
  font-size: 20px;
  letter-spacing: 1.18px;
  text-transform: none;
}

#landing-page-content h6 {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FAFAFA;
  font-size: 18px;
  letter-spacing: 1.06px;
  text-transform: none;
}



/* Lists */

#landing-page-content ul,
#landing-page-content ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

#landing-page-content ul li,
#landing-page-content ol li {
  margin: 0.7rem;
}

#landing-page-content ul ul,
#landing-page-content ol ul,
#landing-page-content ul ol,
#landing-page-content ol ol {
  margin: 1.5rem;
}

/* Blockquote */

#landing-page-content blockquote {
  border-left: 10px solid #b63f00;
  padding-left: 1.5rem;
}

/* Horizontal Rules */

#landing-page-content hr {
  background-color: #d0d0d0;
  color: #d0d0d0;
}





/* Primary Button */

#landing-page-content button,
#landing-page-content .button {
  font-family: helvetica, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 90, 152, 1.0)

;
  border: 1px solid #005a98;
  border-radius: 50px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 12px 44px;
  text-transform: uppercase;
}

#landing-page-content button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #f1f1f1;
}

#landing-page-content button:hover,
#landing-page-content button:focus,
#landing-page-content .button:hover,
#landing-page-content .button:focus,
#landing-page-content button:active,
#landing-page-content .button:active {
  font-family: helvetica, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 124, 173, 1.0)

;
  border: 1px solid #007cad;
  color: #FFFFFF;
}

#landing-page-content button:active,
#landing-page-content .button:active {
  font-family: helvetica, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: rgba(80, 204, 253, 100);
  background-color: #50ccfd;
  border: 1px solid #007cad;
  border-color: #50ccfd;
}

/* Secondary Button */

#landing-page-content .button.button--secondary {
  font-family: helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(15, 20, 22, 0.0)

;
  border: 1px solid #005a98;
  border-radius: 50px;
  color: #005a98;
  fill: #005a98;
  padding: 12px 44px;
  text-transform: uppercase;
}

#landing-page-content .button.button--secondary:hover,
#landing-page-content .button.button--secondary:focus,
#landing-page-content .button.button--secondary:active {
  font-family: helvetica, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 124, 173, 0.0)

;
  border: 2px solid #007cad;
  color: #009E83;
  fill: #009E83;
}

#landing-page-content .button.button--secondary:active {
  font-family: helvetica, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: rgba(80, 204, 253, 0);
  border: 2px solid #007cad;
  border-color: #50ccfd;
  color: #50eed3;
  fill: #50eed3;
}

/* Simple Button */

#landing-page-content .button.button--simple {
  font-family: helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #005a98;
  fill: #005a98;
  text-transform: uppercase;
}



#landing-page-content .button.button--simple:after {
  content: none;
}



#landing-page-content .button.button--simple:hover,
#landing-page-content .button.button--simple:focus {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #007cad;
  fill: #007cad;
}



#landing-page-content .button.button--simple:hover:after,
#landing-page-content .button.button--simple:focus:after,
#landing-page-content .button.button--simple:active:after {
  content: none;
}



#landing-page-content .button.button--simple:active {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #50ccfd;
  fill: #50ccfd;
}

/* Button Sizing */

#landing-page-content .button.button--small {
  font-size: 14px;
  padding: 12px 44px;
}

#landing-page-content .button.button--large {
  font-size: 18px;
  padding: 12px 44px;
}

  
  
  

  form {
    background-color: 

  
  
    
  


  rgba(32, 36, 38, 1.0)

;
    border: 1px none #D0D0D0;
    border-radius: 13px;
    padding: 45px 45px;
  }

  .hs-form-field {
    margin-bottom: 1.5rem;
  }

  /* Form Title */

  .form-title {
    font-family: helvetica, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(32, 36, 38, 1.0)

;
    border: 1px none #D0D0D0;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    color: #FFFFFF;
    font-size: 32px;
    padding: 28px 25px;
    text-transform: none;
  }

  /* Labels */

  .hs-form-field > label {
    font-family: helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    padding: 6px 0px;
  }

  /* Help Text - Legends */

  .hs-form-field legend {
    font-family: helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
  }

  /* Form Rich Text */

  form .hs-richtext,
  form .hs-richtext *,
  form .hs-richtext p,
  form .hs-richtext h1,
  form .hs-richtext h2,
  form .hs-richtext h3,
  form .hs-richtext h4,
  form .hs-richtext h5,
  form .hs-richtext h6 {
    font-family: helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #FFFFFF;
  }

  /* GDPR Text */

  form .legal-consent-container,
  form .legal-consent-container .hs-richtext,
  form .legal-consent-container .hs-richtext p {
    font-family: helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
  }

  /* Inputs */

  input[type='text'],
  input[type='email'],
  input[type='password'],
  input[type='tel'],
  input[type='number'],
  select,
  textarea {
    font-family: helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(53, 58, 61, 0.73)

;
    border: 1px solid #3b3d3d;
    border-radius: 25px;
    color: #999999;
    font-size: 16px;
    padding: 15px 15px;
  }

  ::-webkit-input-placeholder {
    color: #D0D0D0;
  }

  ::-moz-placeholder {
    color: #D0D0D0;
  }

  :-ms-input-placeholder {
    color: #D0D0D0;
  }

  :-moz-placeholder {
    color: #D0D0D0;
  }

  ::placeholder {
    color: #D0D0D0;
  }

  /* Inputs - Checkbox/Radio */

  form .inputs-list:not(.no-list) label,
  form .inputs-list:not(.no-list) label > span,
  form .inputs-list:not(.no-list) label > span p {
    font-family: helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
  }

  /* Inputs - Datepicker */

  .hs-datepicker .is-selected button.pika-button {
    background-color: #b63f00;
  }

  .hs-datepicker button.pika-button:hover {
    background-color: #005a98 !important;
  }

  /* Validation */

  .hs-input.invalid.error {
    border-color: #ef6b51;
  }

  .hs-error-msg {
    color: #ef6b51;
  }

  /* Submit */

  

    form input[type='submit'],
    form .hs-button {
      font-family: helvetica, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
      background-color: 

  
  
    
  


  rgba(0, 90, 152, 1.0)

;
      border: 1px solid #005a98;
      border-radius: 50px;
      color: #FFFFFF;
      fill: #FFFFFF;
      padding: 12px 44px;
      text-transform: uppercase;
    }

    form input[type='submit']:hover,
    form input[type='submit']:focus,
    form .hs-button:hover,
    form .hs-button:focus {
      font-family: helvetica, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
      background-color: 

  
  
    
  


  rgba(0, 124, 173, 1.0)

;
      border: 1px solid #007cad;
      color: #FFFFFF;
    }

    form input[type='submit']:active,
    form .hs-button:active {
      font-family: helvetica, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
      background-color: rgba(80, 204, 253, 100);
      border: 1px solid #007cad;
      border-color: #50ccfd;
  }

  

  

    form input[type='submit'],
    form .hs-button {
      font-size: 16px;
      padding: 12px 44px;
    }

  

  
  
  

  table {
    background-color: 

  
  
    
  


  rgba(15, 20, 22, 1.0)

;
    border: 1px solid #D2E9FC;
  }

  th,
  td {
    border: 1px solid #D2E9FC;
    color: #00326D;
    padding: 15px 15px;
  }

  thead th,
  thead td {
    background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
    border-bottom: 2px none #D2E9FC;
    color: #FFFFFF;
  }

  tbody + tbody {
    border-top: 2px none #D2E9FC;
  }


  
  
  

 

  
  
  


  
  
  

  /* Blog Meta - Author */

  .blog-card__author-name,
  .blog-post__author-name {
    font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
    color: #999999;
  }

  .blog-post__author-links svg {
    fill: #999999;
  }

  .blog-post__author-links a:hover svg {
    fill: #005a98;
  }

  /* Tags */

  .blog-card__tag-link,
  .blog-post__tag-link {
    background-color: 

  
  
    
  


  rgba(182, 63, 0, 0.0)

;
    color: #00C6AB;
  }

  .blog-card__tags svg,
  .blog-post__tags svg {
    fill: #b63f00;
  }

  /* Blog Listing */

  .blog-header {
    background: #b63f00 url('https://5878953.fs1.hubspotusercontent-na1.net/hubfs/5878953/Video%20thumbnail.png') no-repeat center center;
    background-size: cover;
  }

  .blog-subheader__author-links a {
    background-color: #005a98;
  }

  .blog-subheader__author-links a:hover {
    background-color: #9FC5E8;
  }

  /* Blog Pagination */

  .blog-pagination__link {
    color: #005a98;
  }

  .blog-pagination__link:hover {
    color: #9FC5E8;
  }

  .blog-pagination__link:hover svg,
  .blog-pagination__link:focus svg {
    fill: #9FC5E8;
  }

  .blog-pagination__link:active {
    color: #efffff;
  }

  .blog-pagination__link:active svg {
    fill: #efffff;
  }

  .blog-pagination__prev-link--disabled,
  .blog-pagination__next-link--disabled {
    color: #d0d0d0;
  }

  .blog-pagination__prev-link--disabled svg,
  .blog-pagination__next-link--disabled svg {
    fill: #d0d0d0;
  }

  .blog-pagination__link--active {
    background-color: #005a98;
    color: #fff;
  }

  .blog-pagination__link--active:hover {
    color: #fff;
  }

  /* Blog Post */

  .blog-post__image {
    border-radius: 18px;
  }

  
  
  

  /* Error Pages - Global */

  .error-page:before {
    font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  }

  /* System Pages - Global */

  .hs-search-results__title {
    font-family: helvetica, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #00326D;
  }

  .hs-search-results__title:hover {
    font-family: helvetica, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  }

  /* Forms in System Pages */

  #email-prefs-form h3 {
    font-family: helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    padding: 6px 0px;
  }

  #email-prefs-form,
  #email-prefs-form h1,
  #email-prefs-form h2 {
    color: #FFFFFF;
  }

  /* Password Prompt */

  .password-prompt input[type='password'] {
    margin-bottom: 1.5rem;
  }

  /* Backup Unsubscribe */

  .backup-unsubscribe input[type='email'] {
    margin-bottom: 1.5rem;
    padding: 15px 15px !important;
  }

  
  
  

  body .blog-card__title a,
  body .blog-card__author-name {
    color: #999999;
  }

  /* Icon */

  body .icon svg {
    fill: #b63f00;
  }

  /* Pricing Table */

  body .price-block__header {
    background-color: #b63f00;
  }

  body .billing-selectors__pricing-option input[type='radio']:checked + label:before {
    border-color: #b63f00;
  }

  /* Image Module */

  img {
    max-width: 100%;
  }

  /* Social Follow */

  body .social-links__icon svg {
    fill: #999999;
  }

  body .social-links__icon:hover svg {
    fill: #999999;
  }

  body .social-links__icon:hover {
    background-color: transparent;
  }

  /* Statististic */

  body .statistic__circle {
    background-color: #d0d0d0;
  }

  body .statistic__info {
    color: #999999;
  }

  body .statistic__bar,
  body .statistic__fill,
  body .statistic__fill {
    border-color: #b63f00;
  }

  body .statistic__circle:after {
    background-color: #0f1416
  }

  /* Testimonial Slider */

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

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