







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

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





html {
  font-size: 24px;
}

body {
  font-family: graphik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 24px;
}

/* Paragraphs */

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

/* Anchors */

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

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

a:active {
  font-weight: normal; text-decoration: none; font-family: graphik, sans-serif; font-style: normal;
  color: #282828;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: graphik, serif; font-style: normal;
  color: #000000;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: graphik, serif; font-style: normal;
  color: #000000;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: graphik, serif; font-style: normal;
  color: #000000;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: graphik, serif; font-style: normal;
  color: #000000;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: graphik, serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: graphik, serif; font-style: normal;
  color: #000000;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #CCD1D1;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #1F618D;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: graphik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(31, 97, 141, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: graphik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(71, 137, 181, 1.0);
  border-color: #4789b5;
}





form,
.submitted-message {
  font-family: graphik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #CCD1D1;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(204, 209, 209, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #CCD1D1;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: graphik; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 30px;
  color: #000000;
  background-color: 

  
  
    
  


  rgba(204, 209, 209, 1.0)

;
}


/* Labels */

form label {
  color: #000000;
}

/* Help text */

form legend {
  color: #000000;
}

/* Inputs */

form input[type=text],
form input[type=search],
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: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
  border-radius: 3px;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #000000;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #1F618D;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: graphik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(31, 97, 141, 1.0)

;
  border-radius: 6px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(71, 137, 181, 1.0);
  border-color: #4789b5;
}





/* Table */

table {
  
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

/* Table cells */

td,
th {
  
  
  color: ;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
}





.header {
  background-color: 

  
  
    
  


  rgba(204, 209, 209, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #000000;
  font-family: graphik;
}

.menu__child-toggle-icon {
  border-top-color: #000000;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #282828;
}

.menu__child-toggle-icon:active {
  border-top-color: #282828;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #000000;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #1F618D;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #1F618D;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #000000;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #1F618D;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(204, 209, 209, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(204, 209, 209, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: graphik;
}

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

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

  
  
    
  


  rgba(204, 209, 209, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #000000;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(204, 209, 209, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #000000;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

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

.blog-post__tag-link {
  color: #000000;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #282828;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: graphik, serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #000000;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #282828;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #000000;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #000000;
}

#comments-listing .comment-reply-to:active {
  color: #282828;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: graphik, serif; font-style: normal;
  color: #000000;
}

.dnd-section .dnd-column {
    padding: 0;
}

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

.dnd-section>.row-fluid {
    max-width: 100%;
}





/* Blog listing */

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

.blog-post__date {
  border-color: ;
}

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

.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: ;
}

.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: ;
}

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

.blog-pagination__link {
  color: ;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: ;
}

.blog-post__title {
  color: ;
  font-family:{font=graphik, font_set=GOOGLE, styles={font-weight=700, text-decoration=none, font-family=graphik, serif, font-style=normal}, size=38, size_unit=px, color=#000000, variant=700, fallback=serif, style=font-weight: 700; text-decoration: none; font-family: graphik, serif; font-style: normal, css=color: #000000;font-size: 38px;font-weight: 700; font-family: graphik, serif;};
  font-size: px;
  font-weight: ;
}

.blog-post__author {
  background-color: ;
}

#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: rgba(#null, 0.0);
}

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

.blog-post__tag-link:hover{
  color: rgba(#null, 0.0);
}

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

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

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

.blog-sidebar a {
  color: ;
}

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

.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: ;
}

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

.blog-post__meta a:hover {
  color: 
}

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

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

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

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

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

.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);
}

.hs-blog-post-listing__post {
  background: #FFFDF8;
  border: 1px solid #575757;
  border-radius: 8px;
  padding: 16px;
}

.hs-blog-post-listing__post-title {
  margin-top: 24px !important;
  line-height: 24px;
}

.hs-blog-post-listing__post-title-link {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}

.hs-blog-post-listing__post-tag {
  padding: 8px 12px;
  text-align: center;
  border: 1px solid #19377E;
  border-radius: 24px;
  font-weight: 500;
  font-size: 12px;
  color: #19377E;
}

.hs-blog-post-listing__post-author-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.hs-blog-post-listing__post-timestamp {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
}

.hs-blog-post-listing__post-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.hs-blog-post-listing__post-button {
  background: #FFFDF8;
  padding: 8px 12px;
  border: 1px solid #575757;
  border-radius: 20px;
  color: #19377E;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
}

.blog-pagination {
    align-items: center;
    display: flex;
    font-family: Graphik,sans-serif;
    justify-content: center;
    margin-bottom: 3.3rem;
    text-align: center;
    margin-top: 24px;
}

.blog-pagination__link {
    color: #212529;
    border: 2px solid transparent;
    border-radius: 7px;
    color: #494a52;
    display: inline-flex;
    line-height: 1;
    margin: 0 0.1rem;
    padding: 0.25rem 0.4rem;
    text-decoration: none;
    font-size: 20px;
}

.blog-pagination__link svg {
  margin: 0 10px;
}

.blog-pagination__prev-link--disabled {
    color: #b0c1d4;
    cursor: default;
    pointer-events: none;
}

.blog-pagination__prev-link {
    margin-right: 0.25rem;
    text-align: right;
    align-items: center;
    display: inline-flex;
}

.blog-pagination__link--active {
    border: 2px solid #b0c1d4;
}

/* Social follow */

.social-links__icon {
  background-color: #1F618D;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #003965;
}

.social-links__icon:active {
  background-color: #4789b5;
  font-weight: 700; text-decoration: none; font-family: graphik, serif; font-style: normal;
  color: #000000;
  font-size: 30px;
}