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

/* Test */















#hero .inner-wrapper {
    max-width: 1180px;
}
#hero h1, #hero h2, #hero h3, #hero h4 {
    color: #26344f;
    font-weight: 700;
    line-height: 1.3;
}
.inner-wrapper {
    margin: 0 auto;
    max-width: 1180px;
    overflow: hidden;
    padding: 80px 40px;
    position: relative;
    width: 100%;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
#hero .col2>div:first-child, #hero ul {
    text-align: left;
}
.flex.col2>div:first-child, .flex.col2>div:last-child {
    flex-wrap: wrap;
    padding: 0;
    width: 46%;
}
.col2 li {
    font-size: 17px;
    margin: 15px 0;
    line-height: 1.3;
}
.col2 h3 {
    color: #00708f;
    font-family: Helvetica Neue, helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}
.alternating .inner-wrapper .col2.flex:nth-child(2n) {
    flex-direction: row-reverse;
}
.alternating .inner-wrapper .col2.flex {
    align-content: center;
    align-items: center;
    margin-bottom: calc(40px + 3%);
}
.alternating .inner-wrapper .col2.flex:last-child {
    margin-bottom: 0;
}
.form-container {
    border: 7px solid #00708c;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    text-align: center;
}
.form-container h3 {
    color: #26344f;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}
.form-container .hs-button.primary.large {
    background-color: #00708c;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 10px 16px;
    text-align: center;
    text-transform: uppercase;
}
.hs-form-field, fieldset.form-columns-2 .hs-form-field {
    float: none !important;
    text-align: left !important;
    width: 100% !important;
}
form input, form select, form textarea {
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
}
body .hs-form-field {
    margin-bottom: 15px;
}
body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
    width: 100%;
    font-family: 'Lato', arial, sans-serif;
    font-size: 16px;
    display: block;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body .hs-button.primary, body input[type="submit"], body input[type="button"] {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #34495e;
    border-color: #34495e;
    -webkit-appearance: none;
}
#logos .inner-wrapper {
    max-width: 1300px;
}
#logos h3 {
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}
#logos .flex {
    flex-wrap: wrap;
    justify-content: center;
}
#logos .flex img {
    align-self: center;
    margin: 20px;
}
@media only screen and (max-width: 800px) {
  .flex.col2 {
    flex-wrap: wrap;
  }
  .alternating .inner-wrapper .col2.flex, .alternating .inner-wrapper .col2.flex:nth-child(2n) {
      flex-direction: column-reverse;
  }
  .flex.col2>div, .flex.col2>div:first-child, .flex.col2>div:last-child {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 520px;
    padding: 0;
    width: 100%;
  }
  .flex.col2>div:last-child {
    margin-bottom: 40px;
  }
  #hero .flex.col2>div:last-child {
    margin-bottom: 0;
    margin-top: 40px;
  }
}

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

.integrations-page-top .top-text {
  font-size: 20px;
  margin: 40px 0px;
}

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



ul.checklist {
  list-style-type: none;
  padding: 0;
}

ul.checklist > li::before {
  content: "\2705 ";
  padding-right: 0.5rem;
}

.richtext_padding {
  padding-bottom: 1rem;
}



.center {
  text-align: center;
}

.demo-sect {
  background: #102d7b;
  color: #fff;
  font-size: 24px;
}

.demo-sect > p {
  margin-bottom: 0px;
}

.demo-sect * a:hover {
  color: yellow;
}



.rounded-pill {
  border-radius: 0.750rem !important;
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13,110,253,1) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255,193,7,1) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25,135,84,1) !important;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}







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

.boxsection .widget-type-rich_text {
  padding: 10px;
  border: 2px solid #ddd;
}

.boxsection-centered .widget-type-rich_text {
  padding: 10px;
  border: 2px solid #ddd;
  text-align: center;
}

.demo-cta {
  font-size: 24px;
}

@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,
  .header__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;
  }
  .header__container {
    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:#494A52;
  font-weight: ;
  font-family:Helvetica Neue,,Arial,sans-serif;
  font-size: 14px;
}

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

a {
  font-family:Helvetica Neue,,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,,Arial,sans-serif;
  font-weight: 500;
}


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


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


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



h5 {
  color: #000000;
  font-family: Helvetica Neue,,Arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
}

h6 {
  color: ;
  font-family: Helvetica Neue,,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
}

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





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

h3.form-title {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(248, 250, 252, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(73, 74, 82, 1.0);
  border-color: rgba(73, 74, 82, 1.0);
  border-radius: 6px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(#, 1.0);
  border-color: rgba(#, 1.0);
  color: rgba(#, 1.0);
}



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

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

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


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

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(73, 74, 82, 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: #494A52;
}

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

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

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

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

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

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

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

.blog-pagination__link {
  color: #494A52;
}

.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:;
  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-input {
  display: inline;
}






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

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

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

#top {
  top: -40px;
  left: -50%;
}

#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: 40px;
  font-family: Arial;
  text-align: center;
}



