/* @import url('http://example.com/example_style.css'); */
@import url(//fonts.googleapis.com/css?family=Open+Sans:700,300,800,400);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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


body {
    background-color: #FFFFFF;
	color: #939598;
	font: 400 18px/30px 'Open Sans', sans-serif;
    border-top: none;
      margin: 0px;
      word-wrap: normal;
}

.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: normal;
}

.body-container {
  max-width: 100%;
  margin: 0 auto;
}

.body-container-wrapper {
    margin-top: 0px;
}


p {
    margin: 20px 0 20px 0;
}

h2 {
    margin: 20px 0 20px 0;
    color: #EF3943;
    font: 700 30px/36px 'Open Sans', sans-serif;
}

h3 {
    font: 300 28px/30px 'Open Sans', sans-serif;
    
}

h4 {
    font: 700 24px/24px 'Open Sans', sans-serif;
    margin: 0 0 20px 0;
    color:#444444;
}

a {
    text-decoration: none;
    color: #2AB4CB;
}

a:hover {
    text-decoration: none;
    color: #1B8793;
}


code {
    color:#444444;
}

.clear {
    clear: both;
}

/***********************************
"Strike-Thru" Text
************************************/

h3.no-background {
    position: relative;
  	overflow: hidden;
}

h3.no-background span {
  	display: inline-block;
  	vertical-align: baseline;
  	zoom: 1;
  	position: relative;
  	padding: 0 20px;
}

h3.no-background span:before {
  	content: '';
  	display: block;
  	width: 1000px;
  	position: absolute;
  	top: .6em;
  	border-top: 1px solid #BCBEC0;
  	right: 100%;
}

h3.no-background span:after {
  	content: '';
  	display: block;
  	width: 1000px;
  	position: absolute;
  	top: .6em;
  	border-top: 1px solid #BCBEC0;
  	left: 100%;
}

/***********************************
Buttons
************************************/

a.btn {
    color: #FFF;
    border: 3px solid #fff;
    border-radius: 10px;
    text-decoration: none;
    font: 700 24px/34px 'Open Sans',sans-serif;
    display: inline-block;
    padding: 10px 40px;
    text-transform: lowercase;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
}

a.btn.white-outline {
    background: none;
}

a.btn.white-outline:hover {
    background: #EF3943;
    border: 3px solid transparent;
}

.demo-cta a.btn.white-outline {
    margin-top: 5%;
}

.demo-cta a.btn.white-outline:hover {
    background: #2AB4CB;
    border: 3px solid transparent;
}

.hero .wrap a.btn.white-outline {
    margin-top: 30px;
}

a.btn.bluebtn {
    background: #2AB4CB;
}

a.btn.bluebtn:hover {
    background: #EF3943;
    border: 3px solid transparent;
}

.green-wt-out {
    color: #FFF!important;
    background: #2AB4CB!important;
    border: 3px solid #fff!important;
    border-radius: 10px!important;
    text-decoration: none!important;
    font: 700 24px/34px 'Open Sans',sans-serif!important;
    font-family:'Open Sans',sans-serif!important;
    padding: 10px 40px!important;
    text-transform: lowercase!important;
    -moz-transition: all .5s ease!important;
    -webkit-transition: all .5s ease!important;
    transition: all .5s ease!important;
    text-align: center!important;
    text-shadow:none!important;
    box-shadow:none!important;
}

.header-container-wrapper .green-wt-out {
    padding: 10px 20px!important;
    font-size: 18px!important;
    line-height: 1.5em!important;
    
}
.green-wt-out:hover {
    background: #EF3943!important;
    border: 3px solid transparent!important;
}

.red-demo-bar,
.trans-wt-out {
    color: #FFF!important;
    background: transparent!important;
    border: 3px solid #fff!important;
    border-radius: 10px!important;
    text-decoration: none!important;
    font: 700 24px/34px 'Open Sans',sans-serif!important;
    font-family:'Open Sans',sans-serif!important;
    padding: 10px 40px!important;
    text-transform: lowercase!important;
    -moz-transition: all .5s ease!important;
    -webkit-transition: all .5s ease!important;
    transition: all .5s ease!important;
    text-align: center!important;
    text-shadow:none!important;
    box-shadow:none!important;
}

.red-demo-bar {
    margin-top: 5%;
}

.template-partner .red-demo-bar {
    margin-top: 0%;
}

.trans-wt-out:hover {
    background: #EF3943!important;
    border: 3px solid transparent!important;
}

.red-demo-bar:hover {
    background: #2AB4CB!important;
    border: 3px solid transparent!important;
}

/*************************************************************************************

*                                 Global Set Ups                                         *

**************************************************************************************/

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

/***********************************
Header
************************************/

.header-container-wrapper {
    padding-top: 30px;
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 15px;
}

.header-container {
    max-width: 1180px;
    padding: 0 20px 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    float: right;
    margin-top: 15px;
    display: inline-block;
}
    
.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 {
    color:#58595B;
    font: 700 16px/18px 'Open Sans', sans-serif;
    border-bottom: none;
    text-transform: uppercase;
    padding: 10px 15px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal .active-branch > a, .hs-menu-wrapper.hs-menu-flow-horizontal .active-item > a,
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    border-bottom: 3px solid #EF3943!important;
    background-color: transparent!important;
    box-shadow: none!important;
}

.sub-menu {
    margin: 20px 0 0 0;
}

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

.sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color:#939598;
    font: 700 15px/30px 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-bottom: none;
    display: inline;
    padding: 15px 20px 15px 20px;
}

.sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal .active-branch > a, .sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal .active-item > a,
.sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    color: #ffffff!important;
    border-bottom: none!important;
    background-color: #EF3943!important;
    box-shadow: none!important;
}

.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 .4s;
    position: absolute;
    z-index: 10;
    left: 0;
    background: #EF3943;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font: 700 12px/30px 'Open Sans', sans-serif;
    color: #fff;
    display: block;
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
    text-overflow: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    opacity: .7;
}

 

/***********************************
Body Sections
************************************/

/***************
White Page Body
****************/

.red-bar {
    height: 10px;
    background: #EF3943;
}

.page-body {
    background: #FFFFFF;
    border-top: 1px solid #58595B;
    margin-top: 10px;
}

.page-body .wrap {
    max-width: 850px;
    padding: 60px 20px 60px 20px;
    margin: 0 auto!important;
    float: none!important;
    box-sizing: border-box;
    text-align: center;
    
}

.page-body .wrap .text-left {
    text-align: left;
}
.page-body .wrap .one-half {
    float: left;
    margin-left: 2.564102564102564%;
    width: 48.717948717948715%;
}

.page-body .wrap .first {
    clear: both;
    margin-left: 0;
}

.template-product-download .page-body .wrap {
    max-width: 850px;
    padding: 60px 20px 60px 20px;
    margin: 0 auto!important;
    float: none!important;
    box-sizing: border-box;
    text-align: left;
}





/***************
Demo CTA
****************/

.demo-cta {
    background: url(http://www.jethrodata.com/hubfs/jbjd15_images/data_back.jpg) 50% 0px / cover no-repeat fixed;
    width: 100%;
}

.demo-cta .trans-overlay {
    background-color: #EF3943;
    background: rgba(239,57,67,0.85);
    height: 100%;
    width: 100%;
}

.demo-cta .wrap {
    max-width: 1180px;
    padding: 30px 20px 30px 20px;
    margin: 0 auto!important;
    float: none!important;
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
}

.demo-cta .wrap h2 {
    font: 800 45px/45px 'Open Sans', sans-serif;
    color: #FFFFFF;
    text-shadow: 4px 4px 0px #831719;
    margin: 20px 0 20px 0;
}

.demo-cta .wrap p {
    font: 400 24px/34px 'Open Sans', sans-serif;
}

/***************
Demo-Download CTA
*****************/

.demo-download-cta {
    background: url(http://www.jethrodata.com/hubfs/jbjd15_images/data_back.jpg) 50% 0px / cover no-repeat fixed;
    width: 100%;
}

.demo-download-cta .trans-overlay {
    background-color: #086F87;
    background: rgba(8,111,135,0.85);
    height: 100%;
    width: 100%;
}

.demo-download-cta .wrap {
    max-width: 1180px;
    padding: 30px 20px 30px 20px;
    margin: 0 auto!important;
    float: none!important;
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
}

.demo-download-cta .wrap a:first-child {
    margin-right: 30px;
}

/***********************************
Sub-Footer
************************************/
.sub-footer {
    background: #0B6885;
    width: 100%;
}

.sub-footer .wrap {
    max-width: 1180px;
    padding: 50px 20px 50px 20px;
    margin: 0 auto!important;
    float: none!important;
    box-sizing: border-box;
    color: #FFFFFF;
}

.sub-footer .wrap h4 {
    color: #ffffff;
    font: 700 24px/24px 'Open Sans', sans-serif;
    margin: 0 0 20px 0;
}

.sub-footer .col-one,
.sub-footer .col-two,
.sub-footer .col-three {
    float: left;
    margin-right: 80px;
}

.sub-footer .col-four {
    float: right;
    width: 30%;
}

.sub-footer ul {
  display: block;
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
}

.sub-footer ul li a {
    color: #BCBEC0;
}

.sub-footer ul li a:hover {
    text-decoration: underline;
}

.sub-footer .hs-form-field>label {
  font-weight: bold;
  display: none;
}

.sub-footer form.hs-form input[type="text"], form.hs-form input[type="email"], form.hs-form select, form.hs-form textarea, form.hs-form .email-correction, form.hs-form .email-validation {
  min-height: 40px;
  margin-bottom: 20px;
}

.sub-footer .trans-wt-out {
    width: 100%;
    box-sizing: border-box!important;
}

.sub-footer h3.form-title {
  text-align: center;
  margin: 0 0 28px 0;
  color: #fff;
}

.sub-footer .btn-primary, .hs-button.primary {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #BCBEC0;
  background-image: none;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: -moz-inline-stack;
  display: block;
  font: 700 24px/34px 'Open Sans',sans-serif;
  height: auto;
  line-height: 30px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  width: 100%;
  text-transform: lowercase;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.sub-footer .btn-primary, .hs-button.primary:hover {
    background-color: #EF3943;
}

/***********************************
Footer
************************************/

.footer-container-wrapper {
  background: #444;
  padding: 20px 0;
  margin-top: 0px;
  border-bottom: 1px solid #DDD;
  color: white;
}

.footer-container {
  max-width: 1080px;
  margin: 0 auto;
  background: #444;
  padding: 0 20px;
}

.footer-follow {
    text-align: right;
}




/*************************************************************************************

*                                 Home Page                                         *

**************************************************************************************/

/*
Home Page Hero
*************************************/

.trans-overlay {
    background-color: #086F87;
    background: rgba(8,111,135,0.85);
    height: 100%;
    width: 100%;
}

.hero .wrap {
    max-width: 850px;
    margin: 0 auto!important;
    padding: 20px 0 20px 0;
    float: none!important;
    text-align: center;
    color: #fff;
}
.template-home .hero .wrap {
    padding: 60px 0 60px 0;
}

.hero .wrap h1 {
    font: 700 42px/52px 'Open Sans', sans-serif;
    text-shadow: 4px 4px 0px #114747;
    color: #fff;
}

.hero .wrap p {
    width: 75%;
    margin: 20px auto 20px!important;
    font: 400 24px/34px 'Open Sans', sans-serif;
    color: #fff;
}

/*
Home Page Feather Boxes
*************************************/

.gray-back {
    background: #F1F2F2;
    border-top: 1px solid #58595B;
    margin-top: 10px;

}

.gray-back .wrap {
    max-width: 1180px;
    padding: 60px 20px 60px 20px;
    margin: 0 auto!important;
    float: none!important;
    box-sizing: border-box;
    margin-top: 75px!important;
}

.gray-cta {
    text-align: center;
    margin: 80px 0 0 0;
}

.gray-cta h2 {
    font: 800 30px/36px 'Open Sans', sans-serif;
    color: #EF3943;
    margin: 20px 0 20px 0;
}

.gray-cta p {
    color: #939598;
    font: 400 24px/34px 'Open Sans', sans-serif;
}

.gray-back .wrap .home-box {
    color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    min-height: 430px!important;
}

.gray-back .wrap .home-box img {
    margin-top: -97px;
}

.gray-back .wrap .home-box h2 {
    margin: 20px 0 20px 0;
    color: #ffffff;
    font: 700 24px/30px 'Open Sans', sans-serif;
}

.gray-back .wrap .home-box p {
    border-top: 5px solid #ffffff;
    padding: 20px 0 0 0;
}

.gray-back .wrap .blue {
    background: rgb(8,111,135); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NmY4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYWI0Y2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(8,111,135,1) 0%, rgba(42,180,203,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(8,111,135,1)), color-stop(100%,rgba(42,180,203,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(8,111,135,1) 0%,rgba(42,180,203,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(8,111,135,1) 0%,rgba(42,180,203,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(8,111,135,1) 0%,rgba(42,180,203,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(8,111,135,1) 0%,rgba(42,180,203,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#086f87', endColorstr='#2ab4cb',GradientType=0 ); /* IE6-8 */
    border: 1px solid #086F87;

}

.gray-back .wrap .red {
    background: rgb(131,23,25); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzMTcxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjM5NDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(131,23,25,1) 0%, rgba(239,57,67,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(131,23,25,1)), color-stop(100%,rgba(239,57,67,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(131,23,25,1) 0%,rgba(239,57,67,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(131,23,25,1) 0%,rgba(239,57,67,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(131,23,25,1) 0%,rgba(239,57,67,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(131,23,25,1) 0%,rgba(239,57,67,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#831719', endColorstr='#ef3943',GradientType=0 ); /* IE6-8 */
    border: 1px solid #831719;
}

/*
Home Page White Body
*************************************/

.template-home .page-body {
     border-top: none;
}


.template-home .page-body .wrap {
    text-align: center;
}

.template-home .page-body .wrap h2 {
    font: 800 45px/45px 'Open Sans', sans-serif;
}

.home-integrations {
    padding: 30px 0;
}

.partners-middle {
    margin: 0 0 60px 0;
}

.partners-middle > * {
  vertical-align: middle;
  padding: 0 20px 20px 20px;
  
}

/*
Home Page Blog Listing
*************************************/

.home-blog-list {
    background: url(http://www.jethrodata.com/hubfs/jbjd15_images/home_blog_back.jpg) 0px 0px / cover no-repeat ;
    width: 100%;
    border-top: 10px solid #EF3943;
}



.home-blog-list .wrap {
    max-width: 1180px;
    margin: 0 auto!important;
    padding: 60px 20px 60px 20px;
    float: none!important;
    text-align: center;
    color: #fff;
}

.home-blog-list .wrap .section-header h1 {
    color: #086F87;
    font: 700 42px/52px 'Open Sans', sans-serif;
    text-shadow: 4px 4px 0px #FFFFFF;
}

.home-blog-list .wrap .section-subheader {
    display: none;
}

.home-blog-list .listing-container {
    margin: 40px 0 0 0;
}

.home-blog-list .hs-rss-item {
    background: #0B6885;
    background: rgba(11,104,133,0.6);
    padding: 20px;
    width: 32%;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
}
.home-blog-list .hs-rss-item:last-child {
    margin-right: 0%;
}

.home-blog-list .hs-rss-item .hs-rss-title,
.home-blog-list .hs-rss-item .hs-rss-title a {
    color: #FFFFFF;
    font: 700 24px/30px 'Open Sans', sans-serif;
    display: inline-block;
    padding: 0 0 15px 0;
    border-bottom: 3px solid #FFFFFF;
}

.home-blog-list .hs-rss-item .hs-rss-title:hover,
.home-blog-list .hs-rss-item .hs-rss-title a:hover {
    opacity: .75;
}

.home-blog-list .hs-rss-item .hs-rss-byline { 
    opacity: 1;
    font-size: 14px;
    font-style: italic;
}

.home-blog-list .hs-rss-item .hs-rss-description a {
    color: #FFFFFF;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 5px 40px;
    text-transform: lowercase;
    display: block;
    margin-top: 40px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
}

.home-blog-list .hs-rss-item .hs-rss-description a:hover {
    background: #EF3943;
    border: 3px solid transparent;
}


/*************************************************************************************

*                                 Product Page                                         *

**************************************************************************************/
.in-page-headline {
    background: #444;
    border-top: none;
    margin-top: 10px;
}

.in-page-headline .wrap {
    max-width: 850px;
    padding: 20px 20px 20px 20px;
    margin: 0 auto!important;
    float: none!important;
    box-sizing: border-box;
    text-align: center;
    
}

.in-page-headline .wrap h2 {
    color: #ccc;
  font: 700 45px/45px 'Open Sans',sans-serif;
}

.template-product-architecture .page-body {
    background: #FFFFFF;
    border-top: 1px solid #58595B;
    margin-top: 10px;
}

.template-product-architecture .hero .wrap p,
.template-product .hero .wrap p {
    width: 850px;
    margin: 20px auto 20px!important;
    font: 400 24px/34px 'Open Sans', sans-serif;
}

.diagram-left {
  text-align: center;
  float: left;
  width: 48%;
}

.diagram-right {
  text-align: center;
  float: right;
  width: 48%;
}

.template-product .page-body .wrap .tutorial-body {
    text-align: left;
}

pre {
  color: #fff;
  background: #086F87;
  margin: 1em 0 0 0;
  padding: 20px 10px;
  text-shadow: 0 1px black;
  font-family: Consolas,Monaco,'Andale Mono',monospace;
  direction: ltr;
  text-align: left;
  word-wrap: normal;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  border-left:5px solid #2AB4CB;
}

code {
    background: #086F87;
    color: #fff;
    padding: 0px 10px;
    text-shadow: 0 1px black;
}

table.tutorial-table {
    color: #fff;
    width:420px;
    background:#086F87;
    font-family: Consolas,Monaco,'Andale Mono',monospace;
    margin: 40px 0 40px 0;
}

table.tutorial-table td {
    padding: 0 10px;
    border: 1px solid #fff;
}


table.tutorial-table {
    color: #fff;
    width:420px;
    background:#086F87;
    font-family: Consolas,Monaco,'Andale Mono',monospace;
    margin: 40px 0 40px 0;
}



/*************************************************************************************

*                                 Pricing Page                                         *

**************************************************************************************/

table.pricing {
    color: #fff;
    background:#f1f2f2;
    margin: 40px auto;
    padding: 10px;
    border-spacing: 2px;
    line-height: 1.2em;
    font-weight: 700;
}

table.pricing th {
    background:#086F87;
    padding: 10px 20px;
   
}

table.pricing td {
    padding: 20px 20px;
    background:#2AB4CB;
    
}



/*************************************************************************************

*                                 Company Page                                         *

**************************************************************************************/



.template-company .hero .wrap p {
    width: 100%;
}

.partner-bar {
  background: #FFF;
  border-top: 1px solid #58595B;
  margin-top: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1d3d4+0,ffffff+100 */
background: rgb(209,211,212); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxZDNkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(209,211,212,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,211,212,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(209,211,212,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(209,211,212,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(209,211,212,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(209,211,212,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d3d4', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}


.partner-bar .wrap {
  max-width: 850px;
  padding: 5px 20px 5px 20px;
  margin: 0 auto!important;
  float: none!important;
  box-sizing: border-box;
  text-align: center;
}

.partner-bar .wrap h2 {
  margin: 40px 0 20px 0;
  color: #58595B;
  font: 700 30px/36px 'Open Sans',sans-serif;
}

.two-col-body {
  background: #FFF;
  margin-top: 10px;
  margin-bottom: 60px;
}

.two-col-body .wrap {
  max-width: 850px;
  padding: 5px 20px 5px 20px;
  margin: 0 auto!important;
  float: none!important;
  box-sizing: border-box;
  text-align: center;
}

.two-col-body .wrap .left-col {
    padding: 0 40px 0 0;
}

.videoWrapper {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.two-col-body .wrap .right-col {
    text-align: left;
}

.two-col-body .wrap .right-col h4 {
  font: 700 21px/24px 'Open Sans',sans-serif;
  margin: 0 0 0px 0;
  color: #444;
}

.two-col-body .wrap .right-col p {
  margin: 0px 0 20px 0;
}


/*************************************************************************************

*                                 Blog Page                                         *

**************************************************************************************/

.template-blog .hero {
     background:url(http://www.jethrodata.com/hubfs/jbjd15_images/data_back.jpg) 50% 0px / cover no-repeat fixed;
    width: 100%;
    margin-bottom: 0px;
}

.template-blog .hero .wrap {
  max-width: 850px;
  margin: 0 auto!important;
  padding: 60px 0 60px 0;
  float: none!important;
  text-align: center;
  color: #fff;
}

.template-blog .hero .wrap p {
  width: 100%;
}

.blog-subscribe-wrap {
    width: 850px;
    margin: 0 auto;
    text-align: center;
}

.template-blog .blog-subscribe-wrap .hs-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 850px; 
}

.template-blog .blog-subscribe-wrap input[type="email"] {
    
    display: inline-block!important;
    width: 370px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: o auto;
    border: none!important;
    height: 60px!important;
    text-align: center;
}

.template-blog .blog-subscribe-wrap .hs-button.primary {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: transparent;
  background-image: none;
  border: 3px solid #fff!important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: -moz-inline-stack;
  display: block;
  font: 700 24px/34px 'Open Sans',sans-serif;
  height: auto;
  line-height: 30px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  width: 100%;
  text-transform: lowercase;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width:370px!important;
  margin: 0 auto 20px;
}

.template-blog .blog-subscribe-wrap .hs-button.primary:hover {
    background-color: #ED1C24;
    border: 3px solid #ED1C24!important;
}

.template-blog .page-body {
    background: #F1F2F2;
}
.template-blog .page-body .wrap {
    max-width: 850px;
    padding: 60px 20px 60px 20px;
    margin: 0 auto!important;
    float: none!important;
    box-sizing: border-box;
    text-align: left;
    
}
.topic-wrap h3,
#hs_cos_wrapper_post_filter .widget-module > ul {
    display: none;
}

.tinynav {
    border: 0 !important;
    text-align: left;
    display: block;
    width: 214px!important;
    height: 37px;
    background: transparent url ('http://www.jethrodata.com/hubfs/jbjd15_images/bbt2.png') no-repeat;
    -webkit-appearance: none;  ---Removes default chrome and safari style---
     -moz-appearance: none;  ---Removes default style Firefox---
    border-radius: 0;
    text-indent: -9999px;
    margin: 0 0 30px 0!important;
    cursor: grab;
  
  }

.post-item {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.post-item .post-title-wrap {
    border-bottom: 5px solid #ED1C24;
}

.post-item .post-title-wrap h2,
.post-item .post-title-wrap h2 a {
    color:#ED1C24;
}

.post-item .post-title-wrap h2 a:hover {
    color:#831719;
}

.post-item #hubspot-author_data {
    color: #086F87;
    font-size: 14px;
    padding-top: 10px;
}

.post-item #hubspot-author_data a {
    color: #086F87;
    text-decoration: underline;
}

.post-item #hubspot-author_data a:hover {
    color: #2AB4CB;
}

.post-item .post-body {
    margin: 0 0 30px 0;
}

.post-item .post-list-foot {
    
}

.post-item .post-list-foot > * {
    vertical-align: middle;
}
    

.post-item .post-list-foot .more-link {
    color: #FFF!important;
    background: #2AB4CB!important;
    border-radius: 5px!important;
    text-decoration: none!important;
    font: 700 16px/20px 'Open Sans',sans-serif!important;
    font-family:'Open Sans',sans-serif!important;
    padding: 10px 20px!important;
    text-transform: lowercase!important;
    -moz-transition: all .5s ease!important;
    -webkit-transition: all .5s ease!important;
    transition: all .5s ease!important;
    text-align: center!important;
    text-shadow:none!important;
    box-shadow:none!important;
    float: left;
    
}

.post-item .more-link:hover {
    background: #ED1C24!important;
}

.blog-listing-wrapper .post-item .custom_listing_comments {
    display: none;
}

.post-item .post-list-foot #hubspot-topic_data {
    color: #FFF!important;
    background: #BCBEC0!important;
    border-radius: 5px!important;
    text-decoration: none!important;
    font: 400 16px/20px 'Open Sans',sans-serif!important;
    font-family:'Open Sans',sans-serif!important;
    padding: 10px 20px!important;
    text-transform: lowercase!important;
    -moz-transition: all .5s ease!important;
    -webkit-transition: all .5s ease!important;
    transition: all .5s ease!important;
    text-align: center!important;
    text-shadow:none!important;
    box-shadow:none!important;
    float: right;
    }

.post-item .post-list-foot p#hubspot-topic_data  {
    margin: 0 0 0 0;
}

.post-item .post-list-foot #hubspot-topic_data a {
    color: #fff;
    text-decoration: underline;
}

.post-item .post-list-foot #hubspot-topic_data a:hover {
    color: #f1f2f2;
}

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

.blog-pagination a {
    color: #FFF!important;
    background: #BCBEC0!important;
    border-radius: 10px!important;
    text-decoration: none!important;
    font: 700 24px/34px 'Open Sans',sans-serif!important;
    font-family:'Open Sans',sans-serif!important;
    padding: 10px 40px!important;
    text-transform: lowercase!important;
    -moz-transition: all .5s ease!important;
    -webkit-transition: all .5s ease!important;
    transition: all .5s ease!important;
    text-align: center!important;
    margin: 0 10px;
    
}

.blog-pagination a:hover {
    background: #EF3943!important;
}







.blog-post-wrapper,
.comments-wrap {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 40px;
}

.hs-blog-social-share {
  height: 30px;
  margin: 20px 0 0 0;
}

#comment-form input[type="submit"] {
  width: auto!important;
  margin-top: 40px;
}

 #captcha_wrapper {
    margin: 40px 0 40px 0;
 }

/*************************************************************************************

*                                 Landing Page                                         *

**************************************************************************************/

.template-landing .header-container {
    text-align: center;
    
}

/*
Landing Page Hero
*************************************/

.landing-page-hero {
  background: #086F87;
  padding: 60px 0 0 0;
  
}


.landing-page-hero-wrap {
  max-width: 950px;
  margin: 0 auto;
  float: none;
  text-align: center;
 }

.landing-page-headline {
     
 }

.landing-page-hero-wrap h1 {
    color: #ffffff;
    font: 700 42px/52px 'Open Sans', sans-serif;
    text-shadow: 4px 4px 0px #114747;
}

.side-by-side {
    display: table;
    margin: 30px 0 0 0;
}

.landing-page-subheadline {
    width: 50%;
    color: #fff;
    font: 400 24px/34px 'Open Sans', sans-serif;
    display: table-cell;
    vertical-align: middle;
}


.landing-page-image {
     width: 50%;
     height: 100%;
     display: table-cell;
     vertical-align: bottom;
     
 }
 
 .landing-page-image img {
    left: 0;
    bottom: 0;
}

.template-landing .page-body .wrap {
    text-align: left;
}

.template-product-download .lp-form-wrap,
.template-landing .lp-form-wrap {
    padding: 0 30px 0 30px;
}

h3.form-title {
    text-align: center;
}

.hs-form-field>label {
  font-weight: bold;
  display: none;
}

form.hs-form input[type="text"], form.hs-form input[type="email"], form.hs-form select, form.hs-form textarea, form.hs-form .email-correction, form.hs-form .email-validation {
  min-height: 40px;
  margin-bottom: 20px;
}


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"] {
  color: #2AB4CB;
  padding: 6px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 16px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  /* box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); */
  -webkit-transition: border .2s,box-shadow .2s;
  -moz-transition: border .2s,box-shadow .2s;
  -o-transition: border .2s,box-shadow .2s;
  transition: border .2s,box-shadow .2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

select.hs-input {
    border: 1px solid #ccc!important;
    height: 40px!important;
    font: 400 16px/30px 'Open Sans',sans-serif!important;
    color: #939598!important;
}

input.hs-input:focus, textarea.hs-input:focus, select.hs-input:focus {
    outline: 0!important;
    border: 1px solid #2AB4CB!important;
    border-color: #2AB4CB!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.btn-primary, .hs-button.primary {
    background:#2AB4CB;
}



.fm_button span{
    background:none!important; /*removes background image of follow me icons */
}

.hs_cos_wrapper_type_social_sharing img {
    display: none; /* hides social sharing icon images */
}
.hs_cos_wrapper_type_social_sharing a, .fm_button span{
    width:32px; /* sets width of area of Follow Me and Social Sharing Icons */
    height:32px; /* sets width of area of Follow Me and Social Sharing Icons */
    font-size:20px; /* sets size of Follow Me and Social Sharing if you are using vector icons */
}

.hs_cos_wrapper_type_social_sharing a:before, .fm_button span:before{
    color: #6D6E71;
    background: transparent;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 40px;
    /*line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 200%;*/
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
} /* sets up icons to use font-awesome. Requires inclusion of font-awesome font files */

.hs_cos_wrapper_type_social_sharing a:first-child:before, .fm_facebook>span:before { /* Selector for Facebook icons */
    content: "\f09a"; /* Font-Awesome icon code for Facebook */
    /*background: #537bbd;*/
}

.hs_cos_wrapper_type_social_sharing a:nth-child(2):before, .fm_linkedin>span:before { /* Selector for LinkedIn icons */
    content: "\f0e1"; /* Font-Awesome icon code for LinkedIn */
    /*background: #2085c7;*/
    }

.hs_cos_wrapper_type_social_sharing a:nth-child(3):before, .fm_twitter>span:before { /* Selector for Twitter icons */
    content: "\f099"; /* Font-Awesome icon code for Twitter */
    /*background: #78cdf0;*/
}

.hs_cos_wrapper_type_social_sharing a:nth-child(4):before, .fm_googleplus>span:before { /* Selector for Google+ icons */
    content: "\f0d5"; /* Font-Awesome icon code for Google+ */
}

.hs_cos_wrapper_type_social_sharing a:nth-child(5):before, .fm_pinterest>span:before { /* Selector for Pinterest icons */
    content: "\f0d2"; /* Font-Awesome icon code for Pinterest */
}

.hs_cos_wrapper_type_social_sharing a:nth-child(6):before { /* Selector for eMail icon */
    content: "\f0e0"; /* Font-Awesome icon code for an envelope */
}

.fm_youtube>span:before{ /* Selector for YouTube icons */
    content: "\f16a"; /* Font-Awesome icon code for an envelope */
}

.hs_cos_wrapper_type_social_sharing a:hover:before, .fm_button span:hover:before{
    color: #EF3943;
}

/*************************************************************************************

*                                 Newsroom Pages                                         *

**************************************************************************************/
.template-newsroom .newsroom-top .wrap {
    max-width: 1140px;
    margin: 0 auto!important;
    padding: 20px 20px 20px 20px;
    float: none!important;
}

.template-newsroom .page-body .wrap {
    max-width: 1140px;
    padding: 30px 20px 60px 20px;
    margin: 0 auto!important;
    float: none!important;
    box-sizing: border-box;
    text-align: left;
    
}

.template-newsroom .page-body .wrap .top-title-area {
    padding: 30px 20px 30px 20px;
}

.template-newsroom .page-body .wrap .top-left {
    text-align: right;
}

.template-newsroom .hs-menu-wrapper .active-branch .flyouts .hs-menu-flow-vertical {
    font-size: 15px;
}

.template-newsroom .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1 {
    margin-bottom: 5px;

     box-sizing: border-box;
}

.template-newsroom .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
    font-size: 15px;
    font-weight: 700;
    padding: 5px 20px;
  background: none repeat scroll 0 0 transparent;
  border-left: 3px solid transparent;
  border-bottom: none;
  color: #58595B;
  width: auto;
  box-sizing: border-box;
}
.template-newsroom .hs-menu-wrapper.hs-menu-flow-vertical .active-branch > a, .template-newsroom .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1 .active-item > a,
.template-newsroom .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a:hover {
   border-left: 3px solid #EF3943!important;
}

.template-newsroom .page-body.press-wrap:first-of-type {
    border-top: 1px solid #ccc;
    background: red;
}

.template-newsroom .page-body .press-wrap {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
    min-height: 40px;
}

.template-newsroom .page-body .press-wrap .press-image {
    float: left;
    /*max-width: 115px;
    overflow:hidden;*/
}

.template-newsroom .page-body .press-wrap .press-image img {
    max-width: 115px;
    height: auto;
    margin-right: 20px;
    vertical-align: middle;
}
    
.template-newsroom .page-body .press-wrap .press-date {
    float: left;
      padding-top: 4px;
      color: #414141;
      font-size:14px;
}
        
.template-newsroom .page-body .press-wrap .press-title {
    float: left;
      padding-top: 4px;
}

.template-newsroom .blog-post-wrapper {
  background: #fff;
  padding: 0 30px 30px 30px;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 40px;
}

.template-newsroom h1 {
    font: 700 30px/36px 'Open Sans',sans-serif;
}

/***************************************************************************************************************************************************************************************/

/*MEDIA QUERIES*/

/***************************************************************************************************************************************************************************************/

/*******************************/

/*MQ MAX-WIDTH 1024*/

/*******************************/

@media only screen and (max-width: 1024px) {
    .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .sub-footer .col-one,
    .sub-footer .col-two,
    .sub-footer .col-three {
        float: left;
        margin-right: 40px;
    }
}


/*******************************/

/*MQ MAX-WIDTH 980*/

/*******************************/


@media only screen and (max-width: 980px) {
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        font: 700 16px/18px 'Open Sans', sans-serif;
          padding: 10px 10px;
    }
    
    .blog-subscribe-wrap,
    .template-product-architecture .hero .wrap p, 
    .template-product .hero .wrap p,
    .template-company .hero .wrap p,
    .template-blog .hero .wrap p {
  width: 90%;
  
}
    
    .gray-back .wrap {
        text-align: center;
    }
    .gray-back .wrap .row-fluid .span3 {
        width: 48.717948718%;
    
    }
    
    .gray-back .wrap .row-fluid .span3:nth-child(2n+0) {
        
        clear: right!important;
        
    }
    
    .gray-back .wrap .row-fluid .span3:nth-child(2n+1) {
        margin-left: 0px;
        clear: left!important;
    }
    
    .gray-back .wrap .row-fluid .span3:nth-last-of-type(-n+2) {
        margin-top: 100px;
    }
    
    .gray-back .wrap .home-box {
        color: #ffffff;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        min-height: 350px!important;
    }
    
    .home-blog-list .hs-rss-item {
        width: 100%;
        margin-right: 0%;
    }
    
    .home-blog-list .hs-rss-item .hs-rss-description a {
        width: 30%;
        margin: 40px auto 0;
    }
    
    .sub-footer .col-one {
        width: 30%;
        margin-right: 0px;
    }
    .sub-footer .col-two {
        width: 45%;
        margin-right: 0px;
    }
    .sub-footer .col-three {
        width: 25%;
        float: left;
        margin-right: 0px;
        clear: right;
    }   
    
    
    
    .sub-footer .col-four {
        width: 100%;
        margin-top: 60px;
        
        
    }
    
    .sub-footer .col-four #hs_form_target_footer_form {
        width:60%;
        margin: 0 auto;
    }
}


/*******************************/

/*MQ MAX-WIDTH 767*/

/*******************************/

@media (max-width: 767px){
    
    .template-home .hero .wrap {
        padding: 20px 20px 20px 20px;
    }
    
  .hero .wrap h1 {
        font: 700 30px/36px 'Open Sans',sans-serif;
        text-shadow: 4px 4px 0 #114747;
    }
    
    .hero .wrap p {
        width: 100%;
        margin: 20px auto 20px!important;
        font: 400 18px/24px 'Open Sans',sans-serif;
    }
    
    .template-blog .blog-subscribe-wrap input[type="email"],
    .template-blog .blog-subscribe-wrap .hs-button.primary  {
        width: 260px!important;
    }
    
    .gray-back .wrap .row-fluid .span3 {
        width: 98%%;
    }
    
    .gray-back .wrap .row-fluid .span3:nth-last-of-type(-n+2) {
        margin-top: 100px;
    }
    
    .gray-back .wrap .home-box {
        margin-top: 100px;
    }
    
    .gray-back .wrap .home-box:first-child {
        margin-top: 0px;
    }
    
    .template-home .page-body .wrap h2 {
        font: 800 30px/45px 'Open Sans',sans-serif;
    }
    
    .demo-download-cta .wrap {
        text-align: center;
    }
    .demo-download-cta .wrap .trans-wt-out {
        margin: 5px 0 5px 0!important;
        font-size: 18px!important;
    }
    
    .demo-download-cta .wrap .trans-wt-out a {
        font-size: 18px!important;
    }
    .demo-download-cta .wrap a:first-child {
        margin-right: 0px;
    }
    
    
        .home-blog-list .hs-rss-item .hs-rss-description a {
    color: #FFFFFF;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 5px 10px;
    text-transform: lowercase;
    display: block;
    margin-top: 40px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;

    }
    
    footer {
        width: 100%;
        text-align: center;
    }
    
    .footer-follow {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    
    .hs_cos_wrapper_type_social_sharing a:before, .fm_button span:before{
        font-size: 30px;
    }
    
    .blog-post-wrapper, .comments-wrap {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
}

/*******************************/

/*MQ MAX-WIDTH 500*/

/*******************************/


@media only screen and (max-width: 500px) {
    
    .hide-mobile {
        display: none;
    }
    
    .head-cta {
        text-align:center;
        margin-top: 20px;
    }
    
    .sub-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font: 700 15px/15px 'Open Sans',sans-serif;
    display: inline-block;
   
 
}
    
    .diagram-left,
    .diagram-right{
  text-align: center;
  float: none;
  width: 100%;
}


.in-page-headline .wrap h2 {
  color: #ccc;
  font: 700 30px/35px 'Open Sans',sans-serif;
}

    
    .sub-footer .col-one,
    .sub-footer .col-two,
    .sub-footer .col-three,
    .sub-footer .col-four {
        width: 100%;
        margin-right: 0px;
        margin-top: 30px;
        text-align: center;
    }
    
    
    
    .sub-footer .col-four #hs_form_target_footer_form {
        width:100%;
        margin: 0 auto;
    }
    
    .post-item .post-list-foot .more-link {
        float: none;
  margin: 20px 0px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.post-item .post-list-foot #hubspot-topic_data {
  float: none;
  margin: 20px 0px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
    
    .blog-pagination a {
    color: #FFF!important;
    background: #BCBEC0!important;
    border-radius: 10px!important;
    text-decoration: none!important;
    font: 700 18px/28px 'Open Sans',sans-serif!important;
    font-family:'Open Sans',sans-serif!important;
    padding: 10px 0px!important;
    text-transform: lowercase!important;
    -moz-transition: all .5s ease!important;
    -webkit-transition: all .5s ease!important;
    transition: all .5s ease!important;
    text-align: center!important;
      margin: 20px 0px;
  width: 100%;
  display: block;
  box-sizing: border-box;
    
}
    
    
}


/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

@media (min-width: 768px){

  a.mobile-trigger, a.child-trigger {
      display: none !important; /* Hide button on Desktop */
  }

}

@media (max-width: 767px){

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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #ffffff;
    }


  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 0px;          /* Position Button at top right of screen  */
      right: 10px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding: 12px 10px;
      background: #000000; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-border-bottom-right-radius: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomright: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #ffffff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #000000;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

  a.child-trigger {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #000000; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover{
      color: #ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
  
  div.child-trigger {
      display: none;
  
  }
}