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

/***********************************************/
/* 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    */
/*****************************************/

body, p, a, ul, li, span {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 20px;
}

body, p, ul, li, span { color: #000000; }
a { color: #e6622b; text-decoration: none; }
a:hover, a:active { color: #e64e17; }


h1, h1 span, h2, h2 span, h3, h3 span, h4, h4 span {
  font-family: 'Nunito', sans-serif;
  font-weight: 700 !important;
  margin: 0;
  color: #000000;
  line-height: 1em;
}

.text-center { text-align: center; }

.button-center { 
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4 { color: #ffffff; }

h1, h1 span { font-size: 60px; }
h2, h2 span { font-size: 40px; }
h3, h3 span { font-size: 30px; }
h4, h4 span { font-size: 26px; }

#menu > ul > li a { font-size: 18px; }


.landing-header { font-size: 50px; !important} 

/* Standard Margin and Padding Classes */
.margin-auto { margin: auto; } 
.vmargin-10 { margin-bottom: 10px; margin-top: 10px; }
.vmargin-25 { margin-bottom: 25px; margin-top: 25px; }
.vmargin-50 { margin-bottom: 50px; margin-top: 50px; }
.vmargin-75 { margin-bottom: 75px; margin-top: 75px; }
.vmargin-100 { margin-bottom: 100px; margin-top: 100px; }
.bmargin-5 { margin-bottom: 5px; }
.bmargin-10 { margin-bottom: 10px; }
.bmargin-25 { margin-bottom: 25px; }
.bmargin-50 { margin-bottom: 50px; }
.bmargin-75 { margin-bottom: 75px; } 
.bmargin-100 { margin-bottom: 100px; }
.tmargin-5 { margin-top: 5px; }
.tmargin-10 { margin-top: 10px; }
.tmargin-25 { margin-top: 25px; }
.tmargin-50 { margin-top: 50px; }
.tmargin-100 { margin-top: 100px; }
.lmargin-5 { margin-left: 5%; } 
.rmargin-5 { margin-right: 5%; } 
.hmargin-5 { margin-left: 5%; margin-right: 5% }
.hmargin-10 { margin-left: 10%; margin-right: 10% }
.padding-10 { padding: 10px; }
.lpadding-5 { padding-left:5%; } 
.hpadding-5 { padding-left: 5%; padding-right: 5% }
.hpadding-10 { padding-left: 10%; padding-right: 10% }
.tpadding-10 { padding-top: 10px; } 
.tpadding-25 { padding-top: 25px; }
.bpadding-25 { padding-bottom: 25px }
.vpadding-25 { padding-top: 25px; padding-bottom: 25px; }
.vpadding-50 { padding-top: 50px; padding-bottom: 50px; }


/* For navigation buttons */
.overview-button { padding-left: 0; padding-right: 10% }
.feature-button { padding: auto 0; } 
.hpadding-25 { padding-left: 25%; padding-right: 25% }


.content-wrapper {
    padding: 0 5%;
}

.content-wrapper3 { 
    padding: 0 0 0 5%;
}

.feature-table-wrapper {
    padding: 0 15% !important;
    margin: 50px 0;
}

.hline { 
    display: block;
    width: 90%;
    border: 0;
    height: 1px;
    background: white;
    color: #E5E6E7;

}

.bb-blue, .bb-blue h1, .bb-blue h2, .bb-blue h3, .bb-blue h4 { color: #284673; }  /* Backbar Midnight Blue */
.bb-background { background-color: #fff; }  /* white background */
.bb-blue-background { background-color: #284673; }  /* Backbar Midnight Blue background */
.bb-gray-background { background-color: #f0f4f7; } /* Backbar light blue/gray background */
.bb-seafoam-background { background-color: #7ec5b9; } /* Backbar seafoam green background */
.bb-alt-blue-background { background-color: #4C86C5; } /* Backbar medium blue background */


.bb-button, .hs-button  {  /* Buttons */
  color: #ffffff;
  font-weight: bold;
  background-color: #294672;
  border-radius: 5px;
  border: 0px solid #ffffff;
  margin: 20px 0;
  padding: 5px 20px;
  -webkit-appearance: none; 
}

.hs-button-seafoam .hs-button {
  background-color: #7ec5b9;
}

.bb-button:hover, .bb-button:active { background-color: #7eb4ae; }

.bb-button-text, input.hs-button {
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}



.hs-form-field label span {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
}

ul.hs-error-msgs {
    position: absolute;
}

ul.hs-error-msgs li {
    color: red;
}

fieldset {
    padding: 8px 0 !important;
}

.hs-input {
    // background-color: #f5f8fa;
    color: #333333;
    line-height: 22px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 18px;
    border: 1px solid #cbd6e2;
    border-radius: 3px;
}


.hs-form fieldset {
    max-width: 100% !important;
}

li.hs-form-checkbox {
    list-style: none;
}

.hs-form ul { padding: 0 }
    
.hs-form-required { color: red; }
ul.hs-error-msgs { list-style: none; padding: 0; }
ul.hs-error-msgs li { font-size: 16px; }

.form-border {
  padding: 20px;
  margin: 10px;
  border: 4px solid #7ec5b9;
  border-radius: 10px;
}

/* Use inlinebutton class in CMS when we want the submit form button to be inline with email field */
.inlinebutton div.hs_submit.hs-submit {
    display: inline-block;
    margin-left: 10px;
}

.inlinebutton div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    display: inline-block;
}

.textalign-left { text-align: left; } 

.nav-menu { 
  padding: 10px 2% 0 2%; 
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.nav-menu2021 { 
  padding: 5px 2%; 
  position: absolute; 
  top: 0;
  left: 0;
  z-index: 10000;
}



.row-fluid [class*="span"] { min-height: 45px; }

 .header-background {  
    background-size: cover; 
    background-image: url("https://www.getbackbar.com/hubfs/Web%20Design%20Assets%20/Illustrations/2020%20Homepage%20Redesign%20Illustrations/hmm-14.svg");
  }

.display-inlineblock { display: inline-block; } 

.tri-panel { 
  border-radius: 10px;
  box-shadow: 5px 10px 8px #f7f7f7;
} 


.tri-panel-text {
  padding: 25px; 
  height: 250px; 
  text-align: left;
  
}

.pos-background {
  background-image: url("https://5163161.fs1.hubspotusercontent-na1.net/hubfs/5163161/Web%20Design%20Assets%20/Illustrations/POS/background-01.png?t=1653494682997");
  background-size: cover;
}

.hide-web { 
   display: none !important;
        max-height: 0;
        margin: 0;
        padding: 0;
    }

.tab-section { 
  /* margin-top: 5%; */
  padding: 3% 2%;
  transform: skewY(-2deg)
}
.tab-section-background {
  background-color: #f7fcfb;
  transform: skewY(2deg)
}

  .flex-container > div > div { 
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

.testimonial { 
  text-align: center; 
  margin-top: 50px;
  padding: 25px 0px; 
  background-color: #f3f3f3;
}

.logo-group { 
  width: 50%;
  margin: 0 auto;
  padding-bottom: 25px;
}

.smart {
  margin-top: -75px;
  padding: 50px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 30px #e3e3e3;
}

.stat-group {
  margin-top: 5px;
}

.backbar-fits { 
  margin-top: -5%;
}

.cta-free {
  background-color: #DADFE7;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://www.getbackbar.com/hubfs/Web%20Design%20Assets%20/Illustrations/2020%20Homepage%20Redesign%20Illustrations/tripanel%20illustrations-08.png");;
}

/* Support center */

.support-header { 
  background-color:#326F65;
  height: 360px;
}

.paid-vs-free { 
  background-image: url("https://5163161.fs1.hubspotusercontent-na1.net/hub/5163161/hubfs/Web%20Design%20Assets%20/Illustrations/Support%20center/header%20help%20center-09-09.png?t=1631588729354&width=860");
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.h-250 { height: 250px; }

.support-header-text {
  max-width: 960px; 
  text-align: center;
  position: absolute;
  top: 20%;
  right: 0; 
  color: white;
}

.support-search { width: 80%; } 

.getting-started-section {   
  background-color:#FAFAFA;
  margin-bottom: 50px;
  padding: 25px 0;
  text-align: center;
  box-sizing: border-box;
} 

.getting-started-set { 
  margin: 0 auto; 
  max-width: 1024px;  
}

.gs-selection {
  width: 85%;
  height: 275px;
  padding: 0 5px; 
  background-color: white;
  border-radius: 7px;
  margin: 15px auto;
  box-shadow: 5px 5px 18px #EAEAEA;
  }
 
  .gs-selection p { 
    width: auto; 
    margin: 0 auto; 
    line-height: 1.4; 
  }
  
  .gs-selection a { 
    margin: auto 0; 
  }

 .gs-img { width: 85px; margin: 0 auto; } 
  

.gs-selection h4 { 
  margin-top: 10px;  
  margin-bottom: 10px;
  text-align: center; 
  line-height: 1.2; 
}

.cta-container { 
  background-size: contain;
  background-color: #e2ecf2;
  padding: 0 10px; 
  background-position: right;
  background-repeat: no-repeat;
  margin: 40px auto 75px; 
  max-width: 1024px;
}

.cta-content {
  width: 95%;
  padding: 15px;
} 

.cta-content h3 { 
  margin-bottom: 10px;
  line-height: 1.2;
} 

.cta-content p { margin-bottom: 25px; }

.cta-content button { 
  background-color: #4c86c5;
  color: white;
  border: 0;
  border-radius: 6px;
  width: 50%; 
  font-family: Nunito;
  font-size: 20px;
  padding: 5px; 
}

.cta-content button:hover {
  background-color: #284673;
  transition: 0.2s ease-out;
}

.toc-container { 
  margin: 20px auto 75px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 960px; 
}

.toc-list { 
  display: block;
  list-style-type: none; 
  box-sizing: border-box;
  padding-inline-start: initial;
}

.toc-list-item {
  list-style-position: outside; 
  vertical-align: top; 
  padding-left: 10px;
  padding-right: 10px;
  width: 43%;
  display: inline-block; 
  text-align: left; 
  margin-bottom: 16px;
}

.toc-list-content {
  position: relative; 
  border: 1px solid #E5E6E7;
  border-radius: 6px; 
  padding: 20px 16px 20px 68px;
}

.toc-list-content:hover {
  transition: transform ease-out .3s;
  background: #E2ECF2; 
}

.toc-icon { 
  position: absolute; 
  width: 50px;
  height: 100%;
  top: 20px; 
}

.support-articles { 
  padding-left: 10%;
  padding-right: 10%; 
}

.thumbnail-container { 
  position: relative;
  padding: 0 40px;
  margin: 10px 0;
  width: 40%;
  display: inline-block;
}

.thumbnail-container:hover .overlay {
  opacity: 0.3;
}

.video-image {
  float: left;
  width: 60%;
}

.overlay {
  position: absolute; 
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease; 
  background-color: #142438;
}

.table-shadow { 
  box-shadow: 0 0 2rem rgb(0 0 0 / 10%);
}

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

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: orange;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 4px;
 
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%; 
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.footer {
  background-color: #284673;
  color: #ffffff;
  text-align: left;
  padding: 20px 10px 0px 10px;
}

.footer a, .footer a:visited, .footer p, .footer span, .footer h1, .footer h2, .footer h3 { color: #ffffff; }
.footer a:hover, .footer a:active { color: #7eb4ae; }

.footer p, .footer a, .footer span { font-size: 16px; }
.footer-legal a { font-size: 10px; }



/* ----- PRODUCT PAGES ----- */

.product-background {
  height: 550px;
  max-width: 100%;
  background-size: cover;
}

.overview-background {
  height: 550px; 
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url("https://www.getbackbar.com/hubfs/Web%20Design%20Assets%20/Illustrations/2020%20Homepage%20Redesign%20Illustrations/product%20overview%20background.webp");
}

.overview-header { 
  margin-top: 100px; 
  text-align: center; 
}

.overview-tripanel {
  padding-bottom: 150px;   
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url("https://www.getbackbar.com/hubfs/Web%20Design%20Assets%20/Illustrations/2020%20Homepage%20Redesign%20Illustrations/overview%20blue.png");
}

.overview-tripanelsection { 
  border-radius: 10px;
  margin-top: 50px;
  background-color: white;
} 

.overview-section { 
  margin: 75px 0; 
}

.feature-section {
  background-color: #f5f5f5; 
}

.overview-subtext { 
  margin-top: 15px; 
  margin-bottom: 50px;
}

.quote1 { 
  margin-top: 50px;
}

.name-quote { 
  padding-top: 5%; 
}

.vert-line { 
  border-left: 1px solid grey;
  height: 250px; 
}

.product-header { 
  margin-top: 100px; 
}

.product-footer { 
  margin: auto; 
  margin-top: 100px; 
  padding-top: 25px;
  padding-bottom: 25px; 
  background-color: #F5F5F5;
  text-align: center; 
}

.feature-header { margin-top: 100px } 

.feature-image { 
  margin: auto;
  width: 50%;
}

.gray { 
  margin: 50px 0; 
  padding: 25px 0;
}

.feature-grayimage {
  max-width: 75%;
}

.mobile-img {
  max-width: 100%;
  height: auto;
}

.gray-bg { background-color: #F2F2F2; } 

/* ----- DESKTOP ONLY ----- */
@media only screen and (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
  
  .content-wrapper {
    padding: 0 10% !important;
}
  
.header-background {
  height: 550px;
  background: url(https://5163161.fs1.hubspotusercontent-na1.net/hub/5163161/hubfs/Web%20Design%20Assets%20/Illustrations/2020%20Homepage%20Redesign%20Illustrations/New%20homepage%20image%202022.webp?t=1655239280587&width=860), #31c2a8;
  max-width: 50%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-position: right center, center;
}
  
   .flex-container > div > div { 
    display: flex;
    flex-direction: initial;
    flex-wrap: wrap;
  }
  
  
  .feature-button { padding-left: 10%; padding-right: 10% }
  
  .gs-img { width: 40%; margin: 0 auto; } 
  
  .gs-selection { 
  width: 23% !important;
  padding: 0 7px;
  display: inline-block;
  transition: transform 0.2s ease-out;
  transform: translateX(0px); transform(-10px,-10px);
  vertical-align: top;
  border-radius:5px;
  margin: 1px;
  background-color:transparent;
  height:325px;
  box-shadow: none; 
}
    
  .gs-selection:hover { 
  background: white; 
  box-shadow: 5px 10px 18px #c4c4c4;
  transform: scale(1.05);
}
  
  .gs-selection p { width: auto; }
  
  .cta-container { 
  background-image: url("https://5163161.fs1.hubspotusercontent-na1.net/hub/5163161/hubfs/Web%20Design%20Assets%20/Illustrations/Support%20center/desktop%20cta%20support-10-10-10.png?t=1632242818376&width=860");
}
  
  .cta-content { width: 50% }

  .support-search { width: 30%; } 
  
  .support-header-text {
  top: 17%;
  left: 50%;
  transform: translate(-50%, -50%)
}
  
  .toc-list { padding-inline-start: 40px; }
  
  .toc-list-item { width: 30%; }
  
  .toc-icon { top: 40px; }
  
/* ----- TABLET ONLY ----- */

@media only screen and (min-width: 481px) and (max-width: 991px) {
  
  h1, h1 span { font-size: 45px; }
  h2, h2 span { font-size: 35px; }
  h3, h3 span { font-size: 25px; }
  body, p, a, ul, li, span { font-size: 16px; } 

  .cw-mobile { padding: 5% !important; }
  
  .hide-tablet {
    display: none !important;
    max-height: 0;
    margin: 0;
    padding: 0;
  }
  
  .tcontent-wrapper {
    padding: 0 3% !important;
  }
  
  .content-wrapper {
    padding: 0 5% !important;
  }

  .header-background { 
  height: 550px;
  background: url(https://www.getbackbar.com/hubfs/Web%20Design%20Assets%20/Illustrations/2020%20Homepage%20Redesign%20Illustrations/BackbarHomepageHero2-21.webp), #62c0aa;
  max-width: 50%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-position: right center, center;
}
  
  .apple {
    margin-top: 10px; 
    max-width: 45%;
  }
  
  .header { 
    margin-top: 13px; 
    max-width: 45%; 
  } 
  
  .google { 
    max-width: 27%
  }
  
  .google-header { 
    max-width: 44%; 
  }

  .carousel { 
    margin: auto 0; 
    max-width: 100%;   
  }
  
  .stat-group { margin-top: 5%; }
  
  .cta-free { height: 400px; }

  .tri-panel-text { height: 300px; } 
  
  .product-pages { 
    padding: 3% !important; 
    display: inline-block;
    margin: 2% 15%;
  } 
  
  .product { padding: 1%; }
  
  .feature-grayimage { 
    max-width: 50%; 
    height: auto; 
  }
  
  .button {
  text-align: center; 
  }
  
  .button-section { padding: 3% !important }
  
  .button-group { 
  width: 100%; 
  max-width: 300px;
  height: auto;
  text-align: center; 
  }

  .overview-header-t { margin-top: 50px } 
  
  .overview-section { width: 100%; }

  .overview-button { padding: auto 0; }
  
  .gray-bg { background-color: #F2F2F2; } 
 
  .mobile-center { text-align: center; } 
  
  /* ----- support page - tablet ------ */

  .gs-selection {
  width: 35%;
  height: 300px;
  padding: 0 5px; 
  background-color: white;
  margin: 10px;
  box-shadow: 5px 5px 18px #EAEAEA;
  }
  
  .toc-container { 
  padding: 0;
}

.toc-list-item {
  width: 29%;
}

.toc-list-content {
  padding: 20px 7px 20px 68px;
}

.toc-icon { 
  width: 40px;
  height: 80%;
  top: 40px; 
}

}

/* ----- LANDING PAGES WITH FORM ----- */
  .landingpage-bg { 
   background-image: linear-gradient(#f1f6f4,white);
   height: 450px; 
}

  .landing-form {
    margin: auto; 
    width: 70%; 
    background: white; 
    border-style: solid; 
    border-radius: 10px;
    border-color: rgb(126, 197, 185);
    padding-left: 35px; 
    padding-right: 30px; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* ----- MOBILE ONLY ----- */
@media only screen and (max-width: 480px) {
  
  h1, h1 span { font-size: 35px; }
  h2, h2 span { font-size: 30px; }
  h3, h3 span { font-size: 20px; }

  body, p, a, ul, li, span { font-size: 16px; }


  .hide-mobile {
    display: none !important;
    max-height: 0;
    margin: 0;
    padding: 0;
  }
  
  .header-background {  
    background-size: cover; 
    background-image: url("https://www.getbackbar.com/hubfs/Web%20Design%20Assets%20/Illustrations/2020%20Homepage%20Redesign%20Illustrations/hmm-14.svg");
  }
  
  
  .video-embed { max-width: 600px; max-height: auto; } 
  
  .feature-table-wrapper {
    padding: 0 0 !important;
    overflow: hidden;
  }
  
  .google-header { 
    max-width: 50%; 
    display: inline-block; 
  }

  .replace-spreadsheets { 
    background-color: #EDF7F4; 
    margin: 0px 0; 
    padding-bottom: 25px; 
  }

  .carousel {
    padding-bottom: 110px;
    background-size: cover;
    background-image: url("https://www.getbackbar.com/hubfs/Web%20Design%20Assets%20/Illustrations/2020%20Homepage%20Redesign%20Illustrations/carousel%20background-12.svg"); 
  }

  .panel-section {
    background-color: #EDF7F4;
    margin-bottom: 0px;
  }

  .logo { 
    display: inline-block;
    max-width: 45%;
  }

  .mobilesmart {
    padding: 25px;
    display: inline-block;
    text-align: left; 
    width: 75%;
  }

  .stat-group { padding-top: 10%; }
  
  .font-awesome { display: inline-block; }
  
  .number { display: inline-block; }
 
  .product-background {
      height: auto;
    }

  .product { 
    margin: 5%;
    padding: 10%;
  }

  .mobile-app { margin-top: -10%; }

  .cta-free {
    height: 80%; 
    background-image: url("https://www.getbackbar.com/hubfs/Web%20Design%20Assets%20/Illustrations/2020%20Homepage%20Redesign%20Illustrations/footer%20background-13.png");
  }
  
  .overview-button { padding: auto 0; }
  
  .overview-background { 
    background-size: cover;
    background-image: url("https://www.getbackbar.com/hubfs/Web%20Design%20Assets%20/Illustrations/2020%20Homepage%20Redesign%20Illustrations/overview%20illustration-03-1.png");
  }
  
  .overview-tripanel { 
    background-image: url("https://www.getbackbar.com/hubfs/Web%20Design%20Assets%20/Illustrations/2020%20Homepage%20Redesign%20Illustrations/tripanel%20background-04.png");
  }
  
  .overview-tripanelsection { height: 200px; !important } 
  
  .overview-header { margin-top: 50px; }
  
  .overview-subtext { 
    text-align: left; 
    margin-bottom: 15px; 
  } 
  
  .overview-section { margin: 25px 0; }

  .quote1 { 
  margin-top: 25px;
}
  
  .button-group { 
    margin: 50px 0; 
  }
  
  .product-header {
    margin-top: 25px;
  }
  
  .product-footer { 
  margin-top: 25px; 
  padding-top: 10px;
  background-color: #F5F5F5;
  text-align: left; 
  }
  
  .tab-section { 
    margin-top   
  }
  
  .tab-section-background {
    margin: px 0; 
  }
  
  .gray { 
  margin: 25px 0; 
  padding: 10px 0;
  }
  
  .mobile-center { text-align: center; } 
  
  .feature-headergroup { margin-top: 75px; }
  
  .feature-image { 
    margin: auto; 
    width: 75%;
    margin-bottom: 25px; 
    padding-top: 15px;
  }
  
  /* support center */ 
  
  
  .support-search { width: 90%; } 
 
  .gs-selection !important{
  width: 85% ;
  height: 275px;
  padding: 0 5px; 
  background-color: white;
  border-radius: 7px;
  margin-top: 10px;
  margin-bottom:25px;
  box-shadow: 5px 5px 18px #EAEAEA;
  }
 
  .gs-selection p { 
    width: 80%; 
    margin: 0 auto; 
  }
  
  .gs-selection a { 
    margin: auto 0; 
  }
  
  .gs-img { width: 10%; margin: 0 auto; } 
  
  .cta-container !important { 
  background-size: contain;
  background-color: #e2ecf2;
  padding: 10px;
  background-position: right;
  background-repeat: no-repeat;
  margin: 40px auto; 
  max-width: 670px;
  background-image: none;
  }
  
  .cta-content { 
    width: 85% !important;
  }
  
  .toc-container { 
    padding: auto 0;
  }
  
  .toc-list-item { 
    width: 90%;!important;
    padding: auto 0;
  }
  
  .toc-icon { 
  position: absolute; 
  width: 50px;
  height: 100%;
  top: 24px; 
}
  
  .support-articles { 
    padding: 0 3%; 
    line-height: 1.2;
  }

}