/* ******************************************************************************
*********************************************************************************
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: 1240px;
}

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

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




html {
	font-size: 15;
}

body {
  color: #241e1f;
  font-family: Roboto;
  font-weight: 100;
  font-size: 15px;
}
p {
	font-family: Roboto;
	font-weight: 100
}

a {
	font-family: Roboto;
	color: rgba(166, 207, 57, 1.0);
	cursor: pointer;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

a:hover,
a:focus {
 	color: rgba(166, 207, 57, 1.0);
}

a:active {
	color: rgba(206, 247, 97, 1.0);
}

h1 {
  color: rgba(36, 30, 31, 1.0);
	font-family: Roboto;
	font-size: 45px;
	font-weight: 600;

}

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

h2 {
  color: rgba(36, 30, 31, 1.0);
	font-family: Roboto;
	font-size: 25px;
	font-weight: 400;
}

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

h3 {
	  color: rgba(36, 30, 31, 1.0);
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
}

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

h4 {
  color: rgba(36, 30, 31, 1.0);
	font-family: Roboto;
	font-size: 25px;
	font-weight: 400;
}

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

h5 {
  color: rgba(36, 30, 31, 1.0);
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
}

h6 {
  color: rgba(36, 30, 31, 1.0);
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
}

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





form,
.submitted-message {
  background-color: rgba(166, 207, 57, 1.0);
	border-color: rgba(#null, 0.0);
	font-family: Roboto;
}

h3.form-title {
  background-color: rgba(166, 207, 57, 1.0);
    
  padding: 10px 5px;
  
}

h3.form-title {
	color: rgba(255, 255, 255, 1.0);

}

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

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

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

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

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

form input,
form select,
form textarea,
.hs-input {
  background-color: rgba(255, 255, 255, 1.0);
	border-color: rgba(166, 207, 57, 1.0) !important;
	color: #241e1f;
	border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
	border-color: rgba(166, 207, 57, 1.0) !important;
}

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

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

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

.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(166, 207, 57, 1.0);
	color: rgba(36, 30, 31, 1.0);
}

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

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

table,
tbody + tbody {
	border-color: rgba(166, 207, 57, 1.0);
}
 






header.header {
	background-color: rgba(255, 255, 255, 1.0);
color: rgba(36, 30, 31, 0.25);
}

header.header .lang-dropdown-select-element{
color: rgba(36, 30, 31, 0.25) ;
}

header.header a{
color: rgba(36, 30, 31, 0.25);
}

header.header a:hover,
header.header a:focus{
color: rgba(36, 30, 31, 0.25);
}


.header__container {
	max-width: 1240px;
}

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(36, 30, 31, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li>a:hover,
body .custom-menu-primary .submenu.level-1 > li>a:focus ,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li a:hover ,
.header__language-switcher .lang_list_class li a:focus{
color: rgba(166, 207, 57, 1.0);
}

body .custom-menu-primary ul.submenu.level-1>li>a:hover:after{
background-color: rgba(166, 207, 57, 1.0);
}

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: rgba(166, 207, 57, 1.0);
}
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: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a {
	background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a:hover,
body .custom-menu-primary .submenu.level-1 > li > a:focus {
	background-color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
color: rgba(166, 207, 57, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
	background-color: rgba(166, 207, 57, 1.0);
}

body .custom-menu-primary .submenu.level-2{
	background-color: rgba(166, 207, 57, 1.0);
}


body .custom-menu-primary .submenu.level-2 li a {
color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-2 li a {
	border-bottom-color: rgba(152, 192, 47, 1.0);
}


body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
	background-color: rgba(166, 207, 57, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
	background-color: rgba(166, 207, 57, 1.0);
}

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: rgba(152, 192, 47, 1.0);
color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
color: rgba(255, 255, 255, 1.0);
	background-color: rgba(152, 192, 47, 1.0);
}




body .custom-menu-primary ul.submenu.level-1>li:last-child>a{
	background-color: rgba(238, 238, 238, 1.0);
  color: rgba(36, 30, 31, 1.0);
}

body .custom-menu-primary ul.submenu.level-1>li:last-child>a:hover,
body .custom-menu-primary ul.submenu.level-1>li:last-child>a:focus{
	background-color: rgba(166, 207, 57, 1.0);
  color: rgba(255, 255, 255, 1.0);
}


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

.header__language-switcher-label-current:after {
	border-top-color: rgba(36, 30, 31, 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(36, 30, 31, 1.0);
	}
}





footer.footer {
	background-color: rgba(255, 255, 255, 1.0);
 color: rgba(35, 30, 31, 0.5);
}

footer.footer .footer-top{
	border-top-color: rgba(221, 221, 221, 1.0);
}

footer.footer a{
 color: rgba(36, 30, 31, 0.25);
}

footer.footer a:hover{
 color: rgba(36, 30, 31, 0.25);
}

footer.footer .footer-menu ul li a,
footer.footer .footer-menu-two ul li a{
 color: rgba(36, 30, 31, 1.0);
}

footer.footer .footer-menu ul li a:hover,
footer.footer .footer-menu-two ul li a:hover{
 color: rgba(36, 30, 31, 1.0);
}

footer.footer .social-links li a{
 color: rgba(36, 30, 31, 0.5);
}

footer.footer .social-links li a:hover{
 color: rgba(36, 30, 31, 0.75);
}

footer.footer .copyright-links ul li span{
 color: rgba(36, 30, 31, 0.25);
}

footer.footer .social-btn a{
  border-color: rgba(166, 207, 57, 1.0);
background-color: rgba(166, 207, 57, 1.0);
color: rgba(255, 255, 255, 1.0);
}

footer.footer .social-btn a:hover{
  border-color: rgba(166, 207, 57, 1.0);
background-color: rgba(166, 207, 57, 1.0);
color: rgba(255, 255, 255, 1.0);
}

.footer__container {
	max-width: 1240px;
}





body {
    overflow: initial !important;
}

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


.content-wrapper .blog-post__body-wrapper {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
}

@media(min-width:768px) {
  .content-wrapper .blog-post__body-wrapper .blog-post__body {
      padding-left: 30px;
  }
}

.blog-post__tags {
    margin-bottom: 20px;
}

a.blog-post__tag-link {
    background: #dddddd;
    border-radius: 20px;
    padding: 2px 12px;
    font-weight: bold;
    text-decoration: none;
    font-size: 10px;
}











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: 1240px;
	margin: 0 auto;
}




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