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

/* Test */















.integration-page-section {
  max-width: ;
  margin-left: auto;
  margin-right: auto;
}

.integration-page-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.vendor-category-section {
  padding-left:15px;
  padding-right:15px;
}

.integrations-page-top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.integrations-page-top h1 {
    text-align: center;
    line-height: 1.1;
    margin-bottom: 32px;
}

.integration-page-section h2 {
  text-align: center;
}

.integration-page-section hr {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
}

.vendor-integration-page-carts-header h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.integrations-page-top .row-fluid > .span3 {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    float: none;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    text-align: center;
}

.integrations-page-top .row-fluid > .span2 {
    display: inline-block;
    vertical-align: middle;
    width: 8.33333333%;
    float: none;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

.integrations-page-top .row-fluid > .span1 {
    display: inline-block;
    vertical-align: middle;
    width: 8.33333333%;
    float: none;
    position: relative;
    min-height: 1px;
    padding: 0;
    margin: 0 auto;
}

.vendor-integration-page-details .row-fluid > .span12 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #00708c;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    border-radius: 0;
    background-color: #f4f4f4;
}

.vendor-integration-page-details .row-fluid > .span12 > .row-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.vendor-integration-page-video.row-fluid > .span12 > .row-fluid {
    width: 50%;
    margin: 0 auto;
    padding: 0 7.5px 10px;
}

.btop.span12 {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
}

.vendor-integration-page-carts-header.row-fluid {
  padding: 25px 0px;
}

.vendor-integration-page-carts-header.row-fluid > .span12 > .row-fluid {
  width: 51.4%; 
  margin: 0 auto;
}


.vendor-integration-Wrapper .vendor-integration-body.logo {
  display: grid;
  grid-template-columns: repeat(1, auto);  
}
@media only screen and (min-width: 992px) {
  .vendor-integration-Wrapper .vendor-integration-body.logo {
    display: grid;
    grid-template-columns: repeat(4, 25%); 
  }
}

.vendor-integration-Wrapper .vendor-integration-body.logo:before {
  content: none;
}
.vendor-integration-Wrapper .vendor-integration-body.logo .text-center {
  float: unset;
  width: unset;
  padding: 25px;
}
.vendor-integration-Wrapper .vendor-integration-heading mark {
  padding: .2em;
  background-color: #fcf8e3; 
  text-decoration: unset;
}
.vendor-integration-Wrapper .vendor-integration-heading h3>a.coming-soon {
  text-decoration: unset;
}






.dnd-section > .row-fluid, .vendor-category-section, .integrations-page-top {
  max-width: 1170px;
  grid-template-columns: repeat(4, auto);
}

.dnd-section {
/*   padding-bottom: 25px;
  padding-top: 25px; */
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.hs-bannere-area .banner-inner-container,
.page-center {
  max-width: 1170px;
}
.hs-bannere-area .banner-inner-container{
  margin:0 auto;
}
@media only screen and (min-width: 768px){
  .dnd-section > .row-fluid, .integration-page-section {
    max-width: 749.999952px;
  }
  .page-center {
    max-width: 749.999952px;
  }
  .hs-bannere-area .banner-inner-container,

  .container-fluid.banner-area, 
  .hs-home-page .home-banner-area .banner-container {
    max-width: 749.999952px;
  }
  .footer__container {
    max-width: 749.999952px;
  }
}

@media only screen and (min-width: 992px){
  .hs-bannere-area .banner-inner-container,
  .dnd-section > .row-fluid, .integration-page-section,
  .container-fluid.banner-area,
  .hs-home-page .home-banner-area .banner-container{
    max-width: 969.999966px;
  }
  .page-center {
    max-width: 969.999966px;
  }

  .footer__container {
    max-width: 969.999966px;
  }
}

@media only screen and (min-width: 1170px){
  .hs-bannere-area .banner-inner-container,
  .dnd-section > .row-fluid, .integration-page-section,
  .container-fluid.banner-area{
    max-width: 1170px;
  }
  .page-center {
    max-width: 1170px;
  }
  .header__container {
    max-width: 1170px;
  }
  .footer__container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1200px){
  .hs-home-page .home-banner-area .banner-container{
    max-width: 1170px;
  }
}




html {
  font-size: 14;
}

body {
  color:#333333;
  font-weight: 400;
  font-family:Helvetica Neue,helvetica,Arial,sans-serif;
  font-size: 14px;
}

p {
  font-family:Helvetica Neue,helvetica,Arial,sans-serif;
  font-weight: 400
}

a {
  font-family:Helvetica Neue,helvetica,Arial,sans-serif;
  color: rgba(51, 122, 183, 1.0);
}

a:hover,
a:focus ,
a:active{
  color:rgba(35, 82, 124, 1.0);
}

h1 {
/*   font-size: 36px; */
  color: #00708c;
  font-family: Helvetica Neue,helvetica,Arial,sans-serif;
  font-weight: 500;
}


h2 {
  color: #00708c;
  font-family: Helvetica Neue,helvetica,Arial,sans-serif;
/*   font-size: 30px; */
/*   font-weight: 500; */
}


h3 {
  color: #00708f;
  font-family: Helvetica Neue,helvetica,Arial,sans-serif;
/*   font-size: 24px; */
/*   font-weight: 500; */
}


h4 {
  color: #00708c;
  font-family: Helvetica Neue,helvetica,Arial,sans-serif;
/*   font-size: 18px; */
/*   font-weight: 500; */
}



h5 {
  color: #00708c;
  font-family: Helvetica Neue,helvetica,Arial,sans-serif;
/*   font-size: 16px; */
/*    font-weight: 400; */
}

h6 {
  color: #00708c;
  font-family: Helvetica Neue,helvetica,Arial,sans-serif;
/*   font-size: 14px; */
/*   font-weight: 400; */
}

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





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

h3.form-title {
  background-color: rgba(0, 0, 0, 0.0);
  color: #28364f;
}

.hs-button,
.button--primary {
  background-color: rgba(0, 112, 140, 1.0);
  border: none;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(0, 71, 89, 1.0);
  color: rgba(255, 255, 255, 1.0);
}



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

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 0px;
}


form input,
form select,
form textarea {
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 0px;
}

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

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

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

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

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





.header {
  background-color: rgba(40, 54, 79, 1.0);
}

.header .logo.animated.fadeInDown>a{
  color: rgba(255, 255, 255, 1.0);
}

.header .logo.animated.fadeInDown>a>span{
  color: rgba(106, 206, 235, 1.0);
}

.header__logo p{
  color: rgba(255, 255, 255, 1.0);
}

.social-header a{
  color: rgba(255, 255, 255, 1.0);
}

.social-header a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.social-header a.soc-twitter {
  background-color: rgba(0, 172, 238, 1.0);
}

.social-header a.soc-twitter:hover {
  background-color: rgba(0, 112, 140, 1.0);
}

.social-header a.soc-facebook {
  background-color: rgba(1, 115, 178, 1.0);
}

.social-header a.soc-facebook:hover {
  background-color: rgba(0, 112, 140, 1.0);
}

.social-header a.soc-linkedin {
  background-color: rgba(2, 116, 179, 1.0);
}

.social-header a.soc-linkedin:hover {
  background-color: rgba(0, 112, 140, 1.0);
}

.navbar-right a{
  color: rgba(255, 255, 255, 1.0);
}

.navbar-right a:hover{
  background-color: rgba(40, 54, 79, 1.0);
}


.bottom-header{
  background-color: rgba(0, 112, 140, 1.0);
}


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

.custom-menu-primary nav.navigation-primary>ul>li>a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary nav.navigation-primary>ul>li.active-branch > a,
.custom-menu-primary nav.navigation-primary>ul>li > a.active-item{
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary nav.navigation-primary>ul>li.active-branch > a,
.custom-menu-primary nav.navigation-primary>ul>li > a.active-item {
  background: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary nav.navigation-primary > ul > li > a:hover {
  background-color: rgba(40, 54, 79, 1.0);
}
.bottom-header nav.navigation-primary>ul>li ul>li>a{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(238, 238, 238, 1.0);
}
.bottom-header nav.navigation-primary>ul>li ul {
  background-color: rgba(40, 54, 79, 1.0);
}
.bottom-header nav.navigation-primary>ul>li ul>li>a:hover {
  background-color: rgba(0, 112, 140, 1.0) !important;
  color: rgba(255, 255, 255, 1.0) !important; 
}
.bottom-header nav.navigation-primary>ul>li ul>li.active-branch>a,
.bottom-header nav.navigation-primary>ul>li ul>li>a.active-item{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(238, 238, 238, 1.0);
}






.footer {
  background-color: rgba(51, 51, 51, 1.0);
}

.footer p{
  color: rgba(204, 204, 204, 1.0);
}
.footer a{
  color: rgba(106, 206, 235, 1.0);
}
.footer a:hover{
  color: rgba(255, 255, 255, 1.0);
}





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

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

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

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

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

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

.blog-pagination__link {
  color: #333333;
}

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

.blog-post__title {
  color: #00708c;
  font-family:helvetica;
  font-size: 30px;
  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);
}










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





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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  padding: 0px 0px;
}





.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 5;
  width: 300px;
  color: white;
  font-size: 12px;
  background-color: #192733;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  height: 125px;
}

.hover-text {
    font-family:Helvetica Neue,helvetica,Arial,sans-serif;
    font-weight: 400;
    color: rgba(51, 122, 183, 1.0);
    cursor: pointer; /* to indicate it's clickable */
    position: relative; /* required for positioning tooltip */
}

.tooltip-text::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #192733;
  padding: 15px;
  z-index: -10;
}

.hover-text:hover {
  text-decoration: underline;
}


.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -600%;
  left: -125px;
}

#top::before {
  top: 80%;
  left: 45%;
}

#bottom {
  top: 25px;
  left: -50%;
}

#bottom::before {
  top: -5%;
  left: 45%;
}

#left {
  top: -8px;
  right: 120%;
}

#left::before {
  top: 35%;
  left: 94%;
}

#right {
  top: -8px;
  left: 120%;
}

#right::before {
  top: 35%;
  left: -2%;
}

.hover-text {
  position: relative;
  display: inline-block;
/*   margin: 10px; */
  font-family: Arial;
  text-align: center;
}

@media (max-width: 767px) {
    body .hs-logo-grid__logo-wrapper {
        flex: none;
        max-width: unset;
    }
    body .dnd-column {
        margin-bottom: 4vw;
    }
    body .dnd-column:last-child {
        margin-bottom: 0;
    }
}
body .hs-logo-grid__logo-wrapper {
    align-items: center;
    height: auto;
    width: auto;
}
.row-fluid [class*=span] {
    min-height: 0;
}