







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */

/* MOVED TO OWN CSS */

/* 1d. Buttons */


/* 1e. Forms */

/* 1f. Tables */



/* 1g. Website header */


/* 1h. Website footer */








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

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

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


























.footer {
  background-color: 

  
  
    
  


  rgba(28, 64, 102, 1.0)

;
  padding:30px; 0px;
  border-top: 1px solid #496685;
}

.footer .left-section{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.footer .right-section{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align:right;
}
.footer .left-section a,
.footer .right-section a,
.footer .left-section span,
.footer .right-section span{
  display:inline-block;
}
.footer .right-section a:hover,
.footer .right-section a{
  color: #FFFFFF;
  text-decoration:underline;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.footer__row {
  gap:10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (max-width:768px){
  .footer__row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}

/* 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: #FFFFFF;
}







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

/* Blog post */

.blog-post__meta a {
  color: ;
}

.blog-post__tag-link {
  color: ;
}

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

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

/* 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 {
  ;
  text-transform: ;
}

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  ;
  color: ;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  ;
  text-transform: ;
}

.hs-blog-post-listing__post-title-link {
  color: ;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: ;
}

.hs-blog-post-listing__post-title-link:active {
  color: ;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: ;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: ;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: ;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: ;
}

.hs-pagination__link-icon svg {
  fill: ;
}

/* Pricing card */

.card__price {
  ;
  color: ;
  font-size: ;
}

.card__body svg {
  fill: #1C4066;
}

/* Social follow */

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

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

.social-links__icon:active {
  background-color: #44688e;
  ;
  color: ;
  font-size: ;
}

body {
  line-height:1.6;
}