







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */











/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */















/* 1h. Site footer */















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

.banner-section .dnd-section{
  padding: 0!important;
}
.banner-section .row-fluid {
  padding: 0!important;
}

.dnd-section > .row-fluid,
.footer__container,
.content-wrapper,
.page-center{
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0px 50px;
  clear: both;
}

@media (min-width: 1200px){
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper,
  .page-center{
    max-width: 80%;
  }
}

@media (max-width:1199px) and (min-width: 992px){
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper,
  .page-center{
    max-width: 80%;
  }
}

@media (max-width:991px) and (min-width: 768px){
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper,
  .page-center{
    max-width: 80%;
  }
}

@media (max-width:767.9px){
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper,
  .page-center{
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .DND_banner-row-0-force-full-width-section > .row-fluid{
    width:100%;
    max-width:100%!important;
  }
}







html {
  font-size: 14px;
}

body {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 400;
  font-family: 'montserrat-regular-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
}

/* Paragraphs */

p {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 400;
}

/* Anchors */

a {
  color: #000000;
}

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

/* Headings */

h1 {
  font-family: 'montserrat-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
  font-size: 40px;
  color: #000000;
  font-weight: 400;
}

h2 {
  font-family: 'montserrat-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
  font-size: 36px;
  color: #000;
  font-weight: 400;
}

h3 {
  font-family: 'montserrat-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
  font-size: 32px;
  color: #ffffff;
  font-weight: 400;
}

h4 {
  font-family: 'montserrat-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

h5 {
  font-family: 'montserrat-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

h6 {
  font-family: 'montserrat-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

/* Blockquote */

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





.hs-button,
.hs-button.large.primary,
button,
.button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #000000;
  border-radius: 0px;
  color: #000000;
  padding: 9px 22px;
}

.hs-button:hover,
.hs-button:focus,
.hs-button.large.primary:hover,
.hs-button.large.primary:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #000000;
  color: #000000;
}

.hs-button:active,
.hs-button.large.primary:active,
button:active,
.button:active {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border: 1px solid #000000;
  color: ;
}





form,
.submitted-message {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}

/* Form label */

form label {
  color: #444444;
}

/* Form help text */

form legend {
  color: #444444;
}

/* 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: #ebebeb;
  color: #1a1a1a;
}

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

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #1a1a1a;
}

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

/* Date picker */

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

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

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





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

th,
td {
  border-color: #000000;
  color: #444444;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: #000000;
  color: #ffffff;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #fff;
}





.header-bg {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li
{
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a
{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a
{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:active>a
{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li
{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a
{
  color: 

  
  
    
  


  rgba(26, 26, 26, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>a
{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 26, 26, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:active>a
{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 26, 26, 1.0)

;
}


.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: 'montserrat-regular-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
}





.footer
{
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.footer-content .hs-menu-wrapper>ul>li>a {
  color: ;
}
.footer-text p {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer-copyright-text p a,
.av_iconlist_title a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer-copyright-text p a:hover,
.av_iconlist_title a:hover{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.omg-footer-icons>ul>li>a,
.iconlist_icon{
  color: 

  
  
    
  


  rgba(247, 247, 247, 1.0)

;
}
.omg-footer-icons>ul>li>a:hover,
.iconlist_icon:hover{
  color: 

  
  
    
  


  rgba(247, 247, 247, 1.0)

;
}

.bottom-footer-column.column-3 {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer-getintouchbutton a{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






/* 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: #1a1a1a;
}

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

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

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

.blog-pagination__link {
  color: #1a1a1a;
}

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

.blog-post__title {
  color: #000000;
  font-family:'montserrat-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-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: #000000;
}

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

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

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

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

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

.blog-sidebar a {
  color: #1a1a1a;
}

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

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

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

.blog-post__back-to-blog {
  color: #1a1a1a;
}

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

.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-medium-1','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif
    font-size: 32px;
  color: #ffffff;
  font-weight: 400
}