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
















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

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

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





html {
  font-size: 14;
}

body {
  background-color: #f6f6f7;
  color: #444444;
  font-family: Merriweather Sans;  
  font-weight: 400;
  font-size: 14px;
}

p {
  font-family: Merriweather Sans;
  font-weight: 400
}

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

a:hover,
a:focus {
  color:#ff6623;
}

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

h1 {
  color: #494A52;
  font-family: Merriweather Sans;
  font-size: 29px;
  font-weight: 400;
}

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

h2 {
  color: #444444;
  font-family: Merriweather Sans;
  font-size: 21px;
  font-weight: 400;
}

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

h3 {
  color: #444444;
  font-family: Merriweather Sans;
  font-size: 19px;
  font-weight: 400;
}

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

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

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

h5 {
  color: #444444;
  font-family: Merriweather Sans;
  font-size: 17px;
  font-weight: 400;
}

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

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





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

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(18, 71, 102, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(#null, 0.0);
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 15px;
  border-width: 1px;
  color: rgba(18, 71, 102, 1.0);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-image: url(//6479131.fs1.hubspotusercontent-na1.net/hubfs/6479131/raw_assets/public/OldLeanDudeBlog_May2020/images/button-back.gif) !important;   
  background-position:bottom left;
  background-repeat:repeat-x !important;
  cursor: pointer;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(#null, 0.0);
  border-color: rgba(153, 153, 153, 1.0);
  color: rgba(255, 102, 35, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(#null, 0.0);
  border-color: rgba(244, 244, 244, 1.0);
  color: rgba(18, 71, 102, 1.0);
}

.hs-form label {
  color: rgba(18, 71, 102, 0.7000000000000001);
}

.hs-form legend {
  color: rgba(18, 71, 102, 0.7000000000000001);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(255, 102, 35, 1.0);
  color: ;
  border-radius: px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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





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

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

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

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






#site-wrapper {
  max-width: 1040px;
  background-color: rgba(255, 255, 255, 1.0);
}


.header {
  background-color: rgba(255, 255, 255, 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: #124766;
}

body .custom-menu-primary .submenu.level-1{
  border-color: rgba(0, 0, 0, 0.1);
}
body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.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: #ff6623;
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #544444;
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: 
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #544444;
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #544444;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: #124766;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: #fff;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #fff;
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: ;
  color: #124766;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #124766;
  background-color: ;
}

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

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

@media(max-width: 767px) 



.footer {
  color: #888;
  margin:0 auto !important;
} 
.footer a{  
  color: rgba(17, 17, 17, 1.0);
}
.footer a:hover{
  color: rgba(68, 68, 68, 1.0);  
}

.footer__container {
  max-width: 1040px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
}





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

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

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

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

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

.blog-pagination__link {
  color: #444444;
}

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

.blog-post__title {
  color: #444444;
  font-family:Merriweather Sans;
  font-size: 21px;
  font-weight: ;
}

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

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

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

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

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

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

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




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