/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.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;}




/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */


/* Typography */
            /*  */
                         /*  */
                          /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


/* ==========================================================================
   Base                                                    
   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position:relative;
  overflow-x:hidden;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1450px;
  margin: 0 auto;
  padding:0px !important;
}
:focus {outline:none;}

.container-fluid .row-fluid .page-center-thankyou {
  float:none;
  max-width:848px;
  margin:0 auto !important;
  padding:0px 0px;
  width:100%;
}

@media (max-width:980px) {
  .container-fluid .row-fluid .page-center-thankyou {
  	padding:0px 25px;
  	width:100%;
	}
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1,h2,h3,h4,h5 {
    margin:0;
    padding:0;
}



/* CTA 
====== */

.GTRCTA {
  background: #FAA529;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size:17px;
  border-radius:9px;
  font-weight:800;
  padding:13px 20px;
  text-decoration:none;
  display:inline;
  max-width:145px;
  vertical-align:middle;
  text-align:center;
}

.tCell .GTRCTA, #featBlocks .GTRCTA, .GTRCTACenter {
    margin:0 auto;
}

.header-container .GTRCTA { 
  max-width:185px;
}
#customersTop .GTRCTA {
    max-width:200px;
}
.advApp .GTRCTA {
    display:inline-block;
}

@media (max-width:1400px) {
    .header-container .GTRCTA { 
        font-size:12px;
     max-width:155px;
    }
}

/* ==========================================================================
   Header
   ========================================================================== */
   
.hamburger {
  display:none;
  padding: 15px 15px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #005FA0;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }   
   .hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }
    
#hs_menu_wrapper_module_1527791786648370 {
    text-align:center !important;
  margin-top:40px;
}
.header-container-wrapper {
    width:100%;
    height: 140px;
    position:relative;
}
.header-container-wrapper:after {
        content: "";
          position: absolute;
          bottom: 0px;
          left: 0;
          width: 100%;
          height: 140px;
-webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.32);
box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.32);
          z-index: 1;
}

        .hamIcon {
        position:absolute;
        top:0;
        right:0;
            text-align: right;
    }
    
.header-container {
        max-width:1450px;
    margin:0 auto;
    padding-top: 7px;
}


.hs-menu-wrapper ul {
    margin-top:5px !important;
}

.hs-menu-wrapper ul li a {
    color:#333333;
    font-family: 'Roboto', sans-serif;
    font-size:19px;
}

.hs-menu-wrapper ul li a:hover {
    color:#147EC6;
}

.headerCTA {
    margin-top:50px;
    text-align:right;
}
    .row-fluid [class*="span"].main-menu {
        display:block;
    }
    
.headerLogo img {
    padding-left:25px;
}
    
/* Header below 1401px (Small Deskstop / Laptop)
====================== */
@media (max-width:1401px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        font-size:18px;
        padding:5px 10px;
    }
    
}

/* Header below 1201px (Laptop)
====================== */
@media (max-width:1201px) {
    
    .header-container-wrapper {
        height:120px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        font-size:16px;
        padding:0px 10px;
    }
    .headerCTA {
        margin:0;
    }

}
.header-login {
  margin-top:50px;
}

@media (max-width:1200px) {
  .header-login {
  	margin-top:0px;
	}
}

/* Header below 791px (Tablet / Mobile) 
====================== */
@media (max-width:1051px) {
    .hamburger {
        display:inline-block;
    }
    .header-container .GTRCTA { 
        width:100%;
        max-width:100%;
        display:block;
        border-radius:0;
        padding:8px 0px;
    }
    .headerCTA, .header-login {
        margin:0;
        position: absolute !important;
        width: 50% !important;
        margin: 0 !important;
        bottom: -57px !important;
        float: none !important;
        
    }
  .header-login {
  	right:0 !important;	
  	}
    
    .main-menu {
        width: 100% !important;
        position: absolute;
        float: none !important;
        top: 96px;
        background: white;
        margin: 0 !important;
    }
    .main-menu ul {
                display:none;
        width:100%;
    }
    .main-menu ul li {
        display:block;
        width:100%;
        float:none !important;
        background:#005FA0;
        color:white;
        border-bottom:1px solid #fff;
        padding:5px 0px;
        position:relative;
        text-align:left;
    }
    .main-menu ul li a {
        color:white;
    }
    .main-menu ul li a:after {
        content:"\f0da";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #white;
        font-size: 18px;
        padding-right: 0.5em;
        position: absolute;
        top: 5px;
        right:25px;
    }
       .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
           padding-left:25px;
       }
    .headerLogo {
        width:50% !important;
    }
    .headerLogo img {
        width:100%;
        max-width:80px;
        padding-left:25px;
    }
    
    .row-fluid [class*="span"].main-menu {
        display:none;
    }
    
    .heroContentText {
        padding-top:25%;
    }
    
}

@media (max-width:350px) {
    
    .headerLogo img {
        width:100%;
        max-width:200px;
        padding-left:25px;
    }
    .main-menu {
        top:88px;
    }
    .hamburger {
        padding:8px 15px;
    }
    
}




/* ==========================================================================
   A Spot
   ========================================================================== */

#home-hero {
    width:100%;
    height:640px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:bottom;
}

#home-hero h1 {
    font-size:55px;
    color:#fff;
    margin:0;
    padding:0;
    font-weight:700;
    line-height:70px;
}

#home-hero h3 {
    font-size:30px;
    color:#fff;
    margin:0;
    padding:0;
    font-weight:400;
}
.heroCTA {
    margin-top:15px;
}
#home-hero .page-center {
    margin-top:5%;
}


.bspot-text {
    margin-top:40px;
}

#whyitworks-hero {
       width:100%;
    height:417px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    color:white;
}

#whyitworks-hero .page-center {
    margin-top:5%;
}

#whyitworks-hero h1 {
    font-size:50px;
    color:#fff;
    margin:0;
    padding:0;
    font-weight:700;
    line-height:60px;
}
#whyitworks-hero p {
    font-size:32px;
    color:#fff;
    margin:0;
    padding:0;
    font-weight:400;
    line-height:40px;
}



/* Thank you page
================= */
#thankyou-hero {
    width:100%;
    height:457px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:bottom;
  text-align:center;
}

#thankyou-hero h1 {
    font-size:50px;
    color:#fff;
    margin:0;
    padding:0;
    font-weight:700;
    line-height:70px;
}
#thankyou-hero p {
  font-size:32px;
  color:#fff;
  margin:0;
  padding:0;
}
#thankyou-hero .page-center {
    margin-top:5%;
}


.HeroMinImg {
  text-align:center;
  margin-top:-130px;
  margin-bottom:40px;
}

.thankyouH2 {
  color:#707070;
  font-size:32px;
}
.thankyouP {
  color:#707070;
  font-size:20px;
}

@media (max-width:980px) {
  .thankyouH2 {
    color:#707070;
    font-size:25px;
  }
  #thankyou-hero h1 {
  	font-size:40px;
    line-height:50px;
  }

}


/* Customers Block
================== */
#customersTop {
    background:url('https://cdn2.hubspot.net/hubfs/1550291/GTR2018/brands-bg.png');
    background-position:top center;
    background-repeat:no-repeat;
    background-size:cover;
    padding:65px 0px;
    min-height:513px;
    margin-top:50px;
}

#customerLogos {
    margin-top:-185px;
}

.customerLogo {
    margin: 20px 0px;
}

.customersContent {
    max-width:720px !important;
    width:100% !important;
    float:none !important;
    margin:0 auto !important;
}
.customersContent h2 {
    margin-bottom:20px;
}
.customersCTA {
    float:none !important;
    margin: 0 auto !important;
    text-align:center;
}

/* Testimonials Block
===================== */
#testimonials {
    margin-top:80px;
}
#testimonials h2 {
    margin-bottom:35px;
}

.testiCard {
    background:white;
    padding:45px 40px;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
min-height:500px !important;
}
.testimonialContent {
   float: none;
    min-height: 100px !important;
}

.testimonialPic {
    text-align: center;
    margin-top: 80px;
}

.testimonialName {
    text-align:center;
    margin-top:15px;
}



/* Features Block
================== */

#featBlocks {
    margin:100px 0px;
}

#featBlocks .row-fluid [class*="span"] {
    margin:0 !important;
}

#featBlocks p {
     max-width: 430px;
    padding: 0;
    margin: 0;
}

.main-feat-block, .feat-block-one, .feat-block-two, .feat-block-three, .feat-block-four, .feat-block-five {
    color:white;
    height:385px;
    width:33.33% !important;
    position:relative;
}

.main-feat-block {
    background:#005FA0;
    padding:130px 80px;
}

/*.feat-block-one {
    background:url('https://cdn2.hubspot.net/hubfs/1550291/GTR2018/BOX2.png');
        background-repeat:no-repeat;
    background-size:cover;
}

.feat-block-two {
    background:url('https://cdn2.hubspot.net/hubfs/1550291/GTR2018/BOX3.png');
        background-repeat:no-repeat;
    background-size:cover;
}

.feat-block-three {
    background:url('https://cdn2.hubspot.net/hubfs/1550291/GTR2018/BOX4.png');
        background-repeat:no-repeat;
    background-size:cover;
}

.feat-block-four {
    background:url('https://cdn2.hubspot.net/hubfs/1550291/GTR2018/BOX5.png');
        background-repeat:no-repeat;
    background-size:cover;
}

.feat-block-five {
    background:url('https://cdn2.hubspot.net/hubfs/1550291/GTR2018/BOX6.png');
        background-repeat:no-repeat;
    background-size:cover;
    background-position: bottom center;

}*/

.feat-block-content {
    position:absolute;
    bottom:25px;
    text-align:center;
}

.feat-block-hover {
    display:none !important;
    background:rgba(0, 95, 158, 0.71);
    position:absolute;
    top:0;
    padding:100px;
    height:100%;
}

.feat-block-one:hover .feat-block-hover, .feat-block-two:hover .feat-block-hover, .feat-block-three:hover .feat-block-hover, .feat-block-four:hover .feat-block-hover, .feat-block-five:hover .feat-block-hover {
    display:block !important;
}
.feat-block-one:hover .feat-block-content, .feat-block-two:hover .feat-block-content, .feat-block-three:hover .feat-block-content, .feat-block-four:hover .feat-block-content, .feat-block-five:hover .feat-block-content {
    display:none !important;
}

@media (max-width:998px) {
    
    .feat-block-hover {
        display:block !important;
    }
    .feat-block-content {
        display:none !important;
    }
    
}


/* FEATURES MOBILE
================== */
@media (max-width:1201px) {
    .feat-block-hover {
        padding:50px;
    }
}

@media (max-width:998px) {
    .main-feat-block, .feat-block-one, .feat-block-two, .feat-block-three, .feat-block-four, .feat-block-five, .feat-block-content {
        width:100% !important;
    }
    #featBlocks p {
        max-width:100%;
    }
}

@media (max-width:767px) {
    .customerLogo {
        text-align:center;
    }
}

@media (max-width:650px) {
    #customerLogos {
        margin-top:-125px;
    }
}
@media (max-width:430px) {
    #customerLogos {
        margin-top:0px;
    }
}


/* Advocator App Block
====================== */
.advApp {
    padding-right:70px;
}



/* Resources
============ */
#resources {
    margin-top:150px;
    padding:60px 0px;
    background:#F7F7F8;
}

.resourceCard {
    width:100%;
    max-width:1200px;
    margin:15px auto !important;
    float:none !important;
    background:white;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
}

.rcContent {
    margin-top: 70px;
    padding-right: 80px;
    padding-left:15px;
    margin-left: 0px !important;
}

/* Resources Mobile 
=================== */
@media (max-width:1150px) {
    .rcContent {
        margin-top:10px;
    }

}

@media (max-width:998px) {
   .resourceCard .span6 {
       width:100%;
       margin:0;
       margin-bottom: 50px;
   } 
   .resourceCard img{
       width:100% !important;
   }
   .resourceCard .GTRCTA {
       width:100%;
       max-width:100%;
       display:block;
   }
}




/* Footer
================= */

.footerMenuHead p {
    border-bottom:1px solid #787878 !important;
    padding:10px 0px !important;
    width:50% !important;
    margin-bottom: 10px !important;
    font-size: 20px;
    font-weight: 600;
}

.footerInfo {
    margin-top:30px !important;
}

.footerInfo p {
    margin:0 !important;
    padding:2px 0px !important;
}

.footerInfo span p:first-child {
    margin-top:20px !important
}

.topFooter a, .botFooter a {
    color:white;
    text-decoration:none;
}

.topFooter i {
    font-size: 40px;
    margin-right: 20px;
}

.footerMenu ul {
    margin: 0 !important;
}

.topFooter {
    padding:55px 0px !important;
}

.footerMenu ul li a {
    color:white;
    padding:5px 0px !important;
    font-size:18px;
}


.topFooter, .botFooter {
    background:#393939;
    color:white;
    padding:10px;
}

.botFooter {
    border-top:1px solid #fff;
    font-size:18px;
    padding:15px;
}

@media (max-width:1251px) {
    .footerMenuHead p, .footerMenu ul li a {
        font-size:14px;
    }
    
    
    
}

@media (max-width:760px) {
    .footerMenuHead {
        display:none !important;
    }
}

/* Pricing Page 
=============== */

#pricing-hero {
    width:100%;
    height:300px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}

#pricing-hero .page-center {
    margin-top:5%;
}

#pricing-hero h1 {
    font-size:50px;
    color:#fff;
    margin:0;
    padding:0;
    font-weight:700;
    line-height:70px;
    text-align:center;
}


#pricing-table {
    margin-top:80px;
    margin-bottom:80px;
}

#pricing-table .page-center .row-fluid [class*="span"] {
    margin:0 auto;
}

#featuresCel {
    width:28%;
}

.pricingTableCelHeader {
    background:#005FA0;
    color:white;
    text-align:center;
    padding:10px 0px;
}

.pthFirst {
        border-right:1px solid #fff;
}

.topCell  {
    text-align:center;
    min-height:130px;
    border-right:1px solid #C5C5C5;
    border-bottom:1px solid #C5C5C5;
}
.topCellFirst {
    border:1px solid #C5C5C5;
    border-top:none;
}
.topCell h2 {
    color:#005FA0;
    font-size:40px;
    font-weight:700;
    padding-top: 10px;
}
.topCell h3 {
    color:#4DA1DB;
    font-size:32px;
    font-weight:700;
    line-height: 30px;
    
}
.topCell h4 {
    color:#4DA1DB;
    font-size:14px;
    font-weight:400;
}
.tCell {
    padding:5px 0px;
    min-height:65px;
    text-align:center;
    background:white;
    border-right: 1px solid #C5C5C5;
}

.tCellFirst {
    border-left: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
}
.tCellLast, .lastCell {
    border-right:1px solid #C5C5C5;
}
.tCell:last-child {
    border-bottom:1px solid #C5C5C5;
}


#tablePop {
    margin-top:-10px !important;
    border: 3px solid #aaa;
    position:relative;
}

#tablePop::before {
    content:"Most Popular!";
    position:absolute;
    top:-45px;
    left:28%;
    color:#707070;
    font-size:24px;
    font-weight:700;
    
}
#tablePop .pricingTableCelHeader {
    height:54px;
    
}
#tablePop .tCell:last-child {
    height:85px;
}

.tCell img {
    width:22px;
    height:25px;
}
.tCell:nth-child(odd) {
    background:#F6F6F6;

}

.feat-center {
    width:100%;
    max-width:875px;
    margin:0px auto !important;
    float:none !important;
}
#featuresList .row-depth-1  {
    padding:15px 0px !important;
}

.tCellCont {
    width:100%;
}
.tCellMobile {
    display:none !important;
}

@media (max-width:998px) {
    #tablePop {
        border:none;
    }
    #pricing-table {
        margin-top:30px !important;
    }
    .pricingTabletCel {
        margin-bottom:30px !important;
    }
    #tablePop::before { 
        content:"";
    }
.tCellMobile {
    border-right:1px solid #C5C5C5;
}

.tCellMobile, .tCellCont {
    width:48%;
    display:inline-block !important;
}

#featuresCel {
    display:none;
}

.pricingTabletCel {
    width:100% !important;
}

}

.featureText img {
        vertical-align: middle;
}

@media (max-width:767px) {
    #featuresList img {
        max-width:17px;
    }
         .featureText .span1 {
        width:27px !important;
        display:inline-block !important;
    }
    .featureText .span11 {
        width:90% !important;
        display:inline-block !important;
    }
}


/* Schedule Demo Bar
==================== */
.scheduleDemoBar {
    background:#4DA1DB;
    padding: 45px;
    height: 120px;
}
.scheduleDemoBar h2 {
    margin-top:-5px;
    vertical-align:middle;
    text-align: right;
}
.scheduleDemoBar .GTRCTA {
    margin:0;
    padding:13px 50px;
}
@media (max-width: 767px) {
    .scheduleDemoBar h2 {
        text-align:center;
    }
    .scheduleDemoBar .GTRCTA {
        margin:0;
        padding:13px 50px;
        display:block;
        margin:0 auto;
        text-align:center;
    }
    .scheduleDemoBar {
        padding:15px;
    }
}



/* Why it Works
=============== */

.gray-half {
    background:#F6F6F6;
    padding:38px;
    flex:1;
}
.step-half {
    display:flex;
}
.step3 {
    background:#F6F6F6;
}

#step3Text, #step4Text {
    padding-top:80px;
}

@media (max-width:1250px) {

    #step3Text, #step4Text {
        padding-top:30px;
    }
    
}

.step3Img {
    background:url('https://cdn2.hubspot.net/hub/1550291/hubfs/GTR2018/STEP-03.jpg?t=1529075616633&width=960&name=STEP-03.jpg');
    background-size:cover;
    background-position:center center;
    height:483px;
}

.step4 {
    background:#F6F6F6;
}
.step4Img {
    background:url('https://cdn2.hubspot.net/hub/1550291/hubfs/GTR2018/STEP-04.jpg?t=1529075616633&width=960&name=STEP-04.jpg');
    background-size:cover;
    background-position:center center;
    height:530px;
}

.right-img {
    padding-top: 70px;
    padding-left: 30px;
}

.step-half .span6{
    width:50% !important;
    margin-left:0 !important;
}

.step-half h1 {
    font-size:71px;
    color:#4DA1DB;
}
.step-half h2 {
    font-size:32px;
    color:#000;
}
.step-half p {
    font-size:18px;
    color:#000;
}

.full-width-img img {
    width:100% !important;
}

#resBlocks .span3 {
    margin-left:0;
    width:25%;
}

.resblock-image-wrap1, .resblock-image-wrap2, .resblock-image-wrap3 {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    color:white;
    height:518px;
    width:100%;
}
.main-resource-block {
    background:#005FA0;
    color:white;
    height:518px;
}
.resBoxContent {
    width: 83% !important;
    margin: 25% 8% !important;
}

.blueBarHow {
    background:#005FA0;
    color:white;
    margin:50px 0px;
}
.blueBarHowLast {
    margin-bottom:0;
}
.blueBarHow .textBlockHow {
    padding-top:4%;
    width:32%;
}

.bottomTextBlockHow {
    padding-top:7% !important;
}

.topTextBlockHow {
    padding-top:7% !important;
}

.whiteBarHow {
    margin:50px 0px;
}
.bigT {
    font-size:57px;
    font-weight:900;
}
.textBlockHow h2 {
    font-size:32px;
    line-height:43px;
    font-weight:500;
}
.textBlockHow p {
    font-size:22px;
    line-height:27px;
}

.resBlockTitle {
    font-size:32px;
    font-weight:600;
    text-align:center;
    padding-top:45%;
}

.resBoxContent h2 {
    font-size:32px;
}


.width-contain {
    padding:0px 25px;
}

.step3 {
    height:490px
}
.step4 {
    height:525px
}

.whyItWorkHeroCont {
    text-align: center; width: 40%; margin: 0 auto;
}

@media (max-width:1400px) {
    .resBoxContent {
        width: 90% !important;
        margin: 15% 8% !important;
    }
}


@media (max-width:1100px) {
    .resBoxContent {
        width: 90% !important;
        margin: 2% 8% !important;
    }
    .resBoxContent h2 {
        font-size:24px;
    }
}

.topImgDesktop, .midImgDesktop, .botImgDesktop {
    display:inline;
}
.topImgMobile, .midImgMobile, .botImgMobile {
    display:none;
}
@media (max-width:998px) {
    
    
    .topImgDesktop, .midImgDesktop, .botImgDesktop {
        display:none !important;
    }
    .topImgMobile {
        display:block;
        width:100%;
        background:url('https://cdn2.hubspot.net/hub/1550291/hubfs/GTR2018/intro-image.jpg?t=1529075616633&width=686&name=intro-image.jpg');
        background-size:cover;
        background-position:center;
        height:350px;
    }
       .midImgMobile {
        display:block;
        width:100%;
        background:url('https://cdn2.hubspot.net/hub/1550291/hubfs/GTR2018/89-percent.jpg?t=1529075616633&width=686&name=89-percent.jpg');
        background-size:cover;
        background-position:center;
        height:350px;
    }
    
        .botImgMobile {
        display:block;
        width:100%;
        background:url('https://cdn2.hubspot.net/hub/1550291/hubfs/GTR2018/30-percent.jpg?t=1529075616633&width=686&name=30-percent.jpg');
        background-size:cover;
        background-position:center;
        height:350px;
    }
     
    
    .whyItWorkHeroCont {
        text-align: center; width: 80%; margin: 0 auto;
    }
    .step-half .span6 {
        width:100% !important;
    }
    .resBoxContent {
        width: 80% !important;
        margin: 7% 8% !important;
    }
   #resBlocks .span3 {
       width:100%;
   }
   .resblock-image-wrap1, .resblock-image-wrap2, .resblock-image-wrap3 {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    color:white;
        height:375px;
        width:100%;
    }
    .main-resource-block {
        height:125px;
    }
    .resBlockTitle {
        padding-top:4%;
    }
    .step3, .step4 {
        height:auto !important;
    }

    .blueBarHow .textBlockHow, .whiteBarHow .textBlockHow {
        width:100%;
        padding:25px;
        text-align:center;
    }
    .blueBarHow .span6, .whiteBarHow .span6 {
        width:100% !important;
    }
    .blueBarHow img {
        width:100%;
    }
}


/* MODAL REVEAL
=============== */

.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		max-width: 520px;
		width:100%;
    position: absolute;
		z-index: 101;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
@media (max-width:600px) {
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -200px;
		max-width: 520px;
		width:100%;
    position: absolute;
		z-index: 101;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
  
}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
		
		

.blueBar1 {
    background:url('https://cdn2.hubspot.net/hub/1550291/hubfs/GTR2018/word-of-mouth.jpg?t=1529075616633&width=961&name=word-of-mouth.jpg');
    background-size:cover;
    background-position:center center;
    width:100%;
    height:570px;
}
.blueBar2 {
      background:url('https://cdn2.hubspot.net/hub/1550291/hubfs/GTR2018/88-percent.jpg?t=1529075616633&width=960&name=88-percent.jpg');
     background-size:cover;
        height: 700px;
    background-position: center center;
    width:100%;
}


.blueBar3 {
      background:url('https://cdn2.hubspot.net/hub/1550291/hubfs/GTR2018/91-percent.jpg?t=1529075616633&width=960&name=91-percent.jpg');
     background-size:cover;
        height: 550px;
    background-position: center center;
    width:100%;
}


.step2DesktopImg, .step4DesktopImg  {
    display:inline;
}
.step2MobileImg, .step4MobileImg {
    display:none !important;
}


@media (max-width:1390px) {
 
.blueBar2 {
        height: 850px;
}   
}
@media (max-width:998px) {
    .step2DesktopImg img, .step4DesktopImg {
        display:none !important;
    }
    .step2MobileImg {
        display:block !important;
    }
    .step4Img {
        display:none !important;
    }
    .step4MobileImg  {
        display:block !important;
       background:url('https://cdn2.hubspot.net/hub/1550291/hubfs/GTR2018/STEP-04.jpg?width=960&name=STEP-04.jpg&t=15290756');
       height:550px;
       background-size:cover;
       background-position:top;
    }

  .blueBar1 {
         background-position: top;
        height: 400px;
}
.blueBar2 {

         background-position: top;
        height: 400px;
}


.blueBar3 {
         background-position: top;
        height: 400px;
}  
}
		
/* MOBILE
========= */
@media (max-width:400px) {
  .scheduleDemoBar h2 {
    font-size:20px;
}  
.resBoxContent h2 {
    font-size:20px !important;
}

}


/* DUMB POPUP
============== */

.pricingPop {
  background:url('https://cdn2.hubspot.net/hubfs/1550291/GTR2018/pricingmodal.png');
  background-size:cover;
  background-repeat:no-repeat;
  width:96%;
  max-width:850px;
  height:450px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
    align-items: center;
    justify-content: center;
}
.closeMPop {
  position:absolute;
  top:10px;
  right:20px;
  color:white;
  cursor:pointer;
  font-size:20px;
}
.pricingPopContent {
 	margin:auto;
	text-align:center;
  color:white;
}
.pricingPopContent h2 {
  font-size:42px;
  font-weight:bold;
}
.pricingPopContent p {
  font-size:32px;
  font-weight:bold;
  margin: 0px;
    margin-bottom: 30px;
}

.basicMBtn, .basicABtn, .proMBtn, .proABtn, .entMBtn, .entABtn {
  cursor:pointer;
}

#basicM, #basicA, #proA, #proM, #entA, #entM {
  display:none;
}

/* FORMS
======== */
.thankyouP a {
  text-decoration:none;
}
.GTRForm fieldset {
  max-width:100% !important;
}
.GTRForm div label {
  display:none !important;
}
.hs-error-msgs {
  display:none !important;
}
.GTRForm select, .GTRForm input[type=text], .GTRForm input[type=email], .GTRForm input[type=tel], .GTRForm textarea {
  background:#E4EEF5;
  padding:10px 10px;
  border-radius:10px;
  font-family: Roboto, sans-serif;
  font-size:18px;
  border:none;
  margin:10px 0px;
  width:95%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height:50px;
}

#hs_address .input input {
  width:90% !important;
}
.GTRForm input[name=address] {
  width:90% !important;
}
.GTRForm textarea[name=notes] {
  height:120px!important;
}
.hs_upload_your_logo {
  padding:15px 0px;
}
#completeLater {
 margin:55px 0px; 
}

.GTRForm input[type=submit] {
    background: #FAA529;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size:18px;
  border-radius:9px;
  font-weight:800;
  padding:13px 30px;
  text-decoration:none;
  display:inline;
  max-width:145px;
  vertical-align:middle;
  text-align:center;
  border:none;
  cursor:pointer;
}

@media (max-width:430px) {
 	headerLogo {
        width: 70%;
    padding-left: 10px;
  }
  
  .main-feat-block {
  padding:60px;
  }
  #home-hero h1 {
    font-size:35px;
    line-height:50px;
}
  #home-hero h3 {
  	font-size:23px;
  }
}

.hamIcon {
    display:none !important;
}  
@media (max-width:1050px) {
  .hamIcon {
    display:block !important;
  }
}



/*-------------------------------------------------discover landing page ------------------------------*/
@media (min-width:1024px){
   span#hs_cos_wrapper_module_1528906872941166 img {
      display: none;
  }
  .span12.widget-span.widget-type-custom_widget.discover-img-mobile img {
    display: none;
	}
  .span12.widget-span.widget-type-cell.video-section-discover {
      max-width: 1450px;
      float: none;
      margin: 0 auto;
  }
     .hs-content-id-6196036790 div#whyitworks-herodiscover-hero {
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
      padding-top: 3em;
      padding-bottom: 5em;
       color: white;
  }
    .span12.widget-span.widget-type-cell.discover-3 {
      max-width: 1450px;
      float: none;
      margin: 0 auto;
  }
  #whyitworks-hero p:last-child {
      line-height: 0.6;
  }
    .span12.widget-span.widget-type-widget_container.video-p-margin {
      margin-top: 1em;
      margin-bottom: 1em;
  }
  .span12.widget-span.widget-type-cell.discover-3{
    margin-bottom: 6em;
}

.span12.widget-span.widget-type-custom_widget.discover-taste span {
    max-width: 840px;
    display: block;
    float: none;
    margin: 0 auto;
}
}
@media (max-width:1480px){
  .span12.widget-span.widget-type-cell.video-section-discover {
      padding-left: 1em;
      padding-right: 1em;
  }

}
  @media (max-width:1024px){

    .video-section-discover .row-fluid-wrapper.row-depth-1.row-number-8 {
      padding-top: 1em;
      padding-bottom: 3em;
		}
    .span12.widget-span.widget-type-linked_image.pincheHero {
    	display: none;
    }
    .span12.widget-span.widget-type-custom_widget.discover-img-mobile img {
      display: block;
    }
    .discoveer-hero-container div#hs_cos_wrapper_module_1537315757764195 {
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .2em;
		}
		div#whyitworks-herodiscover-hero {
      background-size: cover !IMPORTANT;
      background-position: 50% !IMPORTANT;
      background-repeat: no-repeat !important;
		}

  }

.discover-3 span#hs_cos_wrapper_module_153731392256579_ {
    font-size: 1em !important;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}
   
  .discover-3 img {
    width: 100% !important;    
    height: auto;
  }
.video-section-discover div#hs_cos_wrapper_widget_1537394426957 {
    padding: 4em;
    padding-top: 2em;
    background: #fff;
    box-shadow: 0 9px 54px rgba(1,1,1,.2);
}
.video-section-discover input.hs-button.primary.large {
    background: #faa529;
    display: inline-block;
    margin: 0;
    margin-bottom: 1.2em;
    padding: 20px 50px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    outline: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Source Sans Pro',sans-serif;
    letter-spacing: 2px;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #005fa0 !important;
    font-family: Helvetica, Trebuchet MS, sans-serif !important;
    font-weight: bold !important;
    font-size: 19px !important;
    line-height: 0px !important;
    border-color: #ffffff !important;
    background-image: none !important;
}
.video-section-discover input[type="text"] {
    width: 100% !important;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    border: 0;
    font-size: 16px;
    background: #f9f9f9;
    color: #333;
    border: 1px solid #cacaca;
}
.video-section-discover .row-fluid-wrapper.row-depth-1.row-number-9 {
    padding-bottom: 4em;
}
input[type="tel"],input[type="email"],textarea {
    width: 100% !important;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    border: 0;
    font-size: 16px;
    background: #f9f9f9;
    color: #333;
    border: 1px solid #cacaca;
}
.discover-3 span#hs_cos_wrapper_module_153731392256579_ {
    font-size: 1em !important;
    max-width: 717px;
    display: block;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
}
@media (max-width:768px){
  .video-section-discover div#hs_cos_wrapper_widget_1537394426957 {
      padding: 1em;
  }

    input.hs-button.primary.large {
      MAX-WIDTH: 300px !important;
      padding: 1em 1em !important;
  }
  .discover-3 span#hs_cos_wrapper_module_153731392256579_{
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
	}
   .discover-3 span#hs_cos_wrapper_module_153731392256579_ {
      text-align: left;
      padding-left: .5em;
      padding-right: .5em;
      font-size: .9em !important;
      padding-bottom: 1em;
  }
  .span6.widget-span.widget-type-cell .row-depth-1 {
    padding-bottom: 1em;
    padding-top: 1em;
	}
}
@media (max-width:768px){
  .discover-3 span#hs_cos_wrapper_module_153731392256579_{
		margin-top: 0;
  }
  span#hs_cos_wrapper_module_1537315757764195_ h1 span {
      font-size: 5em!important;
      display: block;
      margin-top: 69px;
  }
  span#hs_cos_wrapper_module_1537315757764195_ h3 span {
    font-size: 5em !important;
	}
  .hs-content-id-6196036790 div#whyitworks-herodiscover-hero {
    background-image: url(https://cdn2.hubspot.net/hubfs/1550291/mobile-demo-hero.jpg) !important;
	}
  .hs-content-id-6196036790 #hs_cos_wrapper_module_1537398473880224 span {
    font-size: 26px !important;
	}
  .hs-content-id-6196036790 #hs_cos_wrapper_module_1537398473880224 {
    text-align: left !important;
    line-height: 1;
    margin: .3em 0em !important;
    margin-top: .7em !important;
	}
  .hs-content-id-6196036790 #hs_cos_wrapper_widget_153738812590493 span {
    font-size: 23px !important;
  }
  .hs-content-id-6196036790 span#hs_cos_wrapper_widget_1537314848197149_ img {
    margin-bottom: 1em;
	}
  .hs-content-id-6196036790 span#hs_cos_wrapper_widget_1537314853014151_ img {
    margin-bottom: 1em;
	}
  div#hs_cos_wrapper_widget_1537486424791 {
    margin-bottom: 1px;
  }
}
#hs_cos_wrapper_widget_1537486369426,#hs_cos_wrapper_widget_1537486412302,#hs_cos_wrapper_widget_1537486424791 {
    text-align: center !important;
    display: block !important;
    position: relative;
    margin-top: -3em;
    color: white;
    margin-bottom: 2em;
}

.hs-form-6139ba44-3f3e-40fc-848f-7c526a7c4a7e_60b3b163-1bb3-44e6-8d69-a8313c3ea32f fieldset.form-columns-1 .hs-input {
    width: 95%;
    width: 100% !important;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    border: 0;
    font-size: 16px;
    background: #f9f9f9;
    color: #333;
    border: 1px solid #cacaca;
}


.hs-content-id-6196036790 ul.inputs-list {
    list-style-type: none;
    padding: 0;
}
.hs-content-id-6196036790 select {
    width: 100% !important;
    margin-bottom: 20px;
    padding: 20px;
    border: 0;
    font-size: 16px;
    background: #f9f9f9;
    color: #333;
    border: 1px solid #cacaca;
}

/*-------------------------------------------------discover landing page ------------------------------*/

.hs-menu-wrapper ul ul {
    margin-top: 0px!important;
    background: #fff;
}

/*.hs-menu-wrapper ul ul a, .hs-menu-wrapper ul ul a:hover {
    color:#fff;
}*/
@media (max-width:767px) {
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
      visibility: visible;
    opacity: 1;
  position: relative;
  left: 25px;
}
  .main-menu ul li ul li a:after {
    display: none;
}
  .main-menu ul li ul li {
    border-bottom: none;
}
}