







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper,.page-center,.dnd-section > .row-fluid {
/*   max-width: 1130px; */
  margin-right: auto;
  margin-left: auto;
}

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

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

@media (max-width: 1149px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}





/* html {
font-size: 18px;
} */

body {
  font-size: 18px;
  color: #6e727c;
  font-weight: 400;
  font-family: Helvetica,Arial,sans-serif;
}

/* Paragraphs */

p {
  font-size: 18px;
  color: #6e727c;
  font-weight: 400;
}

/* Anchors */

a {
  color: rgba(249, 59, 55, 1.0);
}

a:hover,
a:focus,
a:active { 
  color: rgba(164, 44, 51, 1.0);
}

/* Headings */

h1 {
  font-family: Roboto Condensed,Arial Narrow,Arial,sans-serif;
  font-size: 50px;
  color: #243a47;
  font-weight: 700;
}

h2 {
  font-family: Roboto Condensed,Arial Narrow,Arial,sans-serif;
  font-size: 47px;
  color: #243a47;
  font-weight: 700;
}

h3 {
  font-family: Roboto Condensed,Arial Narrow,Arial,sans-serif;
  font-size: 30px;
  color: #243a47;
  font-weight: 700;
}

h4 {
  font-family: Roboto Condensed,Arial Narrow,Arial,sans-serif;
  font-size: 24px;
  color: #243a47;
  font-weight: 700;
}

h5 {
  font-family: Roboto Condensed,Arial Narrow,Arial,sans-serif;
  font-size: 16px;
  color: #243a47;
  font-weight: 700;
}

h6 {
  font-family: Roboto Condensed,Arial Narrow,Arial,sans-serif;
  font-size: 14px;
  color: #243a47;
  font-weight: 700;
}

/* Blockquote */

blockquote {
  border-left-color: #243a47;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 2px solid #f93b37;
  border-radius: 0px;
  color: #243a47;
  padding: 16.5px 30px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(215, 215, 215, 1.0);
  border-color: #d1130f;
  color: #243a47;
}

button:active,
.button:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #ff635f;
  color: #243a47;
}





form,
.submitted-message {
  font-size: 18px;
  color: #6e727c;
  font-weight: 400
}

/* Form title */

h3.form-title {
  color: rgba(36, 58, 71, 1.0);
}

/* Form label */

form label {
  color: #888c96;
}

/* Form help text */

form legend {
  color: #888c96;
}

/* 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-width: 1px;
  border-color: rgba(232, 232, 232, 1.0);
  color: rgba(136, 140, 150, 1.0);
  background-color: rgba(232, 232, 232, 0.3);
  border-radius: 0px;
}

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 {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(136, 140, 150, 1.0);
  border-color: rgba(232, 232, 232, 1.0);
}

/* Form placeholder text */

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

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

/* 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;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: rgba(249, 59, 55, 1.0);
  border-radius: 0px;
  color: rgba(36, 58, 71, 1.0);
  padding: 16.5px 30px;
  background-image: linear-gradient(90deg, rgba(249, 59, 55, 1.0) 50%, transparent 50%), linear-gradient(90deg, rgba(249, 59, 55, 1.0) 50%, transparent 50%), linear-gradient(0deg, rgba(249, 59, 55, 1.0) 50%, transparent 50%), linear-gradient(0deg, rgba(249, 59, 55, 1.0) 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: 0 0, 100% 100%, 0 100%, 100% 0;
  background-size: 18px 2px, 18px 2px, 2px 18px, 2px 18px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(232, 232, 232, 0.5);
  background-position: 18px 0, calc(100% - 18px) 100%, 0 calc(100% - 18px), 100% 18px;
}

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





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

th,
td {
  border-color: #494A52;
  color: #494A52;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
  border-bottom-color: #494A52;
  color: #FFFFFF;
}

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







body .header-inner {
  background-color: rgba(36, 58, 71, 1.0);
}

.header-inner > .page-center {
/*   max-width: 1110px; */
}

@media (min-width: 992px) {
  body .custom-menu-primary .hs-menu-wrapper > ul > li a {
    color: rgba(255, 255, 255, 1.0);
  }

  body .custom-menu-primary .hs-menu-wrapper > ul > li a:before {
    background-color: rgba(255, 255, 255, 1.0);
  }

  body .custom-menu-primary .hs-menu-wrapper > ul > li a:hover {
    color: rgba(255, 255, 255, 1.0);
  }
  
  body .custom-menu-primary .hs-menu-wrapper > ul > li ul li a {
    color: rgba(255, 255, 255, 1.0);
  }
  
  body .custom-menu-primary .hs-menu-wrapper > ul > li ul li a:hover {
    color: rgba(249, 59, 55, 1.0);
  }
}

body .nav-search a {
  color: rgba(255, 255, 255, 1.0);
}

body .nav-menu-toggle .bars .bar {
  background-color: rgba(255, 255, 255, 1.0);
}

body .header-inner.scroll-header {
  background-color: rgba(36, 58, 71, 1.0);
}

body .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li a {
  color: rgba(255, 255, 255, 1.0);
}

body .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li a:hover {
  color: rgba(255, 255, 255, 1.0);
}

body .scroll-header .custom-menu-primary .hs-menu-wrapper > ul ul li a {
  color: rgba(255, 255, 255, 1.0);
}

body .scroll-header .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color: rgba(249, 59, 55, 1.0);
}

body .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li a:before {
  background-color: rgba(255, 255, 255, 1.0);
}

body .scroll-header .nav-search a {
  color: rgba(255, 255, 255, 1.0);
}

body .scroll-header .nav-menu-toggle .bars .bar {
  background-color: rgba(255, 255, 255, 1.0);
}

.right-menu-wrapper .menu__wrapper {
  background-color: rgba(36, 58, 71, 1.0);
}

body .right-menu-wrapper .nav__links .hs-menu-wrapper > ul li a,
body .right-menu-wrapper .nav__utility li a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a,
body .right-menu-wrapper .nav__links .hs-menu-wrapper > ul > li > ul .parent a {
  color: rgba(255, 255, 255, 1.0);
}

body .right-menu-wrapper .nav__links .hs-menu-wrapper > ul > li > a {
  background-color: rgba(255, 255, 255, 0.0);
}

body .right-menu-wrapper .nav__links .hs-menu-wrapper > ul > li > a:hover,
body .right-menu-wrapper .nav__utility li a:hover {
  color: rgba(249, 59, 55, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary ul.submenu.level-1 > li.active > a,
body .custom-menu-primary ul.submenu.level-1 > li > a.active,
body .custom-menu-primary ul.submenu.level-1 > li.active-branch > a,
body .custom-menu-primary ul.submenu.level-1 > li > a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .right-menu-wrapper .nav__links .hs-menu-wrapper > ul > li > ul li a,
body .language-switch ul li ul li a {
  color: rgba(136, 140, 150, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(255, 255, 255, 0.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Helvetica,Arial,sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 1.0);
}

body .right-menu-wrapper .nav__links .hs-menu-wrapper > ul > li > ul li.active > a,
body .right-menu-wrapper .nav__links .hs-menu-wrapper > ul > li > ul li > a.active,
body .right-menu-wrapper .nav__links .hs-menu-wrapper > ul > li > ul li.active-branch > a,
body .right-menu-wrapper .nav__links .hs-menu-wrapper > ul > li > ul li > a.active-branch {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .right-menu-wrapper .nav__links .hs-menu-wrapper > ul > li > ul li a:hover,
body .right-menu-wrapper .nav__links .hs-menu-wrapper > ul > li > ul li a:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle,
body .language-switch ul li ul li a:hover {
  color: rgba(136, 140, 150, 1.0);
  border-color: rgba(#null, 0.0);
  background-color: rgba(255, 255, 255, 0.0);
}


body .nav .nav__wrapper .nav__utilities .nav__search a,
body .nav .nav__wrapper .nav__utilities .nav__menu-toggle a {
  color: rgba(255, 255, 255, 1.0);
}

body .nav .nav__wrapper .nav__utilities .nav__menu-toggle a .bars .bar {
  background-color: rgba(255, 255, 255, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(36, 58, 71, 1.0)

;
  }

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





.ft-page-center{
  max-width: 1131px;
}

.footer {
  background-color: rgba(52, 54, 51, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.footer a:hover {
  color: rgba(249, 59, 55, 1.0);
}

body .ft-heading-wrap h2,
body .ft-heading-wrap h2 > a {
  color: rgba(255, 255, 255, 1.0);
}

body .footer-social a {
  color: rgba(255, 255, 255, 1.0);
}

body .footer-social a:hover {
  color: rgba(249, 59, 55, 1.0);
}

body .footer-wrapper > div{
  border-bottom-color: rgba(255, 255, 255, 0.16);
}





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

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

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

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

.blog-pagination__link {
  color: #6e727c;
}

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

.blog-post__title {
  color: #243a47;
  font-family:Roboto Condensed,Arial Narrow,Arial,sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.blog-post__author {
  background-color: #243a47;
}

#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: rgba(255, 255, 255, 0.0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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











.card__price {
  font-family: Roboto Condensed,Arial Narrow,Arial,sans-serif
    font-size: 30px;
  color: #243a47;
  font-weight: 700
}

@media(max-width: 1149px){
  .ft-page-center {
    max-width: calc(100vw - 20px);
  }
}