







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */










/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */





















/* 1h. Site footer */






























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

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

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






html {
  font-size: 1rem;
}

body {
  font-size: 1rem;
  color: #6a6a6a;
  font-weight: 400;
  font-family: Montserrat;
}

/* Paragraphs */

p {
  color: #6a6a6a;
  font-weight: 400;
}

/* Anchors */

a {
  color: #174B59;
}

a:hover,
a:focus,
a:active {
  color: #174B59;
}

/* Headings */

h1 {
  font-family: Montserrat;
  font-size: 2.5rem;
  color: #174B59;
  font-weight: 500;
}

h2 {
  font-family: Montserrat;
  font-size: 2rem;
  color: #174B59;
  font-weight: 500;
}

h3 {
  font-family: Montserrat;
  font-size: 1.75rem;
  color: #6a6a6a;
  font-weight: 500;
}

h4 {
  font-family: Montserrat;
  font-size: 1.5rem;
  color: #6a6a6a;
  font-weight: 500;
}

h5 {
  font-family: Montserrat;
  font-size: 1.25rem;
  color: #6a6a6a;
  font-weight: 500;
}

h6 {
  font-family: Montserrat;
  font-size: 1rem;
  color: #6a6a6a;
  font-weight: 500;
}

/* Blockquote */

blockquote {
  border-left-color: #6a6a6a;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(255, 177, 0, 1.0)

;
  border: 1px solid #ffb100;
  border-radius: 15px;
  color: #174b59;
  padding: 12px 24px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(255, 177, 0, 1.0)

;
  border-color: #ffb100;
  color: #174b59;
}

button:active,
.button:active {
  background-color: rgba(255, 217, 40, 1.0);
  border-color: #ffd928;
  color: #174b59;
}





form,
.submitted-message {
  color: #6a6a6a;
  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,.blog-comments form ,.systems-page form{
  background-color: 

  
  
    
  


  rgba(23, 75, 89, 1.0)

;
}
/* Form title */

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

/* Form label */

form label {
  color: #ffffff;
}

/* Form help text */

form legend {
  color: #ffffff;
}

/* 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(62, 168, 236, 0.8)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #6a6a6a;
}

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

/* Date picker */

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

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

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

/* Submit button */

.hs-button.primary,
input[type="submit"],
input[type="button"]{
  background-color: 

  
  
    
  


  rgba(255, 177, 0, 1.0)

;
  border: 1px solid #ffb100;
  border-radius: 15px;
  color: #174b59;
  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(255, 177, 0, 1.0)

;
  border-color: #ffb100;
  color: #174b59;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 217, 40, 1.0);
  border-color: #ffd928;
  color: #174b59;
}





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

th,
td {
  border-color: #6a6a6a;
  color: #6a6a6a;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(106, 106, 106, 1.0)

;
  border-bottom-color: #6a6a6a;
  color: #FFFFFF;
}

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





.header-group {
  background-color: 

  
  
    
  


  rgba(23, 75, 89, 0.0)

;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #FFFFFF;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover>a{
  color: #FFB100;
  background-color: #133F4B;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: #FFB100;
}
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #174b59;
  border-color: #133f4b;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li > a{
  color: #ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li:hover > a{
  color: #FFB100;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li:hover{
  background-color: #133F4B;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li.active > a{
  color: #FFB100;
}
.header-btn a{
  background-color: #ffb100;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #174B59;
}
.header-btn a:hover,
.header-btn a:focus{
  background-color: 

  
  
    
  


  rgba(2, 1, 1, 0.0)

;
  border-color: #ffb100;
  color: #ffb100;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li span{
  color: #FFB100
}





.footer {
  background-color: 

  
  
    
  


  rgba(23, 75, 89, 1.0)

;
}

/* Footer Content */

.footer , .footer p{
  color: #ffffff;
}
.footer a{
  color: #ffffff;
}
.footer a:hover{
  color: #ffffff;
}
.footer-col h2,
.footer-text h3{
  color: #ffffff;
}
.f-social a{
  background-color: 

  
  
    
  


  rgba(23, 75, 89, 0.0)

;
  border-color: 

  
  
    
  


  rgba(199, 199, 199, 0.19)

;
}
.f-social a i{
  color: 

  
  
    
  


  rgba(199, 199, 199, 0.19)

;
}
.f-social a:hover{
  background-color: 

  
  
    
  


  rgba(23, 75, 89, 0.0)

;
  border-color: #FFB100;
}
.f-social a:hover i{
  color: #FFB100;
}
.footer-form .hs-button{
   background-color: #ffb100;
  border-color: 

  
  
    
  


  rgba(255, 177, 0, 1.0)

;
  color: #174b59;
}
.footer-form .hs-button:hover,
.footer-form .hs-button:focus{
   background-color: 

  
  
    
  


  rgba(255, 177, 0, 1.0)

;
  border-color: #ffb100;
  color: #174b59;
}
.footer-form .form-title{
  color: #ffffff;
}
.footer-form form label{
   color: #ffffff;
}
.footer-form form .hs-input{
  border-color: #cbd6e2;
}
.footer-form form .hs-input:focus{
  border-color: 

  
  
    
  


  rgba(62, 168, 236, 0.8)

;
}





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

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

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

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

.blog-post__title {
  color: #174B59;
  font-family:Montserrat;
  font-size: 2.5px;
  font-weight: 500;
}

.blog-post__author {
  background-color: #6a6a6a;
}

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

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

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

.blog-index__post-content a {
  color: #6a6a6a;
}

.blog-post__read-more svg {
  fill: #6a6a6a;
}

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

.blog-sidebar a {
  color: #6a6a6a;
}

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

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

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

.blog-post__back-to-blog {
  color: #6a6a6a;
}

.blog-post__back-to-blog svg {
  fill: #6a6a6a;
}

.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: Montserrat
    font-size: 1.75px;
  color: #6a6a6a;
  font-weight: 500
}
.container,
.dnd-section > .row-fluid,
.page-center,
.content-wrapper{
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px){
  .container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    max-width: 1024.0px;
  }
}
@media (max-width: 767px){
  .container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    max-width: 767.0px;
  }
}