/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root { 
  
  /* colors */
  --border-default: #CCD1D0;
  --border-highlight: #79E4FF;
  --heading-color: #0C1C19;
  --icon-default: #313635; 
  --icon-disabled: #ABB2B2;
  --icon-highlight: #007A99;
  --icon-warning: #A97F00;
  --interactive: #0074DD;
  --primary: #326F65; 
  --primary-hover: #26544C;
  --table-header-bg: #DBDFDF;
  --text-default: #0C1C19;
  --text-subdued: #535B5B;
  --text-critical: #CA3534;
  --surface-default: white; 
  --surface-gray: #F4F5F5; 
  --surface-hover: #F2F4F6;
  --surface-highlight: #EAFBFF; 
  --surface-light-green: #E6F4F1;
  
  /* spacing  */
  --spacing-0: 0;
  --spacing-1: 0.25rem;
  --spacing-2: 0.5rem;
  --spacing-3: 1rem;
  --spacing-4: 1.5rem;
  --spacing-5: 2rem;
  --spacing-6: 3rem;
  --spacing-7: 4rem;
  
  /* shadows */
  --card-shadow: 0px 2px 4px 0px rgba(12, 28, 25, 0.16);
  --button-shadow: 0px 1px 1px 0px rgba(219, 223, 223, 0.75);
}


/* colors */
.primary-bg { background: var(--primary); } 
.secondary-bg { background: var(--surface-light-green); } 
.warning-bg { background: #FFFAE9; } 
.gray-bg { background: var(--surface-gray); } 
.blue-bg { background: var(--surface-highlight); }
.white-bg { background: white; }
.text-white { color: white; }
.text-link { color: var(--interactive); }
.border-default { border: 1px solid var(--border-default); } 
.border-highlight { border: 1px solid var(--border-highlight); } 
.border-warning { border: 1px solid #FFE493; } 
.highlight { color: var(--icon-highlight); }
.warning { color: var(--icon-warning); } 

/* Spacing */ 
.m-auto { margin: auto; } 
.m-0 { margin: var(--spacing-0); }
.m-1 { margin: var(--spacing-1); }
.m-2 { margin: var(--spacing-2); }
.m-3 { margin: var(--spacing-3); }
.m-4 { margin: var(--spacing-4); }
.m-5 { margin: var(--spacing-5); }
.m-6 { margin: var(--spacing-6); }
.m-7 { margin: var(--spacing-7); }

.mt-0 { margin-top: var(--spacing-0); }
.mt-1 { margin-top: var(--spacing-1); }
.mt-2 { margin-top: var(--spacing-2); }
.mt-3 { margin-top: var(--spacing-3); }
.mt-4 { margin-top: var(--spacing-4); }
.mt-5 { margin-top: var(--spacing-5); }
.mt-6 { margin-top: var(--spacing-6); }
.mt-7 { margin-top: var(--spacing-7); }

.mr-0 { margin-right: var(--spacing-0); }
.mr-1 { margin-right: var(--spacing-1); }
.mr-2 { margin-right: var(--spacing-2); }
.mr-3 { margin-right: var(--spacing-3); }
.mr-4 { margin-right: var(--spacing-4); }
.mr-5 { margin-right: var(--spacing-5); }
.mr-6 { margin-right: var(--spacing-6); }
.mr-7 { margin-right: var(--spacing-7); }

.mb-0 { margin-bottom: var(--spacing-0); }
.mb-1 { margin-bottom: var(--spacing-1); }
.mb-2 { margin-bottom: var(--spacing-2); }
.mb-3 { margin-bottom: var(--spacing-3); }
.mb-4 { margin-bottom: var(--spacing-4); }
.mb-5 { margin-bottom: var(--spacing-5); }
.mb-6 { margin-bottom: var(--spacing-6); }
.mb-7 { margin-bottom: var(--spacing-7); }

.ml-0 { margin-left: var(--spacing-0); }
.ml-1 { margin-left: var(--spacing-1); }
.ml-2 { margin-left: var(--spacing-2); }
.ml-3 { margin-left: var(--spacing-3); }
.ml-4 { margin-left: var(--spacing-4); }
.ml-5 { margin-left: var(--spacing-5); }
.ml-6 { margin-left: var(--spacing-6); }
.ml-7 { margin-left: var(--spacing-7); }

.p-0 { padding: var(--spacing-0); }
.p-1 { padding: var(--spacing-1); }
.p-2 { padding: var(--spacing-2); }
.p-3 { padding: var(--spacing-3); }
.p-4 { padding: var(--spacing-4); }
.p-5 { padding: var(--spacing-5); }
.p-6 { padding: var(--spacing-6); }
.p-7 { padding: var(--spacing-7); }

.pt-0 { padding-top: var(--spacing-0); }
.pt-1 { padding-top: var(--spacing-1); }
.pt-2 { padding-top: var(--spacing-2); }
.pt-3 { padding-top: var(--spacing-3); }
.pt-4 { padding-top: var(--spacing-4); }
.pt-5 { padding-top: var(--spacing-5); }
.pt-6 { padding-top: var(--spacing-6); }
.pt-7 { padding-top: var(--spacing-7); }

.pr-0 { padding-right: var(--spacing-0); }
.pr-1 { padding-right: var(--spacing-1); }
.pr-2 { padding-right: var(--spacing-2); }
.pr-3 { padding-right: var(--spacing-3); }
.pr-4 { padding-right: var(--spacing-4); }
.pr-5 { padding-right: var(--spacing-5); }
.pr-6 { padding-right: var(--spacing-6); }
.pr-7 { padding-right: var(--spacing-7); }

.pb-0 { padding-bottom: var(--spacing-0); }
.pb-1 { padding-bottom: var(--spacing-1); }
.pb-2 { padding-bottom: var(--spacing-2); }
.pb-3 { padding-bottom: var(--spacing-3); }
.pb-4 { padding-bottom: var(--spacing-4); }
.pb-5 { padding-bottom: var(--spacing-5); }
.pb-6 { padding-bottom: var(--spacing-6); }
.pb-7 { padding-bottom: var(--spacing-7); }

.pl-0 { padding-left: var(--spacing-0); }
.pl-1 { padding-left: var(--spacing-1); }
.pl-2 { padding-left: var(--spacing-2); }
.pl-3 { padding-left: var(--spacing-3); }
.pl-4 { padding-left: var(--spacing-4); }
.pl-5 { padding-left: var(--spacing-5); }
.pl-6 { padding-left: var(--spacing-6); }
.pl-7 { padding-left: var(--spacing-7); }

.g-0 { gap: var(--spacing-0); }
.g-1 { gap: var(--spacing-1); }
.g-2 { gap: var(--spacing-2); }
.g-3 { gap: var(--spacing-3); }
.g-4 { gap: var(--spacing-4); }
.g-5 { gap: var(--spacing-5); }
.g-6 { gap: var(--spacing-6); }
.g-7 { gap: var(--spacing-7); }

.flex { display: flex !important;} 
.flex-row { flex-direction: row; } 
.flex-column { flex-direction: column; } 
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; } 

/* flex utility classes for align-items */
.align-start { align-items: flex-start; }
.align-center { align-items: center; }
.align-end { align-items: flex-end; }
.align-stretch { align-items: stretch; }
.align-baseline { align-items: baseline; }

/* flex utility classes for align-self */
.align-self { align-self: stretch; }

/* responsive content-widths */
@media screen and (min-width: 84.0625rem) { 
  .max-width { 
    width: 70%;
    max-width:80rem; 
  } 
}

@media screen and (max-width: 84rem) { 
  .footerContainer { padding: var(--spacing-6) 0; }
  .max-width { width: 85% } 
}

@media screen and (max-width: 61.9375rem) {
  .max-width { width: 90%; }
  .productTourbg { height: 50vw; } 
}

/* default font styles */
h1, h1 span, h2, h2 span, h3, h3 span, h4, h4 span, h5, h5 span {
  font-family: 'Nunito', sans-serif;
  margin: 0;
  color: var(--text-default);
}

.small { font-size: 1rem; line-height: 1.33333;}

/* default font weights */
h1, h1 span, h2, h2 span, h4, h4 span, h5, h5 span { font-weight: 700; }
h3, h3 span { font-weight: 600; }

/* default line heights */
h1, h1 span, h2, h2 span { line-height: 1.2; }
h3, h3 span, h4, h4 span { line-height: 1.25; } 
h5, h5 span { line-height: 1.33333; }

/* responsive font sizes */
@media screen and (min-width: 62rem) {
  h1, h1 span { font-size: 3rem; }
  h2, h2 span { font-size: 2rem; }
  h3, h3 span { font-size: 1.75rem; }
  h4, h4 span { font-size: 1.25rem; }
  h5, h5 span { font-size: 1.125rem; }
  
  .jumbo-text { font-size: 4vw; line-height: 1;} 
}

@media screen and (max-width: 61.9375rem) {
  h1, h1 span: 7vw;
  h2, h2 span: 6vw;
  h3, h3 span: 5vw;
  h4, h4 span: 5vw;
  h5, h5 span: 4vw;
  
  .jumbo-text { font-size: 5vw; line-height: 1; } 
}

@media screen and (max-width: 35.9375rem) {
  h1, h1 span { font-size: 9vw;}
  h2, h2 span { font-size: 7.5vw; }
  h3, h3 span { font-size: 5vw; }
  h4, h4 span { font-size: 4.5vw; }
  h5, h5 span { font-size: 4.5vw; }
  
  .small { font-size: .75rem; line-height: 1.33333; }
}

body, p, a, ul, li, span {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--text-default);
}

a { color: var(--interactive); text-decoration: none; }
a:hover, a:active { color: #0057A6; }

.accountVerification {
  display: flex;
  align-items: center;
  margin: var(--spacing-5) 0;
  justify-content: space-between;
}

@media screen and (max-width: 64rem) { .accountVerification { flex-direction: column-reverse; } }
@media screen and (min-width: 62rem) { .appStoreLinks { display: none; } } 
@media screen and (max-width: 62rem) { .signUpCTA { display: none !important; } }

/* hero section styling */
.billboard { 
  display: flex;
  align-items: center;
  gap: var(--spacing-4);
} 

.billboardContent {
  display: flex;
  align-items: center;
  gap: var(--spacing-6);
  padding: var(--spacing-6) 0;
  justify-content: space-between;
}

@media screen and (max-width: 35.9375rem) {
  .billboardContent { flex-wrap: wrap; }
}

.billboardText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: var(--spacing-4);
}
  
/* navigation links (for Academy comprehensive guides & general bottom site nav) */
.bottomLink { min-width: calc(100%/3); }

/* if only 2 bottom nav links are present */
.bottomNav a:nth-child(1):nth-last-child(2),
.bottomNav a:nth-child(2):nth-last-child(1) {
    width: 30%;
}

/* if all 3 links are present */
.bottomNav a:nth-child(1):nth-last-child(3),
.bottomNav a:nth-child(2):nth-last-child(2),
.bottomNav a:nth-child(3):nth-last-child(1) {
    flex: 100%;
}

.navContainer { 
  display: flex;
  flex-direction: column;
  justify-content: center;
} 

.navContainer a:hover { 
  background: var(--surface-hover);
  border-radius: 6px;
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

.navContent { 
  display: flex;
  justify-content: center;
  align-items: stretch; 
  flex-direction:row;
}

@media screen and (min-width: 64rem) {
  .navContent { gap: 16px; }
  .heroImg { width: 80%; } 
}

@media screen and (min-width: 37.438rem) {
  .navContent { gap: 16px; }
}

.navContent a { flex: 1 }

.navLink { 
  gap: 4px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 35.938rem) {
  .bottomNav a:nth-child(3) {
    flex-basis: 100%;
  }

  .bottomNav { flex-wrap: wrap; }
}

/* Forms */
#resourceContent::-webkit-scrollbar { display: none; } 
#resourceContent {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.fixed-form { position: absolute; right: 75px; } 
.landing-form { border-radius: 6px; box-shadow: 0px 4px 24px 0px rgba(12, 28, 25, 0.16); padding: var(--spacing-3); background-color: white; }
.landing-form label { font-weight: 600; }
.landing-form .hs-button { 
  background: var(--primary); 
  color: white;
  box-shadow: 0px 1px 1px 0px rgba(219, 223, 223, 0.75);
  border: none; border: 1px solid var(--primary); 
  border-radius: 3px; height: 40px; 
  width: 100%; 
  font: 700 16px Nunito, sans-serif; 
  transition: background-color 0.3s ease;
} 
.landing-form .hs-button:hover { background: var(--primary-hover); } 
.hs-form-field { margin: var(--spacing-3) 0; min-height: 68px;} 
.hs-form-field ul { list-style-type: none; } 
.hs-error-msg { color: var(--text-critical); font-size: 12px;  }  

/* CTA stying */
.ctaBanner { 
  background: var(--primary); 
  display: flex;
  padding: 36px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
} 

.ctaContent { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
} 

.ctaPrimary { 
  background: var(--primary);
  color: white; 
  border: none; 
  border: 1px solid var(--primary);
} 

.ctaPrimary:hover { 
  color: white; 
  background: var(--primary-hover); 
} 

.ctaPrimary:visited { color: white; } 
.ctaPrimary a { color: white; }

.ctaPrimary, .ctaSecondary { 
  border-radius: 3px;
  padding: 4px 12px;
  display: flex;
  flex: initial !important;
  height: 40px; 
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem; 
  box-shadow: 0px 1px 1px 0px rgba(219, 223, 223, 0.75);
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

.ctaSecondary { 
  border: 1px solid var(--border-default);
  background: white;
  color: var(--text-default);
}

.ctaSecondary:hover { 
  color: var(--text-default); 
  background: var(--surface-hover); 
} 

.ctaSecondary a:visited { color: var(--text-default); !important }

.featureContentRight, 
.featureContentLeft { 
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  gap: var(--spacing-4);
} 

.featureText {
  display: flex;
  width: 412px; 
  flex-direction: column;
  gap: var(--spacing-3);
}

.featureTextH1 { width: auto; }

@media screen and (min-width: 46.5rem) { .hide-desktop { display:none; } }
@media screen and (max-width: 46.5rem) {
  .featureContentRight { flex-wrap: wrap-reverse; } 
  .featureContentLeft { flex-wrap: wrap; }
  .featureText { width: unset; }
  .hide-mobile { display:none; } 
}

.feature-group { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  align-self: stretch
}

.green-tag { 
  background: var(--surface-light-green);
  border-radius: 5000px;
  padding: 2px 8px;
  font-weight: 600;
}

.imageContainer { flex: 0 0 45% ; }
.imageContainer img { object-fit: contain; } 
@media screen and (max-width: 35.9375rem) {
  .imageContainer { flex: 0 0 100%; }
}

.linkList { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}

@media screen and (min-width: 48rem) {
.logo-group { 
  gap: 48px;
  align-self: stretch;
  justify-items: center;
}
}

.logo-group {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 32px;
}

@media screen and (max-width: 47.938rem) {
  .logo-group { gap: 16px; }
}

@media screen and (max-width: 40.625rem) {
  .logo-group { 
    gap: 8px;
    flex-wrap: wrap;
  }
}


.logo-group div { max-width: unset; }

.lottieAnimation { flex: 0 0 55%; }

@media screen and (max-width: 64rem) {
  .lottieAnimation { 
    flex: unset;
    flex-direction: column; 
    padding-bottom: var(--spacing-3);
    margin: 0 auto; 
  }
}

.max-width { margin: 0 auto; }

.navImg {
  display: flex;
  height: 140px;
  justify-content: center;
}

.navImg img { 
  object-fit: contain; 
  max-width: 300px;
  mix-blend-mode: multiply;
} 

.post-body { margin: 32px auto; }

@media screen and (min-width: 37.5em) { .post-body { width: 75%; } }

.productTour3Panel {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--surface-light-green);
}

@media screen and (max-width: 62rem) { .productTour3Panel { display:none; } }

.productTourContent { 
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.productTourbg { 
  background-image: url("https://www.getbackbar.com/hubfs/Blog%20Assets/Illustrations%20(NEW)/SVG%20Product%20tour.svg");
  padding-top: var(--spacing-7); 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  margin-bottom: -1px;
} 
  
@media screen and (min-width: 62rem) { .productTourbg { height: 30vw; } }

.productTour-card { 
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 16px;
  background: white; 
}

.productContent { 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stat-group { 
  display: flex;
  padding: var(--spacing-2);
  align-items: center;
  gap: var(--spacing-3);
  justify-content: center; 
} 

.stat-item { 
  display: flex;
  height: 40px;
  padding: 0px 12px;
  align-items: center;
  gap: var(--spacing-2);
  border-radius: 20px;
  border: 1px solid var(--interactive);
  background: var(--surface-highlight);
}

/* ---- Support tabber styling ---- */
.active-tab { 
  font-weight: 700;
  border-bottom: 1px solid white !important;
  border-radius:6px 6px 0 0;
}
.tabContent { 
  border: 1px solid #CCD1D0;
 padding: 24px;
  
}
.tabContainer { 
  display: flex;
  margin-bottom:-1px;
  margin-left:-2px;
}

.tablink { 
  float: left;
  border: 1px solid #CCD1D0;
  outline: none;
  padding: .75rem;
  margin: 0 .125rem;
  transition: 0.2s;
  font-family: Nunito; 
  font-size: 1.125rem;
  background-color: white;
  z-index:8000;
}

.tablink:not(.active-tab) {
  border: none;
  border-bottom: 1px solid #CCD1D0; 
}

.tablink:hover { cursor:pointer; }

/* ---- End support tabber styling ---- */

.text-center { text-align: center; }
.text-left { text-align: left; } 
.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4 { color: white; }

/* Backbar Academy */
.academyLink img { 
  max-width: 80px;
  max-height: 100%;
  width: auto;
}

@media screen and (max-width: 48rem) {
  .academyLink img { max-width: 60px; }
}

.academyTabs { 
  border-bottom: 1px solid var(--border-default); 
  overflow: auto;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
}

.academyTabs button { 
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  padding: .75rem;
  margin: 0 .125rem;
  transition: 0.3s ease-in;
  font-family: Nunito; 
  font-size: 1.125rem;
  color: var(--text-subdued); 
}

.academyTabs button.active {
  color: var(--text-default);
  border-bottom: 4px solid var(--text-default); 
  font-weight: 700;
}
  
.blogGrid { 
  display: grid !important; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px; 
}

.blog-image-featured { 
  object-fit: cover;
  background-repeat:no-repeat;
  height: 360px;
  width: 100%; 
  margin-bottom: var(--spacing-3);
}

.blog-image { 
  height: 220px; 
  margin-bottom: var(--spacing-3);
  background-size:cover;
  background-repeat:no-repeat;
} 

.blogPost { 
  display: flex;
  flex: 1;
  padding: 16px;
  flex-direction: column;
  background: white; 
  border-radius: 6px;
  transition: transform 0.4s ease-in;
}

.blogPost:hover { 
  box-shadow: 0px 4px 24px 0px rgba(12, 28, 25, 0.16);
  cursor: pointer;
}

.featuredSection { 
  display: flex;
  padding: var(--spacing-7) 0;
  gap: 16px;
  flex-wrap: wrap;
  align-items: start;
}

.resourceButtons { 
  flex-direction: column; 
  height: unset;
  align-items: start; 
}

@media screen and (max-width: 62.5rem) {
  
  .blog-image-featured { height: 240px; } 
  
  .blogGrid { 
    gap: unset; 
    grid-template-columns: repeat(2, 1fr); 
  } 
  
  .blogPost:hover { box-shadow: none; }
  
  .blog-image { height: 160px } 
  
  .featuredSection { 
    display: block; 
    padding: var(--spacing-4) 0;
  } 
  
  #featuredPost { margin-bottom: var(--spacing-3); } 
  
  #guidesSet a:hover { background: none; } 
  
}

@media screen and (max-width: 57.5rem) {
  #comprehensiveGuides { width: unset; } 
}

@media screen and (max-width: 37.5rem) {
  .academyTabs { white-space: initial: }
  .blogGrid { grid-template-columns: repeat(1, 1fr); }
  .tabSection { width: unset; } 
}

.footerIllustration { 
  width:100%;
  margin-bottom: -1px;
}

#guidesSet { 
  justify-content: flex-start;
  overflow: auto;
}

.headerContainer { 
  display: flex;
  padding: var(--spacing-2) var(--spacing-3); 
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100000;
  }


.listingTitle { font-weight: 600; }

.resourceHeader { 
  background-image: url("https://www.getbackbar.com/hubfs/Web%20Design%20Assets%20/Academy%20Redesign%20Illustrations/resources.svg");
  background-repeat: no-repeat; 
  background-position-x: right;
  background-position-y: bottom; 
  background-color: #294572; 
  background-size: 100px; 
  border-radius: 6px 6px 0 0;
}

.resourceHeader h2 { color: white; } 

.resourceList { 
  background: white;
  border-radius: 0 0 6px 6px;
  color: var(--text-default); 
} 

.resourceSection { flex: 0 0 30% ; }

.tabcontent {
  display: none;
  margin: auto; 
  border-top: none;
  -webkit-animation: fadeEffect 0.5s;
  animation: fadeEffect 0.5s;
}

.tabSection { 
  display: flex;
  padding: 8px;
  flex-direction: column;
  gap: 8px;
  margin-top: var(--spacing-6);
}

.testimonial { background: var(--surface-gray); } 

.testimonialContent { 
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 48px;
} 

.testimonialText {
  display: flex;
  width: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

@media screen and (max-width: 40.625rem) { 
  .testimonialContent { flex-wrap: wrap; }   
  .testimonialText { width: auto; font-size: 1.25rem; } 
}

/* Tooltip for Pricing Page */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 2px dotted var(--interactive); /* dots under the hoverable text */
  cursor: pointer;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: white;
  text-align: left;
  padding: 8px;
  border-radius: 6px;
  box-shadow: var(--card-shadow);
 
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%; 
}

.tooltip:hover .tooltiptext { visibility: visible; }

.verificationText { 
  display: flex;
  flex-direction:column; 
  width: 412px; 
}

@media screen and (max-width: 64rem) {
  .verificationText { 
    width: unset; 
    padding: 0 var(--spacing-3);
  }
}
  

.border { border-bottom: 1px solid var(--border-default);} 


/* Footer CSS */
.footerContainer { 
  display: flex;
  background-color: var(--surface-light-green);
  flex-direction: column;
}

.footerContent { 
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}

.footerContent a { 
  font-size: 1rem;
  color: var(--text-default);
}

.footerContent a:visited { color: var(--text-default); } 

.footerContent a:hover { 
  color: var(--text-default);
  background-color: #BDE2DA; 
} 

.footerContent h5 { margin: 0 0 var(--spacing-1); } 

.footerColumn { 
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
  max-width: 193px;
}

.footerGroup { 
  display: flex;
  justify-content: space-between;
  row-gap: 48px;
  flex: 1 0 0;
  flex-wrap: wrap;
}

.footerIcons { 
  display: flex;
  gap: var(--spacing-3);
}

.icon-18 { 
  height:18px;
}

.footerIcons i { font-size: 20px; }

ul { 
  padding-inline-start: 20px;
}

@media screen and (max-width: 57.5rem) {
  .footerColumn {
    min-width: 40%;
  }

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/