

  /* 
  1. Variables
    1a. Containers
    1b. Colors
    1c. Typography
    1d. Buttons
    1e. Forms
    1f. Tables
    1g. Site header
    1h. Site footer
  2. Containers / Grid / DnD Areas
  3. Typography
  4. Buttons
  5. Forms
  6. Tables
  7. Site header
  8. Site footer
  9. Blog
  10. System pages
  11. Modules

 */

/* === 1. Variables === */

/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */





/* === 2. Containers / Grid / DnD Areas === */

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

.dnd-section {
  padding: 2.5em 1em;
}

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

/* === 3. Typography === */

html {
  font-size: 100%;
}

body {
  font-family: 'Open Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2d2d2d;
}

/* Paragraphs */

p {
  font-family: 'Open Sans'; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  color: #60489d;
}

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

a:active {
  color: #8870c5;
}

/* Headings */
@media (min-width: 992px){
  h1 {
    font-weight: 800; text-decoration: none; font-family: 'Open Sans'; font-style: normal;
    color: #2d2d2d;
    font-size: 3em;
  }
  
  h2 {
    font-weight: 700; text-decoration: none; font-family: 'Open Sans'; font-style: normal;
    color: #2d2d2d;
    font-size: 1.6em;
  }

  h3 {
    font-weight: 700; text-decoration: none; font-family: 'Open Sans'; font-style: normal;
    color: #2d2d2d;
    font-size: 1.25em;
  }

  h4 {
    font-weight: normal; text-decoration: none; font-family: 'Open Sans'; font-style: normal;
    color: #2d2d2d;
    font-size: 1.175em;
  }

  h5 {
    font-weight: normal; text-decoration: none; font-family: 'Open Sans'; font-style: normal;
    color: #000000;
    font-size: 1em;
  }

  h6 {
    font-weight: normal; text-decoration: none; font-family: 'Open Sans'; font-style: normal;
    color: #2d2d2d;
    font-size: 0.9em;
  }
}

/* Blockquote */

blockquote {
  border-left-color: #46bb93;
}

/* === 4. Buttons === */

button,
.button {
  background-color: 

  
  
    
  


  rgba(45, 45, 45, 1)

;
  border: 1px solid #46bb93;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(5, 5, 5, 0.0);
  border-color: #1e936b;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(85, 85, 85, 0.0);
  border-color: #6ee3bb;
  color: #FFFFFF;
}

/* === 5. Forms  === */

form,
.submitted-message {
  {font=Open Sans, font_set=GOOGLE, styles={font-family='Open Sans', font-style=normal, font-weight=normal, text-decoration=none}, size=100, size_unit=%, color=#2d2d2d, variant=null, fallback=null, style=font-family: 'Open Sans'; font-style: normal; font-weight: normal; text-decoration: none, css=color: #2d2d2d;font-size: 100%;font-family: 'Open Sans';};
}

/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(45, 45, 45, 1)

;
  color: #46bb93;
}

/* Form label */

form label {
  color: #2d2d2d;
}

/* Form help text */

form legend {
  color: #2d2d2d;
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-color: #D1D6DC;
  color: #2d2d2d;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #2d2d2d;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #2d2d2d;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(45, 45, 45, 1)

;
  border: 1px solid #46bb93;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(5, 5, 5, 0.0);
  border-color: #1e936b;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(85, 85, 85, 0.0);
  border-color: #6ee3bb;
  color: #FFFFFF;
}

/* === 6. Tables === */

table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #2d2d2d;
}

th,
td {
  border-color: #2d2d2d;
  color: #2d2d2d;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(45, 45, 45, 1)

;
  border-bottom-color: #2d2d2d;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #2d2d2d;
}

tbody + tbody {
  border-top-color: #2d2d2d;
}


/* === 7. Site header === */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #2d2d2d;
  font-family: Open Sans;
}

body .navigation-primary a:hover,
body .navigation-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: #050505;
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #555555;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #2d2d2d;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #46bb93;
}

body .triangle.level-2 {
  border-color: #46bb93;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.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: #2d2d2d;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #2d2d2d;
  }
}


/* === 8. Site footer === */

.footer {
  background-color: 

  
  
    
  


  rgba(45, 45, 45, 1.0)

;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: ;
}


/* === 9. Blog === */
.blog-post__date {
  border-color: #2d2d2d;
}

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

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

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

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

.blog-pagination__link {
  color: #2d2d2d;
}

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

.blog-post__title {
  font-weight: 700; text-decoration: none; font-family: 'Open Sans'; font-style: normal;
  color: #2d2d2d;
  font-size: 1.6em;
}

.blog-post__author {
  background-color: #46bb93;
}

#comments-listing .comment-reply-to {
  color: #60489d;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #382075;
}

#comments-listing .comment-reply-to:active {
  color: #8870c5;
}

/* === 10. System pages === */


/* === 11. Modules  === */

body .icon svg {
  fill: #2d2d2d;
}

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

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

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