.on {}
.off {display:none !important;}
.placeholder {
  border: 1px dashed var(--textColor);
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blockGrid { /* default */ }
.blockFull { grid-column: 1/end; }
.blockFull section { max-width:100%; }

.blockHalf { grid-column: 1/end; }
.blockHalf section { max-width: 50%; }

img {max-width:100%; height:auto;}
section.UserLogoGrid img {
    max-width: 160px;
}

.StripeSet--TopRight {
    --stripeSetSubpixelOffset: -2.35px;
    right: 0;
}

section.PricingGrid {margin: 0 1px;}
.StickyNav.PricingGrid__header {margin: 0 -1px;}

#FOOT {overflow: hidden;}

.ColumnLayout {position: relative;}
.spacer-md {padding:0.5rem 0;}
.spacer-lg {padding:1rem 0;}
section[id] {position:relative;}
.copyCode {
  position: absolute;
  left: 0;
  top: 8px;
  background: var(--accentColor);
  color: white;
  margin-left: -82px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 400;
  font-size: 10px;
  padding: 0 1rem;
  line-height: 20px;
}
.LayoutInfo {
  position: absolute;
  left: 2px;
  top: 0px;
  margin-left: -82px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.LayoutInfo__label {
  text-align:center;
  width:60px;
  padding-top:2px;
  color: var(--accentColor);
}
.LayoutInfo__icon {
  background: var(--accentColor);
  color: white;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.3em;
  width: 60px;
  line-height: 20px;
  font-size: 11px;
}

.LayoutInfo {cursor:help;}
.LayoutInfo:hover ~ section {outline:1px dashed var(--accentColor); height:100%;}

.GapInfo {
  font-size: 12px;
  position:absolute;
  right:-82px;
  cursor: help;
}

.GapInfo .LayoutInfo__icon {
  text-transform:uppercase;
  letter-spacing: 0;
}

/* text color */
.Copy__accent {
    color: var(--accentColor);
}

/* map */
.map {
  width: 100%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  min-height:214px;
}

.map iframe {height:100%;}
.HeroPricingCard__footer {
  padding: 0;
}
.HeroPricing--orientationHorizontal .map {
  border-top-right-radius: var(--cardBorderRadius);
  border-bottom-right-radius: var(--cardBorderRadius);
  overflow:hidden;
}
.HeroPricing--orientationVertical .map {
  border-bottom-left-radius: var(--cardBorderRadius);
  border-bottom-right-radius: var(--cardBorderRadius);
  overflow:hidden;
}

/* social icons */
a.social__icon:hover svg g {
  fill: #0a2540;
}

html {
  scroll-behavior: smooth;
}

html[lang^=nl] .TestimonialCard__quote, html[lang^=nl] .TestimonialCard__quote {
    quotes: "'" "'" "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“" "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â";
}
html[lang^=it] .TestimonialCard__quote, html[lang^=it] .TestimonialCard__quote {
    quotes: '"' '"' "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“" "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â";
}

/* cards w/ images */
.Card {margin:0 -1px;}
.Card img {margin-bottom: -4px;}


/* YouTube video */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* date/time module (modify .HeroPricing lists) */
.HeroPricing .List__list .ListItem__label.Copy__caption {color: var(--titleColor);}
.HeroPricing .List__list .HeroPricingCard__copyBody {color: #8F9CB2; font: var(--bodyFont);}



/* UseCasesHero stripe angle override .css file */
.StripeSet.StripeSet--BottomRight {    transform: skewY(var(--angleStrong)) translateY(var(--stripeSetSubpixelOffset));}


 /* quote (testimonial) */
 .TestimonialCarousel__carousel, .TestimonialCard {
    position: relative;
    display: flex;
    border-radius: var(--cardBorderRadius);
    box-shadow: var(--cardShadowXLarge);
    overflow: hidden;
}

.TestimonialCard__quote:before {
    content: open-quote;
    position: absolute;
    left: -10px;
}
.TestimonialCard__quote:after {
    content: close-quote;
    position: absolute;
    transform: translateX(2px);
}

/* quote logos (img) */

img.TestimonialCard__logo.UserLogo {
    max-width: 145px;
    max-height: 40px;
    height: auto;
    width: auto;
}

@media (min-width: 900px) {
    img.TestimonialCard__logo.UserLogo {
        max-width: 217px;
        max-height: 50px;
        
    }
}

/* schedule component */
.theme--Light .LightBackgroundRow header.PricingGridHeader {
    background-color: #fff;
}


/* Article component */

          
.document-link {
    padding-right: 0px;
    background-image: none;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.Article__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* width: 90%; */
    margin-top: 0px;
    padding-right: 70px;
    padding-bottom: 0px;
}
.Article__image {
    position: relative;
    margin-top: 16px;
    margin-right: 24px;
    margin-left: 16px;
    padding-right: 0px;
    border-radius: 4px;
    background-color: #7a73ff;
    -webkit-transform: translate(-16px, -16px);
    -ms-transform: translate(-16px, -16px);
    transform: translate(-16px, -16px);
}

.pdf-image {
    position: relative;
    max-width: 121px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-radius: 4px;
    box-shadow: 0 8px 16.2px -8.1px rgb(0 0 0 / 30%), 0 14px 27px -5.4px rgb(50 50 93 / 25%);
    -webkit-transform: translate(16px, 16px);
    -ms-transform: translate(16px, 16px);
    transform: translate(16px, 16px);
    max-width:unset !important;
}


.Article__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.Article__title a {
    color: #364657 !important;
}
.div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
}

.small-icon {
    margin-right: 8px;
    margin-left: 0px;
}
.small-icon.first {
    margin-left: 0px;
}
.icon-text {
    color: #364657;
    font-size: 13px;
    line-height: 24px;
}

/* hero card w/ image top */
.HeroPricingCard__header {
    overflow: hidden;
    border-top-left-radius: var(--cardBorderRadius);
    border-top-right-radius: var(--cardBorderRadius);
}
@media screen and (max-width: 749px) {
.HeroPricing--orientationVertical .HeroPricingCard__container .HeroPricingCard__copy li * {
  font-size: var(--bodyFontSize);
}
.HeroPricingCard__copy {
  row-gap: var(--rowLayoutGapXSmall) !important;
}
.HeroPricing--orientationVertical .HeroPricingCard__copy {
    align-content: center;
}
.HeroPricing--orientationVertical .HeroPricingCard__container .HeroPricingCard__copy {
  padding:24px;
}
}
@media (min-width: 600px) and (max-width: 749px) {
.HeroPricing--orientationVertical .HeroPricingCard__container {
    grid: auto/1fr;
}
.HeroPricingCard__header {
    overflow: hidden;
    border-top-left-radius: var(--cardBorderRadius);
    border-top-right-radius: var(--cardBorderRadius);
}
}
@media (min-width: 750px) and (max-width: 1049px){
.HeroPricing--orientationVertical .HeroPricingCard__container {
    grid: auto/1fr;
}
.HeroPricingCard__header {
    overflow: hidden;
    border-top-left-radius: var(--cardBorderRadius);
    border-top-right-radius: var(--cardBorderRadius);
}
}
@media (min-width: 900px) and (max-width: 1049px) {
.HeroPricing--orientationVertical .HeroPricingCard__container {
    grid: auto min-content/auto;
}
.HeroPricingCard__header {
    overflow: hidden;
    border-top-left-radius: var(--cardBorderRadius);
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--cardBorderRadius);
}
}


@media screen and (min-width: 899px) {
    .div-block {flex-direction:row;}
    .small-icon {
    margin-right: 8px;
    margin-left: 16px;
}
}

@media screen and (max-width: 899px) {
.Article__body.drop-shadow {
    box-shadow: 0px 8.1px 16.2px -8.1px rgb(0 0 0 / 30%), 0px 13.5px 27px -5.4px rgb(50 50 93 / 25%);
}
}

@media screen and (max-width: 899px) {
.Article__body {
    width: 100%;
    margin-bottom: 0px;
    padding: 16px;
    border-radius: 8px;
    background-color: #fff;
}
}


/* video cards */
.embed-responsive {
    border-radius: var(--cardBorderRadius);
    background: var(--cardBackground);
    box-shadow: var(--cardShadow);
    --cardShadow: var(--cardShadowLarge);
    --cardShadowMargin: var(--cardShadowLargeMargin);
}

iframe#videoPlayer {
    border-radius: 8px;
    border-radius: var(--cardBorderRadius);
    background: var(--cardBackground);
    box-shadow: var(--cardShadow);
    --cardShadow: var(--cardShadowLarge);
    --cardShadowMargin: var(--cardShadowLargeMargin);
}

