







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */














/* Headings */












































/* 1f. Tables */


















/* 1d. Buttons */


















.content-wrapper {
  max-width: 1160px;
}


.content-wrapper--vertical-spacing {
  
}

.dnd-section {
  padding: 75px 20px;
}

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







body {
  font-size: 18px;
  color: #0b0d34; 
  font-weight: 400;
  font-family: Colfax Regular;
}

/* Paragraphs */

p {
  color: #0b0d34;
  font-weight: 400;
}

/* Anchors */

a {
  color: #0b0d34;
}

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

/* Headings */

h1 {
  font-family: Supria Sans Bold;
  font-size: 48px;
  color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
  font-weight: 400;
}

h2 {
  font-family: Supria Sans Bold;
  font-size: 39px;
  color: 

  
  
    
  


  rgba(220, 11, 0, 1.0)

;
  font-weight: 400;
}

h3 {
  font-family: Supria Sans Bold;
  font-size: 29px;
  color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
  font-weight: 400;
}

h4 {
  font-family: Supria Sans Bold;
  font-size: 25px;
  color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
  font-weight: 400;
}

h5 {
  font-family: Supria Sans Bold;
  font-size: 21px;
  color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
  font-weight: 400;
}

h6 {
  font-family: Supria Sans Bold;
  font-size: 18px;
  color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
  font-weight: 400;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(220, 11, 0, 1)

;
  border: 2px solid #dc0b00;
  border-radius: 8px;
  color: #ffffff;
  padding: 13px 29px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #0b0d34;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #0b0d34;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






/* 1e. Forms */










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

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(50, 69, 122, 0.0)

;
  color: #0b0d34;
}

/* Form label */

form label {
  color: #0b0d34;
}

/* Form help text */

form legend {
  color: #0b0d34;
}

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

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

/* Form placeholder text */

::-webkit-input-placeholder {}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(220, 11, 0, 1)

;
  border: 2px solid #dc0b00;
  border-radius: 8px;
  color: #ffffff;
  padding: 13px 29px;
}

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

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





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  border-color: #333333;
}

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(51, 51, 51, 1)

;
  border-bottom-color: #333333;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  color: #333333;
}






/* 1g. Site header */














header.header {
  background-color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
}

.custom-menu-primary ul li a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.custom-menu-primary ul li a:hover,
.custom-menu-primary ul.level-1>li:hover>a
.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 {
  color: 

  
  
    
  


  rgba(220, 11, 22, 1.0)

;
}

.custom-menu-primary ul li a.active-item,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: 

  
  
    
  


  rgba(220, 11, 22, 1.0)

;
} 

.custom-menu-primary ul ul, .megamenu-holder,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

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

.custom-menu-primary ul ul li a{
  color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
}

.custom-menu-primary ul ul li a:hover,
.custom-menu-primary ul.level-3>li:hover>a,
.custom-menu-primary ul ul li a:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(220, 11, 0, 1.0)

;
}

.custom-menu-primary ul ul li a.active-item{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(220, 11, 0, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
}

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

.et_search_icon {
  color: ;
}

.et_search_icon:hover {
  color: ;
}

.custom-menu-primary ul.level-3>li.child-open>a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(220, 11, 0, 1.0)

;
}









.header-right ul li a {
  color: 

  
  
    
  


  rgba(220, 11, 0, 1.0)

;
}

.header-right ul li a:hover {
  color: 

  
  
    
  


  rgba(220, 11, 0, 1.0)

;
}

.header-right ul li:nth-child(3) {
  background-color: 

  
  
    
  


  rgba(220, 11, 0, 1)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  border-color: 

  
  
    
  


  rgba(220, 11, 0, 1)

;
}

.header-right ul li:nth-child(3) a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

.header-right ul li:nth-child(3):hover {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(220, 11, 0, 1.0)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header-right ul li:nth-child(3):hover a {
  color: 

  
  
    
  


  rgba(220, 11, 0, 1.0)

;
}







.custom-menu-primary ul ul.level-2>li:first-child {
  background-color: 

  
  
    
  


  rgba(245, 246, 247, 1.0)

;
}

.custom-menu-primary ul.level-4 li a {
  color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
}

.custom-menu-primary ul.level-4 li a:hover {
  color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
  background-color: 

  
  
    
  


  rgba(220, 11, 0, 0.0)

;
}


@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}







.right-content h4,
.custom-menu-primary .right-content-inner p {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

.custom-menu-primary .right-content-inner a {
  background-color: 

  
  
    
  


  rgba(220, 11, 0, 1)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  border-color: 

  
  
    
  


  rgba(220, 11, 0, 1)

;
}

.custom-menu-primary .right-content-inner a:hover {
  background-color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
}







.custom-menu-primary .engage-btn, .custom-menu-primary .about-btn {
  border-color: 

  
  
    
  


  rgba(11, 13, 52, 1)

;
}

.custom-menu-primary .engage-btn:hover, .custom-menu-primary .about-btn:hover {
  border-color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
}

.custom-menu-primary .engage-btn a,
.custom-menu-primary .about-btn a {
  background-color: 

  
  
    
  


  rgba(11, 13, 52, 1)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

.custom-menu-primary .engage-btn a:hover,
.custom-menu-primary .about-btn a:hover {
  background-color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}








/* 1h. Site footer */















.footer {
  background-color: 

  
  
    
  


  rgba(11, 13, 52, 1)

;
  color: #ffffff;
}


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

.footer a:hover {
  color: 

  
  
    
  


  rgba(220, 11, 0, 1.0)

;
}

.footer-column.col1 {
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

.footer-menu ul ul li a::before {
   color: 

  
  
    
  


  rgba(220, 11, 0, 1.0)

;
}

.footer-users ul li:last-child {
  background-color: 

  
  
    
  


  rgba(220, 11, 0, 1)

;
  border-color: 

  
  
    
  


  rgba(220, 11, 0, 1)

;
}

.footer-users ul li:last-child a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

.footer-users ul li:last-child:hover {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer-users ul li:last-child:hover a {
  color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
}









.footer-bottom {
  background-color: 

  
  
    
  


  rgba(9, 11, 43, 1)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 0.35)

;
  
}

.footer-bottom a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 0.35)

;
  
}

.footer-bottom a:hover {
  color: 

  
  
    
  


  rgba(220, 11, 0, 1.0)

;
  
}

.footer-social .social-link a {
  color: 

  
  
    
  


  rgba(220, 11, 0, 1)

;
}

.footer-social .social-link a:hover {
  color: 

  
  
    
  


  rgba(220, 11, 0, 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: #0b0d34;
}

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

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

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

.blog-pagination__link {
  color: #0b0d34;
}

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

.blog-post__title {
  color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
  font-family:Supria Sans Bold;
  font-size: 48px;
  font-weight: 400;
}

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

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













.card__price {
  font-family: Supria Sans Bold
    font-size: 29px;
  color: 

  
  
    
  


  rgba(11, 13, 52, 1.0)

;
  font-weight: 400
}

.dnd-section[class*="-force-full-width-section"]>.row-fluid,
.dnd-section[class*="-force-full-width-section"] {
  max-width: 100% !important;
  padding: 0;
  width:100% !important;
}

.header__container,.page-center,.dnd-section>.row-fluid,
.footer__container,.content-wrapper{
  max-width:1160px;
  width:100%;
  margin:0 auto;
}


@media (max-width:1200px) {
  .page-center,.dnd-section>.row-fluid,
.content-wrapper {
  padding: 0 24px;
}
}