







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */























/* 1h. Site footer */










.content-wrapper {
  max-width: 1170px;
}
.dnd-section {
  padding-top: 80px;
  padding-bottom:20px;
}
@media (min-width: 600px){
  .dnd-section {
    padding-bottom: calc(80px / 2);
  }
}
@media (min-width: 1025px){
  .dnd-section {
    padding-bottom: 80px;
  }
}
.dnd-section > .row-fluid {
  max-width: 1170px;
}







html{
  font-size: 18px;
}
body {
  font-size: 18px;
  color: #4c677c;
  font-weight: 400;
  font-family: Open Sans,Trebuchet,Tahoma,sans-serif;
}
@media (max-width:599px){
  body,
  html{
    font-size: 15.003px;
  }
}

/* Anchors */

a {
  color: #005baa;
}

a:hover,
a:focus,
a:active {
  color: #005baa;
}

/* Headings */

h1 {
  font-family: Roboto Slab,Georgia,serif;
  font-size: 28px;
  color: #005baa;
  font-weight: 400;
}

h2 {
  font-family: Roboto Slab,Georgia,serif;
  font-size: 22px;
  color: #005baa;
  font-weight: 400;
}



h3 {
  font-family: Roboto Slab,Georgia,serif;
  font-size: 1.17em;
  color: #005baa;
  font-weight: 400;
}


h4 {
  font-family: Roboto Slab,Georgia,serif;
  font-size: 24px;
  color: #005baa;
  font-weight: 400;
}

h5 {
  font-family: Open Sans,Trebuchet,Tahoma,sans-serif;
  font-size: 18px;
  color: #00213a;
  font-weight: 400;
}

h6 {
  font-family: Open Sans,Trebuchet,Tahoma,sans-serif;
  font-size: 16px;
  color: #00213a;
  font-weight: 400;
}

@media (min-width: 600px){
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }

}

/* Blockquote */





button,
.button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 2px solid #005baa;
  border-radius: 30px;
  color: #005baa;
  padding: 1em 2.25em;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(215, 215, 215, 1.0);
  border-color: #003382;
  color: #005baa;
}

button:active,
.button:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #2883d2;
  color: #005baa;
}





form,
.submitted-message {
  font-size: 18px;
  color: #4c677c;
  font-weight: 400;
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(217, 54, 68, 0.0)

;
  color: #005baa;
}

/* Form label */

form label,
form h1,
form h2,
form h3,
form h4,
form h5,
form h6,
form a,
form p,
.hs-form-field>label,
form#email-prefs-form .page-header,
form#email-prefs-form span {
  color: #00213a;
}

/* Form help text */

form legend {
  color: #555;
}

/* 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: #00213a;
  color: #4c677c;
  border-radius: 3px;
}

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: #00213a;
}



/* Date picker */

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

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

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

/* Submit button */


form input[type=submit],
form .hs-button {
  border-width: 2px;
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 91, 170, 1.0);
  border-radius: 30px;
  color: rgba(0, 91, 170, 1.0);
  padding: 1em 2.25em;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 91, 170, 1.0);
  border-color: rgba(0, 91, 170, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(0, 91, 170, 1.0);
  border-color: rgba(0, 91, 170, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
form input[type=submit],
form .hs-button,
button,
.button  {
  padding-top:calc(1em - .25em);
  padding-bottom:calc(1em - .25em);
  padding-left:calc(2.25em - .75em);
  padding-right:calc(2.25em - .75em);
}
@media (min-width: 600px){
  form input[type=submit],
  form .hs-button,
  button,
  .button  {
    padding-top:calc(1em - .25em);
    padding-bottom:calc(1em - .25em);
    padding-left:calc(2.25em - 1em);
    padding-right:calc(2.25em - 1em);
  }
}
@media (min-width: 1025px){
  form input[type=submit],
  form .hs-button,
  button,
  .button  {
    padding: 1em 2.25em;
  }

}





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

th,
td {
  border-color: #232323;
  color: #232323;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(35, 35, 35, 1)

;
  border-bottom-color: #232323;
  color: #FFFFFF;
}

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





nav.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.navigation .hs-menu-wrapper>ul>li
{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.navigation .hs-menu-wrapper>ul>li>a
{
  color: 

  
  
    
  


  rgba(0, 91, 170, 1.0)

;
}
.navigation .hs-menu-wrapper>ul>li:hover>a
{
  color: 

  
  
    
  


  rgba(232, 44, 42, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.navigation .hs-menu-wrapper>ul>li.active>a,
.navigation .hs-menu-wrapper>ul>li.active-branch>a,
.navigation .hs-menu-wrapper>ul>li.active>a{
  color: 

  
  
    
  


  rgba(232, 44, 42, 1.0)

;
  background-color: 

  
  
    
  


  rgba(231, 231, 231, 0.0)

;
}
.navigation .hs-menu-wrapper>ul>li>ul
{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.navigation .hs-menu-wrapper>ul>li>ul>li>a
{
  color: 

  
  
    
  


  rgba(0, 91, 170, 1.0)

;
}
.navigation .hs-menu-wrapper>ul>li>ul>li:hover>a
{
  color: 

  
  
    
  


  rgba(232, 44, 42, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.navigation .hs-menu-wrapper>ul>li>ul>li.active>a,
.navigation .hs-menu-wrapper>ul>li>ul>li.active-branch>a,
.navigation .hs-menu-wrapper>ul>li>ul>li:active>a{
  color: 

  
  
    
  


  rgba(232, 44, 42, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}


@media (min-width: 1200px){
  .navigation .hs-menu-wrapper>ul>li.contact-us>a {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border: 2px solid 

  
  
    
  


  rgba(232, 44, 42, 1.0)

;
    border-radius: 30px;
    color: 

  
  
    
  


  rgba(232, 44, 42, 1.0)

;
    /*padding: 9px 31.5px;*/
  }

  .navigation .hs-menu-wrapper>ul>li.contact-us>a:hover {
    background-color: 

  
  
    
  


  rgba(232, 44, 42, 1.0)

;
    border: 2px solid 

  
  
    
  


  rgba(232, 44, 42, 1.0)

;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}








.footer {
  background-color: rgba(0, 33, 58, 1.0);
}

.footer-menu .hs-menu-wrapper>ul>li>a {
  color: rgba(255, 255, 255, 1.0);
}

.footer-menu .hs-menu-wrapper>ul>li>a:hover {
  color: rgba(255, 194, 14, 1.0);
}

.footer-right-content p{
  color: rgba(255, 255, 255, 1.0);
}






/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
  color: #4c677c;
}

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

.blog-post__title {
  color: #005baa;
  font-family:Roboto Slab,Georgia,serif;
  font-size: 40px;
  font-weight: 400;
}

.blog-post__author {
  background-color: #F8FAFC;
}

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

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

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

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

.blog-index__post-content a {
  color: #4c677c;
}

.blog-post__read-more svg {
  fill: #4c677c;
}

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

.blog-sidebar a {
  color: #4c677c;
}

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

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



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

.blog-post__back-to-blog {
  color: #4c677c;
}

.blog-post__back-to-blog svg {
  fill: #4c677c;
}

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

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}












.card__price {
  font-family: Roboto Slab,Georgia,serif
    font-size: 1.17px;
  color: #005baa;
  font-weight: 400
}

/* Call to action new css - 12-10-2023 */

@media only screen and (max-width: 767px) {
  .calltoaction-resp .dnd-section .row-fluid {
    text-align: center;
  }
  
  .calltoaction-resp .dnd-section .row-fluid > div.span4 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .calltoaction-resp .dnd-section .row-fluid > div.span4 {
    margin-top: 25px;
  }
}