







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */











/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */







@media (min-width: 981px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 4% 0;
  }
}

@media only screen and (min-width: 1375px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 55px 0;
  }
}

@media (max-width: 980px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 50px 0;
  }
}

header.header {
  margin: 0 auto;
  width: 100%;
}
.page-center,
.body-container-wrapper,
.content-wrapper, 
.dnd-section>.row-fluid, 
.container {
  max-width: 1260px;
  margin: 0 auto;
  width: 90%;
}





html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: #343f4a;
  font-weight: 400;
  font-family: Lato;
}

/* Paragraphs */

p {
  font-size: 16px;
  color: #343f4a;
  font-weight: 400;
}

/* Anchors */

a {
  color: #0b233f;
}

a:hover,
a:focus,
a:active {
  color: #0b233f;
}



/* Headings */

h1 {
  font-family: Libre Baskerville;
  font-size: 40px;
  color: #343f4a;
  font-weight: 600;
}

h2 {
  font-family: Libre Baskerville;
  font-size: 32px;
  color: #343f4a;
  font-weight: 400;
}

h3 {
  font-family: Libre Baskerville;
  font-size: 28px;
  color: #343f4a;
  font-weight: 400;
}

h4 {
  font-family: Libre Baskerville;
  font-size: 22px;
  color: #343f4a;
  font-weight: 500;
}

h5 {
  font-family: Libre Baskerville;
  font-size: 18px;
  color: #343f4a;
  font-weight: 500;
}

h6 {
  font-family: Libre Baskerville;
  font-size: 16px;
  color: #343f4a;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 12px;
  }
  h6 {
    font-size: 11px;
  }
}
h1 a,h1 a:hover,h1 a:active,h1 a:focus,
h2 a,h2 a:hover,h2 a:active,h2 a:focus,
h3 a,h3 a:hover,h3 a:active,h3 a:focus,
h4 a,h4 a:hover,h4 a:active,h4 a:focus,
h5 a,h5 a:hover,h5 a:active,h5 a:focus,
h6 a,h6 a:hover,h6 a:active,h6 a:focus {
  color: inherit;
}

/* Blockquote */

blockquote {
  border-left-color: #343f4a;
}





.cta_button,
.hs-button,
.button_parent a,
button,
.button {
  background-color: 

  
  
    
  


  rgba(52, 63, 74, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(22, 63, 73, 1.0)

;
  border-radius: 3px;
  color: 

  
  
    
  


  rgba(244, 244, 244, 1.0)

;
  padding: 4.5px 15px;
  font-family: Libre Baskerville;
}

.cta_button:focus,
.hs-button:focus,
.button_parent a:focus,
button:focus,
.button:focus{
  background-color: 

  
  
    
  


  rgba(52, 63, 74, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(22, 63, 73, 1.0)

;
  color: 

  
  
    
  


  rgba(244, 244, 244, 1.0)

;
}

.cta_button:hover,
.hs-button:hover,
.button_parent a:hover,
button:hover,
.button:hover{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 0, 0, 0.14);
  color: rgba(52, 63, 74, 1.0);
}





form,
.submitted-message {
  font-size: 16px;
  color: #343f4a;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: #343f4a;
}

/* Form label */

form label {
  color: #333333;
}

/* Form help text */

form legend {
  color: #343f4a;
}

/* Form inputs */

form input[type=text],
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-color: #CCCCCC;
  color: #343f4a;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #CCCCCC;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #343f4a;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #343f4a;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(52, 63, 74, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(22, 63, 73, 1.0)

;
  border-radius: 3px;
  color: 

  
  
    
  


  rgba(244, 244, 244, 1.0)

;
  padding: 4.5px 15px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(12, 23, 34, 1.0);
  border-color: #001721;
  color: 

  
  
    
  


  rgba(244, 244, 244, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(92, 103, 114, 1.0);
  border-color: #3e6771;
  color: 

  
  
    
  


  rgba(244, 244, 244, 1.0)

;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #343f4a;
}

th,
td {
  border-color: #343f4a;
  color: #343f4a;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(52, 63, 74, 1)

;
  border-bottom-color: #343f4a;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #343f4a;
}




.top-header {
  background-color: rgba(52, 63, 74, 1.0);
}
.top-header .top_inner a {
  color: rgba(255, 255, 255, 1.0);
}
.top-header .top_inner a:hover {
  color: rgba(255, 255, 255, 0.7000000000000001);
}

@media(min-width: 992px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: rgba(0, 0, 0, 0.6);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch.active>a {
    background-color: rgba(0, 0, 0, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch.active>a {
    color: rgba(0, 0, 0, 0.6);   
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.0);    
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
    color: rgba(36,80,114,0.25);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: rgba(255, 255, 255, 1.0);
    border-color: rgba(52, 63, 74, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
    color: rgba(0, 0, 0, 0.6);   
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a:hover {
    background-color: rgba(249, 249, 249, 1.0);
    color: rgba(0, 0, 0, 0.4);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li.active-branch>a {
    color: rgba(0, 0, 0, 0.6);
  }
}



/*footer.footer {
  background-color: rgba(153, 159, 164, 1.0);
} */
.footer .footer-widgets .footer-widget h4 {
  color: rgba(52, 63, 74, 1.0);
}
.footer .footer-widgets a {
  color: rgba(255, 255, 255, 1.0);
}
.footer .footer-widgets a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.footer-bottom {
  background-color: rgba(52, 63, 74, 1.0);
}
.footer-bottom .footer-info {
  color: rgba(255, 255, 255, 1.0);
}




/* Blog Header */

.blog-header {
  background-color: rgb(245, 245, 245);
}

/* Blog Listing */

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

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

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

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

.blog-pagination__link {
  color: #343f4a;
}

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

.blog-post__title {
  color: #343f4a;
  font-family:Libre Baskerville;
  font-size: 40px;
  font-weight: 600;
}

.blog-post__author {
  background-color: #343f4a;
}

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

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

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #0b233f;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #0b233f;
}

.blog-index__post-content--small h2 {
  font-size: 28px;
}

.blog-index__post-content a {
  color: #343f4a;
}

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

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

.blog-sidebar a {
  color: #343f4a;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(245, 245, 245);
}

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

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

.blog-post__meta a {
  color: #343f4a;
}

.blog-post__meta a:hover {
  color: #0b233f;
}

.blog-post__links-container {
  border-top:  2px solid rgb(32, 43, 54);
}

.blog-post__back-to-blog {
  color: #343f4a;
}

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

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(32, 43, 54) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(32, 43, 54);
}

.section.post-footer .hs-input {
  border-color: rgb(32, 43, 54);
}

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}











.card__price {
  font-family: Libre Baskerville
    font-size: 28px;
  color: #343f4a;
  font-weight: 400
}