







/* 1a. Containers */






/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */


  





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

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








body {
  font-size: 18px;
  color: #737373;
  font-weight: 300;
  font-family: Roboto,serif;
}

/* Anchors */

a {    

  color: rgba(76, 98, 108, 1.0);
}

a:hover,
a:focus,
a:active {

  color: rgba(115, 115, 115, 1.0);
}

/* Headings */

h1 {
  font-family: Roboto,sans-serif;
  font-size: 43px;
  color: #252525;
  font-weight: 300;
}

h2 {
  font-family: Roboto,sans-serif;
  font-size: 40px;
  color: #252525;
  font-weight: 300;
}

h3 {
  font-family: Roboto,sans-serif;
  font-size: 30px;
  color: #252525;
  font-weight: 300;
}

h4 {
  font-family: Roboto,sans-serif;
  font-size: 20px;
  color: #252525;
  font-weight: 300;
}

h5 {
  font-family: Roboto,sans-serif;
  font-size: 18px;
  color: #252525;
  font-weight: 300;
}

h6 {
  font-family: Roboto,sans-serif;
  font-size: 16px;
  color: #252525;
  font-weight: 300;
}

/* Blockquote */






.hs-button,
.hs-button.primary,
input[type="submit"],
input[type="button"],
.error-page a.button{
  background-color: rgba(66, 69, 74, 1.0);
  border-color: rgba(66, 69, 74, 1.0);
  border-radius: 3px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding: 0px 20px;
}
.hs-button:hover,
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.error-page a.button:hover {
  background-color: rgba(76, 98, 108, 1.0);
  border-color: rgba(66, 69, 74, 1.0);
  color: rgba(255, 255, 255, 1.0);

}






form{
  background-color: rgba(248, 248, 248, 1.0);
}

form,
.submitted-message {
  font-size: 18px;
  color: #737373;
  font-weight: 300
}

/* Form title */

h3.form-title {
  color: rgba(32, 43, 96, 1.0);
}

/* Form label */

form label {
  color: rgba(115, 115, 115, 1.0);
}
/* Form help text */

form legend {
  color: rgba(115, 115, 115, 1.0);
}

/* 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(227, 227, 227, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(170, 170, 170, 1.0);
  border-radius: 3px;
}


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

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: rgba(85, 85, 85, 1.0);
}

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(85, 85, 85, 1.0)

;
  border-bottom-color: #555555;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: rgba(85, 85, 85, 1.0);
}





body .header_container_wrapper{
  background-color: rgba(255, 255, 255, 1.0);
}
header .header_menu .custom_menu_primary .hs-menu-wrapper >ul >li>a{
  color: rgba(37, 37, 37, 1.0);
}
header .header_menu .custom_menu_primary .hs-menu-wrapper >ul >li:hover>a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(66, 69, 74, 1.0); 
}
header .header_menu .custom_menu_primary .hs-menu-wrapper >ul ul >li>a{
  color: rgba(255, 255, 255, 1.0);
}
header .header_menu .custom_menu_primary .hs-menu-wrapper >ul ul >li:hover>a{
  color: rgba(255, 158, 0, 1.0);
  background-color: rgba(66, 69, 74, 1.0);
}
header .header_menu .custom_menu_primary .hs-menu-wrapper >ul ul{
  background-color: rgba(66, 69, 74, 1.0);
}
header .search_btn_wrp{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
header .search_btn_wrp:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 158, 0, 1.0);
}  


 
.body-wrapper .cm_iwt_wrp .col-lg span{
  background-color: rgba(76, 98, 108, 1.0);
}
.body-wrapper .cm_iwt_wrp .col-lg:hover span{
  background-color: rgba(255, 255, 255, 1.0);
}
.body-wrapper .cm_iwt_wrp .col-lg a{
  color: rgba(255, 255, 255, 1.0);
}
.body-wrapper .cm_iwt_wrp .col-lg a:hover{
  color: rgba(238, 237, 221, 1.0);
}
.body-wrapper .cm_iwt_wrp .col-lg i{
  color: rgba(255, 255, 255, 1.0);
}
.body-wrapper .cm_iwt_wrp .col-lg:hover i{
  color: rgba(76, 98, 108, 1.0);
}
.body-wrapper  .cm_iwt_wrp{
  background-color: rgba(76, 98, 108, 1.0);
}
.footer .custom_footer{
  background-color: rgba(37, 39, 43, 1.0);
}
.footer .copyright_text p {
  color: rgba(79, 79, 79, 1.0);
}
.footer .footer_right_section .hs-menu-wrapper ul li a{
  color: rgba(255, 255, 255, 1.0);
}
.footer .footer_right_section .hs-menu-wrapper ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.footer_right_section ul.socialSignals li a{
  color: rgba(255, 255, 255, 1.0);
}
.footer_right_section ul.socialSignals li a{
  color: rgba(255, 255, 255, 1.0);
}
.footer .top_header{
  background-color: rgba(50, 53, 58, 1.0); 
}




/* Blog Header */











.card__price {
  font-family: Roboto,sans-serif
    font-size: 30px;
  color: #252525;
  font-weight: 300
}

.systems-page .form-container label {
  font-family: Roboto,serif;
  font-weight: 300;
  color: #737373;
}
.blog-post__tags {
  font-family: Roboto,serif;
  font-weight: 300;
  color: #737373;
}
form#email-prefs-form h1 {
  font-family: Roboto,serif;
  font-weight: 300;
  color: #737373;
}
form#email-prefs-form h2 {
  font-family: Roboto,serif;
  font-weight: 300;
  color: #737373;
}
p.header {
  color: #737373;
}