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

/* CSS for Custom Module: Product Box */
@import url('//cdn2.hubspot.net/hub/76574/hub_generated/template_assets/2536718870/1569770439699/Custom/page/FraudFigther_November_2014/Product-box.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;}
 /* Images */
    img {
        max-width: 100%;
        height: auto;
        border: 0;
        -ms-interpolation-mode: bicubic;
        vertical-align: bottom; /* Suppress the space beneath the baseline */
    }
    
    /* Videos */
    video {
        max-width: 100%;
        height: auto;
    }
    
        .hs-responsive-embed {
        position: relative;
        height: 0;
        overflow: hidden;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
     
    .hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
        position: absolute;
        top: 0;
        left: 0;
        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: 56.25%;
    }
     
    .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 {
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
        /* Menus */
     
    .hs-menu-wrapper ul {
        padding: 0;
    }
     
    /* Horizontal Menu */
     
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 10px;
    }
     
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: inline-block;
    }
     
    .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;
    }
     
    .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;
    }
     
    .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: 100%;
        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;
    }
     
    .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;
    }
    
        /* Veritical Menu */
     
    .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;
    }
    .hs-menu-wrapper.hs-menu-flow-vertical > ul {
        margin-bottom: 0;
    }
     
    .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.hs-item-has-children {
        position: relative;
    }
    
        /* Show Nested Children */
    .hs-menu-wrapper.hs-menu-flow-vertical li.hs-item-has-children > ul > li { display: none; }
    .hs-menu-wrapper.hs-menu-flow-vertical li.active-branch > ul > li { display: block; }
    .hs-menu-wrapper.hs-menu-flow-vertical li ul { padding-left: 1em; }
     
    .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
        max-width: 100%;
        overflow: hidden;
    }
    
        @media (max-width: 767px) {
        .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;
        }
        /* Stacking Horizontal Nav for Mobile */
        .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
            /*visibility: visible !important;
            opacity: 1 !important;
            position: static !important;
            padding-left: 1em;*/
        }
        .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
            padding: 0;
        }
        .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
            white-space: normal;
        }
    }
    
    
        .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
        visibility: visible;
        opacity: 1;
    }
     
    .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    
    
        /* Space Module */
     
    .widget-type-space {
        visibility: hidden;
    }
    
        /* Blog Author Section */
     
    .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(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/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(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        padding: 0px 5% 0px 5%;
        width: 90%;
        top: 40%;
        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;
        }
    }
     
    .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;
    }
 
 /* Foxboro v1.9 */
html,body {margin:0;padding:0;font-size:1em;}
a{outline:none;}
a:hover {text-decoration:none;}
/*#foxboro_body {width:100%;display:block;}*/
#foxboro_body {display:block;margin:auto auto;text-align:left;overflow:hidden;}
div.pad {display:block;padding:0 0px;overflow:hidden;}
#foxboro_courtesy_links,
 #foxboro_header {width:100%;overflow:hidden;}
#foxboro_header span.logo {display:block;font-size:1.5em;margin:0;padding:0;font-weight:normal;font-family:Georgia,"Times New Roman",Times,serif;color:#000;}
#foxboro_header span.logo a {display:block;}
#foxboro_header span.logo a img {border:none;}

#foxboro_menu .hs-menu-children-wrapper.vertical.group.level1 { margin-top: 26px; }
#foxboro_menu {position:relative;display:block;margin:0 auto;padding:0;width:100%;z-index:12 !important;}

#foxboro_menu ul {display:block;float:left;list-style-type:none;margin:0;padding:0;}

#foxboro_menu ul li {display:block;float:left;margin:0;padding:0;font-weight:bold;}
#foxboro_menu ul li a {display:block;float:left;text-decoration:none;}
#foxboro_menu ul li a:hover {cursor:pointer;}

#foxboro_menu ul li span {font-size:0.85em;}

#foxboro_menu .rootGroup .item .text {display:block;float:left;padding-top: 5px; padding-bottom: 5px;}
#foxboro_menu .group .item .text {display:block;float:left;padding:5px 15px 5px 15px;}

#foxboro_menu ul li a.selectedtab {}

#foxboro_menu ul.group {padding:0;display:block;}
#foxboro_menu ul.group li {float: none}
#foxboro_menu ul.group li span {padding:10px 5px;margin:0px;}

#foxboro_menu ul.group.level2 {margin-left:1px;}
#foxboro_menu ul.group.level2 li {padding: 0px;}
#foxboro_menu ul.group.level2 li span {padding:10px 5px;margin:0px;}

#foxboro_menu ul.group.level3 {margin-left:1px;}
#foxboro_menu ul.group.level3 li {padding:0px;}
#foxboro_menu ul.group.level3 li span {padding:10px 5px;margin:0px;}

#foxboro_menu ul.group li.item.separator {display:none;}

#foxboro_side-menu {display:block;position:static;z-index:999;line-height:0;}
#foxboro_side-menu ul {display:block;list-style-type:none;margin:0;padding:0;float:none;position:static;}
#foxboro_side-menu ul li {display:block;margin:0;padding:0;font-size:.9em;width:100%;position:static;line-height:16px;float: none;}
#foxboro_side-menu ul li a {display:block;text-decoration:none;width:100%;}
#foxboro_side-menu ul li a:hover {cursor:pointer;}
#foxboro_side-menu ul li a span {display:block;padding:7px 15px 7px 14px;line-height:17px;}
#foxboro_side-menu ul li.selectedtab{}
#foxboro_side-menu ul li.selectedtab a {font-weight:bold;}
#foxboro_side-menu ul li.first a span{}
#foxboro_side-menu ul li.last {}
#foxboro_side-menu ul li.separator {display:none;}
#foxboro_side-menu ul li.haschildren {margin-bottom:0;border-bottom:none;}
#foxboro_side-menu ul li.haschildren a span {border-bottom:none;}
#foxboro_side-menu ul li.childitem1 {border:none;margin-bottom:0;}
#foxboro_side-menu ul li.childitem1 a span {border:none;margin-left:15px;}
#foxboro_side-menu ul li.childitem1.last {padding-bottom:10px;}
#foxboro_side-menu ul li.selectedpath {font-weight:normal;}
/* fix to negate radmenu inherited style */
#foxboro_side-menu div.radmenu {float:none;position:static;white-space:wrap;}
#foxboro_side-menu div.radmenu ul.horizontal,#foxboro_side-menu div.radmenu ul.vertical {position:static;}
#foxboro_content div.radmenu ul.rootGroup {position:static;}
#foxboro_content div.radmenu ul.vertical {position:static;}
.radmenu ul.horizontal,.radmenu ul.vertical,.radmenu .item {position:static;}
#foxboro_side-menu .radmenu .item {position:static;}
#foxboro_side-menu .radmenu .item a {position:static;}
#foxboro_side-menu .radmenu .item a span {position:static;white-space:normal;}
#foxboro_side-menu_top, #foxboro_side-menu_bottom {height: 0px;}


#foxboro_top, #foxboro_bottom {display:block;clear:both;}
/*#foxboro_one-column,#foxboro_two-column,#foxboro_two-column-right,#foxboro_three-column {float:left;padding-top:20px;overflow:hidden;}*/
/*
#foxboro_one-column {}
#foxboro_one-column #foxboro_col2 {}
#foxboro_two-column {}
#foxboro_two-column #foxboro_col1 {}
#foxboro_two-column #foxboro_col2 {}
#foxboro_two-column-right {}
#foxboro_three-column {}
#foxboro_three-column #foxboro_col1 {}
#foxboro_three-column #foxboro_col2 {}
#foxboro_three-column #foxboro_col3 {}

#foxboro_three-eq-column {}
#foxboro_three-eq-column #foxboro_col1 {}
#foxboro_three-eq-column #foxboro_col2 {}
#foxboro_three-eq-column #foxboro_col3 {}

#foxboro_three-eq-column #foxboro_col2 div.block div.pad {padding: 8px 5px 0px 5px;}

#foxboro_two-eq-column {}
#foxboro_two-eq-column #foxboro_col1 {}
#foxboro_two-eq-column #foxboro_col3 {}


#foxboro_two-column-right #foxboro_col2 div.pad {padding:0 0px 0 0px;}
#foxboro_col1 div.pad,#foxboro_col2 div.pad,#foxboro_col3 div.pad {padding-bottom:35px;}

#foxboro_col1 {float:left;position:static;}
#foxboro_content #foxboro_col1 div.pad {padding:0;}

#foxboro_col2 {float:left;position:static;}
*/
#foxboro_col2 h1 {font-size:1.6em;margin:8px 0 15px 0;padding:0;font-weight:normal;line-height:115%;}
#foxboro_col2 h2 {font-size:1.3em;margin:15px 0;padding:0;font-weight:normal;line-height:145%;}
#foxboro_col2 h3 {font-size:1.1em;margin:15px 0;padding:0;font-weight:normal;line-height:135%;}
#foxboro_col2 h4 {font-size:1em;margin:15px 0;padding:0;}

#foxboro_col2 ul {list-style-type:square;margin:6px 0 6px 14px;padding:0;}
#foxboro_col2 ul ul {margin:0 0 0 16px;}

#foxboro_col2 ol {margin:0 0 6px 25px;padding:0;}
#foxboro_col2 ol ol {margin:7px 0 0 25px;list-style-type:lower-alpha;}
#foxboro_col2 ol ol ol {list-style-type:lower-roman;}


#foxboro_top img,
#foxboro_bottom img,
#foxboro_col1 img, 
#foxboro_col2 img, 
#foxboro_col3 img {border: none;}


/* since we can control image spacing better in FF & ie7, we will. ie6 degrades OK with the style above. */
html>body #foxboro_col2 img[align=right] {margin:0 0 5px 15px;border:0px solid #ccc;padding:2px;}
html>body #foxboro_col2 img[align=left] {margin:0 15px 5px 0;border:0px solid #ccc;padding:2px;}

#foxboro_content #foxboro_col3 div.pad {display:block;padding:0;}

#foxboro_content {background:#fff;position:static;}
#foxboro_content div.block {display:block;margin:0 0 25px 0;line-height:145%;font-size:.95em;}
#foxboro_content #foxboro_col1 div.block div.pad, 
#foxboro_content #foxboro_col3 div.block div.pad {display:block;padding:8px 20px;}
#foxboro_content #foxboro_col1 div.block div.pad {margin:0 0 0 15px;}
#foxboro_content #foxboro_col3 div.block div.pad {margin:0 15px 0 0;}
#foxboro_content div.block h3 {font-weight:normal;font-size:1.3em;margin:0 0 10px 0;padding:5px 0 0 0;line-height:125%;white-space:normal;}
#foxboro_content div.block p {font-size:.95em;line-height:145%;margin:5px 0 15px 0;padding:0;}
#foxboro_content div.block ul {margin:12px 0 0 14px;padding:0;line-height:145%;}
#foxboro_content div.block ol {margin:12px 0 0 18px;padding:0;line-height:145%;}
#foxboro_content div.block li {padding:0 0 10px 0;margin:0;font-size:.95em;}
#foxboro_content div.block li a {}
#foxboro_three-eq-column #dnn_ContentPane h3 {
    color: #692676;
    font-size: 17px;
    line-height:21.25px;
    font-weight: bold;	
    font-family:Verdana;
    margin-top:0;
    margin-bottom:9px;
}


/* -- put in clearing fix re JIRA#CMS-896  -- */
#foxboro_two-column #dnn_LeftPane, #foxboro_two-column-right #dnn_Col3Pane {clear: both;}

#foxboro_two-column-right #foxboro_col2 div.pad {
    padding: 0 20px;
}

/* was named alston_button */
a.action_button {display:block;background:#473c2a;float:left;color:#fff;text-decoration:none;cursor:pointer;padding:5px;}
a.action_button * {font-style:normal;background-image:url("//cdn2.hubspot.net/hub/76574/img/b_corners.png");background-repeat:no-repeat;display:block;}
a.action_button i {background-position:top left;position:absolute;margin-bottom:-5px;top:0;left:0;width:5px;height:5px;}
a.action_button span {background-position:bottom left;left:-5px;margin-bottom:-5px;padding:0 0 5px 10px;}
a.action_button span i {background-position:bottom right;margin-bottom:0;position:absolute;left:100%;width:10px;height:100%;top:0;}
a.action_button span span {background-position:top right;position:absolute;right:-10px;margin-left:10px;top:-5px;height:0;}
* html a.action_button span,* html a.action_button i {float:left;width:auto;background-image:none;cursor:pointer;}
a.action_button:hover {background-color:#edcf81;}
a.action_button:active {background-color:#d99e02;}

#foxboro_footer {padding:5px 0px 15px 0px;clear:both;font-size:.9em;margin:0;}
#foxboro_footer a:hover {text-decoration:underline;}
#foxboro_footer p.copyright {clear:both;font-size:.9em;padding:0;margin:0;}

#foxboro_footer ul {display:block;float:left;list-style-type:none;margin:0;padding:0;width:100%;}
#foxboro_footer ul li {display:block;float:left;margin:0 20px 0 0;padding:0;font-size:.9em;}
#foxboro_footer ul li a {display:block;float:left;text-decoration:none;}
#foxboro_footer ul li a:hover {cursor:pointer;}
#foxboro_footer ul li a span {display:block;float:left;padding:7px 0 7px 0;}

/* Clearfix */
/*
#foxboro_footer:after,#foxboro_content:after,#foxboro_three-column:after,#foxboro_menu:after,div.block:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
#foxboro_footer,#foxboro_content,#foxboro_three-column,#foxboro_menu,div.block {display:inline-block;}
*/
/* Hides from IE-mac \*/
* html #foxboro_footer,* html #foxboro_content,* html #foxboro_three-column,* #foxboro_menu,* div.block {height:1%;}
#footer,#foxboro_content,#foxboro_three-column,#foxboro_menu,div.block {display:block;}
/* End hide from IE-mac */




/* lead forms */
div.ContactFormWrapper {margin:0 0 25px 0;padding:0;font-size:12px;}
div.ContactFormWrapper label {display:block;margin:0 0 4px 0;}
div.ContactFormWrapper input {margin:0 0 10px 0;color:#414141;font-size:1.1em;padding:2px;}
div.ContactFormWrapper submit {width:auto;}

div.ContactFormWrapper div.CheckboxGroupContainer input {margin:0;width:auto;}
div.ContactFormWrapper div.CheckboxGroupContainer label {margin:0;}

form.hs-form .hs-input {
    max-width: 400px;
    width: 90%;
}
form.hs-form .hs_submit {
    margin-top: 7px;
}
form.hs-form.stacked .hs-form-field {
    margin-bottom: 11px;
}
/* subscribe via email */
.subhead {display:block;margin:0 0 4px 0;font-size:1.1em;text-align:left;}
div.block input {margin:0 0 10px 0;color:#414141;font-size:1.1em;padding:2px;width:98%;}

/* blog posts */
#bb-container div.post {display:block;border-bottom:1px solid #ccc;margin:0 0 20px 0;padding: 0 0 30px 0;font-size:.9em;line-height:165%;}
#bb-container div.post h3.title {margin:10px 0 0 0;padding:0;font-size:1.3em;}
#bb-container div.post h3 {font-size:1.2em;margin:0;padding:0;font-weight:normal;}
#bb-container div.post h3 a {text-decoration:none;}
#bb-container div.post h3 a:hover {text-decoration:underline;}

#bb-container div.post div.byline {font-size:.8em;font-style:italic;margin:0 0 10px 0;padding:0;}

#bb-container div.post div.submissions {border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;margin:0 0 0 0;padding:7px 0;color:#e2e2e2;}
#bb-container div.post div.submissions a {text-decoration:none;}
#bb-container div.post div.submissions a:hover {text-decoration:underline;}
#bb-container div.post div.submissions img {border:none;margin:0;padding:0;}
#bb-container div.post div.submissions div {display:inline;}

#bb-container div.comments {display:block;border:1px solid #e2e2e2;padding:15px;line-height:165%;}
#bb-container div.comments h3 {font-size:21px;margin:0;padding:0;}
/* put in fix for JIRA #CMS-851 */
#bb-container div.comments div.comment-body {display:block;padding:15px;}
#bb-container div.comments div.comment-body div.comment-info {display:block;font-size:.9em;font-style:italic;padding:4px 0;}
#bb-container div.comment-form {display:block;padding:15px;margin:15px 0;}
#bb-container div.comment-form table {width:100%;}
#bb-container div.comment-form textarea {width:98%;}
#bb-container fieldset {border:none;}
#bb-container span.PostComments {font-size:1.1em;font-weight:normal;}

#bb-container div.buttons {display:block;width:auto;margin:10px 0 10px 10px;float:right;}


/* Feed reader */
.hs-rss-module .hs-rss-item { padding: 5px 0px 10px 0px; }
.hs-rss-module .hs-rss-item .hs-rss-byline { font-size:.9empx; font-style: italic; }

td.Item,td.AltItem {padding:5px 0 10px 0;}
div.ItemLink a {font-size:.9empx;}
div.ItemLink a:hover {text-decoration:none;}
div.ItemInfo {font-size:11px;font-style:italic;}

/* fix for tinymce inline editor */
body.mceContentBody {text-align:left;}

body#Body form input#EditTitlePopupInput {display:block;z-index:23;border:2px solid #222;background:#fff;}


pre, code {
white-space: pre-wrap; 
white-space: -moz-pre-wrap !important; 
white-space: -pre-wrap; 
white-space: -o-pre-wrap; 
word-wrap: break-word; 
}






/* Font & Color Overrides */



#foxboro_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { padding: 1px 1px; overflow:visible; max-width:2000px;}

html,body#Body {background:#ffffff;font-family:Arial, Helvetica, sans-serif;font-size:0.90em;line-height:150%;} 

#foxboro_header {background:TRANSPARENT;}
#foxboro_courtesy_links {background:#570f75;color:#000000;}
#foxboro_courtesy_links a {color:#ffffff; font-size: 0.9em; text-decoration: none;}
#foxboro_menu, #dnn_rad_menu_classic_top_menu {background-color:#570f75;}
#dnn_rad_menu_classic_top_menu { width: 100%; }
#foxboro_menu .link {background-color:TRANSPARENT;color:#ffffff;}
#foxboro_menu .rootGroup .selectedtab {background-color:TRANSPARENT;color:#ffffff !important;}
#foxboro_menu .rootGroup .selectedtab .text {color:#ffffff;}
#foxboro_menu .rootGroup .item .text {padding-right:10px; padding-left:10px;}
#foxboro_menu .group .item .text {padding-right:10px; padding-left:10px;}
#foxboro_menu .link .text {color:#ffffff;}
#foxboro_menu .link:hover, 
#foxboro_menu .focused,
#foxboro_menu .expanded {background-color:#570f75;color:#ffffff !important} 
#foxboro_menu .link:hover .text, 
#foxboro_menu .focused .text,
#foxboro_menu .expanded .text {color:#ffffff}
#foxboro_menu .group {background-color:#570f75; color:#ffffff;}
#foxboro_side-menu {background-color:#ffffff;}
#foxboro_side-menu ul li {background-color:#000000;}
#foxboro_side-menu ul li a {color:#000000;}
#foxboro_side-menu ul li a:hover {background-color:#570f75;color:#eeeeee;}
#foxboro_side-menu ul li a span {border-bottom:1px solid #ffffff;}
#foxboro_side-menu ul li.selectedtab {background-color:#570f75;}
#foxboro_side-menu ul li.selectedtab a {color:#ffffff;}
#foxboro_side-menu ul li.first a span {border-top:1px solid #ffffff;}
#foxboro_side-menu ul li.childitem1 {background-color:#570f75;}
#foxboro_side-menu ul li.childitem1.last {border-bottom:1px solid #ffffff;}
#foxboro_top {background-color:#ffffff;color:#000000;}
#foxboro_top a {color:#570f75;}
#foxboro_bottom {background-color:#ffffff;color:#000000;}
#foxboro_bottom a {color:#e96524;}
#foxboro_col1 {color:#000000;}
#foxboro_col1 a {color:#e96524;}
#foxboro_col1 div.block div.pad {background-color:TRANSPARENT;}
#foxboro_col3 {color:#000000;}
#foxboro_col3 a {color:#e96524;}
#foxboro_col3 div.block div.pad {background-color:TRANSPARENT;}
#foxboro_col2 h1 {color:#672b81;font-family:Arial, Helvetica, sans-serif;}
#foxboro_col2 h2 {color:#692676;font-family:Verdana, Arial, Helvetica, sans-serif;}
#foxboro_col2 h3 {color:#000000;font-family:Arial, Helvetica, sans-serif;}
#foxboro_col2 h4 {color:#000000;font-family:Arial, Helvetica, sans-serif;}
#foxboro_col2 {color:#000000;}
#foxboro_col2 a {color:#570f75;}
#foxboro_content div.block h3 {font-family:Verdana, Arial, Helvetica, sans-serif;}
#foxboro_content {background:TRANSPARENT;}
#foxboro_content div.block h3 {color:#692676;}
a.foxboro_button {background:#672b81;}
a.foxboro_button:hover {background-color:#34133b;}
a.foxboro_button:active {background-color:#692676;}
#bb-container div.post h3.title {font-size:1.4em;}
#listing .post.blogjapanese h3 {font-size:1.4em;} 
#bb-container div.post h3.title {color:#000000;}
#bb-container div.post h3.title a {color:#000000;}
#bb-container div.post h3 {color:##000000;}
#bb-container div.post div.submissions a {color:##692676;}
#bb-container div.post div.comments a {color:##692676;}
/* put in fix for JIRA #CMS-851 */
#bb-container div.comments div.comment-body {border-bottom:1px solid #000000;}
#bb-container div.comment-form {border:1px solid #000000; background:TRANSPARENT;}
#foxboro_footer {width:1024px;background:TRANSPARENT;color:#000000; text-align:center; margin: 0px auto; vertical-align: middle; display:block; position:relative; }
#foxboro_footer div.clear {margin: auto;}
#foxboro_footer p.copyright span.SkinObject {color:#000000;}
#foxboro_footer span a, 
#foxboro_footer a, 
#foxboro_footer ul li a, 
#foxboro_footer p span, 
#foxboro_footer span.SkinObject {color:#000000; font-size: 0.9em; text-decoration: none;}
span#footerContainer {font-size: 1.0em; color:#000000;}

#foxboro_body .radmenu.NavHidden a.link, 
#foxboro_body .radmenu.NavHidden li a span {cursor:default !important;}

#foxboro_menu .radmenu.NavHidden .rootGroup .selectedtab, 
#foxboro_menu .radmenu.NavHidden .link:hover, 
#foxboro_menu .radmenu.NavHidden .focused,
#foxboro_menu .radmenu.NavHidden .expanded {background-color:#570f75 !important}
/* Default Classic CMS Styles */ 

.ContactFormWrapper label 
{
    display: block;
    margin-bottom: 4px;
    text-align: left;
    
}

.ContactFormWrapper .CheckboxGroupContainer {
  text-align: left;
}

.ContactFormWrapper .CheckboxGroupContainer label 
{
    display: inline;
    
    
}
.ContactFormWrapper .CheckboxGroupContainer input 
{
    vertical-align: middle;
    
    
}

.ContactFormWrapper .FormSubmitButton
{
    display: block;
    margin-top: 8px;
    
}
.ContactFormWrapper .fieldclear
{
    clear: both;
}

.hs-form-field textarea {
    margin-bottom:12px;
}
form.hs-form .hs-form-radio input, form.hs-form .hs-form-checkbox input {
    display: inline;
    width: 20px;
    vertical-align: -11%;
}
form.hs-form ul.inputs-list, #foxboro_content div.block ul.inputs-list {
    list-style-type: none;
    margin: 0px 0px 0px 0px !important;
    padding:0px 0px 0px 0px !important;
    line-height: 0px;
}
form.hs-form ul.inputs-list li, #foxboro_content div.block ul.inputs-list li {
    list-style-type: none;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    line-height: 0px;
}
.hs-field-desc {
    color: #666;
    font-style:italic;
}

form.hs-form label {
    line-height: 14px;
}
.ContactFormWrapper .ContactFormItem {
    margin-bottom: 10px;
}

form.hs-form .hs-form-booleancheckbox {
    
}
form.hs-form .hs-form-booleancheckbox input {
    width: auto;
    margin: 0px 5px 0px 0px;
    vertical-align: -11%;
    font-weight:normal;
}

.radmenu li a span 
{
   cursor: pointer;   
}


/* Image alignments - fix */
html>body #foxboro_col2 img.alignRight,
html>body #brighton_col2 img.alignRight,
html>body #duxbury_col2 img.alignRight,
html>body #everett_col2 img.alignRight,
html>body #cambridge_col2 img.alignRight {
    margin:0 0 5px 15px;border:0px solid #ccc;padding:2px;
}
html>body #foxboro_col2 img.alignLeft,
html>body #brighton_col2 img.alignLeft,
html>body #duxbury_col2 img.alignLeft,
html>body #everett_col2 img.alignLeft,
html>body #cambridge_col2 img.alignLeft {
    margin:0 15px 5px 0;border:0px solid #ccc;padding:2px;
}


/* custom.css CSS customizations */ 

html {
	/* background: #fff url(//cdn2.hubspot.net/hub/76574/images2/footer-bg.png) repeat-x bottom !important; */
}
#foxboro_body {
	/*width: 1024px!important; */
	position: relative;
	margin: 0 auto;
}
a {
	text-decoration: none;
}

#foxboro_top {
	margin: 0 0 32px 0;
	padding: 0;
}

#foxboro_two-column #foxboro_col2 {
	padding: 0;
	margin: 0;
}
/** HEADER **/
#foxboro_courtesy_links p {
	position: absolute;
	top: 73px;
	right: 32px;
	font-size: 15px;
	color: #808080;
}

#logo {
	width: 321px;
	height: 122px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#foxboro_menu {
	position: absolute;
	top: 30px;
	right: 0px;  /* Was -115px */
	background: #570f75!important;
	width: 600px;  /* Was 655px */
	height: 27px;
}
#foxboro_menu a span {
	text-transform: uppercase;
	font-weight: normal;
}
/** CONTENT  **/


#foxboro_col2 .left {
	float: left;
	margin: 0 25px 0 0;
    width: 48%;
}
#foxboro_col2 .right {
	float: left;
    width: 48%;
}
#foxboro_col2 h1 {
	margin: 0;
	background: transparent url(//cdn2.hubspot.net/hub/76574/images2/divider-large.png) repeat-x center bottom;
	padding: 0 0 20px 0;
}
#foxboro_col2 p {
	font-size: 14px;
	line-height: 18px;
}
#sidenav > ul {
    list-style: none !important;
}
.prodbox {
	position: relative;
	float: left;
	width: 174px;
	height: 164px;
	padding: 20px 0 0 30px;
	border: solid 1px #e7e7e7;
	margin: 4px 0 0 0;
	background: transparent url(//cdn2.hubspot.net/hub/76574/images2/product-grid-bg.png) repeat-x bottom;
}
.prodbox a.learnwhy {
	position: absolute;
	bottom: 0;
	left: 34px;
	width: 120px;
	height: 23px;
}
.prodbox p {
	text-align: center;
	width: 123px;
	display: block;
	margin: 4px 0 0 0!important;
}
#foxboro_col2 p a {
	color: #570f75;
}
/** SIDE CONTENT **/
.block .pad {
	margin: 0!important;
	padding: 0!important;
}
.block {
	margin: 0!important;
	padding: 0!important;
}
#foxboro_content div.block ul {
	list-style: disc;
}
#foxboro_col1 a {
	color: #672B81!important;
}
body #foxboro_content div.block li {
	font-size: 15px;
	text-decoration: none!important;
}
#foxboro_content div.block h3 {
	font-size: 17px;
	font-weight: bold
}
#side-nav {
}
#foxboro_content div.block #side-nav ul {
	margin: 0!important;
	padding: 0!important;
	list-style-type: none!important;
}
#foxboro_content div.block #side-nav ul li {
	list-style-type: none!important;
	font-size: 2em!important;
}
#foxboro_content div.block #side-nav ul li a {
	color: #3d4448!important;
	font-size: 2em!important;
	text-decoration: none!important;
}
#foxboro_content div.block #side-nav ul li a:hover {
	font-style: italic!important;
}
/** FOOTER **/
/*#foxboro_footer {height:200px!important;overflow:hidden;} */
#copyrightFooter {
	display: none;
}

#foxboro_footer {
	padding: 0;
}

#foxboro_footer div.clear {
	display: none !important;
}
#foxboro_footer p {
	float: none;
	clear: both;
	text-align: left;
}
#ff-footer-full {
	background: url("//cdn2.hubspot.net/hub/76574/images2/footer-bg.png") repeat-x scroll 0 0 transparent !important;
	height: 168px !important;
}

span#footerContainer br {
	display: none;
}

#ff-footer ul {
	float: left;
	width: 185px;
	/* height: 164px; */
	margin: 0;
	overflow: hidden;
	display: block;
	list-style-type: none;
	padding: 0;
}
#ff-footer ul li {
	display: block;
	float: left;
	font-size: 0.9em;
	margin: 0 20px 0 0;
	padding: 0;
}
#ff-footer ul li {
	float: none!important;
	clear: both;
}
#ff-footer ul li a {
	color: #444444;
	font-size: 13px!important;
}
#ff-footer ul li a img {
}
.ff-footer-cta {
	float: left;
}
div.ff-footer-cta br {
	display: none !important
}
#ff-footer-wrap {
	background: none repeat scroll 0 0 transparent;
	color: #000000;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 950px;
	padding: 14px 0 0 0;
}

#ff-footer-wrap div.clear {
	display: none !important;
}
#ff-footer-wrap p {
	float: none;
	clear: both;
	text-align: left;
}
#ff-footer {
	float: left;
	width: 740px;
}
#ff-footer br {
	display: none !important
}
#ff-footer:after, #ff-footer div.block:after {
}

#ff-copyright p.copyright {
  clear: both;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

/**Paragraph Styles **/

p {
	color: #4e4e4e;
	padding-top: 5px;
	line-height: 20px!important;
}
p a {
	/* color: #3d3f42!important;  Removed by Clarke */
	font-weight: bold;
	font-style: italic;
}
p a:hover {
	color: #692676!important;
}
.call_out {
	color: #3d3f42;
	font-weight: bold;
	font-style: italic;
}
/**TABS**/


/***** TABS *****/

ul.etabs {
	margin: 0!important;
	padding: 0!important;
	background: transparent url(/Portals/203654/images/tool_pics/tab-ul-line.png ) repeat-x 0px 34px!important;
}
.tab {
	display: inline-block;
	zoom: 1;
*display:inline;
	background:#8fb21b;
	border-bottom: none;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	margin-top: 2px;
	border-radius: 4px 4px 0 0;
    color:#ffffff;
}
.tab a {
	font-size: 14px;
	line-height: 2em;
	display: block;
	padding: 0 10px;
	outline: none;
	text-decoration: none;
	color: #ffffff!important
}
.tab a:hover {
    color:#ececec!important;
}
.tab.active {
	background: #743493;
	position: relative;
	top: 1px;
	border: none;
    
}
.tab a.active {
	background:#743493;
	color: #fff!important;
	text-decoration: none;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
/** END TABS **/



/**Products Grid**/

.products-grid {
	max-width: 1020px;
    width: auto;
	margin: auto 0 auto 0;
}
.row {
	max-width: 1020px;
	clear: both;
    width: auto;
}
.cell {
	max-width: 229px;
    width: auto;
	height: 340px;
	float: left;
	position: relative;
	border: solid #e6e6e6 2px;
    padding: 0 13px;
}
.cell img {
	display: block;
	margin: 0 auto;
}
.cell p {
	display: block;
	width: 200px;
	top: 180px;
	padding-left: 14px!important;
	color: #919393;
	font-size: 12px!important;
	line-height: 15px!important;
}
a:hover .product-title {
	text-decration: underline;
}
.cell .product-title {
	display: block;
	font-size: 16px;
	color: #570f75;
	font-weight: bold;
	text-align: center!important;
}
.learn-more-button {
	display: block;
	width: 160px;
	height: 29px;
	margin: 0 auto;
	position: absolute;
	left: 35px;
	bottom: 0px;
	text-indent: -9999px;
	background: url("//cdn2.hubspot.net/hub/76574/images/products/learn-more.jpg");
}
.product-nav {
	background: url("//cdn2.hubspot.net/hub/76574/images/side-nav-bk.jpg ");
    display: block;
    max-width: 217px;
    padding: 0 10px !important;
    width: auto;
}
.product-nav li {
	background: url("//cdn2.hubspot.net/hub/76574/images/hr-side-nav.jpg ") no-repeat scroll center bottom;
    display: block;
    font-size: 17px !important;
    font-weight: bold;
    height: 65px !important;
    line-height: 20px !important;
    max-width: 200px;
    width: auto;
}
.product-nav li div {
	display: table;
    height: 65px;
    margin: 0 auto !important;
    max-width: 217px;
    width: auto;
}
.product-nav li div a:link {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.product-nav a:visited {
}
.product-nav a:hover {
	margin: 0 auto!important;
	text-align: center;
	height: 65px!important;
	width: 217px!important;
	background: transparent;
}
.tool-image-indi {
	width: 210px;
	height: 220px;
	float: left;
}
.tool-specs-indi {
	margin-top: 30px;
	float: left;
	width: 244px!important;
}
.tool-specs-indi li {
	margin: 0 0 0 0;
	padding: 5px 5px;
	width: 144px;
	display: block;
	float: left!important;
}
.order-by-phone {
	width: 144px;
	height: 43px;
	text-indent: -9999px;
	background: url("//cdn2.hubspot.net/hub/76574/images/products/product_images/order-btn.jpg ") no-repeat;
}
.order-by-phone:hover {
	cursor: default
}
.order-by-phone2:hover {
	cursor: default
}
.request-volume-pricing {
	width: 144px;
	height: 43px;
	text-indent: -9999px;
	background: url("//cdn2.hubspot.net/hub/76574/images/products/product_images/volume-pricing-btn.jpg ") no-repeat;
}
.product-sheet {
	width: 144px;
	height: 43px;
	text-indent: -9999px;
	background: url("//cdn2.hubspot.net/hub/76574/images/products/product-sheet-btn.jpg ") no-repeat;
}
.demo {
	width: 144px;
	height: 43px;
	text-indent: -9999px;
	background: url("//cdn2.hubspot.net/hub/76574/images/products/DEMO-BTN.jpg ") no-repeat;
}
.product-detail-indi {
	display: inline-block;
    min-height: 225px;
    width: auto;
}
.tool-specs-indi a {
	display: block;
	width: 144px;
	height: 43;
}
.spec-list2 {
	margin-top: -15px!important;
}
.spec-list2 li {
	width: 300px;
	float: left;
	clear: both;
}
.order-by-phone2 {
	display: block;
	text-indent: -9999px;
	width: 250px;
	height: 52px;
	background: url("//cdn2.hubspot.net/hub/76574/images/products/phone.png ") no-repeat;
}
.demo2 {
	display: block;
	text-indent: -9999px;
	width: 250px;
	height: 52px;
	background: url("//cdn2.hubspot.net/hub/76574/images/products/demo.png") no-repeat;
}
.product-sheet2 {
	display: block;
	text-indent: -9999px;
	width: 250px;
	height: 52px;
	background: url("//cdn2.hubspot.net/hub/76574/images/products/product-sheet.png") no-repeat;
}
.user-manual {
	display: block;
	width: 200px;
	height: 52px;
	float: right;
	margin: 65px 340px 0 0px;
	text-indent: -9999px!important;
	background: url("//cdn2.hubspot.net/hub/76574/images/products/manual.png ") no-repeat;
}
.tab-left {
	max-width: 224px;
	margin-top: 50px;
	float: left;
    width: auto;
}
.tab-left img {
	padding-bottom: 30px;
}
.tab-right {
	max-width: 460px;
    width: auto;
	float: right;
}
table {
	width: 90%;
}
table .dark {
	background: #ddd!important;
}
.tab-l {
	float: left;
	max-width: 450px;
    width: auto;
}
.tab-r {
	float: right;
	max-width: 220px;
    width: auto;
	font-size: 12px!important;
	border-left: solid 1px #ddd;
	padding-left: 10px;
}
.wrapper-clip {
	border: solid 1px #ddd;
	padding: 15px;
}
.tab-r li {
	padding-bottom: 25px;
}
.border {
	border: solid 1px #ddd;
	padding: 10px
}
#foxboro_menu .link {
	height: 29px;
}
.get-a-quote-product {
	display: block;
	margin-top: 20px;
	width: 240px;
	height: 168px;
	float: right;
	background: url(//cdn2.hubspot.net/hub/76574/images/get-a-quote.png) no-repeat!important;
	text-indent: -9999px;
}
#foxboro_col3 div.block input {
	width: 96%!important;
}

#foxboro_col3 div.block .hs-form-radio input {
    width:auto !important;
}

/** HOME TWEAKS **/
#purplebox-home {
	background: url("//cdn2.hubspot.net/hub/76574/images2/bullseyebg.jpg") no-repeat scroll left top #3D1750;
    border: 1px solid #555555;
    display: block;
    float: left;
    height: 219px;
    margin: 15px 0 20px;
    width: 100%;
}
#purplebox-home ul {
	display: block;
	margin: 20px 0px 0px 35px !important;
}
#purplebox-home ul li.title {
	font-weight: bold !important;
	margin-bottom: 5px !important;
	font-size: 16px !important;
}
#purplebox-home ul li {
	color: #FFFFFF;
    display: list-item !important;
    font-size: 14px !important;
    line-height: 22px;
    list-style-type: none !important;
    padding: 0 !important;
}
#purplebox-home ul li a {
	color: #fff !important;
}
#purplebox-home ul li a:hover {
	text-decoration: underline!important;
}
.box_70 {
	height: 221px;
	display: block;
	float: right;
	width: 575px;
	position: relative;
}
.box_70 .boxhead {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	margin-bottom: 5px;
	background-color: #000;
}
.box_70 .boxhead span {
	color: #fff;
	padding: 8px 20px;
	display: block;
	font-size: 18px;
}
.box_70 .boxcontent {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	background: url(//cdn2.hubspot.net/hub/76574/images2/blogbubble.jpg) no-repeat center top;
	min-height: 50px;
	padding-top: 30px;
	position: relative;
	height: 153px;
}
.box_70 .padding .headline {
	overflow: hidden;
	padding: -15px 20px!important;
}
/*--------form--------*/



#foxboro_container {position:relative;}

h2.purple-h2 {
  color: #FFFFFF;
  background: #570F75;
  text-align: center;
  font-size: 1.1em;
  padding: 6px 0;
  margin-top: 0;
  font-family: Arial,Helvetica,sans-serif;
}

#foxboro_container {overflow: visible;}

/* Adjustments for COS */
#foxboro_two-column #foxboro_col2.pad {
    padding-left:16px;
}

#foxboro_two-column-right #foxboro_col2.pad {
    padding-right:16px;
}

@media (min-width: 768px) and (max-width: 979px) {
    #foxboro_col2 .left {
        float: left;
    	margin: 0 25px 0 0;
        width: 100%;
    }
    #foxboro_col2 .right {
    	float: left;
        width: 100%;
    }
}
@media (max-width: 767px) {
    #foxboro_col2 .left {
        float: left;
        margin: 0 25px 0 0;
        width: 100%;
    }
    #foxboro_col2 .right {
    	float: left;
        width: 100%;
    }
    #foxboro_two-column-right #foxboro_col2  {
        border-right: none;
    }
        
    #foxboro_two-column-right  #foxboro_col2.pad, #foxboro_two-column #foxboro_col2.pad {
        padding-left:0;
        padding-top:20px;
        background:none;
    }
}
 

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url(https://fonts.googleapis.com/css?family=Nunito:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
html {
    font-size: 14px!important;
}
body{
    color:#666666;
    height:100%;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size:14px!important;
    line-height:1.5;
    margin:0;
}
@media (max-width:1020px){
    html, body{
        font-size: 12.5px!important;
    }
}
@media (max-width:940px){
    html, body{
        font-size: 11.5px!important;
    }
}
@media (max-width:880px){
    html, body{
        font-size: 11px!important;
    }
}
@media (max-width:767px){
    html, body{
        font-size:12px!important;
    }
}

.visible{display:inline-block;}
.hidden{display:none;}

/* Presets
========================================== */
.width-100 {width:100%!important;}
.full-width a.cta_button, .full-width .hs-button{
    width:100%!important;
}
.full-width-bg{
min-height:120px;
}
    .page-center{
        max-width:1020px;
        margin:0 auto;
        padding:25px;
     
    }
    .new-page-center{
        max-width:1020px;
        margin:0 auto;
        padding:25px 0;
   
    }
    .zero-pad {
        padding: 0 !important;
    }
    .zero-pad h1 {
        margin: 0;
    }
.body-container-wrapper .page-center, .footer-container-wrapper .page-center{
    overflow:auto;
}
/*
 *
 * Typography
 *
 */
 
h1,h2,h3,h4,h5{
    line-height:1.15;
}
h1, h2, h3{
    font-weight:700;
}
h4, h5{
    font-weight:300;
}
h1{
    font-size:4em;
}
.new-page h1{
    font-size:4.50em;
}
.landing-page h1{
    font-size:4em;
}
.new-page h2{
    font-size:18px; /* 54px */
   
}
h2{
    font-size:18px;
     color:#743493;
}

.hero-header h1 {
  font-size: 3.5em;
  color: #743493;
}

.hs_cos_wrapper_type_header > h2, .hs_cos_wrapper_type_header > h3, .hs_cos_wrapper_type_header > h4{
    margin: 10px 0 10px 0!important;
}

h3{
    font-size:16px;
    color:gray;/* 32px */
}
h4{
    font-size:1.500em!important; /* 21px */ 
}
.h4-large h4 {
    font-size:1.8rem!important;
}

h5{
    font-size:1.714rem; /* 24px */
}
.bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold p, .bold span{
    font-weight:700;
}
p{
    color: inherit;
    font-size:1.143em; 
    line-height:1.5;
}
.post-header {color:#743493;}
.small-line-height a {
    line-height:0.9em!important;
}
.small-link a {
    font-size: 0.85em;
}

@media (max-width:1020px){
    h1{
        
    }
    h2{
        
    }
    h3{
        font-size: 16rem;
    }
    h4{
        font-size: 1.2rem!important;
    }
}
@media (max-width:806px){
    .h4-large h4 {
        font-size: 1.5rem!important;
    }
}
@media (min-width:768px) and (max-width:805px){
    .small-link a{
        font-size: 0.75em;
    }
}
@media (max-width:767px){
    h1{
        font-size:4.000rem;
    }
    h2{
        font-size:18rem;
    }
    h3{
        font-size:1.786rem;
    }
    h4{
        font-size:1.200rem!important;
    }
    h5{
        font-size:1.214rem; /* 24px */
    }
}
@media (max-width:480px){
    h1{
        font-size:2.500em;
    }
    h2{
        font-size:18px;
    }
    h3{
        font-size:16;
    }
    h4{
        font-size:1.200em!important;
    }
    h5{
        font-size:1.000em; /* 24px */
    }
}

/* List Styles */
ul li, ul li span{
    font-size:1.143em;
    /*Try font-size:14px!important*/
}
ul li, ol li{
    line-height:1.5;
}
ul li a {
    color: inherit;
}
    ul li a:hover{
        color:#8fb21b;
    }
a{
    transition:all ease 200ms!important;
    text-decoration:none!important;
    cursor:pointer!important;
    color:inherit;
}
    a:active{
        color:#8fb21b;
    }
    a button{
        cursor:pointer!important;
    }
    a button:active{
        outline:none!important;
    }
    a.cta_button {
        box-sizing: border-box!important;
        -webkit-box-sizing: border-box!important;
        -moz-box-sizing: border-box!important;
        -o-box-sizing: border-box!important;
        -ms-box-sizing: border-box!important;
    }
a.cta_button {
    /* background: #8fb21b!important; */
    border: none;
    border-radius: 0;
    font-size: 1em!important;
    padding: 7.5px 15px!important;
    border: none!important;
    border-radius: 0!important;
}
button, .hs-button.primary{
    -webkit-appearance:none;
    background:#8fb21b;
    border-radius:0;
    padding:10px 15px;
    color:#ffffff;
    border:none;
    font-size:1em!important;
    font-weight:400!important;
    cursor:pointer;
}
iframe {
    width:100%!important;
}
/*
 *
 * Colors
 *
 */

/* Text Colors */
.purple{color:#743493;}
.green{color:#8fb21b;}
.white{color:#FFFFFF;}

/* Background Color */
.purple-bg{background:#743493!important; color:#ffffff; overflow:auto;} .purple-bg h1, .purple-bg h2, .purple-bg h3, .purple-bg h4, .purple-bg h5, .purple-bg span{color:#ffffff;}
.dark-purple-bg {background:#321740;}
.grey-bg{background:#f2f2f2!important; overflow:auto;}
.black-bg{background:#000000!important; overflow:auto;} .black-bg h1, .black-bg h2, .black-bg h3, .black-bg h4, .black-bg h5, .black-bg span{color:#ffffff;}
.white-bg{background:#ffffff;}
.gold-bg{background:#eff1c2;}

/* Borders */
.border-left-dotted{border-left:3px dotted #343434;}
.border-top-white{border-top:1px solid #ffffff;padding-top:20px;}
/* 
 *
 * Alignment 
 *
 */
.text-aligncenter{text-align:center;}
.text-alignleft{text-align:left;}
.text-alignright{text-align:right;}

@media (max-width:767px){
    .text-aligncenter-mobile{ text-align:center;}
    .text-alignleft-mobile{ text-align:left}
    .text-alignright-mobile{ text-align:right;}
}

/* 
 *
 * Padding & Margin
 *
 */
.padding-all{padding:25px;}

.padding-small{padding:1em 25px!important;}
.padding-normal{padding:3em 25px!important;}
.padding-large{padding:5em 25px!important;}

.padding-right-20 {padding-right:20px;}
.padding-bottom-45 {padding-bottom:45px;}

.margin-none{-webkit-margin-before:0;-webkit-margin-after:0;}
.margin-none h2{margin:0!important;}
.margin-none h3{margin:0;}
.margin-none p{-webkit-margin-before:0;-webkit-margin-after:0}
.margin-top-small{margin-top:1em;}
.margin-bottom-small{margin-bottom:1em;}

.margin-large-top-bottom{ margin:25px 0; }
.margin-medium-top-bottom{ margin:15px 0; }
.margin-small-top-bottom{ margin:5px 0; }

.margin-bottom-40 {padding-bottom:40px;}
.margin-bottom-15 {padding-bottom:15px!important;}
.margin-bottom-5 {margin-bottom:5px;}
.list-margin-bottom-20 li {margin-bottom:17px;}

.heading-margin-none h1, .heading-margin-none h2, .heading-margin-none h3, .heading-margin-none h4, .heading-margin-none h5{-webkit-margin-before:0; -webkit-margin-after:0; margin-top:0!important; margin-bottom:0!important;}

@media (max-width:767px){
    .padding-all-mobile{padding:25px;}

    .padding-small-mobile{padding:1em 25px!important;}
    .padding-normal-mobile{padding:3em 25px!important;}
    .padding-large-mobile{padding:5em 25px!important;}
    
    .margin-none-mobile{-webkit-margin-before:0;-webkit-margin-after:0} .margin-none p{-webkit-margin-before:0;-webkit-margin-after:0}
    .margin-top-small-mobile{margin-top:1em;}
    .margin-bottom-small-mobile{margin-bottom:1em;}
    
    .margin-large-top-bottom-mobile{ margin-bottom:25px; }
    .margin-medium-top-bottom-mobile{ margin-bottom:15px; }
    .margin-small-top-bottom-mobile{ margin-bottom:5px; }
}

/* Mobile Margin & Padding */
@media (max-width:767px){
    .margin-large-top-bottom-mobile { margin:25px 0; }
    .margin-medium-top-bottom-mobile { margin:15px 0; }
    .margin-small-top-bottom-mobile { margin:25px 0; }
    
    .margin-large-top-mobile { margin-top:25px; }
    .margin-medium-top-mobile { margin-top:15px; }
    .margin-small-top-mobile { margin-top:25px; }
    
    .margin-large-bottom-mobile { margin-bottom:25px; }
    .margin-medium-bottom-mobile { margin-bottom:15px; }
    .margin-small-bottom-mobile { margin-bottom:25px; }
}

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

/* Effects */

@media (min-width:768px){
    .scale-effect, .scale-effect img{transition:all ease 200ms;}
    .scale-effect:hover img{
        transform:scale(1.1);
        transition:all ease 200ms;
    }
    .grey-box-hover{
        padding:25px;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -o-box-sizing:border-box;
        border-bottom:5px solid transparent;
        position:relative;
    }
        .grey-box-hover:after {
            width: 20px;
            height: 20px;
            background: #8fb21b;
            border-radius: 50%;
            position: absolute;
            content: '';
            bottom: -10px;
            opacity:0;
            right:100%;
            transition:all ease 500ms;
        }
        .grey-box-hover:hover{
            background:#f6f6f6;
        }
            .grey-box-hover:hover:after{
                opacity:1;
                right:-10px;
            }
        .grey-box-hover:before{
            content:'';
            position:absolute;
            bottom:-5px;
            width:0%;
            height:5px;
            left:0;
            background:#8fb21b;
            transition:width ease 500ms;
        }
            .grey-box-hover:hover:before{
                width:100%;
            }
        
    .white-box-hover{
        padding:25px;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -o-box-sizing:border-box;
        position:relative;
    }
        .white-box-hover:after {
            width: 20px;
            height: 20px;
            background: #8fb21b;
            border-radius: 50%;
            position: absolute;
            content: '';
            bottom: -10px;
            opacity:0;
            right:100%;
            transition:all ease 500ms;
        }
        .white-box-hover:hover{
            background:#ffffff;
        }
            .white-box-hover:hover:after{
                opacity:1;
                right:-10px;
            }
        .white-box-hover:before{
            content:'';
            position:absolute;
            bottom:-5px;
            width:0%;
            height:5px;
            left:0;
            background:#8fb21b;
            transition:width ease 500ms;
        }
            .white-box-hover:hover:before{
                width:100%;
            }
}

/* Start Content Styles
========================================== */
.custom-menu-primary ul.hs-menu-children-wrapper {background:#743493; margin-top:7px;}
.custom-menu-primary ul.hs-menu-children-wrapper li {border-bottom:1px solid #ffffff;}
.custom-menu-primary ul.hs-menu-children-wrapper li a {color:#ffffff!important; width:200px!important;}
.custom-menu-primary ul.hs-menu-children-wrapper li a:hover {color:#8fb21b!important;}
#sidenav ul {background:#f7f7f7; padding:0px 10px;}
#sidenav ul li {border-bottom:1px solid #ffffff; padding: 10px 0;}
/*
 *
 * Header
 *
 */
#header:not(.hs-content-name-homepage) {
  box-shadow:0px 0px 4px rgba(0,0,0,0.3);
}
    #header .padding-small{

    }

/* Logo */
.logo{
    
}
@media (max-width:767px){
    .logo{
        text-align:center;
    }
}
/* Main Navigation */
#navbar{
    margin-top: 25px;
}
@media (max-width:767px){
    #navbar{
        margin-top:0;
        height:0;
    }
}
#navbar ul li, #navbar ul li a{
    color:#343434;
    text-transform:uppercase;
    max-width:none!important;
    font-weight:700;
    font-size:1em;
}
#navbar ul li a{
    padding:10px!important;
}
#navbar ul li.active a, #navbar ul li a:hover{
    color:#8fb21b;
}search
    #navbar ul li:last-child a {
        padding-right: 0;
    }
@media (max-width:1024px){
    #navbar ul li a{
        font-size:12px;
    }
}
@media (max-width:920px){
    #navbar ul li a{
        padding: 10px 10px;
        font-size:11px;
    }
}
@media (max-width:780px){
    #navbar ul li a{
        font-size:10px;
    }
}
@media (max-width:767px){
    #navbar ul li a{
        color:#ffffff;
        text-transform:none!important;
    }
}

/* Headerbar */
#search-icon{
    cursor:pointer;
}

.search{
    width:60%;
    transition:width linear 200ms;
}
    .search .widget-type-raw_html{
        width:100%;
        text-align:right;
    }
    .search i.fa.fa-search {

    }
.search-form{
   max-width:200px;
   position:absolute;
   margin-left:10px;
}
    .search-form input, .search-form .widget-span{
        width:100%!important;
        -webkit-appearance:none;
        background:none;
        border:none;
    }
    .search-form input{
        font-size: 12px;
        padding-top: 0;
    }
    .search-form input:focus{
        outline:none!important;
        border:none;
    }
    .search-form .hs-button.primary{
        display:none;
    }
.phone{
    float:right;
    text-align:right;
}
    .phone .widget-span{
        width:100%;
    }
@media (max-width:1000px){
    .search{
        width:50%;
    }
}
@media (max-width:820px){
    .search{
        width: 40%;
    }
}
@media (max-width:767px){
    .search, .search-form {
        display: inline-block;
    }
    .search{
        text-align:center;
        width:100%;
        margin-top:15px;
        display: none;
    }
    .search-form{
        margin-top:10px;
    }
        .search .widget-type-raw_html{
            text-align:center;
        }
    .phone, .phone .widget-span{
        text-align:center!important;
        width:100%;
        margin-top:4px;
    }
}


/* Hero Banner */
 
#hero-banner{
    background:url('//www.fraudfighter.com/hs-fs/hub/76574/file-2056440335-jpg/FraudFighter_Nov_2014/hero_frontpage-02.jpg') center center no-repeat!important;
    background-size:cover!important;
}
    #hero-banner.hero-banner-inner-page{
        background: #ffffff!important;
    }
    @media (min-width:1080px) {
        #hero-banner.hero-banner-inner-page{
            background:url('//www.fraudfighter.com/hs-fs/hub/76574/file-2183564947-png/FraudFighter_Nov_2014/hero_innerpage.png') no-repeat!important;
            background-position:90% 0!important;
            background-size: auto 100%!important;
        }
    }
#hero-banner ul{
    padding-left:15px;
}
    #hero-banner p, #hero-banner span, #hero-banner ul li{
        font-size:1.429rem!important;
    }
    @media (max-width:767px){
        #hero-banner p, #hero-banner span, #hero-banner ul li{
            font-size:1.071rem!important;
        }
    }
.video-placeholder{
    margin-top:20px;
}
/* Solutions */

div#solutions h4{
    -webkit-margin-before:0;
    -webkit-margin-after:0;
    font-weight:700;
    margin-bottom:10px;
}
@media (max-width:767px){
    div#solutions, .solution{
        text-align:center!important;
    }
    div#solutions h4{
        margin-top:10px;
    }
}
/* Top CTA */
.top-cta img{
    max-width:210px;
}
.top-cta a{
    margin-top:10px;
}
/* Frontpage Links */
.frontpage-link h3{
    margin-bottom:10px;
}
.frontpage-link h4{
    margin-top:10px;
}
a.cta_button{
    box-shadow:none;
    -webkit-box-shadow:none;
}
.cta_button span{
    font-size:1rem!important;
    outline:none!important;
}
    .cta_button:hover{
        outline:none!important;
        border:none!important;
    }
@media (min-width:911px) and (max-width:1021px){
    .cta_button span {
        font-size: 0.85rem!important;
    }
}
@media (min-width:836px) and (max-width:910px){
    .cta_button span {
        font-size: 0.75rem!important;
    }
}
@media (min-width:768px) and (max-width:835px){
    .cta_button span {
        font-size: 0.65rem!important;
    }
}
@media (max-width:767px){
    .frontpage-link{
        text-align:center;
    }
}

/* Bottom CTA */
.bottom-cta-content{
    position:relative;
}
.bottom-cta-content .hs_cos_wrapper_type_header>h3 {
    font-size:35px;
    margin:0!important;
}
.bottom-cta-content .cta_button{
    margin-top:6px;
}
@media (min-width:1010px){
    .bottom-cta-content h3{
        line-height:1.5;
    }
}
@media (max-width:767px){
    .bottom-cta{
        text-align:center;
    }
    .bottom-cta img{
        margin-top:10px;
    }
}
/* Three Steps to Preventing Fraud */
.three-steps h4{
    font-weight:600;
    font-size: 20px!important;
}
/* Homepage Blog */
.blog h2{
    margin: 10px 0 10px 0!important;
}
.blog h3{ display:none; }
.blog ul{
    padding-left:0;
    list-style-type: circle;
}
.blog .hs-rss-item {
    background: #f0f0f0;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom:5px;
    padding: 25px;
    width: 32%;
}
.blog .hs-rss-item:nth-child(n+2){
    margin-left: 1%;
}
    .blog .hs-rss-item a{
        color:#666666;
        font-size:1.1em;
    }
@media (max-width:767px){
    .blog .hs-rss-item {
        display: block;
        width: 100%;
    }
    .blog .hs-rss-item:nth-child(n+2){
        margin-left: 0;
    }
}
.blog .hs-rss-item:hover{
    background:#f9f9f9;
}

/* Identity Authentication & Counterfeit Detectors */
@media (min-width: 1280px){
    .highlights .row-fluid .span3 {
        width: 25%;
        margin-left: 0;
    }
}

.featured-blog a.hs-rss-title span{
    font-size:30px;
    color:#303030;
}
.blog-subscription-widget ul.inputs-list{
    padding-left:0;
    margin-top:5px;
}
    .blog-subscription-widget ul.inputs-list li{
        list-style:none;
    }
    .blog-subscription-widget h3 {
        display: none;
    }
    .blog-subscription-widget h4{
        font-size:18px!important;
    }
    .blog-subscription-widget .hs-form{
        margin-top:10px;
    }
    .blog-subscription-widget .hs-form input[type="email"]{
        background:#f2f2f2;
        border:none;
        padding:15px;
    }
        .blog-subscription-widget .hs-form input[type="radio"]{
            display: inline-block;
            width:15px;
            height:15px;
            padding:0!important;
            background:#f2f2f2;
            border-radius:50%;
            -webkit-appearance:none;
            vertical-align:middle;
            cursor:pointer;
        }
        .blog-subscription-widget .hs-form input[type="radio"]:checked {
            background: #8fb21b!important;
            outline: none!important;
            border: none;
            padding: 0!important;
        }
    .blog-subscription-widget .hs-form-required{
        display:none;
        visibility:hidden;
    }
    .blog-subscription-widget .hs_blog_blog_subscription{
        margin-top:20px;
    }
    .blog-subscription-widget .hs-button{
        background:#8fb21b!important;
        width:150px;
        text-transform:uppercase;
    }
    .blog-subscription-widget {
        overflow:auto;
    }
    
/*
 *
 * Blog
 *
 */

.blog-teaser{
    background: url('//www.fraudfighter.com/hs-fs/hub/76574/file-2056440335-jpg/FraudFighter_Nov_2014/hero_frontpage-02.jpg') center center no-repeat!important;
    background-size: cover!important;
}
.email-subscription{
    background:#8fb21b;
    padding:25px;
    color:#ffffff;
}
    .email-subscription h3{
        display:none;
    }
    .email-subscription h4{
        margin-top:0;
        font-size:1.400em!important;
        padding-bottom:7.5px;
    }
.email-subscription input[type="email"]{
    padding:15px;
    margin-top:5px;
}
.email-subscription input[type="submit"]{
    -webkit-appearance:none;
    border:none;
    padding:15px;
    width:100%;
    background:#343434;
    color:#ffffff;
    margin-top:15px;
}
.sidebar{
    border-left:1px solid #dddddd;
    box-sizing: border-box;
}
.sidebar .widget-type-cell{

}
.sidebar h3{
    border-bottom:1px solid #dddddd;
    padding-bottom:10px;
}
.sidebar ul{
    padding-left:0;
}
.sidebar ul li{
    list-style:none;
    line-height:1.5;
}
.blog-section .post-header h3{
    margin-top:0;
    margin-bottom:10px;
}
.blog-section p{
    line-height:1.5;
}
#comment-form .hs-form-field {
    margin-bottom: 10px;
}
#comment-form input, #comment-form textarea{
    padding:10px 15px;
    border:1px solid #dddddd;
    margin-top:5px;
}
#comment-form label{
    margin-top:5px;
}
@media (min-width:768px){
    .blog-section {
        padding-right: 30px;
    }
    .sidebar{
        padding-left: 35px;
    }
}
.post-meta div{
    display:inline-block;
    margin-right:5px;
}

/*
 *
 * Footer
 *
 */
 
#footer{
    background:#666666;
    color:#b3b3b3;
}
#footer .page-center{
    padding-bottom:10px;
}
    #footer h4{
        font-size:16px!important;
    }
    #footer a{
        color:#b3b3b3;
        max-width:none!important;
        text-overflow:none;
    }
    #footer a:hover{
        color:#ffffff;
    }
/* Footer Menu */
.footer-menu ul li{
    display:block;
    float:left;
    width:100%;
}
.footer-menu ul li a{
    padding:5px 0!important;
}
@media (min-width:851px) and (max-width:1020px){
    .footer-menu ul li a{
        font-size:0.85em;
    }
}
@media (min-width:768px) and (max-width:850px){
    .footer-menu ul li a{
        font-size:0.75em;
    }
}

/* Social Icons */

a.fm_button {
    position:relative;
    margin:0 5px;
    display:inline-block;
    width:15%;
    height:40px;
} 
    a.fm_button span{
        display:none!important;
    }
a.fm_button:before{
    position:absolute;
    font-family: FontAwesome;
    top:0;
    left:0;
    right:0;
    font-size:20px;
}
    a.fm_facebook:before {
        content: "\f09a"; 
    }
    a.fm_rss:before {
        content: "\f09e"; 
    }
    a.fm_twitter:before {
        content: "\f099"; 
    }
    a.fm_linkedin:before {
        content: "\f0e1"; 
    }
    
    
/* Landing Pages
=========================================== */

/* Form */
.landing-page-form{
    background:purple;
    overflow:auto;
    padding:25px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
}
    .landing-page-form form.hs-form {
        margin-left: 0;
        margin-right: 0!important;
    }
    .landing-page-form h3.form-title{
        background:none!important;
        padding-bottom:5px;
        border-bottom:1px solid #ffffff;
        color:#ffffff;
    }
    .landing-page-form input {
        max-width:100%!important;
        width:100%!important;
        padding:10px 15px;
    }
    .landing-page-form select {
        max-width:100%!important;
        width:100%!important;
        padding:5px;
        min-height: 37px;
    }
    .landing-page-form label{
        color:#ffffff;
        padding-bottom:5px;
    }
    .landing-page-form a.hs-button{
        width: 100%;
        background: #343434;
        color: #fff;
        border: none;
        text-align: center;
        padding: 15px;
    }
    .landing-page-form .hs-field-desc{
        color: #fff;
        font-size:12px !important; 
    }
    
    
  /*---Migrated Styles ---*/
  .learn-more-button {background:url(//www.fraudfighter.com/hs-fs/hub/76574/file-2243307600-jpg/FraudFighter_Nov_2014/new-learn-more.jpg);}
.cell {
max-width: 229px;
width: auto;
height: 340px;
float: left;
position: relative;
border: solid #e6e6e6 2px;
padding: 0 5px;
margin: 5px 19px 5px 0;}
    
/* Mobile Nav
================================================ */
/* ==========================================================================
   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 */
  }
}
/*---Migrated Side Nav---*/