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

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

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




html {
  font-size:16px;
}

body {
  color: #000116;
  font-family: 'IBM Plex Sans',Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 17px;
  font-weight: 400;
}

p {
  font-family: 'IBM Plex Sans',Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 400
}

a {
  font-family: 'IBM Plex Sans',Helvetica Neue,Helvetica,Arial,sans-serif;
  color: rgba(2, 112, 224, 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:#00b1e3;
}

a:active {
  color: rgba(42, 152, 255, 1.0);
}

h1 {
  color: #000116;
  font-family: 'IBM Plex Sans',Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 42px;
  font-weight: 500;
}



h2 {
  color: #000116;
  font-family: 'IBM Plex Sans',Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 32px;
  font-weight: 500;
}


h3 {
  color: #000116;
  font-family: 'IBM Plex Sans',Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 28px;
  font-weight: 500;
}



h4 {
  color: #000116;
  font-family: 'IBM Plex Sans',Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: 500;
}



h5 {
  color: #000116;
  font-family: 'IBM Plex Sans',Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 22px;
  font-weight: 500;
}

h6 {
  color: #000116;
  font-family: 'IBM Plex Sans',Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 500;
}

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





form, 
.submitted-message {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.0) ;
  background-color: rgba(255, 255, 255, 0.0);
  font-family: 'IBM Plex Sans',Helvetica Neue,Helvetica,Arial,sans-serif;
  padding: 20px;
}
h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 1, 22, 1.0);
}
.hs-button, 
.button--primary {
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  border: 1px solid;
  color: rgba(0, 0, 0, 1.0);
  border-color: rgba(175, 202, 11, 1.0);
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.hs-button:hover, .button--primary:hover {
  background-color: rgba(175, 202, 11, 1.0);
  border-color: rgba(175, 202, 11, 1.0);
  color: rgba(0, 0, 0, 1.0);
}
.hs-button:focus, .button--primary:focus  {
  background-color: rgba(175, 202, 11, 1.0);
  border-color: rgba(175, 202, 11, 1.0);
  color: rgba(0, 0, 0, 1.0);
}
.hs-button:active, .button--primary:active  {
  background-color: rgba(175, 202, 11, 1.0);
  border-color: rgba(175, 202, 11, 1.0);
  color: rgba(0, 0, 0, 1.0);
}
.hs-form label {
  color: rgba(0, 1, 22, 1.0);
}
.hs-form-field label, .hs-form-field a {
  color: rgba(0, 1, 22, 1.0);
}
form#email-prefs-form div,
form#email-prefs-form p,
form#email-prefs-form h1,
form#email-prefs-form h2,
form#email-prefs-form span {
  color: rgba(0, 1, 22, 1.0);
}

a#hs_login_reset {
  color: rgba(0, 1, 22, 1.0);
}
.hs-form legend {
  color: rgba(0, 1, 22, 1.0);
}
body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  border: 1px solid !important;
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(206, 212, 218, 1.0) !important;
  color: rgba(73, 80, 87, 1.0);
  border-radius: 0px;
}
body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  border-color: rgba(206, 212, 218, 1.0) !important;
  color: rgba(73, 80, 87, 1.0);
}
body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  border-color: rgba(206, 212, 218, 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: #000116;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: 'IBM Plex Sans',Helvetica Neue,Helvetica,Arial,sans-serif;
}

.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(#null, 1.0);
  color: rgba(#null, 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(#null, 1.0);
}

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





/* .header_group {
background-color: rgba(61, 62, 68, 1.0);
} */

.header__container {
max-width: 1340px;
}

.custom-menu-primary .navigation-primary .submenu .menu-item a {
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .navigation-primary > .submenu > .menu-item.active-branch > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .navigation-primary > .submenu > .menu-item:hover > a {
  color: rgba(175, 202, 11, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul.submenu {
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
  color: rgba(67, 67, 67, 1.0);
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a:hover {
  background-color: rgba(175, 202, 11, 1.0);
  color: rgba(0, 0, 0, 1.0);
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item.active-branch > a {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(67, 67, 67, 1.0);
}
.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(61, 62, 68, 1.0);
  }

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





.custom-footer {
  background-color: rgba(0, 0, 0, 1.0);
  color: #fff;
}
.custom-footer a{
  color: #fff;
}
.custom-footer a:hover{
  color: #AFCA0B;
}

.footer__container {
max-width: 1340px;
}





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

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

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

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

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

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

.blog-pagination__link {
  color: #000116;
}

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

.blog-post__title {
  color: #000116;
  font-family:'IBM Plex Sans',Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 32px;
  font-weight: ;
}

.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 Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(245, 245, 245);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: #ffffff;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

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

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

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

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

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

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

.blog__subscription-block {
  background-color: rgb(245, 245, 245);
}

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

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

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

.blog-post__body, .blog-post__tags a {
  color: #000116;
}

.blog-post__meta a:hover {
  color: #00b1e3
}

.blog-post__links {
  border-top:  2px solid rgb(228, 230, 232);
}

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

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

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

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

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

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}










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




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

.linebutton a {
  /*font-family: VerbExtrabold,helvetica,arial,sans-serif;*/
  font-family: 'IBM Plex Sans',Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  transition: all .3s ease-in-out;
  padding-bottom: 4px;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  text-decoration: none;
  background-size: 20px 2px,100% 2px,0 2px;
  background-position: -20px 100%,100% 100%,0 100%;
  background-repeat: no-repeat;
  transition: background-size .3s linear,background-position .3s linear;
  text-transform: uppercase;
  background-image: linear-gradient(#000,#000),linear-gradient(#afca0b,#afca0b),linear-gradient(#afca0b,#afca0b);
}

.linebutton a:hover {
  text-decoration: none;
  background-size: 20px 2px,0 2px,100% 2px;
  background-position: calc(100% + 20px) 100%,100% 100%,0 100%;
  background-color: transparent;
}
.linebutton.linesucess a:hover {
  color: #434343;
  text-decoration: none;
  background-size: 20px 2px,0 2px,100% 2px;
  background-position: calc(100% + 20px) 100%,100% 100%,0 100%;
  background-color: transparent;


}
.linebutton.linesucess a {
  background-image: linear-gradient(#fff,#fff),linear-gradient(#afca0b,#afca0b),linear-gradient(#afca0b,#afca0b);


}


/* For Hubspot >>>>>> */
body .row-fluid [class*="span"] { min-height:0px; }
body .row-fluid [class*="span"].widget-type-space { min-height:1px; }
/* <<<<<< For Hubspot */


@font-face {
  font-family: 'IBMPlexSans';
  src: 
    url('//8771451.fs1.hubspotusercontent-na1.net/hubfs/8771451/raw_assets/public/Equiteq_December2020/fonts/IBMPlexSans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}