/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */










input,
select{   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
}
.body-container{
	padding-left:0px !important;
	padding-right:0px !important;
}






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

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





html {
  font-size: 15;
}

body {
  color: #313131;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 400
}

p {
  font-family: Open Sans;
  font-weight: 400
}
body li{
  font-weight: 400;
}
.header-top-bar a {
    color: #fff!important;
    font-size: 17px!important;
    text-decoration: none!important;
}
.header-block-icon {
    display: inline-block !important;
    font-size: 18px !important;
    padding-right: 10px;
    vertical-align: middle;
}
.right-inner-addon i {
    padding: 5px 2px!important;
    pointer-events: none!important;
    position: absolute!important;
    right: 0!important;
}
a {
  font-family: Open Sans;
  color: rgba(247, 142, 47, 1.0);
  cursor: pointer;  
  transition: color .3s,background-color .3s,opacity .3s;
  -moz-transition: color .3s,background-color .3s,opacity .3s;
  -o-transition: color .3s,background-color .3s,opacity .3s;
  -webkit-transition: color .3s,background-color .3s,opacity .3s;
}

a:hover,
a:focus {
  color: rgba(247, 120, 2, 1.0);
}



h1 {
  color: #454545;
  font-family: Open Sans;
  font-size: 47px;
  font-weight: 400;
}


h2 {
  color: #454545;
  font-family: Open Sans;
  font-size: 37px;
  font-weight: 400;
}


h3 {
  color: #454545;
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 400;
}

h4 {
  color: #454545;
  font-family: Open Sans;
  font-size: 26px;
  font-weight: 400;
}

h5 {
  color: #454545;
  font-family: Open Sans;
  font-size: 21px;
  font-weight: 400;
}

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

blockquote {
  border-left: 0 solid #f2923c;;
}





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

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(69, 69, 69, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(246, 141, 46, 1.0);
  border-color: rgba(246, 141, 46, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(246, 141, 46, 1.0);
  border-color: rgba(246, 141, 46, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 181, 86, 1.0);
  border-color: rgba(255, 181, 86, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.hs-form legend {
  color: rgba(51, 51, 51, 1.0);
}
#hs-pwd-widget-password,
form input,
form select,
form textarea,
.hs-input,
.systems-page input[type="password"]{
  border-color: rgba(203, 214, 226, 1.0);
  color:rgba(51, 71, 91, 1.0);
  border-radius: 3px;
  background-color: rgba(245, 248, 250, 1.0);
  border-width: 1px;
}

#hs-pwd-widget-password:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(73, 74, 82, 1.0);
}


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

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

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

.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: #f2923c !important;
}





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

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

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

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





.custom-header-wrapper {
  background-color: rgba(30, 30, 30, 1.0);
}
.custom-header-wrapper.fixed-header {
  background-color: rgba(35, 40, 40, 1.0);
}
.header-block-area i {
  color: rgba(255, 255, 255, 1.0);
}
.header-block-area a {
  color: rgba(255, 255, 255, 1.0);
}
.header-block-area a:hover{
  color: rgba(247, 120, 2, 1.0);
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
  font-weight: 300px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(247, 142, 47, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > a.active,
.custom-menu-primary .hs-menu-wrapper > ul > li > a.active-branch{
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active.active-branch {
  border-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active.active-branch > a{
    background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper ul ul > li.active > a{
  background-color: rgba(239, 239, 239, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul{
  background-color: rgba(252, 252, 252, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a{
  color: rgba(136, 136, 136, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover{
  color: rgba(136, 136, 136, 1.0);
  background-color: rgba(239, 239, 239, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a.active,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a.active-branch,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a.active,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a.active-branch{
  color: rgba(136, 136, 136, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul > li > a{
  color: rgba(109, 109, 109, 1.0);
  background-color: transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li.view-all > a{
  color: rgba(247, 142, 47, 1.0);
  background-color: transparent;
}






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

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





.footer {
  background-color: rgba(30, 30, 30, 1.0);
  color:rgba(191, 191, 191, 1.0);
}

.footer-wrapper .copyright-wrapper {
  background-color: rgba(12, 12, 12, 1.0);
  border-color: rgba(12, 12, 12, 1.0);
  color: rgba(63, 63, 63, 1.0);
}
.footer-wrapper .footer-column .widget-type-text,
.footer-wrapper .footer-column h3{
  color: rgba(221, 221, 221, 1.0);
}
.footer-wrapper li.hs-menu-item{
  border-color: rgba(54, 54, 54, 1.0);
}

.footer-wrapper a {
  color: rgba(226, 226, 226, 1.0);
}
.footer-wrapper a:hover {
  color: rgba(247, 142, 47, 1.0);
}
.footer-social-wrapper a i{
  color: rgba(255, 255, 255, 1.0);
}






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

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

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

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

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

.blog-pagination__link {
  color: #313131;
}

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

.blog-post__title {
  color: #454545;
  font-family:Open Sans;
  font-size: 37px;
  font-weight: ;
}

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

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

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

.hs-blog-listing,
.hs-blog-post {
  background-color: #ffffff;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(67, 0, 0, 0.10);
}

.blog-post__tag-link:hover{
  color: #f77802;
}

.blog-post__read-more svg {
  fill: #313131;
}

.blog-post__read-more a:hover svg {
  fill: #f77802;
}

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

.blog-sidebar a {
  color: #313131;
}

.blog-sidebar a:hover {
  color: #f77802;
}

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

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

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(67, 0, 0, 0.10);
}

.blog-post__meta a {
  color: #313131;
}

.blog-post__body, .blog-post__tags a {
  color: #313131;
}

.blog-post__meta a:hover {
  color: #f77802
}

.blog-post__links {
  border-top:  2px solid rgb(222, 126, 40);
}

.blog-post__back-to-blog {
  color: #313131;
}

.blog-post__back-to-blog:hover {
  color: #f77802;
}

.blog-post__back-to-blog svg {
  fill: #313131;
}

a.blog-post__back-to-blog:hover svg {
  fill: #f77802;
}

.comment.depth-0{
  border-top: 2px solid rgb(222, 126, 40);
}

.comment.depth-1 {
  border-left: 2px solid rgb(222, 126, 40);
}

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










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

.page-center {
  margin: 0 auto;
}
.dnd-section > .row-fluid ,
.header__container,
.footer__container,
.content-wrapper,
.page-center{
  max-width: 1140px;
}
body .contact-page form labels{
	font-weight:400;
	color:#232828;
}
body .contact-page form .hs_submit inpug{
	font-weight:600;
}
body .contact-page h5{	
    margin-bottom: 10px;
}
body .contact-page .hs-form-field input[type=text], 
body .contact-page .hs-form-field input[type=email], 
body .contact-page .hs-form-field input[type=phone], 
body .contact-page .hs-form-field input[type=number], 
body .contact-page .hs-form-field input[type=tel], 
body .contact-page .hs-form-field input[type=date], 
body .contact-page .hs-form-field textarea, 
body .contact-page .hs-form-field select {
    border-radius: 0px;
    border-color: #707070;
    background: white;
}
body .contact-page .hs-form label, label {
    color: #232828 !important;
	font-weight:400;
}



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


@media only screen and (max-width: 990px){
  .dnd-section > .row-fluid ,
  .header__container,
  .footer__container,
  .content-wrapper,
  .page-center{
    max-width: 767.9952px;
  }

	body .contacts-cta-banner-doc{
		text-align:center;
	}
	body .contacts-cta-banner-doc .content {
		padding-left: 0px;
	}
	body .contact-page h5,
	body .contact-page h3{
		text-align:center;
		width:100%;
	}	
	body .contact-page .row-number-4{
		text-align:center;
	}
	body .contact-page .dnd_area-column-2-padding {
		padding-top: 10px;
		padding-bottom: 0px !important;
		padding-left: 15px !important;
	}
	body .contact-page .icon-wrapper{
		text-align:center;
	}
}

@media only screen and (max-width: 767px){
  .dnd-section > .row-fluid ,
  .header__container,
  .footer__container,
  .content-wrapper,
  .page-center{
    max-width: 419.976px;
  } 
}
@media only screen and (max-width: 419px){
  .dnd-section > .row-fluid ,
  .header__container,
  .footer__container,
  .content-wrapper,
  .page-center{
    max-width: 299.934px;
  } 
}


/* MISC UPDATES */

.body-wrapper.hs-content-id-184990851222.hs-site-page.page [data-hsfc-id=Renderer] .hsfc-ProgressBar__Progress {
  display: none;
}

.body-wrapper.hs-content-id-184990851222.hs-site-page.page [data-hsfc-id=Renderer] .hsfc-ProgressBar__Text:before {
  content: 'Step ';
}

.body-wrapper.hs-content-id-184990851222.hs-site-page.page [data-hsfc-id=Renderer] .hsfc-NavigationRow {
  margin-top: 0;
}

.body-wrapper.hs-content-id-184990851222.hs-site-page.page [data-hsfc-id=Renderer] .hsfc-RadioFieldGroup>*:not(:last-child) {
  display: none;
}

.body-wrapper.hs-content-id-184990851222.hs-site-page.page [data-hsfc-id=Renderer] .hsfc-CheckboxFieldGroup__Options label>input {
  border: none;
  background: white;
}

.body-wrapper.hs-content-id-184990851222.hs-site-page.page [data-hsfc-id=Renderer] .hsfc-CheckboxFieldGroup__Options label:hover {
  background: #C9C9C9;
}

.body-wrapper.hs-content-id-184990851222.hs-site-page.page [data-hsfc-id=Renderer] .hsfc-CheckboxFieldGroup__Options label {
  font-size: 14px;
  font-weight: 600;
  padding: 18px;
  background: #EFEFEF;
}

.body-wrapper.hs-content-id-184990851222.hs-site-page.page [data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked:after {
  background: black;  
}

.body-wrapper.hs-content-id-184990851222.hs-site-page.page [data-hsfc-id=Renderer] .hsfc-CheckboxInput:hover,
.body-wrapper.hs-content-id-184990851222.hs-site-page.page [data-hsfc-id=Renderer] .hsfc-CheckboxInput:focus {
  box-shadow: unset;
}

.body-wrapper.hs-content-id-184990851222.hs-site-page.page [data-hsfc-id=Renderer] .hsfc-Button {
  width: 125px;
  padding: 15px;
}

button.btn-ani {
  background-color: #f78e2f;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-right: 5px;
  outline: none;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .3s, background-color .3s, opacity .3s;
  -moz-transition: color .3s, background-color .3s, opacity .3s;
  -o-transition: color .3s, background-color .3s, opacity .3s;
  -webkit-transition: color .3s, background-color .3s, opacity .3s;
}

button.btn-ani:hover {
  background-color: #f78e2f;
  color: #fff;
}

.title-text-side::before {
  background: #f88d2d;
  content: "";
  height: 4px;
  left: 0;
  position: relative;
  top: 0;
  width: 125px;
  display: block;
}

.post-detail-sub {
  font-family: 'Open Sans', sans-serif;
}

.section.post-body,
.section.post-body p,
.section.post-body span {
  font-family: 'Open Sans', sans-serif!important;
}