







/* 1a. Containers */





/* 1b. Colors */










.content-wrapper,
.cm-container,
.grid-container{
  max-width: 1175px;
}

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

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





/* 1c. Typography Variables */


  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  


body {
  font-size: 1.125rem;
  color: 

  
  
    
  


  rgba(54, 71, 77, 1)

;
  font-weight: ;
  font-family: 'trebuchet ms', geneva;
}

/* Paragraphs */

p {

}

/* Anchors */

a {
  color: #ec7e1e;
}

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

/* Headings */

h1 {
  font-family: 'trebuchet ms', geneva;
  font-size: 36px;
  color: #007daa;
  font-weight: 400;
}

h2 {
  font-family: 'trebuchet ms', geneva;
  font-size: 24px;
  color: #e67614;
  font-weight: 400;
}

h3 {
  font-family: 'trebuchet ms', geneva;
  font-size: 22px;
  color: #e67614;
  font-weight: 400;
}

h4 {
  font-family: 'trebuchet ms', geneva;
  font-size: 22px;
  color: #e67614;
  font-weight: 400;
}

h5 {
  font-family: 'trebuchet ms', geneva;
  font-size: 20px;
  color: #e67614;
  font-weight: 500;
}

h6 {
  font-family: 'trebuchet ms', geneva;
  font-size: 18px;
  color: #e67614;
  font-weight: 700;
}

/* Blockquote */

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





/* 1d. Buttons  Variables */












button,   
.button {
  background-color: 

  
  
    
  


  rgba(236, 126, 30, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(236, 126, 30, 1.0)

;
  border-radius: 3px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 12px 24px;
}

button:hover,
button:focus,   
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(236, 126, 30, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(236, 126, 30, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-color: 

  
  
    
  


  rgba(236, 126, 30, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(236, 126, 30, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





/* 1e. Forms  Variables*/











form,
.submitted-message {
  font-size: 1.125px;
  color: 

  
  
    
  


  rgba(54, 71, 77, 1)

;
  font-weight: 
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: 

  
  
    
  


  rgba(2, 38, 51, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(2, 38, 51, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(2, 38, 51, 1.0)

;
}

/* Form inputs */
form .hs-input,
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(203, 214, 226, 1.0)

;
  color: 

  
  
    
  


  rgba(54, 71, 77, 1)

;
  background-color: 

  
  
    
  


  rgba(245, 248, 250, 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(82, 168, 236, 0.8)

;
}



/* Date picker */

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

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

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

/* Submit button */
input[type="search"]{
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
form input[type=submit],
form .hs-button {      
  background-color: 

  
  
    
  


  rgba(236, 126, 30, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(236, 126, 30, 1.0)

;
  border-radius: 3px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 12px 24px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color:  

  
  
    
  


  rgba(236, 126, 30, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(236, 126, 30, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}   

form input[type=submit]:active,
form .hs-button:active {
  background-color:  

  
  
    
  


  rgba(236, 126, 30, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(236, 126, 30, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}




/* 1f. Tables Variables */










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

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(2, 38, 51, 1.0)

;
  border-bottom-color: #022633;
  color: #FFFFFF;
}

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





/* 1g. Site header  Variables*/















/*    custom fields            */




/* Button */







/* Button 2 */








/* Header Search */
















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

body #search-interface p{
color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


body .btnn a{
background-color: 

  
  
    
  


  rgba(236, 126, 30, 1.0)

;
border-color: 

  
  
    
  


  rgba(236, 126, 30, 1.0)

;
color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body .btnn a:hover{
background-color: 

  
  
    
  


  rgba(236, 126, 30, 0.0)

;

color: 

  
  
    
  


  rgba(236, 126, 30, 1.0)

;
}
  
header{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.97)

;
}
.custom-menu-primary ul li a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a,
.submenu.level-1 > li>a,
body nav.navigation-primary ul.level-1>li>a ,body .txt_wrap a{
  color: 

  
  
    
  


  rgba(4, 75, 101, 1.0)

;
}
body .txt_wrap a:hover{
 color: 

  
  
    
  


  rgba(4, 75, 101, 1.0)

;
}

.custom-menu-primary ul li a:hover,
.custom-menu-primary ul li a:focus,
.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,
body nav.navigation-primary ul.level-1>li>a:focus,
body nav.navigation-primary ul.level-1>li>a:hover {
  color: 

  
  
    
  


  rgba(4, 75, 101, 1.0)

;
  background-color: 

  
  
    
  


  rgba(68, 68, 68, 0.0)

;
}
.custom-menu-primary ul li a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active,
body nav.navigation-primary ul.level-1>li>a.active-item,
body nav.navigation-primary ul.level-1>li>a.active-branch{
  color: 

  
  
    
  


  rgba(4, 75, 101, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary ul ul,
.header__language-switcher .lang_list_class,
body .navigation-primary .menu_wrapper,
body nav.navigation-primary ul li:hover ul.level-2 ,
body nav.navigation-primary li.has-submenu.menu-item.hs-skip-lang-url-rewrite.hs-item-1.hs-solutions:hover ul.level-2{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
body nav.navigation-primary ul li:hover ul.level-2>li {
  border-color: {color=#313131, opacity=100, rgba=rgba(49, 49, 49, 1), rgb=rgb(49, 49, 49), hex=#313131, css=#313131};
}

body .navigation-primary ul ul li a,
body .navigation-primary .submenu.level-2 li a,
body .navigation-primary .submenu.level-2 .level-3>li>a,
body .navigation-primary .submenu.level-2 .level-3>li>a:after,
body nav.navigation-primary ul li:hover ul.level-2>li>a , body nav.navigation-primary ul.submenu.level-3>li>a{
  color: 

  
  
    
  


  rgba(4, 75, 101, 1.0)

;
}
.custom-menu-primary ul ul li a:hover,
.custom-menu-primary ul ul li a:focus,
.header__language-switcher .lang_list_class li:hover,


body header .navigation-primary ul.level-4>li>a:hover , 
body nav.navigation-primary ul li:hover ul.level-2>li>a:hover 
,body nav.navigation-primary ul.submenu.level-3>li>a:hover {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(236, 126, 30, 1.0)

;
}
.custom-menu-primary ul ul li a.active,
body header .navigation-primary ul.level-4>li>a.active,
body header .navigation-primary ul.level-4>li>a.active-item , body nav.navigation-primary ul li:hover ul.level-2>li>a.active-item 
,body nav.navigation-primary ul.submenu.level-3>li>a.active-item{
  color: 

  
  
    
  


  rgba(4, 75, 101, 1.0)

;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}


/* Custom fields */    
body header .navigation-primary ul.level-4>li>a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header .navigation-primary .submenu.level-2 .submenu.level-3 ul.level-4>li:last-child>a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

header .contact_number a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

header .contact_number a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}



header .button_2 a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: ;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

header .button_2 a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: ;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header_search form .is-search-input{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header_search form .is-search-input:focus{
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

button#hamburger .hamburger-inner,
button#hamburger .hamburger-inner:before,
button#hamburger .hamburger-inner:after {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

button#hamburger:hover .hamburger-inner,
button#hamburger:hover .hamburger-inner:before,
button#hamburger:hover .hamburger-inner:after {  
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

body .big-menu-panel-desktop{
  background-color:

  
  
    
  


  rgba(#null, 1)


}

body .big-side-menu ul>li.hs-menu-depth-1>a,
body .big-side-bottom-menu ul>li.hs-menu-depth-1>a {
  color: 

  
  
    
  


  rgba(#null, 1)


}

body header nav.navigation-primary ul.level-1>li:last-child{
  border-left-color:

  
  
    
  


  rgba(49, 49, 49, 1.0)


}
body .big-side-menu ul>li.hs-menu-depth-1>a:hover,
body .big-side-bottom-menu ul>li.hs-menu-depth-1>a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color:

  
  
    
  


  rgba(#null, 1)

;
}

body .big-menu-panel-desktop .close-button-desktop-wrap button{
  color:

  
  
    
  


  rgba(#null, 1)


}

body .big-menu-panel-desktop .close-button-desktop-wrap button:hover{
  color:

  
  
    
  


  rgba(#null, 1)


}

body .cm-divider hr {
  border-bottom-color:

  
  
    
  


  rgba(#null, 1)


}

body header .social-links .social-links__icon svg,
body header .social-links .social-links__link  svg{
  fill: 

  
  
    
  


  rgba(#null, 1)


}

body header .social-links .social-links__icon:hover svg, 
body header .social-links .social-links__icon:focus svg, 
body header  .social-links .social-links__icon:active svg,   
body header .social-links .social-links__link:hover svg, 
body header .social-links .social-links__link:focus svg, 
body header .social-links .social-links__link:active svg{
  fill:

  
  
    
  


  rgba(#null, 1)


}


body header .header_top_menu_wrap ul>li.hs-menu-depth-1>a{
    color: 

  
  
    
  


  rgba(#null, 1)

;
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header .header_top_menu_wrap ul>li.hs-menu-depth-2>a{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header .header_top_menu_wrap ul>li.hs-menu-depth-2>a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header .header_top_menu_wrap ul>li.hs-menu-depth-2>a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}






/* 1h. Site footer Variables */



















/* Footer form */










/* Footer Social Icon */





  
  
#footer-navigation .col{
border-right-color:

  
  
    
  


  rgba(255, 255, 255, 0.15)

;
}
footer {
  background-color: 

  
  
    
  


  rgba(2, 38, 51, 0.0)

;
}
/* Footer Content */

#footer-info-copyright p {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body footer .footer__text p {
  color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body .footer_menu .hs-menu-wrapper>ul>li>a{
  color:  

  
  
    
  


  rgba(#null, 1)

;
}

body .copyright p:last-child{
  color:  

  
  
    
  


  rgba(#null, 1)

;
}

body .social_share .hs-menu-wrapper>ul li a{
  color:  

  
  
    
  


  rgba(#null, 1)

;
}

body .social_share .hs-menu-wrapper>ul li a:hover{
  color:  

  
  
    
  


  rgba(#null, 1)

;
}

body #footer-info-links a ,
body #footer-navigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper>li>a ,
body div#footer-navigation-column-2 ul>li.hs-menu-depth-2 a , body #footer-navigation li a{
  color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


body #footer-navigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper>li>a:hover ,
body div#footer-navigation-column-2 ul>li.hs-menu-depth-2 a:hover , body #footer-navigation li a:hover{
  color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body #footer-navigation li.hs-menu-depth-1>a{
  color:  

  
  
    
  


  rgba(246, 186, 44, 1.0)

;
}

#footer-navigation .col#footer-navigation-column-1 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>a{
 color:  

  
  
    
  


  rgba(236, 126, 30, 1.0)

;

}


body .footer_form_heading h2{
  color:  

  
  
    
  


  rgba(#null, 1)

;
}

body .footer_form_heading h3{
  color:  

  
  
    
  


  rgba(#null, 1)

;
}


body .newsletter_form form .hs-input{
  color:  

  
  
    
  


  rgba(#null, 1)

;
  background:  

  
  
    
  


  rgba(#null, 1)

;
  border-color:  

  
  
    
  


  rgba(#null, 1)

;
}

body .newsletter_form form .hs-button{
  color:  

  
  
    
  


  rgba(#null, 1)

;
  background:  

  
  
    
  


  rgba(#null, 1)

;
  border-color:  

  
  
    
  


  rgba(#null, 1)

;
}

body .newsletter_form form .hs-button:hover{
  color:  

  
  
    
  


  rgba(#null, 1)

;
  background:  

  
  
    
  


  rgba(#null, 1)

;
  border-color:  

  
  
    
  


  rgba(#null, 1)

;
}

body #footer-info-links a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body #footer-info-links a:hover{
  color:

  
  
    
  


  rgba(255, 255, 255, 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(73, 75, 77, 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(54, 71, 77, 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: #cc5f00;
}

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

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

.blog-pagination__link {
  color: 

  
  
    
  


  rgba(54, 71, 77, 1)

;
}

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

.blog-post__title {
  color: #007daa;
  font-family:'trebuchet ms', geneva;
  font-size: 36px;
  font-weight: ;
}

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

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

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

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

.blog-index__post-content a {
  color: 

  
  
    
  


  rgba(54, 71, 77, 1)

;
}

.blog-post__read-more svg {
  fill: 

  
  
    
  


  rgba(54, 71, 77, 1)

;
}

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

.blog-sidebar a {
  color: 

  
  
    
  


  rgba(54, 71, 77, 1)

;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(245, 245, 245);
}

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

.blog-post__meta a {
  color: 

  
  
    
  


  rgba(54, 71, 77, 1)

;
}

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

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

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(54, 71, 77, 1)

;
}

.blog-post__back-to-blog svg {
  fill: 

  
  
    
  


  rgba(54, 71, 77, 1)

;
}

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

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

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

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











.card__price {
  font-family: 'trebuchet ms', geneva
    font-size: 22px;
  color: #e67614;
  font-weight: 
}