














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

.dnd-section {
  padding-bottom: 48px;
  padding-top: 48px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}





html {
  font-size: 18;
}

body {
  color: #333333;
  font-family: Open Sans;
  font-size: 18px;
}

p {
  font-family: Open Sans;
  font-weight: 500
}

a {
  font-family: Open Sans;
  color: rgba(255, 102, 0, 1.0);
}

a:hover,
a:focus {
  color: rgba(153, 51, 0, 1.0);
}

a:active {
  color: rgba(255, 142, 40, 1.0);
}

h1 {
  color: #333333;
  font-family: Open Sans;
  font-size: 54px;
  font-weight: 500;
}

@media(max-width: 767px) {
  h1 {
    font-size: 45.9px;
  }
}

h2 {
  color: #333333;
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 500;
}

@media(max-width: 767px) {
  h2 {
    font-size: 27.2px;
  }
}

h3 {
  color: #333333;
  font-family: Open Sans;
  font-size: 28px;
  font-weight: 500;
}

@media(max-width: 767px) {
  h3 {
    font-size: 23.8px;
  }
}

h4 {
  color: #333333;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 500;
}

@media(max-width: 767px) {
  h4 {
    font-size: 20.4px;
  }
}

h5 {
  color: #333333;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 500;
}

h6 {
  color: #333333;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 500;
}

blockquote {
  border-left: 10px solid #F8FAFC;;
}





form,
.submitted-message {
  border-color: rgba(204, 204, 204, 0.0) ;
  font-family: Open Sans;
}

h3.form-title {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(248, 250, 252, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(255, 102, 0, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(215, 62, 0, 1.0);
  border-color: rgba(215, 215, 215, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 142, 40, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(51, 51, 51, 1.0);
}

.hs-form legend {
  color: rgba(204, 204, 204, 1.0);
}

form input,
form select,
form textarea,
.hs-input,.blog-sidebar select{
  border-color: rgba(204, 204, 204, 1.0);
  color: ;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus 
,.blog-sidebar select:focus{
  border-color: rgba(211, 84, 0, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(51, 51, 51, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #333333;
}

.hs-richtext {
  font-size: 18;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Open Sans;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(232, 229, 219, 1.0);
  color: rgba(51, 51, 51, 1.0);
}

thead th,
thead td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(51, 51, 51, 1.0);
}

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

table,
tbody + tbody {
  border-color: rgba(232, 229, 219, 1.0);
}





.header,
.header-container-inner{
  background-color: rgba(255, 255, 255, 1.0);
}
.header-container-inner a{
  
}

.header__container {
  max-width: 1320px;
}
.custom-top-header a{
  color: rgba(34, 34, 34, 1.0);
}

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

body .custom-menu-primary ul li > a:hover{
  color: rgba(255, 102, 0, 1.0);
}
body .custom-menu-primary ul ul a{
  color: rgba(255, 102, 0, 1.0);
}
 
body .custom-menu-primary ul ul a:hover{
  color: rgba(153, 51, 0, 1.0);
}

body .navigation-primary > ul >li.nwgn_mega-menu ul.submenu.level-2 >li >a,body .wpb_wrapper h3 a{
  color: rgba(0, 0, 0, 1.0);
  border-bottom-color:rgba(0, 0, 0, 1.0);
}

body .navigation-primary > ul >li.nwgn_mega-menu ul.submenu.level-2 >li >a:hover,body .wpb_wrapper h3 a:hover{
  color: rgba(153, 51, 0, 1.0);
}

body .custom-menu-primary a:hover,
body .custom-menu-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: rgba(215, 62, 0, 1.0);
}

body .custom-menu-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(255, 142, 40, 1.0);
}

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

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  border-color: rgba(#null, 0.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Open Sans;
}

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

.header a.top-nav-demo-button{
  background-color: rgba(255, 102, 0, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
}

body input.form-control{
  border-color: rgba(206, 212, 218, 1.0);
  border-width: 1px;
}
body input.form-control:focus{
  border-color: rgba(255, 102, 0, 1.0);
}

body button.btn.btn-primary{
  background-color: rgba(255, 102, 0, 1.0);
}

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

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





.footer .custom-footer-top {
  background-color: rgba(51, 51, 51, 1.0);
  color: #959595;
}
.footer .custom-footer-top a{
  color: #FFFFFF;
}
.footer .custom-footer-top a:hover{
  color: #ff6600;
}
.footer .footer-workplace{
  background-color: rgba(255, 255, 255, 1.0);
  color: #333333;
}
.footer .footer-workplace a{
  color: #ff6600;
}

.footer .footer-workplace a:hover{
  color: #ff6600;
}

.footer__container {
  max-width: 1320px;
}





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

.blog-post__date {
  border-color: #333333;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #333333;
}

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

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

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

.blog-pagination__link {
  color: #333333;
}

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

.blog-post__title {
  color: #333333;
  font-family:Open Sans;
  font-size: 32px;
  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);
}










body .icon svg {
  fill: #494A52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494A52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494A52;
}

body .social-links__icon {
  background-color: #494A52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #F8FAFC;
}

.page-center {
  max-width: 1320px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}

/* hard codeded style overrides */

body{background: #f7f5f2;}
body.no-banner{
  background: #ffffff;
}

.email-prefs .item-inner {
    padding: 1rem;
    background: #f7f5f2;
    margin-bottom: 24px;
    border-radius: 5px;
    border: 1px solid #ccc;
  font-size: 14px;
    /* display: block; */
}
.item-inner.highlighted-subscription {
    background: #ffffc2;
}
.subscribe-options {
    padding: 1rem;
    border: 1px solid red;
    border-radius: 5px;
    margin-bottom: 24px;
    font-weight: lighter !important;
  background-color: #f7f5f2;
  font-size: 14px;
}
.subscribe-options .header{
background-color: #f7f5f2;
  font-weight: bold;
  margin-bottom: 0px;
}
.subscribe-options span {
    font-weight: lighter;
    font-style: italic;
}
.item-inner span.fakelabel {
    font-weight: bold;
}
.item-inner p {
    font-weight: lighter;
    color: #666;
    margin-bottom: 0px;
  font-style: italic;
}
form#email-prefs-form {
    width: 100% !important;
    max-width: 100% !important;
  padding: 0px !important;
}
.systems-page {
    padding: 3rem 0px !important;
}
.systems-page .widget-type-email_subscriptions h1{
  font-size: 24px;
}
.systems-page .widget-type-email_subscriptions h2{
  font-size: 16px;
  margin-bottom: 0px;
}
.footer .footer-workplace{
  background: #f7f5f2 !important;
}
.hs-button {
    border-radius: 3px;
    text-transform: capitalize;
    font-weight: normal;
  font-size: 14px;
}
.hs-button:focus {
    box-shadow: none !important;
    outline: none;
}
.header-c2a {
    float: right;
}
.header-c2a a{
    margin-top: 35px;
    text-transform: uppercase;
    font-size: 12px;
    /* font-weight: 600; */
    border: 1px solid #ff6600;
    padding: 4px 16px;
    border-radius: 5px;
  display: block;
  transition: all .15s ease-in-out;
  border-radius: 25px;
}
.header-c2a a:hover {
    background: #ff6600;
    color: #fff;
}
@media (min-width: 992px){
  .header-c2a a {
      margin-top: 40px;
  }
}
a.contact-banner{
         border-radius: 25px !important;
    padding: 7px 18px !important;
}
.widget-type-form {
    padding: 24px;
    background: #ffffff;
    border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
  min-height: 670px;
}
h3.form-title {
    background-color: transparent;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}
.hs-form {
    padding: 0px;
}
.hs-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  font-size: 16px;
	  color: ccc;
}
.hs-form ::-moz-placeholder { /* Firefox 19+ */
	  font-size: 16px;
	  color: ccc;
}
.hs-form :-ms-input-placeholder { /* IE 10+ */
	  font-size: 16px;
	  color: ccc;
}
.hs-form :-moz-placeholder { /* Firefox 18- */
	  font-size: 16px;
	  color: ccc;
}
.hs-fieldtype-text label, .hs-fieldtype-text legend, .hs-fieldtype-select label, .hs-fieldtype-textarea label, .hs-fieldtype-textarea legend, .hs-fieldtype-date label, .hs-fieldtype-date legend {
    display: none !important;
}
label.hs-error-msg {
    display: block !important;
	font-size: 0.7rem;
}
.hs-form ul {
    list-style: none;
    padding-left: 0px;
	margin-bottom: 0px;
}
.hs-error-msg, .hs-error-msgs {
    color: #ff0000;
	margin-bottom: 0px;
}
.hs-input.invalid.error {
    border: 1px solid #ff0000;
}
.legal-consent-container {
    font-size: 0.8rem;
}
.hs_error_rollup {
    font-size: 0.7rem;
	margin-bottom: 1rem;
}
.form-columns-2 input {
    max-width: 100%;
}
.hs-fieldtype-text, .hs-fieldtype-select, .hs-fieldtype-textarea, .hs-fieldtype-date {
    margin-bottom: 1rem;
}
.hs-fieldtype-textarea .input, .hs-fieldtype-select .input, .hs-fieldtype-date .input{
	/*margin-right: 0px !important;*/
}
.hs-fieldtype-textarea textarea, .hs-fieldtype-select select, .hs-fieldtype-date input{
	width: 100% !important;
}
@media (min-width: 576px) {
	.hs-fieldtype-textarea textarea, .hs-fieldtype-select select, .hs-fieldtype-date input{
		width: 100% !important;
	}
}
@media (min-width: 768px) {
	.hs-fieldtype-textarea textarea, .hs-fieldtype-select select, .hs-fieldtype-date input{
		width: 100% !important;
	}
}
@media (min-width: 992px) {
	.hs-fieldtype-textarea textarea, .hs-fieldtype-select select, .hs-fieldtype-date input{
		width: 100% !important;
	}
}
@media (min-width: 1200px) {
	.hs-fieldtype-textarea textarea, .hs-fieldtype-select select, .hs-fieldtype-date input{
		width: 100% !important;
	}
}
.hbspt-form .hs-recaptcha{
	margin-bottom: 40px;
}
.hs-recaptcha{
	display: none;
}
.hs-form .hs-button{
	color: #fff;
    background-color: #f60;
    border: 1px solid #f60;
    border-radius: 25px;
    font-weight: 600;
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
}
.hs-form .hs-button:hover, .hs-form .hs-button:not(:disabled):not(.disabled).active, .hs-form .hs-button:not(:disabled):not(.disabled):active, .show>.hs-form .hs-button.dropdown-toggle {
    background-color: #993300;
    border-color: #993300;
}
.hs-form .hs-button:focus{
	outline: none;
}
.hs-form .cookie-reset-container {
	font-size: 0.625rem;
    font-style: italic;
    color: #ccc;
}
.hs-form .cookie-reset-container a {
    color: #ccc;
}
.hs-form input[type="checkbox"], input[type="radio"] {  
    margin: 0px 0 0;
    line-height: normal;
}
@media all and (min-width: 992px) {
	.hs-form input[type="checkbox"], input[type="radio"] {  
    margin: 4px 0 0;
    line-height: normal;
	}
}
.hs-form .legal-consent-container {
    margin-bottom: 2rem;
}
.legal-consent-container .hs-richtext {
        color: #666;
    font-size: 0.8125rem;
    margin-top: 1rem;
}
.legal-consent-container .hs-richtext a {
    color: #333;
}
.form-columns-1 .input, .form-columns-2 .input {
    margin-right: 0px !important;
}
.hs-form  input:not([type="button"]):not([type="submit"]), .hs-form  select, .hs-form  textarea{
	width: 100% !important;
	font-size: 16px;
  border-radius: 3px;
}
.hs-form textarea {
    height: 76px;
    line-height: 1.3;
}
.hs-form .legal-consent-container input[type="checkbox"] {
    width: auto !important;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display p{
	cursor: pointer;
  font-size: 0.875rem;
}

.inputs-list.multi-container .hs-form-checkbox {
    
}
.inputs-list.multi-container input[type="checkbox"] {
    width: unset !important;
display: inline-block;
}

.inputs-list.multi-container span {
    margin-left: 10px;
font-size: 14px;
  font-weight: 600;
}
.hs-fieldtype-checkbox {
    padding: 24px 0px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.hs-fieldtype-checkbox li {
    padding: 12px 0px;
}
.hs-form label.hs-error-msg{
  color: red;
}
.hs-error-msg, .hs-error-msgs, .hs-form label.hs-error-msg{
  color: red !important;
}
.footer .footer-workplace {
    background: #333333 !important;
    color: #cccccc;
}
p {
    font-weight: unset;
}
.banner-area-wrapper h2.landing-page-caption{
  margin-top: 24px !important;
}
.banner-area-wrapper h1{
  font-size: 2.5rem !important;
margin-top: 2rem !important;
}
.banner-area-wrapper h3 {
    font-weight: 500;
    color: #fff;
    margin-top: 1rem !important;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 24px;
}
.hs_cos_wrapper_type_rich_text li {
    margin-bottom: 14px;
}
h1, h2, h3, h4, h5, h6{
  font-weight: 700;
}

.hs-fieldtype-number.hs-form-field label span{display: none !important;}