







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper,
.page-center{
  max-width: 1400px;
  margin:0 auto;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 50px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1400px;
  margin:0 auto;
}







body {
  font-size: 17px;
  color: #222222;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
}

/* Paragraphs */

p {
  font-size: 17px;
  color: #222222;
  font-weight: 400;
}

/* Anchors */

a {
  color: #00b2d3;
}

a:hover,
a:focus,
a:active {
  color: #1C74DB;
}

/* Headings */

h1 {
  font-family: Helvetica, sans-serif;
  font-size: 100px;
  color: #fd4f00;
  font-weight: 700;
}

h2 {
  font-family: Helvetica, sans-serif;
  font-size: 40px;
  color: #fd4f00;
  font-weight: 400;
}

h3 {
  font-family: Helvetica, sans-serif;
  font-size: 30px;
  color: #00b2d3;
  font-weight: 700;
}

h4 {
  font-family: Helvetica, sans-serif;
  font-size: 25px;
  color: #707070;
  font-weight: 400;
}

h5 {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  color: #222222;
  font-weight: 500;
}

h6 {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(253, 79, 0, 1.0)

;
  border-color: 

  
  
    
  


  rgba(253, 79, 0, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 12px 24px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  border-color: 

  
  
    
  


  rgba(253, 79, 0, 1.0)

;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(255, 119, 40, 1.0);
  border-color: #ff7728;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-size: 17px;
  color: #222222;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #fd4f00;
}

/* Form label */

form label {
  color: #2d2a26;
}

/* Form help text */

form legend {
  color: #2d2a26;
}

/* 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: #cbd6e2;
  color: #222222;
}

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

/* Form placeholder text */

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

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

/* 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(253, 79, 0, 1.0)

;
  border-color: 

  
  
    
  


  rgba(253, 79, 0, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 12px 24px;
}



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





table {
  background-color: 

  
  
    
  


  rgba(249, 249, 249, 1.0)

;
  border-color: #dbdbdb;
}

th,
td {
  border-color: #dbdbdb;
  color: #000a15;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(249, 249, 249, 1.0)

;
  border-bottom-color: #dbdbdb;
  color: #363636;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(249, 249, 249, 1.0)

;
  color: #363636;
}





header.header{
  background-color: rgba(255, 255, 255, 1.0);
}
.header-left-populated nav>ul>li>a{
  color: rgba(34, 34, 34, 1.0);
}
.header-left-populated nav>ul>li>a:hover{
  color: rgba(255, 80, 0, 1.0);
}
.submenu.level-2{
  background-color: rgba(255, 255, 255, 1.0);
}
.submenu.level-2>li>a{
  color: rgba(84, 89, 95, 1.0); 
}
.header-left-populated nav>ul>li:nth-child(6) .submenu.level-3>li>a:hover,
.submenu.level-3>li:hover>a, .submenu.level-2>li>a:hover{
  color: rgba(255, 80, 0, 1.0);    
}
.header-right-populated a{
  background-color: rgba(246, 180, 54, 1.0);
  color: rgba(255, 255, 255, 1.0);    
}
.header-section-container ul>li>a{
  color: rgba(112, 112, 112, 1.0); 
}
.header-section-container ul>li>a:hover{
  color: rgba(0, 0, 0, 1.0); 
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #222222;
  font-family: Helvetica, sans-serif;
}

body .navigation-primary a:hover,
body .navigation-primary 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: #000000;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #4a4a4a;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #494A52;
}



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

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



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

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

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

@media(max-width: 767px) {


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





footer{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer-social-items .footer-social-items-wrapper .social-item>a>i{
  color:

  
  
    
  


  rgba(122, 122, 122, 1.0)

;
}

.footer-social-items .footer-social-items-wrapper .social-item>a:hover >i{
  color:

  
  
    
  


  rgba(40, 40, 40, 1.0)

;
}

.footer-menu-wrapper-inner-row-wrap ul>li>a{
  color:

  
  
    
  


  rgba(168, 168, 168, 1.0)

;
}

.footer-menu-wrapper-inner-row-wrap ul>li>a:hover{
  color:

  
  
    
  


  rgba(114, 114, 114, 1.0)

;
}

.footer-copyright p{
  color:

  
  
    
  


  rgba(168, 168, 168, 1.0)

;
}

.footer-bottom-menu-wrapper-inner ul>li>a{
  color:

  
  
    
  


  rgba(168, 168, 168, 1.0)

;
}

.footer-bottom-menu-wrapper-inner ul>li>a:hover{
  color:

  
  
    
  


  rgba(15, 32, 46, 1.0)

;
}
.footer-copyright span{
  color: rgba(168, 168, 168, 1.0); 
}
.footer-newsletter-form-wrapper .footer-form-heading-wrapper span{
  color: rgba(122, 122, 122, 1.0); 

}
.footer-other-icons .footer-other-icons-content .footer-other-icons-item a>i{
  color: rgba(122, 122, 122, 1.0); 

}
.footer-other-icons .footer-other-icons-content .footer-other-icons-item a>i:hover{
  color: rgba(40, 40, 40, 1.0); 
}
.footer-newsletter-form-wrapper form input[type="submit"]{
  background-color: rgba(253, 79, 0, 1.0); 
  color: rgba(255, 255, 255, 1.0); 
}















.card__price {
  font-family: Helvetica, sans-serif
    font-size: 30px;
  color: #00b2d3;
  font-weight: 700
}

.blog-index__tag-heading {
  text-transform: capitalize;
}

.blog-post__tags a {
  text-transform: capitalize;
}