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

















@media (min-width: 1200px) {
  .dnd-section > .row-fluid {
    max-width: 1140px;
  }

  .header__container {
    max-width: 1140px;
  }

  .footer__container {
    max-width: 1140px;
  }

  .page-center {
    max-width: 1140px;
  }

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

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

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





html {
  font-size: 20;
}

body {
  color: #263239;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
}



p {
  font-family: Montserrat;
}

a {
  color: rgba(41, 189, 176, 1.0);
}


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


@media (min-width: 992px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }
}



h1 {
  color: #263239;
  font-family: Montserrat;
  font-weight: 600;
}


h2 {
  color: #263239;
  font-family: Montserrat;
  font-weight: 500;
}


h3 {

  color: #263239;
  font-family: Montserrat;
  font-weight: 500;
}


h4 {
  color: #263239;
  font-family: Montserrat;
  font-weight: 500;
}


h5 {
  color: #263239;
  font-family: Montserrat;
  font-weight: 500;
}

h6 {
  color: #263239;
  font-family: Montserrat;
  font-weight: 500;
}








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

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

form .hs-button,
form .button--primary,
.error-page .hs-button {
  background-color: rgba(41, 189, 176, 1.0);
  border-color: rgba(41, 189, 176, 1.0);
  border-radius: 7px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 14.4px;
  padding-bottom: 14.4px;
}

.hs-button,
.button--primary{
  background-color: rgb(36,189,176) !important;
  color: rgb(255,255,255) !important;
  border-radius: 24px !important;
  border-width: 0px !important;
  font-family: sans-serif !important;
  height: auto !important;
  transition: all .4s ease !important;
  padding: 10px 25px !important;
  text-shadow: none !important;
  width: auto !important;
  font-size: 20px !important;
  font-weight: bold !important;
  line-height: 1.5em !important;
  -webkit-font-smoothing: antialiased !important;
  cursor: pointer !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  display: inline-block !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none;
}



.cta_button:hover,
.hs-button:hover,
.button--primary:hover {
  background-color: #209389 !important;
  color: rgb(255,255,255) !important;
}

.hs-form fieldset {
max-width: none!important;
}

.hs-form label {
  color: rgba(38, 50, 57, 1.0);
}

.hs-form legend {
  color: rgba(38, 50, 57, 1.0);
}

form .hs-input,
form select,
form textarea, input[type="password"] {
  border-color: rgba(206, 212, 218, 1.0);
  background-color: rgba(#null, 0.0);
  color: ;
  border-radius: 0px;
}

form .hs-input:focus,
form select:focus,
form textarea:focus, input[type="password"]:focus {
  border-color: rgba(41, 189, 176, 1.0);
}

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

input:-moz-placeholder,
input::-webkit-input-placeholder {
  color: #263239;
}


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

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

.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(73, 74, 82, 1.0);
  color: rgba(73, 74, 82, 1.0);
}

thead th,
thead td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

table,
tbody + tbody {
  border-color: rgba(73, 74, 82, 1.0);
}





header.header {
  background-color: rgba(255, 255, 255, 0.0);
}
body.scroll header.header {
  background-color: rgba(255, 255, 255, 1.0);
}

body.scroll .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: rgba(38, 50, 57, 1.0);
}

body.scroll .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: rgba(38, 50, 57, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>a, .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li>a {
   color: rgba(60, 181, 172, 1.0);
}

body  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
body .custom-menu-primary .hs-menu-wrapper > ul > li:focus > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul ul a {
  color: rgba(33, 37, 41, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul ul li > a:hover {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(41, 189, 176, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
  color: rgba(33, 37, 41, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}







.footer {
  background-color: rgba(38, 50, 57, 1.0);
}

.footer, .footer-social-icon h3, .footer-form-section h3, .footer-menu-title h3, .footer-copyright p {
  color: rgba(255, 255, 255, 1.0);
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li>a {
   color: rgba(41, 189, 176, 1.0);
}


.footer a {
  color: rgba(255, 255, 255, 1.0);
}

.footer a:hover {
  color: rgba(41, 189, 176, 1.0);
}


.footer-copyright a {
  color: rgba(255, 255, 255, 1.0);
}

.footer-copyright a:hover {
  color: rgba(255, 255, 255, 1.0);
}









.blog-listing {
    padding-top: 0;
}

.blog-listing footer.footer, .blog-post footer.footer {
    padding-top: 20px !important;
}

.post-item-column {
    column-count: 2;
    margin-bottom: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
}

.post-item {
    width: 49%;
    margin-bottom: 1rem;
}

@media screen and (max-width: 728px){
  .post-item {
    width: 100% !important;
  }
}

.blog-filters{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    position: relative;
}

#blog-categories {
    width: 308px;
    border-color: lightgrey;
    padding: 15px;
    border-radius: 6px;
}

.read-more a {
    padding: 1rem 1rem;
    width: 100%;
}

.blog-sidebar-topic-filter .read-more {
  padding: 1.25rem 1.25rem;
  margin-top: -35px;
}

.blog-sidebar-topic-filter ul li a {
    display: block;
    padding: .7rem .7rem;
    background-color: transparent;
    color: #263239;
    text-decoration: none;
}

.blog-sidebar-topic-filter ul li a:hover {
    background-color: lightgray !important;
}

.meta_wrapper {
    margin-top: 10px;
}

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

.blog-post__tags {
  display: block !important;
}

.blog-post__tags a {
  display: block !important;
}

.post-meta a:hover, 
.blog-post-body a:hover, 
.author-link a:hover,
.post-meta a:focus, 
.blog-post-body a:focus, 
.author-link a:focus{
  color: #209389;
  text-decoration: none;
}

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

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

.blog-pagination a:focus{
  color: #263239;
}

.blog-post__title {
  color: #263239;
  font-family:Montserrat;
  font-size: 36px;
  font-weight: ;
}

.blog-post-body h1, .blog-post-body h2 {
  color: #24bdb0;
  font-size: 24px;
  text-align: left;
  font-weight: 500;
}

.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-sidebar-group {
  position: sticky;
  top: 110px;
}

.blog-post-body ul {
  padding-left: 0;
  margin-top: -0.5rem;
}

.blog-post-body li {
  list-style: none;
  position: relative;
  padding-left: 1em;
  margin-top: 0.5rem;
}

.blog-post-body li:before {
  content: "";
  position: absolute;
  top: .3em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #29bdb0;
  border-radius: 50%;
}





blockquote {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 30px -1.875rem;
  background: #263239;
  padding: 1.875rem 1.875rem 0;
  color: #fff;
  border-left: none;
}

@media screen and (max-width: 1000px){
  blockquote {
    margin: 20px -1rem;
    padding: 2rem 1rem 0;
  }
}

blockquote .q-image {
  position: relative;
  flex: 1;
  border-radius: 50%;
  width: 152px;
  height: 152px;
  overflow: hidden;
}
  
@media screen and (max-width: 1000px){
  blockquote .q-image {
    position: absolute;
    width: 40px;
    bottom: 30px;
  }
}

blockquote .q-image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

blockquote .q-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
        
blockquote .q-content {
  flex: 3;
  position: relative;
  padding-left: 60px;
  line-height: 1.2rem;
}
  
@media screen and (max-width: 1000px){
  blockquote .q-content {
    padding-left: 60px;
  }
}
  
blockquote .q-content i, blockquote .q-content em {
  font-family: KlinicSlab,Arial,sans-serif;
  font-weight: bold;
  font-size: 16px;
}
  
blockquote .q-content strong, blockquote .q-content b {
  color: #24bdb0;
}

blockquote .q-content p {
  margin: 0 0 2em
}
  
blockquote .q-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 40px;
  height: 40px;
  background: url('https://9031434.fs1.hubspotusercontent-na1.net/hubfs/9031434/Blog/lquote.svg') no-repeat left top / contain;
 }
  
@media screen and (max-width: 1000px){
  blockquote .q-content:before {
    left: 0px;
  }    
}

.post_card>img {
    margin-bottom: -6px;
}





.blog-author {
  position: relative;
  display: flex;
  margin: 0px -1.875rem -30px -1.875rem;
  background: #24bdb0;
  padding: 1.875rem 1.875rem;
  color: #fff;
  border-left: none;
}

@media screen and (max-width: 1000px){
  .blog-author {
    margin: 20px -1rem -30px -1rem;
    padding: 1.5rem 1rem;
  }
}

.hs-author-avatar {
  position: relative;
  clip-path: ellipse(50% 50%);
  max-width: 100px;
  height: 100px;
}

@media screen and (max-width: 1000px){
  .hs-author-avatar {
    position: relative;
    clip-path: ellipse(50% 50%);
    width: 700px;
    height: 91px;
  }
}

.hs-author-avatar img {
  width: 100%;
}

.hs-author-infos {
  padding-left: 1.875rem;
}

@media screen and (max-width: 1000px){
  .hs-author-infos {
  padding-left: 1rem;
  }
}

.author-link {
  
  text-decoration: none;
}

.author-link a {
  font-weight: bold;
  color: #263239;
}

.hs-author-bio p {
  font-family: KlinicSlab,Arial,sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1rem;
  margin-bottom: 20px;
}

.hs-social-linkedin {
  left: 10px;
  width: 30px;
  height: 30px;
 }






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;
}





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

.hs-blog-listing footer.footer, .hs-blog-post footer.footer {
    padding-top: 20px;
}





.body-container__landing a:hover{
  color: #209389;
  text-decoration: none;
}