







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper , .header__container {
  max-width: 1300px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding-bottom: 10px;
  padding-top: 10px;
}

.dnd-section > .row-fluid,
.content-wrapper , .header__container{
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px 0 20px;
}

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







html {
  font-size: 15px;
}

body {
  font-size: 15px;
  color: #212121;
  font-weight: 400;
  font-family: Montserrat;
}

/* Paragraphs */



/* Anchors */

a {
  color: #212121;
}

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

/* Headings */

h1 {
  font-family: Montserrat;
  font-size: 44px;
  color: #212121;
  font-weight: 600;
}

h2 {
  font-family: Montserrat;
  font-size: 31px;
  color: #212121;
  font-weight: 600;
}

h3 {
  font-family: Montserrat;
  font-size: 24px;
  color: #212121;
  font-weight: 600;
}

h4 {
  font-family: Montserrat;
  font-size: 20px;
  color: #212121;
  font-weight: 600;
}

h5 {
  font-family: Montserrat;
  font-size: 16px;
  color: #212121;
  font-weight: 600;
}

h6 {
  font-family: Montserrat;
  font-size: 14px;
  color: #212121;
  font-weight: 600;
}

/* Blockquote */







button,
.button {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #FB814C;
  border-radius: 80px;
  color: #fb814a;
  padding: 0px 25px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(251, 129, 74, 1.0);
  border-color: #d35924;
  color: rgba(255, 255, 255, 1.0);

}

button:active,
.button:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #ffa974;
  color: #fb814a;
}




form , .form-title {
  background-color: rgba(255, 255, 255, 0.0); 
}
form,
.submitted-message {
  font-size: 15px;
  color: #212121;
  font-weight: 400
}

/* Form title */

.form-title {
  color: #212121;
}

/* Form label */

form label {
  color: #212121;
}

/* Form help text */

form legend {
  color: #212121;
}

/* 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: rgba(28, 37, 94, 0.2);
  color: #212121;
  border-width: 2px;
}

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: rgba(28, 37, 94, 0.2);



}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #212121;
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #FB814C;
  border-radius: 80px;
  color: #fb814a;
  padding: 0px 25px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {

  background-color: rgba(251, 129, 74, 1.0);
  border-color: #d35924;
  color: rgba(255, 255, 255, 1.0);

}

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





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

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(33, 33, 33, 1.0)

;
  border-bottom-color: #212121;
  color: #fff;
}

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





.custom-search {
  padding-top:70px;
}
.custom-search>span {
    width:auto;
}

.custom-search form {
    display:flex;
  margin-right:-64px;
}

.custom-search form input, .custom-search form button {
    margin:0 !important;
}

.custom-search form button {
    transform:translateX(-75%);
  border-color: rgba(28,37,94,0.2);
    border-width: 2px;
  line-height:0;
}

.custom-search ul.hs-search-field__suggestions {
  display:none;
}



.header-group{
  background-color: rgba(255, 255, 255, 1.0);
}

@media (min-width:993px){

  .top-bar-legacy-list-horizontal .hs-menu-wrapper>ul>li>a , .header-menu-group .hs-menu-wrapper>ul>li:not(:last-child)>a .menu-text {
    color: rgba(33, 33, 33, 1.0);

  }

  .top-bar-legacy-list-horizontal .hs-menu-wrapper>ul>li>a:hover , .header-menu-group .hs-menu-wrapper>ul>li:not(:last-child)>a:hover .menu-text {
    color: rgba(33, 33, 33, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
    text-decoration: unset;
  }
  .menu-content .hs-menu-wrapper>ul li.active > a {
    color: rgba(33, 33, 33, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .header-menu-group .hs-menu-wrapper>ul>li>ul {
    background-color: rgba(255, 255, 255, 1.0);

  }
  .header-menu-group .hs-menu-wrapper>ul>li>ul>li>a {
    color: rgba(33, 33, 33, 1.0);

  }
  .header-menu-group .hs-menu-wrapper>ul>li>ul>li:hover>a {
    color: rgba(60, 124, 239, 1.0);
    background-color: rgba(62, 124, 239, 0.07);
    text-decoration: unset;
  }
  .header-menu-group .hs-menu-wrapper>ul>li>ul>li.active > a {
    color: rgba(33, 33, 33, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }



}






.footer-group{
  background-color: rgba(27, 37, 93, 1.0);
}
.footer-section1 .hs-menu-wrapper>ul>li>a, .footer-section2 .hs-menu-wrapper>ul>li>a , .footer-section3 h3 , .footer-section3 p , .footer-form-title h3 , .footer-form form label{
  color: rgba(255, 255, 255, 1.0);
}
.footer-section1 .hs-menu-wrapper>ul>li>ul>li:not(:first-child), .footer-section2 .hs-menu-wrapper>ul>li>ul>li:not(:first-child){
  border-color: rgba(255, 255, 255, 0.15);
}

.footer-section1 .hs-menu-wrapper>ul>li>ul>li>a, .footer-section2 .hs-menu-wrapper>ul>li>ul>li>a , .footer-section6 .hs-menu-wrapper>ul>li>a ,.footer-section5 p a{
  color: rgba(255, 255, 255, 1.0);

}
.footer-section1 .hs-menu-wrapper>ul>li>ul>li>a:hover, .footer-section2 .hs-menu-wrapper>ul>li>ul>li>a:hover , .footer-section6 .hs-menu-wrapper>ul>li>a:hover , .footer-section5 p a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.soc-ico a{
  color: rgba(255, 255, 255, 1.0);
}
.soc-ico a:hover{
  color: rgba(255, 255, 255, 0.6);
}
.footer-section5 p {
  color: rgba(255, 255, 255, 1.0);
}
.footer-form form input[type=submit] , .footer-form form input[type=submit]:hover , .footer-form form input[type=submit]:focus{
  background-color: rgba(251, 129, 74, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(251, 129, 74, 1.0);
}





/* Blog Header */

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

/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
  color: #212121;
}

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

.blog-post__title {
  color: #212121;
  font-family:Montserrat;
  font-size: 44px;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

.blog-sidebar a {
  color: #212121;
}

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

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

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

.blog-post__back-to-blog {
  color: #212121;
}

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

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

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


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

form textarea {
  height: auto;
}











.card__price {
  font-family: Montserrat
    font-size: 24px;
  color: #212121;
  font-weight: 600
}