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

/* Test */













@font-face {
    font-family: 'gilroy';
    src: url('https://resources.huborganoids.nl/hubfs/assets2024/fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('https://resources.huborganoids.nl/hubfs/assets2024/fonts/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('https://resources.huborganoids.nl/hubfs/assets2024/fonts/Gilroy-Medium.woff2') format('woff2'),
         url('https://resources.huborganoids.nl/hubfs/assets2024/fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('https://resources.huborganoids.nl/hubfs/assets2024/fonts/Gilroy-Bold.woff2') format('woff2'),
         url('https://resources.huborganoids.nl/hubfs/assets2024/fonts/Gilroy-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('https://resources.huborganoids.nl/hubfs/assets2024/fonts/gilroy-light-webfont.woff2') format('woff2'),
         url('https://resources.huborganoids.nl/hubfs/assets2024/fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}












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

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

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




html {
  font-size: 20;
}

body {
  color: #ffffff;
  font-family: gilroy;
  font-size: 20px;
  font-weight: 400;
}

p {
  font-family: gilroy;
  font-weight: 300; ;
}

a {
  font-family: gilroy;
  color: rgba(255, 255, 255, 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(#ffffff,1.0);
}

a:active {
  color: rgba(255, 255, 255, 0.0);
}

h1 {
  color: #ffffff;
  font-family: gilroy;
  font-size: 60px;
  font-weight: 100;
}
@media(max-width:1180px){
  h1{
     font-size:45px;
  }
}

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

h2 {
  color: #ffffff;
  font-family: gilroy;
  font-size: 40px;
  font-weight: 600 !important ;
}

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

h3 {
  color: #ffffff;
  font-family: gilroy;
  font-size: 30px;
  font-weight: 200;
}

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

h4 {
  color: #ffffff;
  font-family: gilroy;
  font-size: 20px;
  font-weight: 200;
}

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

h5 {
  color: #ffffff;
  font-family: ProximaNovaA-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

h6 {
  color: #ffffff;
  font-family: ProximaNovaA-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
@media(max-width:885px)and(min-width:768px){
  h1{
     font-size:38px;
  }
   h2{
     font-size:35px;
  }
   h3{
     font-size:33px;
  }
   h4{
     font-size:30px;
  }
}





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

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


.hs-button,
.button--primary {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 555px;
  border-width: 1px;
  color: rgba(146, 79, 118, 1.0);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'gilroy';
}

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

a.btn{ font-family: 'gilroy' !important; }

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

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

.hs-form legend {
  color: rgba(185, 74, 72, 1.0);
}


form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(#null, 0.0);
  border-radius: 555px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(255, 255, 255, 0.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: #ffffff;
}

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

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

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

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

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





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

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

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

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





header.header {
  background-color: rgba(255, 255, 255, 0.0);
}
.header-primary-menu .hs-menu-wrapper >ul>li>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 0.75);
}
.header-primary-menu .hs-menu-wrapper >ul>li>a:hover{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
.header-primary-menu .hs-menu-wrapper >ul>li>a.active{
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 1.0);
}
.header-primary-menu .hs-menu-wrapper >ul ul{
  background-color: rgba(0, 0, 0, 1.0); 
}
.header-primary-menu .hs-menu-wrapper>ul ul>li>a{  
  color: rgba(255, 255, 255, 0.75);
}
.header-primary-menu .hs-menu-wrapper>ul ul>li>a:hover{
  background-color: rgba(255, 255, 255, 0.0); 
  color: rgba(255, 255, 255, 0.8); 
}
.header-button{
  background-color: rgba(255, 255, 255, 0.3);  
}
.header-button:hover{
  background-color: rgba(255, 255, 255, 0.4);  
}
.header-button a{
  color: rgba(255, 255, 255, 1.0);  
}
.header__container {
  max-width: 1600px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #ffffff;
}

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

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: #ffffff;
}
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: #ffffff;
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: #ffffff;
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: #FFFFFF
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #ffffff;
}

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

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: #ffffff;
  color: #ffffff;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #ffffff;
  background-color: #ffffff;
}

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


.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 0.75);
}
.header-primary-menu .hs-menu-wrapper > ul > li.active > a::before{ height:0 !important;}
.header-primary-menu .hs-menu-wrapper > ul > li.active > a{
  color: #fff !important;
  font-family: "ProximaNovaA-Bold", Arial, Helvetica, sans-serif !important;
  border: 1px solid rgba(255,255,255,.5) !important;
  background: rgba(255,255,255,.125) !important;
  padding: 9px 15px 9px !important;
  border-radius: 100px !important;
  line-height: 20px;
}

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

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





footer.footer {
  background: rgba(0, 0, 0, 0.1);
}
footer.footer{ height:auto !important; min-height:80px !important; padding-top: 20px;   padding-bottom: 20px;}
.footer_custom_text p{ line-height: 1.4; } 
.social-link a{
  background: rgba(255, 255, 255, 0.5) !important;
  color: rgba(17, 48, 49, 1.0) !important;
}
.social-link a:hover{
  background: rgba(255, 255, 255, 1.0) !important; 
  color: rgba(17, 48, 49, 1.0) !important;
}
.footer__container {
  max-width: 1600px;
}





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

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

.hs-blog-listing a,
.hs-blog-post a {
  color: rgba(#00000, 1.0);
}
.blog-post__tags a:hover,
.blog-index__post-content a:hover,
.blog-index__post-content a:hover,
.blog-sidebar-post-listing li a:hover,
.blog-pagination__link:hover,
.blog-post__meta a:hover,
.blog-index__post-content h2 a:hover,
.blog-post__read-more a:hover,
.blog-sidebar a:hover{
  color: rgba(#00000, 1.0);
}

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

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

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

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

.blog-pagination__link {
  color: #ffffff;
}

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

.blog-post__title {
  color: #ffffff;
  font-family:gilroy;
  font-size: 40px;
  font-weight: ;
}

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

#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-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#00000, 0.10);
}

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

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

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

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

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

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

.blog__subscription-block {
/*   background-color: rgb(238, 240, 242); */
}

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

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

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

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

.blog-post__links {
  border-top:  2px solid rgb(#00000);
}

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

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

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

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

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

.comment.depth-1 {
  border-left: 2px solid rgb(#00000);
}

.section.post-footer .hs-input {
  border-color: rgb(#00000);
}










body .icon svg {
  fill: #ffffff;
}

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

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

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

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

.page-center {
  max-width: 1600px;
  margin: 0 auto;
}
th, td {   background-color: transparent;   border: none;}
table thead th {
  border-bottom: 0px solid #dee2e6;
}
table tbody tr td,
table tbody tr th{ border:none !important; background-color: transparent;   border-bottom: 0px solid #dee2e6; font-size: 90%; }
table tbody tr:nth-child(2n+1) td, .woo_single_details_table tr:nth-child(2n+1) th {
  background-color: rgba(1,54,54,0.6);
}
table tbody tr:nth-child(2n+0) td, .woo_single_details_table tr:nth-child(2n+0) th {
  background-color: rgba(1,54,54, 0.8);
}




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

@media(max-width: 1500px){
  body,html{
    font-size: 19px;
  }
}
@media(max-width: 1440px){
  body,html{
    font-size: 18px;
  }
}
@media(max-width:1366px){
  body,html{
    font-size: 17px;
  }
}
@media(max-width:1280px){
  body,html{
    font-size: 16px;
  }
}
@media(max-width:900px){
  body,html{
    font-size: 15px;
  }
}
@media (max-width: 768px){
  body,html {
    font-size: 16px;
  }
}
@media (max-width: 767px){
  body,html {
    font-size: 13px;
  }
  .footer_container_right{ margin-top: 30px; ]
}