@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

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

/*** Layout ***/

html {
    overflow-y: scroll;
    font-family: 'Roboto', sans-serif;
}
html, body {
    padding:0;
    margin:0;
    height: 100%;
    font-size: 16px;
}

a:link, a:visited {
    color: #3f47eb;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a {outline : none;}

@media(min-width:60em) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    body {
        margin: 0px 0px 0px 0px!important;
    }
    
}


/* Center Content */
.page-center {
    max-width: 1240px;
    margin: 0 auto !important;
    float: none !important;
}
.page-center-small {
    max-width: 900px;
    margin: 0 auto !important;
    float: none !important;
}

.page-center-large {
    max-width: 1380px;
    margin: 0 auto !important;
    float: none !important;
}

/* Header */
.flexibill-header {background-image:url('https://info.saphety.com/hubfs/flexibill/Flexibill_Hero.png'); 
      background-size: 100% 100%;
			background-repeat:  no-repeat;
  background-position: left top;
  min-height: 1000px!important;
	}
.flexcash-header {background-image:url('https://f.hubspotusercontent20.net/hubfs/1889475/Flexcash/header-site-fc.jpg'); 
      background-size: cover;
			background-repeat:  no-repeat;  
      background-position: center center;
      padding-bottom: 24%;
	}
.top-header { margin-bottom: 180px!important;} 
.sub-top-header { margin-bottom: 30px!important;} 

.subNav {text-align: right; display: block; }
.header-fixed .subNav {text-align: right; display: block; }
.header-fixed-new .subNav {text-align: right; display: block; }
.HB {display: block;}
.subNav p {padding: 10px 0px 0px 0px; margin: 0px;}
.subNav a, .subNav a:visited { color: #ffffff; font-size: 100%; text-decoration: none; margin: 0px 12px 0px 12px; font-weight: 300;}
.subNav a:hover {color: #ffffff; text-decoration: underline;}
.header-fixed .subNav a { color: #2f5ee8; font-size: 100%; text-decoration: none; margin: 0px 12px 0px 12px;}
.header-fixed .subNav a:visited { color: #2f5ee8; font-size: 100%; text-decoration: none; margin: 0px 12px 0px 12px;}
.header-fixed .subNav a:hover { color: #2f5ee8; text-decoration: underline; }
.header-fixed-new .subNav a { color: #2f5ee8; font-size: 100%; text-decoration: none; margin: 0px 12px 0px 12px;}
.header-fixed-new .subNav a:visited { color: #2f5ee8; font-size: 100%; text-decoration: none; margin: 0px 12px 0px 12px;}
.header-fixed-new .subNav a:hover { color: #2f5ee8; text-decoration: underline; }
.downIntro {
    position: absolute;
    bottom: -17%;
    left: 49%;
}



/* Hamburger Menu + Fixed*/
@media (max-width: 767px) {
  .menu {right:10%!important;  width: 75%!important; }
  
}
.header-fixed .hamburger {background: url(https://info.saphety.com/hubfs/flexibill/menu.png) no-repeat;    
  height: 41px; 
  margin-top: 12px;
  width: 40px;
  border: none;
  cursor:pointer;
  outline:none;
  z-index:999999999999999;  
  -webkit-appearance: none; 
  color: transparent;  z-index: 9999;}
.header-fixed-new .hamburger {background: url(https://info.saphety.com/hubfs/flexibill/menu.png) no-repeat;    
  height: 41px; 
  margin-top: 12px;
  width: 40px;
  border: none;
  cursor:pointer;
  outline:none;
  z-index:999999999999999;  
  -webkit-appearance: none; 
  color: transparent;  z-index: 9999;}
.hamburger {  background: url(https://info.saphety.com/hubfs/flexibill/menu.svg) no-repeat;    
  height: 41px; 
  margin-top: 12px;
  width: 38px;
  border: none;
  cursor:pointer;
  outline:none;
  z-index:999999999999999;  
  -webkit-appearance: none; 
  color: transparent;
}

.cross{
  font-family: 'Roboto', sans-serif;
  background:none;  
  padding:6px 15px 10px 6px;
  color:#ffffff;
  border:0;
  font-size:3em;
  line-height:36px;
  font-weight:100!important;
  cursor:pointer;
  outline:none;
  z-index:999999999999999; 
}
.header-fixed .cross{
  background:none;  
  padding:6px 15px 0px 6px;
  color:#2E7FE8;
  border:0;
  font-size:3em;
  line-height:36px;
  font-weight:100!important;
  cursor:pointer;
  outline:none;
  z-index:999999999999999; 
}
.header-fixed-new .cross{
  background:none;  
  padding:6px 15px 0px 6px;
  color:#2E7FE8;
  border:0;
  font-size:3em;
  line-height:36px;
  font-weight:100!important;
  cursor:pointer;
  outline:none;
  z-index:999999999999999; 
}

.menu {z-index:9999; font-weight:400; font-size:0.8em; background:#2E7FE8; position:absolute; right:6%;  width: 15%; text-align:left; font-size:15px;}
.menu ul {margin: 0px; padding: 0; list-style-type: none; list-style-image: none; }
.menu li {display: block;   padding:12px 20px 12px 20px;}
.menu li:hover{display: block;  background:#ffffff; padding:12px 20px 12px 20px;}
.menu ul li a { text-decoration:none;  margin: 0px; color:#ffffff!important;}
.menu ul li a:hover {  color: #666; text-decoration:none; padding:12px 20px 12px 20px;}
.menu a{text-decoration:none; color:#ffffff;}
.menu a:hover{text-decoration:none; color:#666;}


.content-after-fixed {margin-top: 130px!important;}
.content-after-fixed-new {margin-top: 130px!important;}
.content-after-fixed-new p {text-align:left!important;}
.content-after-fixed-new h3 {font-size: 18px; color: #222222; font-weight: 500; margin: 0px; padding: 15px 0px 8px 0px; }
.videoHolder {margin-bottom: 40px;}

.fixed {position: fixed; width: 100%; z-index: 999; padding-top: 90px; }
.header-fixed { background: #ffffff repeat scroll 0 0; opacity: 0.9; position: fixed; top: 0; padding: 18px 0px!important; margin: 0px;  transition: all 0.4s ease 0s;
 width: 100%; z-index: 999999; max-height: 90px;  -webkit-box-shadow: 0px 2px 14px 3px rgba(225,228,240,1); 
-moz-box-shadow: 0px 2px 14px 3px rgba(225,228,240,1);
box-shadow: 0px 2px 14px 3px rgba(225,228,240,1); }
.header-fixed-new { background: #ffffff repeat scroll 0 0; opacity: 0.9; position: fixed; top: 0; padding: 18px 0px!important; margin: 0px 0px 0px 0px;  transition: all 0.4s ease 0s;
 width: 100%; z-index: 999999; max-height: 90px;  -webkit-box-shadow: 0px 2px 14px 3px rgba(225,228,240,1); 
-moz-box-shadow: 0px 2px 14px 3px rgba(225,228,240,1);
box-shadow: 0px 2px 14px 3px rgba(225,228,240,1); }


.header-fixed .main-logo {  height: 35px; display: inline-block; text-decoration:none;}
.header-fixed .main-logo img {max-width: 170px; height: auto;}
.header-fixed-new .main-logo {  height: 35px; display: inline-block; text-decoration:none;}
.header-fixed-new .main-logo img {max-width: 170px; height: auto;}
.main-logo  { width: 317px; height: 65px; display: inline-block; text-decoration:none;}

.header-intro { margin-bottom: 30px; position: relative; padding-top: 360px;}
.header-intro-CGD { margin-bottom: 30px; position: relative; padding-top: 330px;}
.sub-header-intro { margin-bottom: 30px; position: relative; padding-top: 10px;}
.hiS {font-style: italic; color: #ffffff; font-size: 180%; font-weight: 300; display: inline-block; margin-bottom: 40px;}
.header-intro h1 {color: #ffffff; font-weight: 300; font-size: 320%; margin: 0px 0px 10px 0px; max-width: 60%; }
.header-intro p { color: #ffffff; max-width: 40%; font-size: 110%; line-height: 1.6em; margin: 0px; padding: 0px 0px 40px 0px;}
.header-intro-CGD h1 {color: #ffffff; font-weight: 500; font-size: 320%; margin: 0px 0px 10px 0px; max-width: 60%; }
.header-intro-CGD p { color: #ffffff; max-width: 40%; font-size: 110%; line-height: 1.6em; margin: 0px; padding: 0px 0px 50px 0px; font-weight: 300;}
.sub-header-intro h1 {color: #ffffff; font-weight: 300; font-size: 320%; margin: 0px 0px 10px 0px; max-width: 60%; }
.sub-header-intro p { color: #ffffff; max-width: 40%; font-size: 110%; line-height: 1.6em; margin: 0px; padding: 0px 0px 40px 0px;}

/* Content */
#oqe {margin-top: -25px;}
#oqe h2 {text-align: center; color: #2f5ee8; font-weight: 400; font-size: 340%; padding: 0px; margin: 0px 0px 25px 0px;}
#oqe p {text-align: center; color: #737374; line-height: 1.5em; font-size: 110%; margin: 0px; padding: 0px 0px 40px 0px;}
.Blue {color: #2f5ee8;}
.diagrama {margin: 0 auto; width: 100%; text-align:center; margin-bottom: 30px; position: relative;}
.tooltip_templates { display: none; }



.vantagens {padding-top: 75px;}
.vantagens h2 {text-align: center; color: #2f5ee8; font-weight: 400; font-size: 340%; padding: 0px; margin: 0px 0px 25px 0px;}
.vantagens p {text-align: center; color: #737374; line-height: 1.5em; font-size: 110%; margin: 0px; padding: 0px 0px 40px 0px;}
.vantagens-container {
 margin-top: 150px!important;
background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top, #f3f3f3 0%, #f3f3f3 80%, #ffffff 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f3f3f3 0%,#f3f3f3 80%,#ffffff 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f3f3f3 0%,#f3f3f3 80%,#ffffff 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  min-height: 1000px!important;
  padding: 20px 35px;}
}

.como-funciona {  position: relative; margin: 0px; padding: 0px 0px 30px 0px;}
.CMS {position: absolute; color: #2f5ee8; font-size: 340%; margin-left: 30px; font-weight: 400; max-width: 30%; z-index: 999;}
.vantagens-slider {max-width: 1000px; margin: 3% 0% 0% 16%;}

@media (max-width: 767px) {
  .bloco-clientes {padding: 0px 10px 80px 10px!important;}
  .slPic {float: none!important; width: 100%!important; padding-right: 0%!important; text-align:center!important;}
  .slContent {float: none!important; width: 100%!important; text-align:center!important;}  
  .CMS {position: relative!important;  font-size: 250%!important; margin-left: 15px!important; max-width: 100%!important; z-index: 99!important;}
  .vantagens-slider {max-width: 100%!important; margin: 3% 0% 15% 0%!important;}
}
.bloco-clientes {padding-bottom: 100px!important;}
.slPic {float: left; width: 45%; padding-right: 5%;}
.slContent {float: left; width: 50%;}
.color-divider {width: 70%; height: 13px; z-index: 99; background-image: linear-gradient(to right, #30DCE8, #2F5EE8);
  margin-bottom: -23px; display: block; margin-left: 50px; position: relative;}

@media (max-width: 767px) {
   .flexcash-header {background-image:url('https://f.hubspotusercontent20.net/hubfs/1889475/Flexcash/header-site-fc_mobile.jpg'); 
      background-size: 100% 100%;
			background-repeat:  no-repeat;
  background-position: center top;
  min-height: 580px!important;
	}
  
 .flexibill-header {min-height: 780px!important;}
.downIntro {  bottom: -6%!important; }
.header-intro {padding-top: 230px!important;}
.header-intro h1 { font-size: 250%!important; max-width: 90%!important; padding: 0px 0px 4px 20px!important; }
  .header-intro-CGD {padding-top: 230px!important;}
.header-intro-CGD h1 { font-size: 250%!important; max-width: 90%!important; padding: 0px 0px 4px 20px!important; }
  .header-intro-CGD p {max-width: 100%; padding: 0% 1% 3% 1%;}
 .sub-header-intro {padding-top: 10px!important;}
.sub-header-intro h1 { font-size: 250%!important; max-width: 90%!important; padding: 0px 0px 4px 20px!important; }
.hiS { padding: 0px 0px 0px 20px!important;}
.header-intro p { max-width: 90%!important;  padding: 0px 0px 40px 20px!important;}
  .sub-header-intro p { max-width: 90%!important;  padding: 0px 0px 40px 20px!important;}
.main-logo  { width: 100%!important; text-align:center!important; float: left!important; margin-bottom: 5px!important; }
 .main-logo img {max-width: 220px; height: auto;}
 .fixed { padding-top: 50px!important; }  
 .top-header .row-fluid [class*="span"]  {float: left!important; }
 .top-header .row-fluid .span6  { width: 75%!important;}
  .row-fluid .span12 .top-header { width: 100%!important;}
  .sub-top-header .row-fluid [class*="span"]  {float: left!important; }
 .sub-top-header .row-fluid .span6  { width: 75%!important;}
  .row-fluid .span12 .sub-top-header { width: 100%!important;}
 .subNav {text-align: center!important; }
 .header-fixed {  max-height: 120px!important;}
  .header-fixed-new {  max-height: 120px!important;}
}



/* Form */
@media (max-width: 767px) {
  .formColor {padding: 4% 6% 4% 1%!important;}
}
.formColor {background:#F9F9F9; padding: 5% 5%;}
#flexcash_Aderir { margin-bottom: 50px; }
#flexcash_Aderir h3 {text-align: center; color: #2f5ee8; font-weight: 400; font-size: 290%; padding: 0px; margin: 0px 0px 40px 0px;}
#flexcash_Aderir p {text-align: center; color: #737374; font-size: 110%; margin: 0px; padding: 0px 0px 60px 0px;}
#flexcash_Aderir h6 {text-align: center; color: #c5c5c5; font-size: 90%; margin: 30px 0px 30px 0px; padding: 0px; font-weight: 400; font-style: italic;}
#flexcash_Aderir .hs-form-field { width: 23%!important; float: left; margin: 0px 10px; }
#flexcash_Aderir .hs-form fieldset { max-width: 100%!important; float:left;}
#flexcash_Aderir .hs-input {
    width: 100% !important;    
    min-height: 60px !important;
    font-family: 'Open Sans', sans-serif;
    background:#FFFFFF !important;
    border: none;
    font-size: 90%;
    margin-bottom: 5px;
    padding: 0px 0px 0px 20px;
    border-radius: 5px;
  -webkit-box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
-moz-box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
  font-family: 'Roboto', sans-serif;
}

#flexcash_Aderir .hs-form-required {
    display:none;
}
.hs-button.primary:focus {outline:0;}
#flexcash_Aderir .hs-button.primary {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
    background-color: #ffffff;     
    border: none;   
    padding: 13px 40px;    
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;    
    cursor: pointer;
    background-image: none;
    white-space: nowrap;   
    font-size: 18px;    
    line-height: 1.42857143;  
    text-decoration: none;
    color: #2f5ee8;
    border-radius: 25px;
  -webkit-box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
-moz-box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
    -webkit-appearance: none;   
   display: inline-block;
  font-family: 'Roboto', sans-serif;
    
}

#flexcash_Aderir .actions {text-align:center!important;}
.hs-main-font-element {display: none;}

#flexcash_Aderir .hs-button.primary:hover {     
    background-color:#2f5ee8;
    color: #ffffff;
}
#flexcash_Aderir input::-webkit-input-placeholder {   color: #c5c5c5; font-size: 120%; font-family: 'Roboto', sans-serif;}
#flexcash_Aderir input::-moz-placeholder {   color: #c5c5c5; font-size: 120%; font-family: 'Roboto', sans-serif;}
#flexcash_Aderir input:-ms-input-placeholder { color: #c5c5c5; font-size: 120%; font-family: 'Roboto', sans-serif;}
#flexcash_Aderir input:-moz-placeholder { color: #c5c5c5; font-size: 120%; font-family: 'Roboto', sans-serif;}
#flexcash_Aderir .hs-error-msgs {color: #121212!important; font-size: 75%; text-align:left; margin: 0; padding: 0; list-style: none; }
#flexcash_Aderir label {display: none;}

.socialShare {text-align:center; padding-bottom: 40px;}
.socialShare h4 {color: #C5C5C5; font-size: 200%; font-weight: 300; padding: 0px 20px 0px 0px; margin: 0px; display: inline-block; }

@media (max-width: 767px) {
    #flexcash_Aderir .hs-form-field { width: 100%!important; float: none!important; margin-right: 0px!important;}
}

.blocoCGD {margin-top: 40px; margin-bottom: 40px; font-family: 'Roboto', sans-serif;}
.blocoCGD h2 {text-align: center; color: #2f5ee8; font-weight: 400; font-size: 290%; padding: 0px; margin: 0px 0px 40px 0px;}
.blocoCGD a, .blocoCGD a:visited  { color:#2f5ee8; text-decoration: none;}
.blocoCGD img {max-width: 100%; height: auto;}
.CGD_logo {float: left; padding: 0% 0% 0% 10%; border-right: 1px solid #DEDEDE; width: 28%;}
.CGD_text {float: left; width: 46%; padding: 0% 11% 0% 3%;}
.CGD_text p {padding: 15px 0px 4px 0px; line-height: 1.6em; font-size: 17px;}
.CGD_contact {float: left; width: 100%; text-align: center; margin-top: 30px; font-size: 17px;}
.CGD-Intro img {max-width: 480px; height: auto;}
.CGD-Intro p {padding: 0% 0% 0% 10%;}

.CGD-Vantagens {background:#F7F7F7; padding-top: 45px; padding-bottom: 35px; margin-bottom: 65px;}
.CGD-Vantagens img {max-width: 60px; height: auto;}
.CGD-Vantagens p {text-align: center; padding: 5px 25px 10px 25px; font-size: 17px; line-height: 1.5em;}
.CGD-Vantagens h2 {text-align: center; color: #2f5ee8; font-weight: 400; font-size: 290%; padding: 0px; margin: 0px 0px 40px 0px;}
.vantagens-CGD-tabs { margin-top: 50px!important; padding-left: 10%!important;}

@media (max-width: 767px) {
.CGD_logo {float: left; padding: 0% 1% 0% 1%; border-right: 0px; width: 98%; text-align: center;}
.CGD_text {float: left; width: 98%; padding: 0% 1% 0% 1%;}
}

/* Footer */

@media (max-width: 767px) {
  .footer-links ul {text-align:center; margin: 0px 0px 20px 0px!important;}
  .footer-wrap p {text-align:center; }
  .footer-social {text-align: center;}
  .footer-copyright p {text-align:center!important;}
  .footer-logos {text-align:center!important;}
} 


.footer-wrap {
 padding: 80px 0px 0px 0px;
background-image:url('https://info.saphety.com/hubfs/flexibill/bg_footer.png'); 
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;}
.footer-wrap p {color: #FFFFFF; }
.footer-links ul {list-style-type: none; font-size: 100%; margin: 0px 0px 80px 0px; padding: 0px;}
.footer-links ul li {padding: 0px 0px 12px 0px; color: #ffffff; opacity: 0.5;}
.footer-links ul li a, .footer-links ul li a:visited {color: #ffffff; }
.footer-logos {color: #ffffff; font-size: 13px; padding-top: 5%; text-align: right;}
.footer-logos img {vertical-align:middle; padding-left: 6px;}
.cgd {margin-right: 50px;}

.footer-lgs { padding: 0px 0px 45px 0px;}
.footer-lgs a, .footer-lgs a:visited {color: #ffffff; text-decoration: none; opacity: 0.5; margin: 0px 20px 0px 0px;}
.footer-lgs a:hover {text-decoration: underline; }
.footer-lgs .active {opacity: 1!important;}
.footer-social {padding: 0px 10px 50px 0px; }
.footer-social p {font-weight: 300; }
.footer-social a, .footer-social a:visited {font-size: 21px; opacity: 0.5; color: #ffffff; margin: 0px 0px 0px 10px;}
.footer-social a:hover {opacity: 1;}
.footer-copyright p {font-size: 13px; text-align: right; opacity: 0.5;}
.footer-copyright a, .footer-copyright a:visited {opacity: 1; color: #ffffff; margin: 10px 0px 0px 0px; display: block;}
.footer-copyright a:hover {opacity: 1;}

/* BTN */
.header-fixed .btn-global, .btn-global:visited {
  color: #2f5ee8 !important;
  background-color: none;
  font-family: 'Open Sans', sans-serif!important;
  border: 1px solid #2f5ee8;
  padding: 6px 25px;   
  text-decoration:none;  
  font-size: 100%;
  font-weight: 300!important;
  display: inline-block;
  margin: 0px;
  cursor: pointer;
  border-radius: 20px;  
 }

.header-fixed-new .btn-global, .btn-global:visited {
  color: #2f5ee8 !important;
  background-color: none;
  font-family: 'Open Sans', sans-serif!important;
  border: 1px solid #2f5ee8;
  padding: 6px 25px;   
  text-decoration:none;  
  font-size: 100%;
  font-weight: 300!important;
  display: inline-block;
  margin: 0px;
  cursor: pointer;
  border-radius: 20px;  
 }


.btn-global, .btn-global:visited {
  color: #ffffff !important;
  background-color: none;
  font-family: 'Open Sans', sans-serif!important;
  border: 1px solid #ffffff;
  padding: 6px 25px;   
  text-decoration:none;  
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  margin: 0px;
  cursor: pointer;
  border-radius: 20px;
  
 }
.btn-global:hover,
.btn-global:focus,
.btn-global.active,
.open .dropdown-toggle.btn-global {
   color: #2f5ee8!important;
  background-color:#ffffff;
  border-color: #ffffff;
  text-decoration:none!important;
}
.btn-global:active,
.btn-global.active,
.open .dropdown-toggle.btn-global {
  background-image: none;
}

.header-fixed .btn-global,
.header-fixed-new .btn-global,
.header-fixed .btn-global:hover,
.header-fixed-new .btn-global:hover,
.header-fixed .btn-global:focus,
.header-fixed-new .btn-global:focus,
.header-fixed .btn-global.active,
.header-fixed-new .btn-global.active,
.header-fixed .btn-global:visited,
.header-fixed-new .btn-global:visited,
.open .dropdown-toggle .header-fixed-new .btn-global,
.open .dropdown-toggle .header-fixed .btn-global
{
  color: #ffffff!important;
  background-color:#2f5ee8!important;
  border-color: #2f5ee8!important;
  text-decoration:none!important;
}
.header-fixed .btn-global:active,
.header-fixed .btn-global.active,
 {
  background-image: none;
}
.header-fixed-new .btn-global:active,
.header-fixed-new .btn-global.active,
 {
  background-image: none;
}
.btn-white {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
    background-color: #ffffff;     
    border: none;   
    padding: 13px 40px;    
    margin-bottom: 70px;
    font-weight: 400;
    text-align: center;    
    cursor: pointer;
    background-image: none;
    white-space: nowrap;   
    font-size: 18px;    
    line-height: 1.42857143;  
    text-decoration: none;
    color: #2f5ee8;
    border-radius: 25px;
  -webkit-box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
-moz-box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
    -webkit-appearance: none;   
   display: inline-block;
  font-family: 'Roboto', sans-serif;
    
}


.btn-white:hover {     
    background-color:#2f5ee8;
    color: #ffffff;
  text-decoration: none;
}



.simple-tooltip-container {
  position: relative;
  
}
 
.tooltip {
  position: absolute;
  z-index: 666;
  top: 33.8%;
  left: 47.8%;
  width: 16em; 
  background-color: rgba (255, 255, 255, 0.3)!important;    
  -webkit-box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
-moz-box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
  border: none;
  border-radius: .5em;
  padding: 1em;  
}
.tooltip img {border: none;}
.tooltip p {color: #737374!important; font-size: 14px!important; line-height: 1.4em!important; padding: 20px 0px!important;}
.tooltip button {background: transparent; border: none; cursor: pointer;}
.tooltip button:focus {outline:0;}


.middle-tooltip-tooltip {
  position: absolute;
  z-index: 666;
  top: 28.5%;
  left: 0.6%;
  width: 16em; 
  background-color: rgba (255, 255, 255, 0.9);  
  -webkit-box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
  -moz-box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
  box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
  border: none;
  border-radius: .5em;
  padding: 1em;
}
.middle-tooltip-tooltip p {color: #737374!important; font-size: 14px!important; line-height: 1.4em!important; padding: 20px 0px!important;}
.middle-tooltip-tooltip button {background: transparent; border: none; cursor: pointer;}
.middle-tooltip-tooltip button:focus {outline:0;}

.first-tooltip-tooltip {
  position: absolute;
  z-index: 666;
  top: 33.8%;
  right: 46.7%;
  width: 16em; 
  background-color: rgba (255, 255, 255, 0.3);  
  -webkit-box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
-moz-box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
  border: none;
  border-radius: .5em;
  padding: 1em;
}
.first-tooltip-tooltip p {color: #737374!important; font-size: 14px!important; line-height: 1.4em!important; padding: 20px 0px!important;}
.first-tooltip-tooltip button {background: transparent; border: none; cursor: pointer;}
.first-tooltip-tooltip button:focus {outline:0;}




.simple-tooltip-tooltip__title {
  margin: 0;
  line-height: 1;
}
.simple-tooltip-tooltip p {
  font-size: 1em;
}
.middle-tooltip-tooltip__close {
  float: none;
  /** fix typo inputs **/
  font-family: inherit;
  border: none;
  
}



/* for this example: tablets */
@media (max-width: 55.625em) {

  .simple-tooltip-container {
    position: static;
	
  }
  .simple-tooltip-tooltip {
    position: static;
	  width: auto;
	  margin-top: 1em;
  }
  
}



@-webkit-keyframes fromleft {
  0%   { width: 0; }
  100% { width: 25em; }
}
@keyframes fromleft {
  0%   { width: 0; }
  100% { width: 25em; }
}



/* Style the tab */
.tab {
  float: left; 
  width: 35%;
  
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
    background-color: #ffffff;
    border: none;
    padding: 13px 35px;
    margin-bottom: 0;
    font-weight: 700;    
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 16px;
    text-align: left;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2f5ee8;
    border-radius: 40px;
    -webkit-box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
    -moz-box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
    box-shadow: 0px 2px 21px 3px rgba(225,228,240,1);
    -webkit-appearance: none;   
    font-family: 'Roboto', sans-serif;
    width: 100%;
   min-height: 80px!important;
   margin-bottom: 20px;
}

.tab button {outline: none;}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #ffffff;
    background: linear-gradient(to right, #2EB4E7, #2F64E8);
    border-radius: 40px;
}

/* Create an active/current "tab button" class */
.tab button.active {
  color: #ffffff;
    background: linear-gradient(to right, #2EB4E7, #2F64E8);
    border-radius: 40px;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 35px;  
  width: 50%;
  border-left: none;
  height: 300px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5em;
  font-size: 17px;
  color: #333333;
}

@media (max-width: 1180px) {
  .tab {
  float: left; 
  width: 42%;  
}
  .tabcontent {
  float: left;
  padding: 0px 15px;  
  width: 43%;
  border-left: none;
  height: auto;
}
  .CGD-Intro img {max-width: 400px; height: auto;}
}

@media (max-width: 980px) {
  .tab {
  float: left; 
  width: 70%;  
}
  .tabcontent {
  float: left;
  padding: 0px 15px;  
  width: 90%;
  border-left: none;
  height: auto;
}
  .CGD-Intro img {max-width: 400px; height: auto;}
}

@media (max-width: 767px) {
  .tab {
  float: left; 
  width: 100%;  
}
   .vantagens-CGD-tabs { margin-top: 30px!important; padding-left: 0%!important; text-align:center;}
  .tabcontent {
  float: left;
  padding: 0px 15px;  
  width: 90%;
  border-left: none;
  height: auto;
}
  .CGD-Intro img {max-width: 340px; height: auto;}
}

@media (max-width: 580px) {
   .flexcash-header {background-image:url('https://f.hubspotusercontent20.net/hubfs/1889475/Flexcash/header-site-fc_mobile_small.jpg'); 
      background-size: 100% 100%;
			background-repeat:  no-repeat;
  background-position: center top;
     min-height: 560px!important;}
      .header-intro-CGD h1 { font-size: 200%!important; max-width: 90%!important; padding: 0px 0px 5px 20px!important; }
      .header-intro-CGD p {max-width: 100%; padding: 0px 0px 20px 20px;}
   .CGD-Intro img {max-width: 370px; height: auto;}
   .CGD-Intro p {padding: 0% 1% 0% 1%; text-align:center;} 
  .vantagens-CGD-tabs { margin-top: 30px!important; padding-left: 0%!important; text-align:center;}
  .tab button {text-align:center; }
	}
@media (max-width: 380px) {
  .CGD-Intro img {max-width: 340px; height: auto;}
}