







/* 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: 30px 15px;
}
.dnd-section[class*=force-full-width-section], 
.dnd-section[class*=force-full-width-section] 
.span12.dnd-column,
.dnd-section[class*=force-full-width-section] > .row-fluid 
{ padding: 0; width: 100%; }


.header__container,
.footer__container,
.page-center,
.content-wrapper {
  margin:0 auto;
  max-width:1920px;
  width: 80%;
}

@media (max-width: 1650px) {
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    /*    max-width: calc(100% - 20%); */
  }
}

@media (max-width: 1450px) {
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    /*    max-width: calc(100% - 20%); */
  }
}

@media (max-width: 1280px) {
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    /*    max-width: calc(100% - 20%); */
  }
}
@media (max-width: 1005px) {
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    /*    max-width: calc(100% - 20%); */
  }
}





html {}

body {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  font-family: Open Sans, sans-serif;
}



/* Anchors */

a {
  color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}


a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}

/* Headings */

h1 {
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  color: #666666;
  font-weight: 300;
  padding-bottom: 10px;
}

h2 {
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  color: #333333;
  font-weight: 600;
  padding-bottom: 10px;
}

h3 {
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  color: #666666;
  font-weight: 500;
  padding-bottom: 10px;
}

h4 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  color: #666666;
  font-weight: 500;
  padding-bottom: 10px;
}

h5 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  padding-bottom: 10px;
}

h6 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  padding-bottom: 10px;
}



@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}

/* Blockquote */

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





button,
.button,
a.hs-button,
.advance_button a.cta_button {
  background-color: 

  
  
    
  


  rgba(234, 141, 18, 1.0)

;
  border: 0px solid #ea8d12;
  border-radius: 3px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 9.3px 31px;
  font-weight:500;
  text-decoration:none;
  font-size:20px;
  line-height:34px;
  transition:all 300ms ease 0ms;
  display:inline-block;
  position: relative;
}


button:hover,
button:focus,
.button:hover,
.button:focus,
a.hs-button:hover,
a.hs-button:focus,
.advance_button a.cta_button:hover {
  background-color: 

  
  
    
  


  rgba(234, 141, 18, 1.0)

;
  border: 0px solid #ea8d12;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;

}

button:active,
.button:active {
  background-color: 

  
  
    
  


  rgba(234, 141, 18, 1.0)

;
  border: 0px solid #ea8d12;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.secondary,
a.secondary{
  background-color: 

  
  
    
  


  rgba(234, 141, 18, 1.0)

;
  border: 2px solid #FFFFFF;
  border-radius: 3px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 6px 20px;
  font-weight:500;
  text-decoration:none;
  font-size:20px;
  position: relative;
  line-height:1.7em;
  padding: 0.3em 1em;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: all!important;
  transition-property: all!important;
}

.secondary:hover,
.secondary:focus,
.secondary:focus,
a.secondary:hover,
a.secondary:focus {
  background-color: 

  
  
    
  


  rgba(234, 141, 18, 1.0)

;
  border: 2px solid #ea8d12;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;


  /*   box-shadow: 0px 12px 18px -6px rgba(108,174,248,0.31); */
}


.secondary:active,
a.secondary:active {
  background-color: 

  
  
    
  


  rgba(234, 141, 18, 1.0)

;
  border: 2px solid #FFFFFF;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





form,
.submitted-message {
  font-size: 14px;
  color: #666666;
  font-weight: 500
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(102, 102, 102, 0.0)

;
  color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}

/* Form label */

form label {
  color: #666666;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}

/* 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: #52ADAE;
  color: #666666;
}

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(82, 173, 174, 1.0)

;
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(234, 141, 18, 1.0)

;
  border: 0px solid #ea8d12;
  border-radius: 3px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 9.3px 31px;
}

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

  
  
    
  


  rgba(234, 141, 18, 1.0)

;
  border-color: 

  
  
    
  


  rgba(234, 141, 18, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.hs-custom_btn a {
  background-color: ;
  color: ;
}
.hs-custom_btn a:hover,
.hs-custom_btn a:hover {
  background-color: ;
  color: ;
}






table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #666666;
}

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
  border-bottom-color: #666666;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #666666;
}








.header{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .custom-menu-primary .hs-menu-wrapper > ul > li > a,
.custom-menu-primary .hs-menu-wrapper > ul > li i {
  color: 

  
  
    
  


  rgba(0, 0, 0, 0.6)

;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a i{
  color: 

  
  
    
  


  rgba(0, 0, 0, 0.3)

;
}
.custom-menu-primary .hs-menu-children-wrapper > li > a {
  color: 

  
  
    
  


  rgba(0, 0, 0, 0.6)

;
}
.custom-menu-primary .hs-menu-children-wrapper > li > a:hover {
  color: 

  
  
    
  


  rgba(0, 0, 0, 0.6)

;
}


.custom-menu-primary .hs-menu-wrapper > ul > li.active,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
  color: 

  
  
    
  


  rgba(243, 140, 5, 1.0)

;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a{
  color: 

  
  
    
  


  rgba(243, 140, 5, 1.0)

;
}


@media (min-width: 992px) {
  .custom-menu-primary .hs-menu-children-wrapper {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    border-color: 

  
  
    
  


  rgba(0, 0, 0, 0.6)

;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {
    border-color: 

  
  
    
  


  rgba(0, 0, 0, 0.3)

;
  }
  .custom-menu-primary .hs-menu-children-wrapper > li > a:hover {
    background-color:

  
  
    
  


  rgba(0, 0, 0, 0.6)


  } 
}

@media (max-width:991px){ 
  .header .header-menu-wrapper {
    background-color: ;
  }
  .header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: ;
  }
  .header .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: ;
  }
  .header .custom-menu-primary .hs-menu-wrapper > ul > li .child-trigger i {
    color: ;
  }
  .header .custom-menu-primary .hs-menu-wrapper > ul > li:hover .child-trigger i {
    color: 

  
  
    
  


  rgba(0, 0, 0, 0.3)

;
  }
  .header .header-menu-wrapper {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:hover{
  opacity: 0.7;
  color: 

  
  
    
  


  rgba(243, 140, 5, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active:hover;
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a:hover{
  opacity: 0.7;
  color: 

  
  
    
  


  rgba(243, 140, 5, 1.0)

;
}




footer .top-pen-section{
  background-color: 

  
  
    
  


  rgba(116, 115, 120, 1.0)

;
}

footer .top-pen-section h4 a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)


}

footer .top-pen-section h4 a:hover{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)


}
footer .bottom-pen-section .left-column .et_left_text_inner p{
  color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}
.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color:

  
  
    
  


  rgba(84, 84, 84, 1.0)

;
}




.footer a,
footer .footer_phone p a {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}
.footer a:hover {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}






/* Blog Header */

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

.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: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}

.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: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}

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

.blog-pagination__link {
  color: #666666;
  border-radius: 5px;
  border: 1px solid #95928E;
  background: #FFFDF9;
  padding:10px 15px
}

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

.blog-post__title {
  color: #666666;
  font-family:Open Sans;
  font-size: 30px;
  font-weight: 300;
}

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

/*             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: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}

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

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

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


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


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


.blog-post__meta a {
  color: #666666;
}

.blog-post__meta a:hover {
  color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}


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

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












.card__price {
  font-family: Open Sans;
  font-size: 22px;
  color: #666666;
  font-weight: 500
}