







/* 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 */












/* 1n. Site Footer */












/* 1o. Blog */








html { scroll-behavior: smooth; }

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

@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: 1200px;
}





html {
  font-size: 20px;
}

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #3f3f43;
  font-size: 20px;
}

/* Paragraphs */

p {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #000000;
}

a:hover, a:focus {
  font-weight: 300; text-decoration: underline; font-family: Lato, sans-serif; font-style: normal;
  color: #d45d00;
}

a:active {
  font-weight: 300; text-decoration: underline; font-family: Lato, sans-serif; font-style: normal;
  color: #ffad50;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #0451a1;
  text-transform: none;
}



  h1 {
    font-family: Lato, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    color: #0451a1;
    font-size: 36px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h2 {
    font-family: Lato, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    color: #0451a1;
    font-size: 36px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h3 {
    font-family: Lato, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    color: #0451a1;
    font-size: 34px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h4 {
    font-family: Lato, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    color: #0451a1;
    font-size: 28px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h5 {
    font-family: Lato, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    color: #0451a1;
    font-size: 24px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h6 {
    font-family: Lato, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    color: #0451a1;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
  }



/* Lists */

ul,
ol {
  margin: 16px 0;
  padding-left: 24px;
}

ul li,
ol li {
  margin: 0 0 10px 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 16px;
}

/* Blockquote */

blockquote {
  border-left: 10px solid #0451a1;
  padding-left: 24px;
}

/* Horizontal Rules */

hr {
  border-bottom-color: #d0d0d0;
}





/* Primary Button */

button,
.button {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(244, 121, 32, 1.0)

;
  border: 2px solid #f47920;
  border-radius: 0px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 18px;
  padding: 9px 22px;
  text-transform: uppercase;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 212, 144, 1.0)

;
  border: 2px solid #ffd490;
  color: #FFFFFF;
}

button:active,
.button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 255, 224, 100);
  border: 2px solid #ffd490;
  border-color: #ffffe0;
  color: #FFFFFF;
}

/* Disabled Button */

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #f1f1f1;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
}

/* Secondary Button */

.button.button--secondary {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(244, 121, 32, 1.0)

;
  border: 2px solid #f47920;
  border-radius: 0px;
  color: #ffffff;
  fill: #ffffff;
  padding: 9px 22px;
  text-transform: uppercase;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(212, 93, 0, 1.0)

;
  border: 2px solid #d45d00;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: rgba(255, 173, 80, 100);
  border: 2px solid #d45d00;
  border-color: #ffad50;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple Button */

.button.button--simple {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #f37920;
  fill: #f37920;
  text-transform: uppercase;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #d45d00;
  fill: #d45d00;
}



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



.button.button--simple:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffad50;
  fill: #ffad50;
}

/* Button Sizing */

.button.button--small {
  font-size: 18px;
  padding: 9px 20px;
}

.button.button--large {
  font-size: 18px;
  padding: 9px 20px;
}





form {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #ffffff;
  border-radius: 0px;
  padding: 0px 0px;
}

.hs-form-field {
  margin-bottom: 16px;
}

/* Form Title */

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #ffffff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #FFFFFF;
  font-size: 28px;
  padding: 20px 0px;
  text-transform: none;
}

/* Labels */

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

/* Help Text - Legends */

.hs-form-field legend {
  font-family: Lato, 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: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px none #ffffff;
  border-radius: 0px;
  color: #828385;
  font-size: 18px;
  padding: 5px 16px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline-color: #000000;
}

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

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

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

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

::placeholder {
  color: #828385;
}

/* 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: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 20px;
}

/* Inputs - Datepicker */

.fn-date-picker .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
  color: #FFFFFF;
}

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

.hs-datepicker .is-selected button.pika-button {
  background-color: #0451a1;
  color: #3f3f43;
}

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

/* 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: Lato, 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: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Validation */

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

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

/* Submit */



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

  
  
    
  


  rgba(244, 121, 32, 1.0)

;
    border: 2px solid #f47920;
    border-radius: 0px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 9px 22px;
    text-transform: uppercase;
  }

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

  
  
    
  


  rgba(255, 212, 144, 1.0)

;
    border: 2px solid #ffd490;
    color: #FFFFFF;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: rgba(255, 255, 224, 100);
    border: 2px solid #ffd490;
    border-color: #ffffe0;
}





  form input[type='submit'],
  form .hs-button {
    font-size: 18px;
    padding: 9px 22px;
  }



/* Inline Thank You Message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #ffffff;
  border-radius: 0px;
  padding: 0px 0px;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
}

th,
td {
  border: 1px solid #D2E9FC;
  color: #3f3f43;
  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;
}






.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 1px none #FFFFFF;
}

.header__container, .page-center {
  max-width: 1200px;
}

.page-center {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

/* Header Content */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header span,
.header div,
.header li,
.header blockquote,
.header .related-post__title a {
  color: 

  
  
    
  


  rgba(63, 63, 67, 1)

;
}

/* Logo */

.header__logo .logo-company-name {
  color: 

  
  
    
  


  rgba(63, 63, 67, 1)

;
}

.header__logo__nonav {
  padding:10px 10px 8px 0;
}

/* Navigation Menu */

.navigation-primary .menu-item a,
.hs-menu-depth-1 a
{
  font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #3f3f43;
  font-size: 15px;
  text-transform: none;
}

.navigation-primary .menu-item a:hover,
.navigation-primary .menu-item a:focus,
.hs-menu-depth-1 a:hover,
.hs-menu-depth-1 a:focus
{
  font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #d45d00;
}

.navigation-primary .menu-item a:active{
  font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #d45d00;
}

.navigation-primary .submenu:not(.level-1) {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:hover,
.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #d45d00;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  color: #d45d00;
}


@media (min-width: 768px) {
  .navigation-primary .submenu:not(.level-1) {
    border: 2px solid #EFF7FE;
  }
}

@media (max-width: 768px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__menu .header__mobile-menu-icon,
  .header__menu .header__mobile-menu-icon:after,
  .header__menu .header__mobile-menu-icon:before,
  .header__menu .menu-arrow-icon,
  .header__menu .menu-arrow-icon:after {
    background-color: #3f3f43;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:hover,
  .navigation-primary .submenu.level-1 .menu-item .menu-link:focus {
    font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
    color: #d45d00;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:active {
    font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
    color: #d45d00;
  }
}

/* Menu Toggle */

@media screen and (max-width: 767px) {
  body .header__navigation-toggle svg,
  body .menu-arrow svg {
    fill: #3f3f43;
  }
}

/* Language Switcher */

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 2px solid #EFF7FE;
}

.header__language-switcher-label-current:after {
  border-top-color: #3f3f43;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #3f3f43;
  font-size: 15px;
  text-transform: none;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li:focus a,
.header__language-switcher .lang_list_class li a:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #d45d00;
}

.header__language-switcher .lang_list_class li:hover,
.header__language-switcher .lang_list_class li:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #d45d00;
}

/* Blog Post Listing Module */

.header .blog-post-listing h1,
.header .blog-post-listing h2,
.header .blog-post-listing h3,
.header .blog-post-listing h4,
.header .blog-post-listing h5,
.header .blog-post-listing h6,
.header .blog-post-listing p,
.header .blog-post-listing div,
.header .blog-post-listing span {
  color: #3f3f43;
}

/* Related Posts Module */

.header .related-post__title a:hover,
.header .related-post__title a:focus {
  color: 

  
  
    
  


  rgba(63, 63, 67, 1)

;
}

.header .related-post__title a:active {
  color: 

  
  
    
  


  rgba(63, 63, 67, 1)

;
}

/* Social Follow Module */

.header .social-links__icon svg {
  fill: 

  
  
    
  


  rgba(63, 63, 67, 1)

;
}

.header .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .social-links__icon:hover {
  background-color: 

  
  
    
  


  rgba(63, 63, 67, 1)

;
}





.footer--site-page {
  background-color: 

  
  
    
  


  rgba(4, 81, 161, 1.0)

;
  border-top: 1px none #0451a1;
}

.footer--landing-page {
  background-color: #FFFFFF;
}

.footer__container {
  max-width: 1200px;
}

.footer__bottom-section {
  border-color: #FFFFFF;
  border-top: 2px solid #EFF7FE;
}

/* Footer Content */

.footer--site-page h1,
.footer--site-page h2,
.footer--site-page h3,
.footer--site-page h4,
.footer--site-page h5,
.footer--site-page h6,
.footer--site-page p,
.footer--site-page a:not(.button),
.footer--site-page div,
.footer--site-page span,
.footer--site-page blockquote,
.footer--site-page .related-post__title a {
  color: #FFFFFF;
}



  .footer--site-page h4 {
      font-family: Lato, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
      font-size: 18px;
      letter-spacing: 0px;
      text-transform: none;
  }



/* Footer Menu */

.footer .hs-menu-item a {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #FFFFFF;
  font-size: 15px;
  text-transform: none;
}

.footer .hs-menu-item a:hover,
.footer .hs-menu-item a:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #f47920;
}

.footer .hs-menu-item a:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #d45d00;
}

/* Form Module */

.footer--site-page .form-title,
.footer--site-page form .hs-richtext,
.footer--site-page form .hs-richtext *,
.footer--site-page form .hs-richtext p,
.footer--site-page form .hs-richtext h1,
.footer--site-page form .hs-richtext h2,
.footer--site-page form .hs-richtext h3,
.footer--site-page form .hs-richtext h4,
.footer--site-page form .hs-richtext h5,
.footer--site-page form .hs-richtext h6,
.footer--site-page .hs-form-field > label,
.footer--site-page .hs-form-field > label span,
.footer--site-page .hs-form-field legend,
.footer--site-page form .inputs-list:not(.no-list) label,
.footer--site-page form .inputs-list:not(.no-list) label > span,
.footer--site-page form .inputs-list:not(.no-list) label > span p {
  color: #FFFFFF;
}

/* Blog Post Listing Module */

.footer .blog-post-listing h1,
.footer .blog-post-listing h2,
.footer .blog-post-listing h3,
.footer .blog-post-listing h4,
.footer .blog-post-listing h5,
.footer .blog-post-listing h6,
.footer .blog-post-listing p,
.footer .blog-post-listing div,
.footer .blog-post-listing span {
  color: #3f3f43;
}

/* Related Posts Module */

.footer--site-page .related-post__title a:hover,
.footer--site-page .related-post__title a:focus {
  color: #afafaf;
}

.footer--site-page .related-post__title a:active {
  color: #ffffff;
}

/* Social Follow Module */

.footer--site-page .social-links__icon svg {
  fill: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .footer--site-page .social-links__icon svg {
    height: 28px;
  }
}
.footer--site-page .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(4, 81, 161, 1.0)

;
}

.footer--site-page .social-links__icon:hover {
  background-color: #FFFFFF;
}

.footer-cn-logo {
  margin-top:20px;
  width="100%"
  max-width:240px;
}





/* Blog Title */

.blog-index__post-title a,
.blog-index__post-author-name {
  color: #3f3f43;
}

.blog-index__post-title a:hover,
.blog-index__post-title a:focus {
  color: #000000;
}

.blog-index__post-title a:active {
  color: #8f8f93;
}

/* Blog Meta - Author */

.blog-index__post-author-name,
.blog-post__author-name {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3f3f43;
}

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

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

/* Tags */

.blog-index__post-tag-link,
.blog-post__tag-link {
  background-color: 

  
  
    
  


  rgba(4, 81, 161, 0.0)

;
  color: #00C6AB;
}

.blog-index__post-tags svg,
.blog-post__tags svg {
  fill: #0451a1;
}

/* Blog Listing */

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

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

/* Blog Pagination */

.blog-pagination__link {
  color: #000000;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  color: #d45d00;
}

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

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

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

.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: #000000;
  color: #fff;
}

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

/* Blog Post */

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

/* Blog Search */

.blog-search form button {
  border-radius: 0px;
}





.resource-page form {
  max-width:500px;
}

.resource-page input[type='text'], input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='number'], select, textarea {
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    background-color: #eaf7fc;
    border: 0!important;
    border-bottom: 2px solid #1f7db8!important;
    border-radius: 0px;
    color: #828385;
    font-size: 18px;
    padding: 10px 16px!important;
}
.resource-page 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 {
    color: #000;
}

.contact-us-form form .hs-richtext * {
   color: #FFF;
}





/* Error Pages - Global */

.error-page:before {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #0451a1;
}

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

/* Forms in System Pages */

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

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

/* Password Prompt */

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

/* Backup Unsubscribe */

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





/* Icon */

body .icon svg {
  fill: #0451a1;
}

/* Pricing Table */

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

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

ul.price-comparison {
  font-size:16px;
}

.price-comparison li {
  font-size:15px;
}

.price-comparison li.highlight {
  font-weight:900;
  font-size:17px;
}

.price-comparison li.check::marker {
  color: #459a53;
  content: "✓  ";
}

.price-comparison li.no-check::marker {
  content:"X  ";
  color:#ae4040;
}

.price-comparison li.no-check {
  color:#afafaf;
}

h3.pricing-chart-title {
  border-bottom:3px solid #F47820;
  margin-bottom:0; 
  padding-bottom:10px;
  font-weight:bold;
  font-size:30px;
  line-height:1.2;
}

.pricing-add-on-section {
  border-bottom:3px solid #F47820;
  padding-bottom:15px;
  margin-bottom:5px;
}

.pricing-add-on-section h3 {
  text-align:center;
  font-weight:bold;
  font-size:30px;
  line-height:1.2;
}

.pricing-add-on-section p {
  text-align:center;
  max-width:750px;
  margin:auto;
}

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */

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

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

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

/* Statististic */

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

body .statistic__info {
  color: #3f3f43;
}

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

body .statistic__circle:after {
  background-color: #FFFFFF
}

/* Testimonial Slider */

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

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

/* Header Search */

.hs-search-field--open .hs-search-field__suggestions {
  border: none;
  background: white;
  padding: 10px 50px 10px 10px
}

.hs-search-field--open .hs-search-field__suggestions li {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.25;
}

.search__block .search-input {
    width: 300px;
}

.hs-search-field__suggestions #results-for {
    font-weight: 700!important;
}

.responsive-table{
  width: 100%; 
  overflow-x: scroll;
}

@media screen and (max-width: 768px) {
  .responsive-table,
  .responsive-table p{
   font-size: 16px;
   line-height: 18px;
  }
  .responsive-table th,
  .responsive-table td{
    padding: 10px 10px;
  }
}

a{
  overflow-wrap: break-word;
  word-wrap: break-word;
}