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

/* Test */
















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

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1425px;
}





body {
  color: #676767;
  font-size: 16px;
  font-family: Rubik;
  font-weight: 400
}

a {
  color: rgba(240, 80, 35, 1.0);
}

a:hover {
  color:rgba(103, 103, 103, 1.0);
}


h1 {
  color: #444444;
  font-family: Rubik;
  font-size: 54px;
  font-weight: 300;
}


h2 {
  color: #444444;
  font-family: Rubik;
  font-size: 34px;
  font-weight: 300;
}


h3 {
  color: #444444;
  font-family: Rubik;
  font-size: 22px;
  font-weight: 400;
}


h4 {
  color: #444444;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
}


h5 {
  color: #444444;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
}

h6 {
  color: #444444;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  font-family: "GT Walsheim", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

@media only screen and (max-width: 1300px) and (min-width: 1000px){
  h1 {
    font-size: 40.5px;
  }
  h2 {
    font-size: 28.9px;
  }
  h3 {
    font-size: 18.7px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 690px){
  h1 {
    font-size: 37.8px;
  }
  h2 {
    font-size: 27.200000000000003px;
  }
  h3 {
    font-size: 17.6px;
  }
}
@media only screen and (max-width: 690px){
  h1 {
    font-size: 35.1px;
  }
  h2 {
    font-size: 25.5px;
  }
  h3 {
    font-size: 17.6px;
  }
  h4 {
    font-size: 19.8px;
  }
}




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

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

.hs-button,
.button--primary {
  background-color: rgba(255, 122, 89, 1.0);
  border-color: rgba(255, 122, 89, 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,
.button--primary:hover {
  background-color: rgba(255, 143, 115, 1.0);
  border-color: rgba(255, 143, 115, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form .actions input[type='submit'] {
  border-radius: 6px;
  border-width: 0px;
  color: rgb(255,255,255);
  height: auto;
  transition: all .4s ease;
  padding: 0 0;
  text-shadow: none;
  width: auto;
  font-size: 24px;
  line-height: 1.5em;
  background-color: #F05023;
  color: #ffffff;
  font-family: "GT Walsheim", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 80px 20px 80px;
  border: 1px solid #F05023;
  border-radius: 0px;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}


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

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

form input,
form select,
form textarea,
.hs-input,
main .hs-search-field__input,
input[type="password"]{
  border-color: rgba(203, 214, 226, 1.0);
  color: ;
  border-radius: 3px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
main .hs-search-field__input:focus,
input[type="password"]:focus{
  border-color: rgba(185, 85, 77, 0.8);
}

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



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

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

.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(51, 71, 91, 1.0);
  color: rgba(103, 103, 103, 1.0);
}

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

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

table,
tbody + tbody {
  border-color: rgba(51, 71, 91, 1.0);
}





.wesite-header-wrap {
  background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width:1001px){
  .header-contact-menu .hs-menu-wrapper > ul > li > a{
    color: rgba(66, 66, 66, 1.0);
  }
  .header-contact-menu .hs-menu-wrapper > ul > li > a:hover{
    color: rgba(240, 80, 35, 1.0);
  }
  .header-contact-menu .hs-menu-wrapper > ul > li.active > a,
  .header-contact-menu .hs-menu-wrapper > ul > li.active-branch > a{
    color: rgba(240, 80, 35, 1.0);
  }
  .header-contact-menu .hs-menu-wrapper>ul>li.menu-item-search>a {
    border-left-color: rgba(0, 0, 0, 0.07);
  }

  .header-main-menu .hs-menu-wrapper > ul > li > a{
    color: rgba(66, 66, 66, 1.0);
  }
  .header-main-menu .hs-menu-wrapper > ul > li > a:hover,
  .header-main-menu .hs-menu-wrapper > ul > li:hover > a,
  .header-main-menu .hs-menu-wrapper > ul > li.active:hover > a,
  .header-main-menu .hs-menu-wrapper > ul > li.active-branch:hover > a{
    color: rgba(240, 80, 35, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .header-main-menu .hs-menu-wrapper > ul > li.active > a,
  .header-main-menu .hs-menu-wrapper > ul > li.active-branch > a{
    color: rgba(103, 103, 103, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .header-main-menu .hs-menu-wrapper > ul > li > ul{
    border-color: rgba(102, 102, 102, 1.0);
    background-color: rgba(241, 241, 241, 1.0);
  }
  .header-main-menu .hs-menu-wrapper > ul  ul li a{
    color: rgba(240, 80, 35, 1.0);
  }
  .header-main-menu .hs-menu-wrapper > ul  ul li:hover > a,
  .header-main-menu .hs-menu-wrapper > ul  ul li.active:hover > a,
  .header-main-menu .hs-menu-wrapper > ul  ul li.active-branch:hover > a{
    color: rgba(240, 80, 35, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .header-main-menu .hs-menu-wrapper > ul  ul li.active > a,
  .header-main-menu .hs-menu-wrapper > ul  ul li.active-branch > a{
    color: rgba(240, 80, 35, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-applications > ul > li > a, 
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li > a,
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li:nth-child(2) > ul > li > a, 
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li:nth-child(3) > ul > li > a{
    color: rgba(51, 51, 51, 1.0);
    border-bottom-color: rgba(221, 221, 221, 1.0);
  }
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-applications > ul > li:hover > a, 
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li:hover > a,
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li:nth-child(2) > ul > li:hover > a, 
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li:nth-child(3) > ul > li:hover > a{
    color: rgba(240, 80, 35, 1.0);
  }
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-applications > ul > li ul li a, 
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li ul li a,
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li:nth-child(3) > ul > li:last-child > a{
    color: rgba(240, 80, 35, 1.0);
  }
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-applications > ul > li ul li:hover > a, 
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li ul li:hover > a,
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li:nth-child(3) > ul > li:last-child:hover > a{
    color: rgba(240, 80, 35, 1.0);
  }
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-applications > ul > li ul li a small, 
  .header-main-menu .hs-menu-wrapper > ul > li.menu-item-products > ul > li ul li a small{
    color: rgba(136, 136, 136, 1.0);
  }

  
  
  
  
  
  













}




.footer-top-wrap {
  background-color: rgba(232, 232, 232, 1.0);
  color: rgba(99, 99, 99, 1.0);
}
.footer-top-menu .hs-menu-wrapper > ul > li > a,
.footer-top-menu .hs-menu-wrapper > ul > li > a:hover,
.footer-top-menu h1,
.footer-top-menu h2,
.footer-top-menu h3,
.footer-top-menu h4,
.footer-top-menu h5,
.footer-top-menu h6{
  color: rgba(99, 99, 99, 1.0);
}
.footer-top-wrap a {
  color: rgba(142, 142, 142, 1.0);
}
.footer-top-wrap a:hover {
  color: rgba(142, 142, 142, 1.0);
}
.footer-bottom-wrap {
  background-color: rgba(31, 31, 31, 1.0);
  color: rgba(119, 119, 119, 1.0);
}
.footer-bottom-wrap .social li a i{
  color: rgba(119, 119, 119, 1.0);
}	
.footer-bottom-wrap .social li a:hover i{
  color: rgba(255, 255, 255, 1.0);
}












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

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

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

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

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

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

.blog-pagination__link {
  color: #676767;
}

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

.blog-post__title {
  color: #444444;
  font-family:Rubik;
  font-size: 34px;
  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);
}

/*             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(73, 75, 77, 0.10);
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-post__links {
  border-top:  2px solid rgb(228, 230, 232);
}

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

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

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

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

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(228, 230, 232);
}

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

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

.page-center {
  max-width: 1425px;
  margin: 0 auto;
}
@media only screen and (min-width: 690px) and (max-width: 999px){
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 600.0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 690px){
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 420.0px;
  }
}
@media (max-width: 479px) {
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 350.0px;
  }
}




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