







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























































/* 1d. Buttons */










/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */































/* 1h. Site footer */


























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

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

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







html {
  font-size: 10px;
}

body {
  font-size: 20px;
  color: 

  
  
    
  


  rgba(90, 87, 88, 1.0)

;
  font-weight: 400;
  font-family: Reader;
}

/* Paragraphs */

p {
  color: 

  
  
    
  


  rgba(90, 87, 88, 1.0)

;
  font-weight: 400;
}

/* Anchors */

a {
  color: #6f9ac7;
}

a:hover,
a:focus,
a:active {
  color: #f97f00;
}

/* Headings */

h1 {
  font-family: Reader;
  font-size: 45px;
  color: 

  
  
    
  


  rgba(0, 48, 73, 1.0)

;
  font-weight: 400;
}

h2 {
  font-family: Reader;
  font-size: 40px;
  color: 

  
  
    
  


  rgba(0, 48, 73, 1.0)

;
  font-weight: 400;
}

h3 {
  font-family: Reader;
  font-size: 26px;
  color: 

  
  
    
  


  rgba(0, 48, 73, 1.0)

;
  font-weight: 400;
}

h4 {
  font-family: Reader;
  font-size: 22px;
  color: 

  
  
    
  


  rgba(0, 48, 73, 1.0)

;
  font-weight: 400;
}

h5 {
  font-family: Reader;
  font-size: 20px;
  color: 

  
  
    
  


  rgba(0, 48, 73, 1.0)

;
  font-weight: 400;
}

h6 {
  font-family: Reader;
  font-size: 15px;
  color: 

  
  
    
  


  rgba(0, 48, 73, 1.0)

;
  font-weight: 400;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(248, 128, 1, 1.0)

;
  border: 1px solid #F88001;
  border-radius: 3px;
  color: #ffffff;
  padding: 12px 24px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(248, 128, 1, 1.0)

;
  border-color: #F88001;
  color: #ffffff;
}

button:active,
.button:active {
  background-color: rgba(255, 168, 41, 1.0);
  border-color: #ffa829;
  color: #ffffff;
}





form,
.submitted-message {
  color: 

  
  
    
  


  rgba(90, 87, 88, 1.0)

;
  font-weight: 400
}
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
/*.hs-blog-post .body-container-wrapper .widget-type-blog_comments,*/
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container .submitted-message, .systems-page form{
  background-color: 

  
  
    
  


  rgba(240, 241, 239, 1.0)

;
}
/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  color: #f88001;
}

/* Form label */

form label {
  color: #33475b;
}

/* Form help text */

form legend {
  color: #003049;
}

/* Form inputs */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  border-color: #cbd6e2;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus{
  border-color: 

  
  
    
  


  rgba(82, 168, 236, 0.8)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(90, 87, 88, 1.0)

;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: 

  
  
    
  


  rgba(90, 87, 88, 1.0)

;
}

/* Date picker */

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

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

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

/* Submit button */

.hs-button.primary,
input[type="submit"],
input[type="button"]{
  background-color: 

  
  
    
  


  rgba(248, 128, 1, 1.0)

;
  border: 1px solid #F88001;
  border-radius: 3px;
  color: #ffffff;
  padding: 12px 24px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus{
  background-color: 

  
  
    
  


  rgba(248, 128, 1, 1.0)

;
  border-color: #F88001;
  color: #ffffff;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 168, 41, 1.0);
  border-color: #ffa829;
  color: #ffffff;
}





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

th,
td {
  border-color: #5a5758;
  color: #5a5758;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(90, 87, 88, 1.0)

;
  border-bottom-color: #5a5758;
  color: #FFFFFF;
}

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








/* .header-group{
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  color: #003049;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover>a{
  color: #f97f00;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: #003049;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.cmm-sub-container>li>a{
  color: #003049;
  border-color: #eeeeec !important;
} */
/* .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.cmm-sub-container>li>a:hover{
  color: #f97f00;
} */

/* .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.cmm-sub-container>li.active>a{
  color: #003049;
} */

/* .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
  background-color: #f97f00;
  color: #ffffff;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 0.1)

;
} */

/* .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover{
  background-color: #c66500;
  color: #ffffff;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 0.1)

;
} */
.top-links .hs-menu-wrapper>ul>li>a{
  color: #656060;
}
.top-links .hs-menu-wrapper>ul>li>a:hover{
  color: #6f9ac7;
}
.top-links .hs-menu-wrapper>ul>li.active>a
color: #656060;
}



/* .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.cmm-sub-container>.cmm-content-wrapper-inner>li:first-child>ul>li:not(:first-child)>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.cmm-sub-container>.cmm-content-wrapper-inner>li>ul>li:first-child{
  border-color: #eeeeec;

} */



/* .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.cmm-sub-container>.cmm-content-wrapper-inner>li:first-child>ul>li:not(:first-child)>a:hover{
  color: #f97f00;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.cmm-sub-container>.cmm-content-wrapper-inner>li:first-child>ul>li.active:not(:first-child)>a{
  color: #003049;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.cmm-sub-container>.cmm-content-wrapper-inner>li>ul>li:first-child>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.cmm-sub-container>.cmm-content-wrapper-inner>li:first-child>ul>li:nth-child(6)>a{
  color: #003049;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.cmm-sub-container>.cmm-content-wrapper-inner>li:nth-child(2)>ul>li,
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.cmm-sub-container>.cmm-content-wrapper-inner>li:first-child>ul>li:not(:first-child)>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.cmm-sub-container>.cmm-content-wrapper-inner>li>ul>li:first-child,
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.cmm-sub-container>.cmm-content-wrapper-inner>li:first-child>ul>li:nth-child(6) {
  border-color: #eeeeec;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.cmm-sub-container>.cmm-content-wrapper-inner>li:first-child>ul>li:not(:first-child)>a, 
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.cmm-sub-container>.cmm-content-wrapper-inner>li:nth-child(2)>ul>li:not(:first-child)>a {
  color: #003049;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.cmm-sub-container>.cmm-content-wrapper-inner>li:nth-child(2)>ul>li>a:hover .vcex-icon-box-content p,
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.cmm-sub-container>.cmm-content-wrapper-inner>li:nth-child(2)>ul>li>a:hover .vcex-icon-box-content p span{
  color: #f97f00;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>.cmm-sub-container,
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>.cmm-sub-container{
  background: linear-gradient(to bottom,

  
  
    
  


  rgba(255, 255, 255, 1.0)

,

  
  
    
  


  rgba(255, 255, 255, 1.0)

);
} */





.footer{
  background: linear-gradient(160deg,

  
  
    
  


  rgba(0, 48, 73, 1.0)

,

  
  
    
  


  rgba(111, 154, 199, 1.0)

);
}


/* Footer Content */



/* .footer__subscribe p{
  color: #FFFFFF;
} */

.footer-links .hs-menu-wrapper>ul>li>ul>li>ul>li>a{
  color: #b5d6f3;
}
.footer-links .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover{
  color: #FFFFFF;
}
.footer-links .hs-menu-wrapper>ul>li>ul>li>ul>li:first-child>a,
.footer__subscribe h3{
  color: #FFFFFF;
}
.footer__social a{
  color: #FFFFFF;
}
.footer__social a:hover{
  color: #b5d6f3;
}
/* .footer-copyright p,
.footer-copyright p a{
  color: #b5d6f3;
} */
.footer-form form input[type="email"]{
  border-color: #e1e1e1;
}
.footer-form form input[type="email"]:focus{
  border-color: #e1e1e1;
}
.footer-form form .hs-fieldtype-booleancheckbox .inputs-list span{
  color: #ffffff;
}
.footer-form form .actions,
.footer-form form .hs-button {
  background-color: #FDD246;
  color: #003049;
 
}
.footer-form form .actions:hover,
.footer-form form .actions:focus,
.footer-form form .hs-button:hover,
.footer-form form .hs-button:focus{
  background-color: #FDD246;
  color: #003049;
  
}






/* Blog Header */

.blog-header {
  background-color: rgb(#null);
}

/* 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: 

  
  
    
  


  rgba(90, 87, 88, 1.0)

;
}

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

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

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

.blog-pagination__link {
  color: 

  
  
    
  


  rgba(90, 87, 88, 1.0)

;
}

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



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

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

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

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

.blog-index__post-content a {
  color: 

  
  
    
  


  rgba(90, 87, 88, 1.0)

;
}

.blog-post__read-more svg {
  fill: 

  
  
    
  


  rgba(90, 87, 88, 1.0)

;
}

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

.blog-sidebar a {
  color: 

  
  
    
  


  rgba(90, 87, 88, 1.0)

;
}

.blog__subscription-block, .blog-related-posts {
  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: 

  
  
    
  


  rgba(90, 87, 88, 1.0)

;
}

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

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

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(90, 87, 88, 1.0)

;
}

.blog-post__back-to-blog svg {
  fill: 

  
  
    
  


  rgba(90, 87, 88, 1.0)

;
}

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

.blog-recent-posts {
  background-color: rgb(#null);
}











.card__price {
  font-family: Reader
    font-size: 26px;
  color: 

  
  
    
  


  rgba(0, 48, 73, 1.0)

;
  font-weight: 400
}
@media (max-width: 767px){
  body {
    font-size: 17px;
  }
  h1{
    font-size: 10vw;
  }
  h2{
    font-size: 32px;
  }
  h3{
    font-size: 22px;
  }
  h4{
    font-size: 20px;
  }
  h5{
    font-size: 17px;
  }
}

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