







/* 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: 80px 0px;
}

@media (min-width: 576px) and (max-width:767px) {
  .content-wrapper,
  .dnd-section > .row-fluid,
  .container,
  .page-center{
    max-width: 540.0px;
  }
}

@media (min-width: 1901px){
  .content-wrapper,
  .dnd-section > .row-fluid,
  .container,
  .page-center{
    max-width: 1920px;
  }
}







body {
  font-size: 24px;
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
  font-weight: 400;
  font-family: GT America Extended Regular;
}

@media only screen and (max-width: 991.98px){
  body {
    font-size: 15.99999999984px;
  }
}



/* Paragraphs */

p {
  font-size: 24px;
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
  font-weight: 400;
}

@media only screen and (max-width: 991.98px){
  p {
    font-size: 15.99999999984px;
  }
}


/* Anchors */

a {
  color: #DD3A23;
}

a:hover,
a:focus,
a:active {
  color: #3a3a3a;
}

/* Headings */

h1 {
  font-family: GT America Medium;
  font-size: 40px;
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px){
  h1{
    font-size: 32.0px;
  }
}

@media only screen and (max-width: 767.98px){
  h1{
    font-size: 24.0px;
  }
}

h2 {
  font-family: GT America Medium;
  font-size: 40px;
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px){
  h2{
     font-size: 32.0px;
  }
}

@media only screen and (max-width: 767.98px){
  h2{
     font-size: 24.0px;
  }
}


h3 {
  font-family: Suisse Works RegularItalic;
  font-size: 24px;
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
  font-weight: 500;
}

@media only screen and (max-width: 767.98px){
  h3{
     font-size: 18.0px;
  }
}


h4 {
  font-family: GT America Medium;
  font-size: 26px;
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
  font-weight: 500;
}

h5 {
  font-family: GT America Medium;
  font-size: 22px;
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
  font-weight: 500;
}

h6 {
  font-family: GT America Medium;
  font-size: 16px;
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
  font-weight: 500;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
  border-radius: 600px;
  color: 

  
  
    
  


  rgba(247, 243, 226, 1.0)

;
  padding: 5px 24px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(181, 18, 0, 1.0);
  border-color: #b51200;
  color: 

  
  
    
  


  rgba(247, 243, 226, 1.0)

;
}

button:active,
.button:active {
  background-color: rgba(255, 98, 75, 1.0);
  border-color: #ff624b;
  color: 

  
  
    
  


  rgba(247, 243, 226, 1.0)

;
}





form,
.submitted-message {
  font-size: 24px;
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
  font-weight: 400
}
.submitted-message{color:#54575C;font-size:16px;}


@media only screen and (max-width: 991.98px){
  form,
  .submitted-message  {
    font-size: 15.99999999984px;
  }
}


/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
  
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
  margin-bottom: 15px;
}

/* 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(221, 58, 35, 1.0)

;
}

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(221, 58, 35, 1.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
  border-radius: 600px;
  color: 

  
  
    
  


  rgba(247, 243, 226, 1.0)

;
  padding: 5px 24px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(40, 40, 41, 1.0)

;
  border-color: 

  
  
    
  


  rgba(40, 40, 41, 1.0)

;
  color: 

  
  
    
  


  rgba(247, 243, 226, 1.0)

;
}


form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(40, 40, 41, 1.0)

;
  border-color: 

  
  
    
  


  rgba(40, 40, 41, 1.0)

;
  color: 

  
  
    
  


  rgba(247, 243, 226, 1.0)

;
}





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

th,
td {
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

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

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





.logo_descriptin{
  color: ;
}

.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: GT America Extended Regular;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: ;
}

.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(247, 243, 226, 0.75)

;
  border-color: ;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.header__language-switcher .lang_list_class li:hover{
  background-color: 

  
  
    
  


  rgba(247, 243, 226, 0.75)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(247, 243, 226, 0.75)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: GT America Extended Regular;
}

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


.main-navigation .custom-menu-wrapper .level-1>li a,
#masthead .rhs-nav .level-1>li a{
  color: 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
}

.main-navigation .custom-menu-wrapper .level-1>li a:hover,
#masthead .rhs-nav .level-1>li a:hover{
  color: 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
}

.main-navigation .custom-menu-wrapper .level-1>li a.active-item,
#masthead .rhs-nav .level-1>li a.active-branch{
  color: 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
}


.custom-menu-wrapper .navigation-primary ul.submenu.level-2{
  background-color: 

  
  
    
  


  rgba(247, 243, 226, 1.0)

;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a{
  color: 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a:hover{
  color: 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a.active-item,
.custom-menu-wrapper .navigation-primary ul.submenu.level-2 li a.active-branch{
  color: 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
}

#masthead{
  background: 

  
  
    
  


  rgba(247, 243, 226, 0.75)

;
}

#masthead .rhs-nav .level-1>li:last-child>a{
  background: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
  border-color:

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
}

#masthead .rhs-nav .level-1>li:last-child>a:hover{
  background: 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color:

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
}

#masthead .rhs-nav .level-1>li>a:after,
.main-navigation .custom-menu-wrapper .level-1>li>a:after{
  background-color:

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
}

@media only screen and (max-width: 1199.98px){
  .main-navigation .custom-menu-wrapper .level-1{
    background-color: 

  
  
    
  


  rgba(249, 246, 233, 1.0)

;
  }

  .main-navigation .custom-menu-wrapper .level-1>li:last-child>a{
    background: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
    color: 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
    border-color:

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
  }

  .main-navigation .custom-menu-wrapper .level-1>li:last-child>a:hover{
    background: 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-color:

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
  }

  .custom-menu-wrapper .navigation-primary ul.submenu.level-2{
    background-color: 

  
  
    
  


  rgba(249, 246, 233, 1.0)

;
  }
}







#footer {
  background: 

  
  
    
  


  rgba(221, 58, 35, 1.0)

;
}

#footer a,
#footer .hs-menu-wrapper ul li a{
  color:

  
  
    
  


  rgba(40, 40, 41, 1.0)

;
}

#footer a:hover,
#footer .hs-menu-wrapper ul li a:hover{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

footer#footer .hs-menu-wrapper>ul a[href="javascript:;"]{
  color:

  
  
    
  


  rgba(18, 14, 15, 1.0)

;
}

footer#footer .socials_link a{
  color:

  
  
    
  


  rgba(40, 40, 41, 1.0)

;
}

footer#footer .socials_link a:hover{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






/* Blog Header */

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(46, 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: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
}

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

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

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

.blog-pagination__link {
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
}

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

.blog-post__title {
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
  font-family:GT America Medium;
  font-size: 40px;
  font-weight: 500;
}

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


/*             Blog Grid Listing and Post styles            */


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

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

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

.blog-index__post-content a {
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
}

.blog-post__read-more svg {
  fill: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
}

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

.blog-sidebar a {
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
}

.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(46, 0, 0, 0.10);
}

.blog-post__meta a {
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
}

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

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

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
}

.blog-post__back-to-blog svg {
  fill: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
}

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

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

.section.post-footer .hs-input {
  border-color: rgb(201, 38, 15);
}

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











.card__price {
  font-family: Suisse Works RegularItalic
    font-size: 24px;
  color: 

  
  
    
  


  rgba(221, 58, 35, 1)

;
  font-weight: 500
}
form#email-prefs-form h1 {
  font-family: Lato;
  font-weight: 400;
  color: #DD3A23;
}
form#email-prefs-form h2 {
  font-family: Merriweather;
  font-weight: 500;
  color: #dd3a23;
}
p.header {
  color: #dd3a23;
}