/*****************************************/
/* Custom CSS for the website
/*****************************************/

@breakpoint: 500px;

/* Responsive
==================================== */
@media all and (max-width: @breakpoint) {
  .Rtable--collapse  {
    display: block;
  }
  .Rtable-cell { width: 100% !important; }
  .Rtable-cell--foot { margin-bottom: 1em; }
}

// Non-Flex modernizer fallback
.no-flexbox .Rtable {
  display: block;
}
.Rtable-cell { width: 100%; }
.Rtable-cell--foot { margin-bottom: 1em; }

.pricing-grid {
        display: flex;
        flex-wrap: nowrap;
        font-family: 'Lexend Deca';
        font-size: 0.9375rem;
    }

    .pricing-grid-responsive-break-full {
        display: block;
    }

    .pricing-grid-plan {
        flex: 25%;
        border: 1px solid #c5ccd8;
        border-radius: 8px;
        margin: 8px;
        padding: 16px;
        position: relative;
        box-sizing: border-box;
    }

    .pricing-grid-plan-callout {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #0b95f4;
        color: white;
        padding: 4px;
        text-align: center;
    }

    .pricing-grid-plan-header {
        min-height: 8rem;
    }

    .pricing-grid-plan-name {
        margin-top: 2rem;
        line-height: 2rem;
        font-size: 1.75rem;
        font-weight: 500;
        text-align: center;
        white-space: nowrap;
    }

    .pricing-grid-plan-price {
        font-size: 3rem;
        font-weight: 300;
        text-align: center;
        display: flex;
        min-height: 3rem;
        align-items: center;
        justify-content: center;
      white-space: nowrap;
    }

    .pricing-grid-plan-price a {
        padding: 11px 40px;
    }

    .pricing-grid-plan-pricedetail {
        color: #4d4d4d;
        text-align: center;
        font-weight: 300;
    }


    .pricing-grid-plan-description {
        font-size: 1rem;
        color: #4d4d4d;
        margin: 2rem 0;
        font-weight: 300;
        min-height: 4rem;
        display: flex;
        align-items: center;
    }

    .pricing-grid-plan-features-header {
        min-height: 3rem;
        font-size: 1.125rem;
        font-weight: 500;
    }

    .pricing-grid-plan-features>div {
        font-weight: 300;
        font-size: 0.875rem;
        margin: 0.875rem 0;
    }

    #hs_cos_wrapper_module_16740685214993_ li, #hs_cos_wrapper_module_16741532691253_ li {
      background-image: none !important;
    }
    #hs_cos_wrapper_widget_1643272430110_ li, #hs_cos_wrapper_widget_1674839846702_ li {
      background-image: none !important;
    }

    .monthly_price {
      font-size:14px;
      text-align: center;
      display: block;
}
/*SVG logo colors*/
    .st0{fill:#32BCF9;}
	  .st1{fill:#0B95F4;}
	  .st2{fill:#0F1E3A;}
    .logo_svg {
      display: block;
      margin: auto;
      text-align: center;
}
/* Q&A archive page*/
.hs-content-id-103707918094 .listing-grp .description-wrapper {
  display:none;
}
.blog-comments {
  display:none !important;
}
  
@media (max-width: 767px)
.hs_pricing_row4 .cm_con_w_icon_wrap .outer_item {
    padding: 20px 15px !important;
}
    
    @media only screen and (max-width: 800px) {
        .pricing-grid {
            flex-wrap: wrap;
            flex-direction: column;
        }

        .pricing-grid-responsive-break-full {
            display: inline;
        }

        .pricing-grid-plan-description {
            min-height: auto;
        }

        .pricing-grid-plan-features-header {
            min-height: auto;
        }
    }


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.snip1214 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #000000;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  margin: 40px 10px;
}
.snip1214 .plan {
  margin: 0;
  width: 33%;
  position: relative;
  float: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.snip1214 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1214 header {
  position: relative;
}
.snip1214 .plan-title {
  position: relative;
  top: 0;
  font-weight: 600;
  padding: 5px 15px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  display: inline-block;
  background-color: #2CADF7;
  color: #ffffff;
  text-transform: none;
  font-size:18px;
}
.snip1214 .plan-cost {
  padding: 0px 10px 20px;
}
.snip1214 .plan-price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #34495e;
}
.snip1214 .plan-type {
  opacity: 0.6;
}
.snip1214 .plan-cost strong {
  font-size:25px;
}
.snip1214 .plan-features {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: outside none none;
  font-size: 0.8em;
}
.snip1214 .plan-features li {
  border-top: 1px solid #d2d7e2;
  padding: 10px 5%;
}
.snip1214 .plan-features li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}
.snip1214 .plan-features i {
  margin-right: 8px;
  opacity: 0.4;
}
.snip1214 .plan-select {
  padding: 10px 10px 0;
    display: block;
}
.snip1214 .plan-select a {
  background-color: #0B2C66;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em 1em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  font-weight: 800;
  text-transform: none;
  display: inline-block;
  border-radius:50px;
  margin-bottom:30px;
}
.snip1214 .plan-select a:hover {
  background-color: #46627f;
}
@media only screen and (max-width: 767px) {
  .snip1214 .plan {
    width: 100%;
  }
  .snip1214 .plan-title,
  .snip1214 .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .snip1214 .plan-cost,
  .snip1214 .featured .plan-cost {
    padding: 20px 10px 20px;
  }
  .snip1214 .plan-select,
  .snip1214 .featured .plan-select {
    padding: 10px 10px 10px;
    display: block;
    margin-top: 10px;
  }
  .snip1214 .plan {
    margin-top:20px;
  }

}
@media only screen and (max-width: 440px) {
  .snip1214 .plan {
    width: 100%;
  }
}